For code/output blocks: Use ``` (aka backtick or grave accent) in a single line before and after the block. See: http://commonmark.org/help/
Is there any high performance plot python packages?
-
When my data has 10000 points, It will be very slow when I want to view the details of the plot (zoom and drag), but it is easy to zoom and drag the plot drawn by MATLAB. Does Python have a high-performance drawing tool like matlab's plot
-
Plotly works well in this range. https://plotly.com/python/line-charts/
You could try bokeh as well.
-
@the-world Check out https://github.com/verybadsoldier/backtrader_plotting too.
-
@leggomaeggo I have tried this, still this problem, when there is a large dataset