matplotlib.figure.Figure.draw#
- Figure.draw(renderer)[源]#
使用给定的渲染器绘制 Artist(及其子对象)。
如果艺术家不可见(
Artist.get_visible
返回 False),则此操作无效。- 参数:
- renderer
RendererBase
子类。
- renderer
备注
此方法在 Artist 子类中被覆盖。
使用给定的渲染器绘制 Artist(及其子对象)。
如果艺术家不可见(Artist.get_visible
返回 False),则此操作无效。
RendererBase
子类。备注
此方法在 Artist 子类中被覆盖。