yejunliang23 commited on
Commit
57ccd91
·
verified ·
1 Parent(s): 9bf92fd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=6, color='blue', opacity=0.8)
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(