Replies: 1 comment 1 reply
-
Referring to the documentation of Backtesting.py, it states that 'The height is currently non-adjustable.' Therefore, you likely won't be able to achieve your desired outcome using the built-in bt.plot(). Alternatively, you might consider exporting the necessary data to Excel to create the chart. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi guys, is there a way to override 'plot' method to make the scalable height of the chart or at least to set some height?
For instance, right now it plots the chart only on a half of the page height in the browser, so I'd like to make it bigger in height.
I tried a few approaches, but no luck, e.g. this one:
Beta Was this translation helpful? Give feedback.
All reactions