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

/

parent e55373a1
No related branches found
No related tags found
source diff could not be displayed: it is too large. Options to address this: view the blob.
...@@ -54,8 +54,8 @@ def plot_resting_state(A, label_spikes, data_path, sim_params): ...@@ -54,8 +54,8 @@ def plot_resting_state(A, label_spikes, data_path, sim_params):
nrows = 4 nrows = 4
ncols = 4 ncols = 4
width = 7.0866 # width = 7.0866
# width = 10 width = 10
panel_wh_ratio = 0.7 * (1. + np.sqrt(5)) / 2. # golden ratio panel_wh_ratio = 0.7 * (1. + np.sqrt(5)) / 2. # golden ratio
height = width / panel_wh_ratio * float(nrows) / ncols height = width / panel_wh_ratio * float(nrows) / ncols
...@@ -276,7 +276,7 @@ def plot_resting_state(A, label_spikes, data_path, sim_params): ...@@ -276,7 +276,7 @@ def plot_resting_state(A, label_spikes, data_path, sim_params):
l = t_min/1000 l = t_min/1000
m = (t_min + t_max)/2000 m = (t_min + t_max)/2000
r = t_max/1000 r = t_max/1000
ax.set_xticklabels([r'$l$', r'$m$', r'$r$']) ax.set_xticklabels([f'{l:.1f}', f'{m:.1f}', f'{r:.1f}'])
# print("plotting Population rates") # print("plotting Population rates")
......
source diff could not be displayed: it is too large. Options to address this: view the blob.
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