matplotlib.artist.Artist.draw#

Artist.draw(renderer)[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:
rendererRendererBase subclass.

Notes

This method is overridden in the Artist subclasses.

Examples using matplotlib.artist.Artist.draw#

Artist within an artist

Artist within an artist