display_range#

property NDTimeseries.display_range: tuple[float, float] | None#

The current range of the display window, [min, max], in reference units of the p dim.

The window is centered on the current p index, so this moves with the sliders. It is None when display_window is, since every datapoint is then displayed.