max_display_datapoints#
- property NDPositions.max_display_datapoints: int | None#
Get or set the maximum number of datapoints rendered per graphic. Setting it re-renders the current data slice.
Nonerenders every datapoint in the window, with no decimation. NeitherNonenor 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.