StrategyCeleryWebsite icon indicating copy to clipboard operation
StrategyCeleryWebsite copied to clipboard

Interactive plot

Open femtotrader opened this issue 8 years ago • 1 comments

Instead of creating a png file and display it you might try to create an interactive plot.

bokeh http://bokeh.pydata.org/ could help

Other solution is to output a JSON and have a pure JavaScript solution for plotting. Possible candidates could be:

  • HighCharts http://www.highcharts.com/
  • D3JS https://d3js.org/
  • RGraph https://www.rgraph.net/

femtotrader avatar Feb 18 '17 15:02 femtotrader

Interactive plot might be a good idea in the future.

easytrader avatar Feb 19 '17 09:02 easytrader