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

/

parent 983f665f
No related branches found
No related tags found
1 merge request!35Pre-release MAM v1.1.0
......@@ -928,8 +928,8 @@ class Analysis:
x_index = np.arange(4.5, 31.6, 5.0)
x_ticks = [int(a + 0.5) for a in x_index]
y_index = list(range(len(self.network.structure['V1'])))
print(self.network.structure['V1'])
y_index = [a + 0.5 for a in y_index]
print(self.network.structure['V1'])
ax.set_xticks(x_index)
ax.set_xticklabels(x_ticks)
ax.set_yticks(y_index)
......
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