max_display_datapoints#

property NDPositionsSlicer.max_display_datapoints: int | None#

Get or set the maximum number of datapoints to render per graphic. The step size of the display window slice is set from this using floor division.

None renders every datapoint in the window, with no decimation. Neither None nor a very large value is recommended: the entire window is then read into RAM and uploaded, which is slow for a large window over a large array.