Skip to content

Commit

Permalink
Update visualization.ipynb (#6263)
Browse files Browse the repository at this point in the history
Linseed does not have a "zoom" option
  • Loading branch information
Sendeky authored Oct 24, 2023
1 parent 6bbf0ff commit 1cbf704
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/jupyter/visualization/visualization.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@
" lines=o3d.utility.Vector2iVector(lines),\n",
")\n",
"line_set.colors = o3d.utility.Vector3dVector(colors)\n",
"o3d.visualization.draw_geometries([line_set], zoom=0.8)"
"o3d.visualization.draw_geometries([line_set])"
]
}
],
Expand Down

0 comments on commit 1cbf704

Please sign in to comment.