matplotlib / 3.4.3 / _as_gen / matplotlib.artist.artist.draw.html /

matplotlib.artist.Artist.draw

Artist. draw ( renderer, *args, **kwargs ) [source]

Draw the Artist (and its children) using the given renderer.

This has no effect if the artist is not visible (Artist.get_visible returns False).

Parameters:
renderer RendererBase subclass.

Notes

This method is overridden in the Artist subclasses.

© 2012–2021 Matplotlib Development Team. All rights reserved.
Licensed under the Matplotlib License Agreement.
https://matplotlib.org/3.4.3/api/_as_gen/matplotlib.artist.Artist.draw.html