matplotlib.artist.kwdoc#

matplotlib.artist.kwdoc(artist)[source]#

Inspect anArtist class (usingArtistInspector) andreturn information about its settable properties and their current values.

Parameters:
artistArtist or an iterable ofArtists
Returns:
str

The settable properties ofartist, as plain text ifrcParams["docstring.hardcopy"] (default:False) is False and as a rst table (intended foruse in Sphinx) if it is True.

On this page