Ticket #4159 (closed: fixed)
Have the ability to turn off being clever with Error bars.
Reported by: | Robert Whitley | Owned by: | Robert Whitley |
---|---|---|---|
Priority: | major | Milestone: | Release 2.0 |
Component: | Mantid | Keywords: | |
Cc: | anders.markvardsen@… | Blocked By: | |
Blocking: | Tester: | Anders Markvardsen |
Description
Currently when plotting data sets the error bars are not drawn on every point. This is what the SANS group requested and needs to stay.
However, the muon scientists want a way of turning this feature off so that every error bar is drawn.
Could be implemented as option in muon analysis or in Mantid config options.
Ask Roman if this code still exists somewhere in Mantid.
Change History
comment:3 Changed 9 years ago by Robert Whitley
Refs #4159. Add option to plot all error bars.
Default to be set to all error bars been plotted. Checkbox option has been included on the settings tab if the user wants to choose clever error bars.
Changeset: d8a9e1588204b674d3a7551ee7bb77c11d43ca60
comment:4 Changed 9 years ago by Robert Whitley
- Status changed from accepted to verify
- Resolution set to fixed
comment:5 Changed 9 years ago by Robert Whitley
- Status changed from verify to reopened
- Resolution fixed deleted
comment:6 Changed 9 years ago by Robert Whitley
The Muon scientists are finding it a bit confusing having two options about error bars. They want there to be only one check box on the settings tab.
comment:8 Changed 9 years ago by Robert Whitley
Refs #4159. Make one checkbox on the settings tab control errors.
Delete the other checkbox and make sure it works to either show all errors or show no errors. They don't want any clever error bars.
Changeset: ae614cc872f96c8ed493d725b79bbbf9d6f82b91
comment:9 Changed 9 years ago by Robert Whitley
- Status changed from accepted to verify
- Resolution set to fixed
comment:10 Changed 9 years ago by Robert Whitley
Refs #4159. Make one checkbox on the settings tab control errors.
Delete the other checkbox and make sure it works to either show all errors or show no errors. They don't want any clever error bars.
Changeset: ae614cc872f96c8ed493d725b79bbbf9d6f82b91
comment:11 Changed 9 years ago by Anders Markvardsen
- Status changed from verify to verifying
- Tester set to Anders Markvardsen
comment:12 Changed 9 years ago by Anders Markvardsen
- Status changed from verifying to reopened
- Resolution fixed deleted
Uummmm. On current build I find that when clicking the "Show error bars" - the result is that not errorbars are shown
comment:13 Changed 9 years ago by Robert Whitley
- Status changed from reopened to accepted
It was caused by the problem I fixed this morning. If you get the most recent build then it should work
comment:14 Changed 9 years ago by Robert Whitley
- Status changed from accepted to verify
- Resolution set to fixed
comment:16 Changed 9 years ago by Anders Markvardsen
- Status changed from verifying to closed
Works for load current and for data from AutoTestData
comment:17 Changed 5 years ago by Stuart Campbell
This ticket has been transferred to github issue 5006
In terms of implementing this, see methods setErrorBars in MantidMatrixCurve and Graph::addMantidErrorBars