-
Notifications
You must be signed in to change notification settings - Fork 2
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
Reset button on top row does not work on filter #11
Comments
Hmm I don't think we got the full screen grab @mycarta .... But I think I know what you are talking about. The reset button is a bokeh button is resets the zoom and any selections made. When we make a selection on the spectrum plot the selected expression triggers a callback which detects which cells are selected applies the gaussian filter and "burns" them onto the filter. For a reset there are two possibilities: Find out how to override the bokeh reset (not sure how good an idea this is because what happens in the use case that you actually want to reset your zoom and not your plots?) |
OOOPS |
Do you have an opinion on how this should work @mycarta |
Yes @WesleyTheGeolien : |
Ok so I think there is a couple of steps that needs to be done then: Version 1:
Version 2 (undo redo):
|
So, I did the Version 1 @WesleyTheGeolien here: https://github.com/mycarta/t21-hack-footprint/tree/panel_fix/ added:
fix:
tweaks:
|
@leocd91 we can maybe open a PR to discuss changes I am pretty sure I have seen implementations of the changing values working lets discuss that there otherwise looking great :D |
Recording below shows Reset only working for the FFT spectrum plot, not the filter
The text was updated successfully, but these errors were encountered: