-
Notifications
You must be signed in to change notification settings - Fork 43
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
Provide option to not plot residuals by default (Trac #40) #268
Comments
Trac update at As of build 6192 the residual plots can be individually hidden. If hidden then they will stay hidden as the parameters are changed. However, if a new fit page opens or the residual plot was deleted then it will pop a new residual plot as soon as the fit plot is updated. This is a help but does not completely solve the problem so will leave this ticket open for now. |
Trac update at
|
Trac update at |
Trac update at |
Trac update at |
Trac update at |
Trac update at Could add a residuals on/off toggle to the plotting context menu? |
See also #2164 |
Currently, the branch I have been working on (268-auto-plot-residuals) throws an error when plotting and will need to be debugged to finish the work.
|
Sounds like one of the Qt6 changes (Signals got refactored). If you're going to just leave it, add the blocked label. |
If I recall correctly, you need to make the signal a class variable for it to work. |
@lucas-wilkins - I added that comment for @gonzalezma and his students on the status of the branch, but now that you mention that, this could be a PyQt -> Pyside difference. The error only started after I merged main into the branch. |
From @nouhaag on Slack: Hi everyone. I am writing this post to provide additional details about the issue we are encountering with the plots.
So, both cases present some issues with the subplot handling, and we need help to resolve these uncertainties to achieve the desired behavior. |
This is now available in 6.0.0a1. Closing |
When working with a number of data sets the number of plots can get large. It would be good for the user to have the option of switching to a default that residuals do not get plotted. There are two implications:
How to give access to the residual plot later (could be always generated as a hidden graph for example or be dealt with in a similar way to batch where the residuals are only shown on demand)
This should be part of a larger effort for setting persistent preferences -- see ticket Allow user changing of default model parameters (Trac #30) #258
Migrated from http://trac.sasview.org/ticket/40
The text was updated successfully, but these errors were encountered: