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.

Bokeh
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
Vega is a language-agnostic visualization grammar. Vega figures can be converted to interactive HTML visualizations. The Vincent library makes it easy to write Vega figures from Python.

Vega and Vincent
Here are some references:
Plotly
Plotly (https://plot.ly/) is a commercial...