Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
multi-area-model
Manage
Activity
Members
Labels
Plan
Issues
7
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IAS-6
multi-area-model
Commits
a26bc431
Commit
a26bc431
authored
1 year ago
by
Didi Hou
Browse files
Options
Downloads
Patches
Plain Diff
update MAM2EBRAINS.py
parent
12e4e932
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!35
Pre-release MAM v1.1.0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
figures/MAM2EBRAINS.py
+2
-2
2 additions, 2 deletions
figures/MAM2EBRAINS.py
with
2 additions
and
2 deletions
figures/MAM2EBRAINS.py
+
2
−
2
View file @
a26bc431
...
...
@@ -18,7 +18,7 @@ ecolor = myblue
# Instantaneous and mean firing rate across all populations
def
plot_instan_mean_firing_rate
(
tsteps
,
rate
,
sim_params
):
fig
,
ax
=
pl
.
subplots
()
ax
=
pl
.
subplots
()
ax
.
plot
(
tsteps
,
rate
)
ax
.
plot
(
tsteps
,
np
.
average
(
rate
)
*
np
.
ones
(
len
(
tsteps
)),
label
=
'
mean
'
)
ax
.
set_title
(
'
Instantaneous and mean firing rate across all populations
'
)
...
...
@@ -67,7 +67,7 @@ def set_boxplot_props(d):
pl
.
setp
(
d
[
'
means
'
],
marker
=
'
x
'
,
color
=
'
k
'
,
markerfacecolor
=
'
k
'
,
markeredgecolor
=
'
k
'
,
markersize
=
3.
)
def
plot_resting_state
():
def
plot_resting_state
(
A
):
"""
Figure layout
"""
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
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