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
1c356c54
Commit
1c356c54
authored
1 year ago
by
Didi Hou
Committed by
Administrator
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
removed the label inside the fucntion from M
parent
f7462648
No related branches found
No related tags found
1 merge request
!63
Notebook documentation
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
figures/MAM2EBRAINS/M2E_visualize_fc.py
+3
-1
3 additions, 1 deletion
figures/MAM2EBRAINS/M2E_visualize_fc.py
with
3 additions
and
1 deletion
figures/MAM2EBRAINS/M2E_visualize_fc.py
+
3
−
1
View file @
1c356c54
...
...
@@ -90,7 +90,9 @@ def matrix_plot(M, ax, matrix, index, vlim, pos=None):
ax
.
set_ylabel
(
'
Cortical area
'
,
size
=
14
)
def
visualize_fc
(
M
,
data_path
,
label
):
def
visualize_fc
(
M
,
data_path
):
label
=
M
.
simulation
.
label
# compute functional connectivity
compute_fc
(
M
,
data_path
,
label
)
compute_communities
(
M
,
data_path
,
label
)
...
...
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