Home icon
Data Visualisation Guide

Python visualisation packages

1 minute read

Data visualisation tools

The most popular data visualisation packages for the Python programming languages are Matplotlib, Seaborn, Bokeh and Plotly (see below). A non-chart-template library is Altair, which uses the same philosophy as ggplot2 in R to build up visualisations.

Gallery of charts made with Altair in Python. Source: altair-viz.github.io

Related pages

RAWGraphs

Datawrapper

Flourish

RAWgraphs demo

The Chartmaker Directory

Grammar of Graphics in practice: Tableau

Data visualisation tools