File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,13 +21,13 @@ def __init__(self):
21
21
self .emg_plot .setBackground ('w' )
22
22
self .emg_plot .showGrid (x = True , y = True )
23
23
self .emg_plot .setMouseEnabled (x = False , y = False ) # Disable zoom
24
- self .emg_plot .setTitle ("Filtered EMG Signal(High Pass 70 Hz)" )
24
+ self .emg_plot .setTitle ("Filtered EMG Signal (High Pass: 70 Hz)" )
25
25
26
26
self .envelope_plot = PlotWidget (self )
27
27
self .envelope_plot .setBackground ('w' )
28
28
self .envelope_plot .showGrid (x = True , y = True )
29
29
self .envelope_plot .setMouseEnabled (x = False , y = False ) # Disable zoom
30
- self .envelope_plot .setTitle ("EMG Envelope(10% Average Samples )" )
30
+ self .envelope_plot .setTitle ("EMG Envelope (Samples Average:10% )" )
31
31
32
32
# Add plots to layout
33
33
layout .addWidget (self .emg_plot )
You can’t perform that action at this time.
0 commit comments