Ticket #3779 (closed: fixed)
Bring up fit parameters from plot window
Reported by: | Anders Markvardsen | Owned by: | Robert Whitley |
---|---|---|---|
Priority: | major | Milestone: | Release 2.0 |
Component: | MantidPlot | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Anders Markvardsen |
Description
Add option when right clicking over plot window:
Get Fit Parameters
If user clicks on this option, and the plot contains fit curves then: bring up the associated TableWorkspace containing the fitting parameters.
If plot does not contain any fitting curves then this option should ideally be greyed out in the right-hand plot menu.
Change History
comment:1 Changed 9 years ago by Nick Draper
- Status changed from new to assigned
- Owner set to Anyone
- Component changed from Mantid to MantidPlot
- Priority changed from major to critical
comment:4 Changed 9 years ago by Robert Whitley
Refs #3779. Implement a plot option to bring up the parameter table.
By right-clicking on a plot, with the peak picker tool attached, the user should be able to select "Get Parameters" which opens up the table of values.
Changeset: 6f4571b128c0e36343147b5429c278cd3aa5a160
comment:6 Changed 9 years ago by Robert Whitley
- Status changed from accepted to verify
- Resolution set to fixed
comment:7 Changed 9 years ago by Anders Markvardsen
- Status changed from verify to verifying
- Tester set to Anders Markvardsen
Note: See
TracTickets for help on using
tickets.
The option should only be present if there are some associated fit parameters. This will need an extension to the graph window to optionally hold a reference to a fit parameter table workspace.
Make sure you test the situation where someone has deleted the table workspace.