Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
trust-EEG
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
DROUGARD Nicolas
trust-EEG
Commits
4f9a87f6
Commit
4f9a87f6
authored
8 months ago
by
DROUGARD Nicolas
Browse files
Options
Downloads
Patches
Plain Diff
save plots at the same location
parent
f2903a90
Branches
master
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
1_12_2022/src/epoching_erp_no_rejection_begin_vs_end.py
+1
-1
1 addition, 1 deletion
1_12_2022/src/epoching_erp_no_rejection_begin_vs_end.py
with
1 addition
and
1 deletion
1_12_2022/src/epoching_erp_no_rejection_begin_vs_end.py
+
1
−
1
View file @
4f9a87f6
...
...
@@ -129,5 +129,5 @@ for period in ['begin','end']:
po20
=
erp_array
[
'
20
'
][
period
],
)
fig
=
mne
.
viz
.
plot_compare_evokeds
(
evokeds
,
combine
=
"
mean
"
,
picks
=
chan
,
show
=
False
)
fig
[
0
].
savefig
(
'
plots/
no_epoch_rejected/
ERP_GA_chan_
'
+
chan
+
'
_
'
+
period
+
'
.png
'
)
fig
[
0
].
savefig
(
'
plots/
Begin_VS_End_
ERP_GA_chan_
'
+
chan
+
'
_
'
+
period
+
'
.png
'
)
plt
.
close
(
'
all
'
)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment