Matplotlib - Introduction & Setup
  • Introduction & Features
  • Install & setup Matplotlib
Matplotlib - Plotting
  • PyPlot Submodule (Run first Matplotlib Program)
  • Plot a line with DataFrame
  • Quiz 1
Matplotlib - Grid
  • Add Grid Lines to a Plot
  • Quiz 2
Matplotlib - Plot Settings
  • Add Labels to a Plot
  • Plot Titles and Position them
  • Quiz 3
Matplotlib - Legends
  • Add a Matplotlib Legend in a Graph
  • Position Legends
  • Change the background color of the Legend
  • Change the font size of the Legend
  • Matplotlib Legend
Plotting - Data Visualization
  • Create a Bar Graph
  • Create a Pie Chart
  • Create a Line Graph
  • Create a Histogram
  • Create a Scatter Plot
  • Quiz 5