-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add viewerplot element #3129
base: main
Are you sure you want to change the base?
Add viewerplot element #3129
Conversation
chungmin99
commented
May 8, 2024
•
edited
Loading
edited
- make documentation
- fix plotsize issue (needs refresh, otherwise the width >> panel width -- perhaps a viser race condition?)
nerfstudio/viewer/viewer_elements.py
Outdated
return self.gui_handle.figure | ||
|
||
@figure.setter | ||
def figure(self, figure: go.Figure): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it would be nice to automatically apply the dark mode+aspect to new figures as well, so that the user doesn't have to call dark_mode and aspect every time they update/change something
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
aspect
doesn't need to be set for new figures, but you're right about dark_mode
. 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should be addr'ed in ca04cbc.