backtesting.py
backtesting.py copied to clipboard
Introduce flexible height by proportially sizing elements
Let's user set a hardcoded value for the main OHLC chart, will proportially resize other sections.
- Defaults to 400px
- Tested & works in Jupyter Notebooks
- Not tested in a browser
bt.plot(
plot_height=800
)