Skip to content

Commit e5cb943

Browse files
jo-muellerdstansby
andauthored
Update src/napari_matplotlib/scatter.py
Co-authored-by: David Stansby <[email protected]>
1 parent 230a303 commit e5cb943

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/napari_matplotlib/scatter.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ def draw(self) -> None:
337337
if len(data) == 0:
338338
return
339339

340-
_, _, _ = self.axes.hist(data, bins=50, edgecolor='white',
340+
self.axes.hist(data, bins=50, edgecolor='white',
341341
linewidth=0.3)
342342

343343
# set ax labels

0 commit comments

Comments
 (0)