pyvista.ChartMPL.redraw_on_render#
- property ChartMPL.redraw_on_render[source]#
Return or set the chart’s redraw-on-render behavior.
Notes
When disabled, the chart will only be redrawn when the Plotter window is resized or the matplotlib figure is manually redrawn using
fig.canvas.draw()
. When enabled, the chart will also be automatically redrawn whenever the Plotter is rendered usingplotter.render()
.