You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Getting this error trying to use HistogramWidget with some zarr data loaded into napari:
File~/miniconda3/lib/python3.11/site-packages/napari_matplotlib/histogram.py:72, inHistogramWidget.draw(self=<napari_matplotlib.histogram.HistogramWidgetobject>)
67""" 68 Clear the axes and histogram the currently selected layer/slice. 69 """70layer=self.layers[0]
--->72iflayer.data.ndim-layer.rgb==3:
layer=<Imagelayer'full_rebinned_4'at0x16d1ad390>layer.rgb=False73# 3D data, can be single channel or RGB74data=layer.data[self.current_z]
75self.axes.set_title(f"z={self.current_z}")
AttributeError: 'MultiScaleData'objecthasnoattribute'ndim'
The text was updated successfully, but these errors were encountered:
Getting this error trying to use
HistogramWidget
with some zarr data loaded into napari:The text was updated successfully, but these errors were encountered: