matplotlib.artist
matplotlib.artist.
kwdoc
Inspect an Artist class (using ArtistInspector) and return information about its settable properties and their current values.
Artist
ArtistInspector
artist : Artist or an iterable of Artists
string
The settable properties of artist, as plain text if rcParams["docstring.hardcopy"] = False is False and as a rst table (intended for use in Sphinx) if it is True.
rcParams["docstring.hardcopy"] = False