mbk88 / dollarbot

Dollar-BOT
MIT License
0 stars 0 forks source link

Show graph in web #5

Open unbalancedparentheses opened 6 years ago

unbalancedparentheses commented 6 years ago

Altair is based on the javascript library called Vega. We should use it to graph the values https://altair-viz.github.io/gallery/index.html

We should also check that Bokeh or Seaborn are not a better option:

Bokeh http://bokeh.pydata.org/en/latest/

Seaborn https://seaborn.pydata.org/examples/index.html

unbalancedparentheses commented 6 years ago

Good read: https://medium.freecodecamp.org/charting-the-waters-between-bokeh-and-d3-73b3ee517478

D3 is also an option, but I think it might be too low level

unbalancedparentheses commented 6 years ago

D3 gallery https://github.com/d3/d3/wiki/Gallery

unbalancedparentheses commented 6 years ago

Bokeh doesn't generate interactive graphs. We need an interactive graph

unbalancedparentheses commented 6 years ago

Let's use Altair. In the future if needed we can use D3.js https://medium.com/@alark/we-need-more-interactive-data-visualization-tools-for-the-web-in-python-ad80ec3f440e