Matplotlib对象关系

Figure画布, Axes是绘图区域, Axis坐标轴系.

flowchart LR subgraph Figure direction LR subgraph Axes A(Axis) end end