Python Matplotlib Tutorials

Matplotlib is a Python library that is used for interactive visualization. You can plot static and animated graphs in Matplotlib. It helps to build quality graphs. You can also customize the layout and visual style. I highly recommend you get the “Python Crash Course Book” to learn Python. Seaborn library also uses Matplotlib to visualize complex datasets. This Matplotlib guide will help you to learn Matplotlib in a very short time.

Matplotlib Basics

  1. How to install Matplotlib in Jupyter Notebook
  2. How to check Matplotlib Version

Matplotlib Plots

  1. How to plot in Matplotlib
  2. How to plot histogram in Matplotlib
  3. How to plot a bar graph in Matplotlib
  4. How to plot a line graph in Matplotlib
  5. How to plot multiple lines in Matplotlib
  6. How to plot a single point in Matplotlib
  7. How to plot a circle in Matplotlib
  8. How to plot a function in Matplotlib

Matplotlib Specific Tasks

  1. How to add a legend in Matplotlib
  2. How to set figure size in Matplotlib
  3. How to label axis in Matplotlib
  4. How to add title in Matplotlib
  5. How to save figure in Matplotlib
  6. How to add text in Matplotlib
  7. How to add grid in Matplotlib
  8. How to add a horizontal line in Matplotlib
  9. How to add a vertical line in Matplotlib
  10. How to add a text box in Matplotlib
  11. How to bold axis labels in Matplotlib
  12. How to bold title in Matplotlib
  13. How to change background color in Matplotlib
  14. How to change the font size in Matplotlib
  15. How to read image in Python using Matplotlib
  16. How to display an image in Python using Matplotlib
  17. How to change legend size in Matplotlib
  18. How to move legend outside plot in Matplotlib