Bokeh Visualizations in Python

Bokeh's website states that "Bokeh is an interactive visualization library that targets modern web browsers for presentation. Its goal is to provide elegant, concise construction of versatile graphics, and to extend this capability with high-performance interactivity over very large or streaming datasets. Bokeh can help anyone who would like to quickly and easily create interactive plots, dashboards, and data applications."  https://bokeh.pydata.org/en/latest/

I'm starting to use Bokeh for some exercises. The first results appear good.  I like that the data vizzes are  interactive.  The 3 plots below are related to female literacy and fertility.  The first plot is the default plot. The second and third plots show how a user can zoom in to see different parts of the data.





Comments

Popular posts from this blog

Space Wars- Python 3

Maze Game in Python using Turtle