Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 230a303

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/napari_matplotlib/scatter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,6 +340,6 @@ def draw(self) -> None:
340340
_, _, _ = self.axes.hist(data, bins=50, edgecolor='white',
341341
linewidth=0.3)
342342

343-
# # set ax labels
343+
# set ax labels
344344
self.axes.set_xlabel(x_axis_name)
345345
self.axes.set_ylabel('Counts [#]')

0 commit comments

Comments
 (0)