[ Web Proxy ]
URL:
Viewing: https://matplotlib.org/stable/api/_as_gen/../toolkits/../_as_gen/matplotlib.artist.kwdoc.html [Back]  [Original]

matplotlib.artist.kwdoc — Matplotlib 3.11.2 documentation
Back to top
Search the docs ...:

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:
str

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


Web Proxy Viewer  |  New URL  |  Original Page