Open3D icon indicating copy to clipboard operation
Open3D copied to clipboard

Add the draw_plotly method and a tutorial notebook

Open FromBei-JingWithLove opened this issue 1 year ago • 2 comments

draw_plotly method: visualize 3D models using plotly so that we can directly see models in cloud notebooks.


This change is Reviewable

FromBei-JingWithLove avatar Aug 08 '22 16:08 FromBei-JingWithLove

Thanks for submitting this pull request! The maintainers of this repository would appreciate if you could update the CHANGELOG.md based on your changes.

update-docs[bot] avatar Aug 08 '22 16:08 update-docs[bot]

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

Reviewed 2 of 4 files at r1, 3 of 3 files at r3, all commit messages. Reviewable status: all files reviewed, 1 unresolved discussion (waiting on @FromBei-JingWithLove and @yxlao)

python/open3d/visualization/draw.py line 35 at r3 (raw file):

import open3d as o3d
import numpy as np
import plotly.graph_objects as go

Are all these import necessary? They don't get used in draw.py.

No. I added the draw_plotly method in draw.py so I added the imports. I will delete them and make a new commit.

FromBei-JingWithLove avatar Sep 16 '22 08:09 FromBei-JingWithLove