https://matplotlib.org/stable/tutorials/introductory/usage.html
Figure : 图表界面
Title:标题
Axes : 轴面
Line(line plot):线(线图
Markers(scatter plot):点(散点图)
Grid:网格线
Legend:图例

X axis label :X轴标签
Y axis label :Y轴标签
Major tick :主要刻度线
Major tick label :主要刻度标签
Minor tick :次要刻度
Minor tick label :次要刻度标签**

Parts of a Figure

matplotlib.pyplot名词 - 图2