Skip to content
Snippets Groups Projects
Commit 72878bfd authored by Didi Hou's avatar Didi Hou Committed by Administrator
Browse files

/

parent cd51030a
No related branches found
No related tags found
1 merge request!35Pre-release MAM v1.1.0
...@@ -45,7 +45,8 @@ def set_boxplot_props(d): ...@@ -45,7 +45,8 @@ def set_boxplot_props(d):
pl.setp(d['means'], marker='x', color='k', pl.setp(d['means'], marker='x', color='k',
markerfacecolor='k', markeredgecolor='k', markersize=3.) markerfacecolor='k', markeredgecolor='k', markersize=3.)
def plot_resting_state(A, label_spikes, data_path): def plot_resting_state(A, label_spikes, data_path, sim_params):
t_sim = sim_params[]
""" """
Figure layout Figure layout
""" """
......
This diff is collapsed.
source diff could not be displayed: it is too large. Options to address this: view the blob.
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment