Where to go next

Introduction to Data Visualization with Matplotlib

Ariel Rokem

Data Scientist

The Matplotlib gallery

Introduction to Data Visualization with Matplotlib

Gallery of examples

Introduction to Data Visualization with Matplotlib

Example page with code

Introduction to Data Visualization with Matplotlib

Plotting data in 3D

Introduction to Data Visualization with Matplotlib

Visualizing images with pseudo-color

Introduction to Data Visualization with Matplotlib

Animations

Introduction to Data Visualization with Matplotlib

Using Matplotlib for geospatial data

Introduction to Data Visualization with Matplotlib

pandas + Matplotlib = Seaborn

seaborn.relplot(x="horsepower", y="mpg", hue="origin", size="weight",
                sizes=(40, 400), alpha=.5, palette="muted",
                height=6, data=mpg)

Introduction to Data Visualization with Matplotlib

Seaborn example gallery

Introduction to Data Visualization with Matplotlib

Good luck visualizing your data!

Introduction to Data Visualization with Matplotlib

Preparing Video For Download...