Replies: 2 comments
-
If you dont get a good solution from other users/maintainers, look into this:- I quickly combined https://plotly.com/python/images/ and https://github.com/isl-org/Open3D/blob/master/python/open3d/visualization/draw_plotly.py (Not documented in official open3d docs yet).
gives |
Beta Was this translation helpful? Give feedback.
0 replies
-
@NoobUranium No, Open3D does not have a widget for plotting. However, there is an Image Widget. You could generate the plot using Matplotlib (or any other plotting library) as a bitmap and set the bitmap as the image in the image widget. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a GUI widget that can draw 2D graphs in open3d?
If not, is it possible to integrate implot, etc. into a custom widget?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions