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

Neuron module fixed

parent 6e2f5fa9
Branches
No related tags found
No related merge requests found
......@@ -128,7 +128,6 @@ 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