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

Skip to content

Commit 3cd039a

Browse files
committed
pdb trace added where only 1st layer selected
1 parent 24b52d4 commit 3cd039a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/napari_matplotlib/scatter.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,7 @@ def _get_data(self) -> Tuple[npt.NDArray[Any], npt.NDArray[Any], str, str]:
220220
The title to display on the y axis. Returns
221221
an empty string if nothing to plot.
222222
"""
223+
# pdb.set_trace()
223224
feature_table = self.layers[0].features
224225

225226
x = feature_table[self.x_axis_key]

0 commit comments

Comments
 (0)