Skip to content
Snippets Groups Projects
Commit 6e2f5fa9 authored by Hammouda Elbez's avatar Hammouda Elbez :computer:
Browse files

fixing 3D FreqGraph issue

parent 8fa2fe20
Branches
No related tags found
No related merge requests found
......@@ -114,7 +114,7 @@ class layout(layoutOp):
else:
data = self.getSpikePerNeuron(self.g)
total = 0
for c in data:
......@@ -128,6 +128,7 @@ class layout(layoutOp):
items = [[[item[0], item[1], item[2]]
for item in zip(xx, yy, zz) if item[2] == x] for x in labels]
print(data, g.finalLabels)
fig = go.Figure()
for mesh in items:
fig.add_trace(go.Mesh3d(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment