For code/output blocks: Use ``` (aka backtick or grave accent) in a single line before and after the block. See: http://commonmark.org/help/
Get chart as matplotlib figure
-
I created a custom dashboard to display information about the back test. I would like to be able to add the chart (
cerebro.plot()
) to this dashboard. In order to achieve this I would need to be able to get the matplotlib figure object. Is there a way to get the figure without displaying it?Thanks
-
-
@run-out Exactly what I needed. Thank you.