Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -290,7 +290,7 @@ def make_pointcloud_figure(verts,rotate=False):
|
|
290 |
go.Scatter3d(
|
291 |
x=verts[:,0], y=verts[:,1], z=verts[:,2],
|
292 |
mode='markers',
|
293 |
-
marker=dict(size=
|
294 |
)
|
295 |
)
|
296 |
fig.update_layout(
|
|
|
290 |
go.Scatter3d(
|
291 |
x=verts[:,0], y=verts[:,1], z=verts[:,2],
|
292 |
mode='markers',
|
293 |
+
marker=dict(size=20, color='blue', opacity=0.8)
|
294 |
)
|
295 |
)
|
296 |
fig.update_layout(
|