Go to file
2024-12-23 08:01:47 -08:00
plotting
.gitignore Update plotting module .gitignore 2024-12-20 05:33:21 -08:00
candlestick_chart_example.py
line_chart_example.py
multi_line_chart_example.py
README.md Add dependencies to plotting module documentation 2024-12-23 08:01:47 -08:00
requirements.txt
setup.py
subplot_example.py

Plotting

A plotly wrapper for plotting candlestick charts, backtest results, and more.

Dependencies

The plotting module depends on the following Python packages:

numpy
pandas
plotly

There is also a dependency on the OHLC module which is only required for running tests.