Further plotting and visualization libraries
Beyond matplotlib and seaborn, there are many other plotting and visualization libraries in the Python ecosystem. We give an overview in this section.
High-level plotting
Here are a few high-level plotting libraries in Python.
Bokeh
Bokeh is a web-based, general-purpose, and fast visualization toolkit. It integrates well with the rest of the Python ecosystem and generates interactive plots that don't necessarily require a live Python server.
Here are a few references:
- Main website at http://bokeh.pydata.org/en/latest/index.html
- Gallery at http://bokeh.pydata.org/en/latest/docs/gallery.html
Vincent and Vega ...
Get Learning IPython for Interactive Computing and Data Visualization - Second Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.