Open unbalancedparentheses opened 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
D3 gallery https://github.com/d3/d3/wiki/Gallery
Bokeh doesn't generate interactive graphs. We need an interactive graph
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
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