matplotlib是类似MATLAB绘图组件的Python包。
Plot types — Matplotlib 3.7.2 documentation
API Reference — Matplotlib 3.7.2 documentation
Customizing Matplotlib with style sheets and rcParams
Quick start guide — Matplotlib 3.7.2 documentation
matplotlib.use('Qt5Agg')
from PIL import Ima
子图:add_subplot(3,2,1)将子图网格分为三行两列,从左往右从上往下数第一个部分是该子图的区域。