OO绘图 matplotlib official blog

Pyplot Interface VS Object-Oriented interface

Parts of a Figure

Basically, everything visible on the Figure is an Artist (even Figure, Axes, and Axis objects). This includes Text objects, Line2D objects, collections objects, Patch objects, etc. Most Artists are tied to an Axes; such an Artist cannot be shared by multiple Axes, or moved from one to another.

object-oriented (OO) style与pyplot functionsstyle