On this page
matplotlib.axes.Axes.draw
- Axes.- draw(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_visiblereturns False).Parameters: - 
           rendererRendererBasesubclass.
 NotesThis method is overridden in the Artist subclasses. 
- 
           renderer
Examples using matplotlib.axes.Axes.draw
  © 2012–2021 Matplotlib Development Team. All rights reserved.
Licensed under the Matplotlib License Agreement.
 https://matplotlib.org/3.4.3/api/_as_gen/matplotlib.axes.Axes.draw.html