Charting with quantmod
The charting module is a lightweight wrapper that combines the power of Plotly with the flexibility of Pandas, making it easy to create clean, interactive plots with minimal code.
Usage
Available Chart Types
- line
- scatter
- ohlc
- candlestick
- subplots
- histogram
- bar
- heatmap
- box
- pie
- treemap
- overlay
- normalized
Note: Importing
quantmod.charts
automatically addsiplot()
to all pandas DataFrames and Series.