Spaces:
Running
Running
Commit
·
e3d1d28
1
Parent(s):
42b7766
update
Browse files- app_utils.py +1 -1
app_utils.py
CHANGED
@@ -202,7 +202,7 @@ def save_figure(channel_info, tpl_montage, filename1, filename2):
|
|
202 |
fig.savefig(filename2)
|
203 |
|
204 |
# -------------------------------------------------------------------------
|
205 |
-
# store the tpl and in_channels' display positions (in px)
|
206 |
tpl_coords = ax.transData.transform(tpl_coords)
|
207 |
in_coords = ax.transData.transform(in_coords)
|
208 |
plt.close('all')
|
|
|
202 |
fig.savefig(filename2)
|
203 |
|
204 |
# -------------------------------------------------------------------------
|
205 |
+
# store the tpl and in_channels' display positions (in px)
|
206 |
tpl_coords = ax.transData.transform(tpl_coords)
|
207 |
in_coords = ax.transData.transform(in_coords)
|
208 |
plt.close('all')
|