-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Description
e.g.
niwidgets/niwidgets/niwidget_volume.py
Lines 200 to 204 in 044ad6f
| # draw guides to show selected coordinates | |
| guide_positions = [val for jj, val in enumerate(coords) | |
| if jj != ii] | |
| imh.axes.lines[0].set_xdata(2*[guide_positions[0]]) | |
| imh.axes.lines[1].set_ydata(2*[guide_positions[1]]) |
Metadata
Metadata
Assignees
Labels
No labels