vnstock-ezchart is a high-level Python charting library built on Matplotlib and Seaborn, offering a simplified API for routine data visualization. Version 0.0.3 requires Python >=3.10 and is actively maintained on GitHub by vnstock-hq.
pip install vnstock-ezchartNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates a simple bar chart from a DataFrame using EzChart.
Convert data to pandas DataFrame before passing to EzChart.
Use chart.savefig('output.png') to save the plot without blocking.Update imports to: from vnstock_ezchart import EzChart