-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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 clear_points in _TimeViewer #7386
Add clear_points in _TimeViewer #7386
Conversation
@@ -744,6 +753,7 @@ def help(self): | |||
('i', 'Toggle interface'), | |||
('s', 'Apply auto-scaling'), | |||
('r', 'Restore original clim'), | |||
('c', 'Clear all traces'), |
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.
pressing c is not working for me. Did you forget to configure the callback?
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.
also pressing i or s does not work anymore for me :(
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.
Did you try with pyvista 0.23.1?
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.
This is now the recommended version:
#7162 (comment)
great it works with 0.23.1 !
+1 for MRG !
… |
This PR adds a shortcut
c
to clear all traces, the help window is also updated.Here is an animation with
show_traces='separate'
:It's an item of #7162