matplotlib.artist.ArtistInspector(o)¶A helper class to inspect an Artist
and return information about it’s settable properties and their
current values.
Initialize the artist inspector with an
Artist or iterable of Artists.
If an iterable is used, we assume it is a homogeneous sequence (all
Artists are of the same type) and it is your responsibility
to make sure this is so.