matplotlib.axes.Axes.draw

Axes.draw(self, renderer=None, inframe=<deprecated parameter>)

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.axes.Axes.draw