Artists#
Almost all objects you interact with on a Matplotlib plot are called "Artist"
(and are subclasses of the Artist
class). Figure
and Axes are Artists, and generally contain
Axis
Artists and Artists that contain data or annotation information.