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_visiblereturns False).

Parameters:
rendererRendererBase subclass.

Notes

This method is overridden in the Artist subclasses.

Examples usingmatplotlib.artist.Artist.draw#

Artist within an artist

Artist within an artist