matplotlib.axes.Axes.draw#

Axes.draw(renderer)[源]#

使用给定的渲染器绘制 Artist(及其子对象)。

如果 Artist 不可见(Artist.get_visible 返回 False),则此操作无效。

参数:
rendererRendererBase 子类。

备注

此方法在 Artist 子类中被覆盖。