AeroPython / flight-safety-analysis

Analysis of aircraft accidents data
MIT License
17 stars 16 forks source link

Explore other visualization libraries #3

Open AlexS12 opened 6 years ago

AlexS12 commented 6 years ago

Bokeh directly or Bokeh through Holoviews (http://holoviews.org/user_guide/Plotting_with_Bokeh.html) can be great alternatives to static matplolib plots for data exploration. Maybe Plotly also?

@martosc has some code in bokeh that could share and improve. What do you think?

The objective of this issue would be to migrate all current plots to an interactive alternative.

astrojuanlu commented 6 years ago

For simple line plots, either Bokeh (with or without Holoviews) or Plotly will work. I think Bokeh has more traction in the data science world, so if you don't need 3D plotting just stick to one of those!