matplotlib.artist.kwdoc

matplotlib.artist.kwdoc(artist) [source]

Inspect an Artist class (using ArtistInspector) and return information about its settable properties and their current values.

Parameters:
artistArtist or an iterable of Artists
Returns:
string

The settable properties of artist, as plain text if rcParams["docstring.hardcopy"] (default: False) is False and as a rst table (intended for use in Sphinx) if it is True.

© 2012–2018 Matplotlib Development Team. All rights reserved.
Licensed under the Matplotlib License Agreement.
https://matplotlib.org/3.2.2/api/_as_gen/matplotlib.artist.kwdoc.html