Ticket #4152 (closed: fixed)
Pull common code into MantidCurve
Reported by: | Owen Arnold | Owned by: | Owen Arnold |
---|---|---|---|
Priority: | major | Milestone: | Release 2.0 |
Component: | VATES | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Karl Palmen |
Description
Refactor MantidMatrixCurve and MantidMDCurve so that the common code sits in MantidCurve.
Change History
comment:2 Changed 9 years ago by Owen Arnold
refs #4152 Refactoring of common code
More movement of common code upwards into MantidCurve
Changeset: b208d0fecca770d54d64f10a4fbdc91ea864a084
comment:3 Changed 9 years ago by Owen Arnold
refs #4152. Error in header fixed.
Changeset: d227f568da3bba4d1b8e5cce9df3cf30012a3228
comment:4 Changed 9 years ago by Owen Arnold
refs #4152. Unused arg warning fixed.
Changeset: d257f5f4c4601f4979be36f7fa35fc83cc451f09
comment:5 Changed 9 years ago by Owen Arnold
refs #4152 #4116 Problem with plotting fixed.
Now plotting errors rather than error squared Changeset: 2d722a154af1d7999144783f0f93009b0cae9202
comment:6 Changed 9 years ago by Owen Arnold
- Status changed from accepted to verify
- Resolution set to fixed
Tester, should have more code in MantidCurve and less in MantidMatrixCurve and MantidMDCurve. At the same time, this work should have not broken any of the expected functionality in the existing plotting. Check that plotting of a MatrixWorkspace occurs as expected.