diff --git a/piker/ui/_render.py b/piker/ui/_render.py index 04a15890..1e77ce03 100644 --- a/piker/ui/_render.py +++ b/piker/ui/_render.py @@ -892,6 +892,8 @@ class Viz(msgspec.Struct): # , frozen=True): stop_t=vr, step=step, ) + else: + read_slc = slice(0, datum_stop - datum_start + 1) index_iv = array[index_field][read_slc] uppx: float = self.graphics.x_uppx() or 1