Skip to content

Commit ffd500c

Browse files
update comment to make things clear
1 parent 3d3eece commit ffd500c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/user_interfaces/fourier_demo_wx_sgskip.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -180,9 +180,9 @@ def mouseUp(self, evt):
180180
self.state = ''
181181

182182
def createPlots(self):
183-
# this method creates subplots, adds labels etc.
184-
# later, when the waveforms or sliders are dragged,
185-
# only the data will be updated
183+
# This method creates the subplots, waveforms and labels.
184+
# Later, when the waveforms or sliders are dragged, only the
185+
# waveform data will be updated (not here, but below in setKnob).
186186
if not hasattr(self, 'subplot1'):
187187
self.subplot1, self.subplot2 = self.figure.subplots(2)
188188
x1, y1, x2, y2 = self.compute(self.f0.value, self.A.value)

0 commit comments

Comments
 (0)