Skip to content

Commit b6312c3

Browse files
committed
removed labels from supported layers
1 parent d65da10 commit b6312c3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/napari_matplotlib/histogram.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -170,9 +170,6 @@ def draw(self) -> None:
170170
elif isinstance(self.layers[0], napari.layers.Vectors):
171171
colormap = self.layers[0].edge_colormap
172172
self.layers[0].edge_color = self.x_axis_key
173-
elif isinstance(self.layers[0], napari.layers.Labels):
174-
colormap = self.layers[0].colormap
175-
self.layers[0].color = self.x_axis_key
176173
else:
177174
colormap = None
178175

0 commit comments

Comments
 (0)