Skip to content

Commit fd472e9

Browse files
committed
STY: fix line length
1 parent 89db5ce commit fd472e9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

03-spline_demo.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -303,10 +303,11 @@ def q_phi_to_xy(self, q, phi, cross=None):
303303

304304

305305
fig, ax = plt.subplots()
306-
ax.set_title('left-click to add points, right-click to remove, shift-click to clear')
306+
ax.set_title(
307+
'left-click to add points, right-click to remove, shift-click to clear')
307308
sp = SplineFitter(ax, .001)
308309
plt.show()
309310

310311

311-
# exercise
312+
# exercise (10 minutes)
312313
# - add pick event to move a point

0 commit comments

Comments
 (0)