Skip to content
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

MD plotting issue #11662

Closed
OwenArnold opened this issue Dec 17, 2014 · 2 comments
Closed

MD plotting issue #11662

OwenArnold opened this issue Dec 17, 2014 · 2 comments
Assignees
Labels
Framework Issues and pull requests related to components in the Framework High Priority An issue or pull request that if not addressed is severe enough to postponse a release.
Milestone

Comments

@OwenArnold
Copy link
Contributor

Reported by Jon Taylor via Mantid Help. Generating a LinePlot and converting it to a MatrixWorkspace via ConvertMDHistoWorkspaceToMatrixWorkspace is producing the wrong form of plot.

The two plots generated with the following script should be identical.

#!python
LoadMD(Filename='/Users/spu92482/Documents/mantid/systemtests/Data/SEQ_MDEW.nxs', OutputWorkspace='orig')
BinMD(InputWorkspace='orig', AxisAligned='0', BasisVector0='X,units,0,-0,0.84049,0.541827', BasisVector1='Y,units,0,-0,-0.541827,0.84049', BasisVector2='2,units,1,-0,-0,0', BasisVector3='3,units,0,1,-0,0', Translation='0,-0.25,-0.897805,17.1698', OutputExtents='0,0.261172,-0.1,0.1,-0.1,0.1,-0.1,0.1', OutputBins='100,1,1,1', OutputWorkspace='orig_line')
converted = ConvertMDHistoToMatrixWorkspace('orig_line')
plotSpectrum(converted, 0)
plotMD('orig_line')
@OwenArnold
Copy link
Contributor Author

This issue was originally trac ticket 10820

@OwenArnold
Copy link
Contributor Author

@OwenArnold OwenArnold added High Priority An issue or pull request that if not addressed is severe enough to postponse a release. Framework Issues and pull requests related to components in the Framework labels Jun 3, 2015
@OwenArnold OwenArnold self-assigned this Jun 3, 2015
@OwenArnold OwenArnold added this to the Release 3.3 milestone Jun 3, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Framework Issues and pull requests related to components in the Framework High Priority An issue or pull request that if not addressed is severe enough to postponse a release.
Projects
None yet
Development

No branches or pull requests

1 participant