Skip to content

Commit eaaf700

Browse files
Update 01r__n170_viz.py, manually adjust the ylims
1 parent 0fc953f commit eaaf700

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/visual_n170/01r__n170_viz.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
# reordering of epochs.ch_names according to [[0,2],[1,3]] of subplot axes
111111

112112
# Manually adjust the ylims
113-
#for i in [0,2]: ax[i].set_ylim([-0.5e6,0.5e6])
114-
#for i in [1,3]: ax[i].set_ylim([-1.5e6,2.5e6])
113+
for i in [0,2]: ax[i].set_ylim([-0.5e6,0.5e6])
114+
for i in [1,3]: ax[i].set_ylim([-1.5e6,2.5e6])
115115
plt.tight_layout()
116116

0 commit comments

Comments
 (0)