Bug 386799 - fit parameters are not listed
Summary: fit parameters are not listed
Status: RESOLVED FIXED
Alias: None
Product: LabPlot2
Classification: Applications
Component: frontend (show other bugs)
Version: latest
Platform: Microsoft Windows Microsoft Windows
: NOR normal
Target Milestone: ---
Assignee: Stefan Gerlach
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-11-12 23:00 UTC by Uwe Stöhr
Modified: 2018-10-08 20:05 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
screenshot to make clear what I mean (237.94 KB, image/jpeg)
2017-11-12 23:00 UTC, Uwe Stöhr
Details
screenshot how MagicPlot does it (236.86 KB, image/jpeg)
2017-11-12 23:07 UTC, Uwe Stöhr
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Uwe Stöhr 2017-11-12 23:00:55 UTC
Created attachment 108815 [details]
screenshot to make clear what I mean

- create a new custom fit
- use e.g. as fit function this:
exp(b*sin(a*x)+c
- click the button parameters

result: the 3 fit parameters appear in a window that one cannot move. At least the windows should be moveable and resizeable but in my opinion the preferable way is to list the fit parameters in a table widget below the f(x) field automatically.
This keeps the information in the side widget, one saves a button and the user has everything directly in sight.

Attached is a screenshot to make clear what I mean.
Comment 1 Uwe Stöhr 2017-11-12 23:07:25 UTC
Created attachment 108816 [details]
screenshot how MagicPlot does it

Attached is a screenshot how MagicPlot does it.
Comment 2 Uwe Stöhr 2017-11-12 23:08:41 UTC
> Attached is a screenshot how MagicPlot does it.

Noe that MagicPlot displays the fit function using its parameters immediately. This helps a lot because this way one can see if the start values for the different parameters make sense.
Comment 3 Stefan Gerlach 2017-12-17 16:33:31 UTC
This requires several changes in the current implementation. We will address this in the 2.6 release.
Comment 4 Stefan Gerlach 2018-10-08 20:05:13 UTC
With the latest commit the parameter list is now part of the dock widget which now also supports folding of option groups. This should fix this issue.