ChartMPL.redraw_on_render#
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 using
plotter.render().