2.18 Other Plotting Libraries
Beyond matplotlib and seaborn, there are other Python libraries used to generate data visualizations.
Bokeh is best known for enabling a user to build beautiful interactive plots. Plots built in bokeh are rendered in HTML and JavaScript (but a user can generate plots with bokeh without needing to know HTML and JavaScript).
Many users of Plotly also praise this package for its interactive capability. Plotly’s Dash apps provide a web-based interface for analytics developed in Python.
For any projects involving map data, we recommend leaflet.