1. Introduction to Matplotlib
2. Getting started with basic Matplotlib plot
- 2.1. Creating your first plot using plt.plot()
- 2.2. Plotting multiple lines using plt.plot()
- 2.3. How to create scatter plot using matplotlib?
- 2.4. Basic Plot Customization
- 2.5. How to save/export figure in Python ?
3. Working with different plot types
- 3.1. How to create bar plot?
- 3.2. How to create histogram?
- 3.3. How to create pie chart?
- 3.4. How to create boxplot?
- 3.5. How to create violin plot?