Skip to content

Commit 4ba9807

Browse files
committed
finish migrate NDImage to xarray, basics work
1 parent c251a6d commit 4ba9807

6 files changed

Lines changed: 144 additions & 393 deletions

File tree

fastplotlib/widgets/nd_widget/_index.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ def set(self, indices: dict[str, Any]):
7575

7676
def _render_indices(self):
7777
for g in self._get_ndgraphics():
78+
# only provide slider indices to the graphic
7879
g.indices = {d: self._indices[d] for d in g.processor.slider_dims}
7980

8081
@property

0 commit comments

Comments
 (0)