matplotlib.figure.Figure.draw — Matplotlib 3.10.1 documentation (original) (raw)

Figure.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.