noggin.plotter.LivePlot.max_fraction_spent_plotting

LivePlot.max_fraction_spent_plotting

The maximum fraction of time spent plotting.

Parameters:
value : float

A value in [0, 1]. A value of 0.0 turns live-plotting off. A value of 1.0 will result in the plot updating whenever a new measurement is recorded.

Notes

The refresh rate for plotting will update dynamically such that:

mean_plot_time / (time_since_last_plot + mean_plot_time)

does not exceed max_fraction_spent_plotting.