- matplotlib Plotting Cookbook
- Alexandre Devert
- 53字
- 2025-04-04 21:51:09
Chapter 1. First Steps
In this chapter, we will cover:
- Installing matplotlib
- Plotting one curve
- Using NumPy
- Plotting multiple curves
- Plotting curves from file data
- Plotting points
- Plotting bar charts
- Plotting multiple bar charts
- Plotting stacked bar charts
- Plotting back-to-back bar charts
- Plotting pie charts
- Plotting histograms
- Plotting boxplots
- Plotting triangulations