For code/output blocks: Use ``` (aka backtick or grave accent) in a single line before and after the block. See: http://commonmark.org/help/
How to plot the matplotlib generated charts on a webpage using mpld3
-
Since backtrader uses matplotlib for plotting, can someone guide me on how I can show the graphs on a web page using mpld3 library.
The library transforms matplotlib figures to html or json and the result embedded in a webpage. Any ideas on how to do this?
-
See Community - Plot - maximize windows for an example how to provide your own plotter and override
show
method