Skip to content
Snippets Groups Projects
Commit 35283130 authored by didihou's avatar didihou Committed by Administrator
Browse files

/

parent f1e0950b
No related branches found
No related tags found
1 merge request!35Pre-release MAM v1.1.0
This diff is collapsed.
...@@ -14,6 +14,6 @@ def plot_instan_mean_firing_rate(M): ...@@ -14,6 +14,6 @@ def plot_instan_mean_firing_rate(M):
ax.set_title('Instantaneous and mean firing rate across all populations') ax.set_title('Instantaneous and mean firing rate across all populations')
ax.set_xlabel('time (ms)') ax.set_xlabel('time (ms)')
ax.set_ylabel('firing rate (spikes / s)') ax.set_ylabel('firing rate (spikes / s)')
ax.set_xlim(0, M.simulation['t_sim']) ax.set_xlim(0, M.simulation.params['t_sim'])
ax.set_ylim(0, 50) ax.set_ylim(0, 50)
ax.legend() ax.legend()
\ No newline at end of file
...@@ -14,6 +14,6 @@ def plot_instan_mean_firing_rate(M): ...@@ -14,6 +14,6 @@ def plot_instan_mean_firing_rate(M):
ax.set_title('Instantaneous and mean firing rate across all populations') ax.set_title('Instantaneous and mean firing rate across all populations')
ax.set_xlabel('time (ms)') ax.set_xlabel('time (ms)')
ax.set_ylabel('firing rate (spikes / s)') ax.set_ylabel('firing rate (spikes / s)')
ax.set_xlim(0, M.simulation['t_sim']) ax.set_xlim(0, M.simulation.params['t_sim'])
ax.set_ylim(0, 50) ax.set_ylim(0, 50)
ax.legend() ax.legend()
\ No newline at end of file
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