Plotting Graphs and More with Matplotlib • Introduction to Visualisation
An introduction to Matplotlib and visualisation in Python
Membership includes access to all video courses, members' forum, and more Cancel subscription within the first month on the monthly plan and you won't be charged. 30-day money-back guarantee on lifetime membership
$15 / month with 1 month free trial
0.1 What's this Course About?
0.2 Installing Matplotlib
0.3 Creating Your First Plot
1.1 Markers
1.2 Lines
1.3 Colours
1.4 More Markers, Lines, and Colours
1.5 Labels and Titles
1.6 Putting Everything Together
2.1 The Anatomy of a Matplotlib Figure
2.2 The Two Matplotlib APIs
2.3 Plotting Your First Graph Again, Using the OOP Approach
2.4 Comparison Between the Two Matplotlib Interfaces
3.1 Creating Subplots
3.2 Recreating the Chart With the Weekly Steps Walked
3.3 Adding a Bar Chart
3.4 Tidying Up Your Plots • Part 1
3.5 Tidying Up Your Plots • Part 2
3.6 Making Your Code More Pythonic
4.1 Displaying Images using Matplotlib
4.2 Creating 3D Plots
4.3 Turning Plots into Animations
4.4 Final Words