Replies: 1 comment 5 replies
-
You can use Save Tool 💾 on the plot toolbar to export a PNG snapshot manually. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I've used backtesting.py to evaluate my strategy and now I want to save the plot into PNG image to insert it into a report. And this seems to be impossible because bokeh explicitly requires plot object to make any operations with it unlike matplotlib. And on top of this bt.plot() does not return the plot object.
I really miss plt.savefig(), is there any way to save plot to png? I'm looking for solution which can be used in pipeline without manual interactions.
Beta Was this translation helpful? Give feedback.
All reactions