Skip to content

Commit 6f123a9

Browse files
committed
minor change
1 parent ac1aa18 commit 6f123a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sed/calibrator/momentum.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -503,8 +503,8 @@ def update_point_pos(
503503
features[point_no][0] = point_x
504504
features[point_no][1] = point_y
505505

506-
markers[point_no].set_xdata(point_x)
507-
markers[point_no].set_ydata(point_y)
506+
markers[point_no].set_xdata([point_x])
507+
markers[point_no].set_ydata([point_y])
508508

509509
point_no_input = ipw.Dropdown(
510510
options=range(features.shape[0]),

0 commit comments

Comments
 (0)