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

/

parent d2eadc6a
No related branches found
No related tags found
1 merge request!35Pre-release MAM v1.1.0
......@@ -64,7 +64,7 @@ def plot_time_averaged_population_rates(M):
# print(M.network.structure['V1'])
ax.set_xticks(x_index)
# ax.set_xticklabels(x_ticks)
ax.set_xticklabels(x_ticks) = area_list
ax.set_xticklabels(area_list)
ax.set_yticks(y_index)
# ax.set_yticklabels(M.network.structure_reversed['V1'])
ax.set_yticklabels(M.network.structure['V1'])
......
......@@ -64,7 +64,7 @@ def plot_time_averaged_population_rates(M):
# print(M.network.structure['V1'])
ax.set_xticks(x_index)
# ax.set_xticklabels(x_ticks)
ax.set_xticklabels(x_ticks) = area_list
ax.set_xticklabels(area_list)
ax.set_yticks(y_index)
# ax.set_yticklabels(M.network.structure_reversed['V1'])
ax.set_yticklabels(M.network.structure['V1'])
......
This diff is collapsed.
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