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

Plotting slice from script does not work property #10836

Closed
abuts opened this issue Jul 25, 2014 · 1 comment
Closed

Plotting slice from script does not work property #10836

abuts opened this issue Jul 25, 2014 · 1 comment
Assignees
Labels
Framework Issues and pull requests related to components in the Framework
Milestone

Comments

@abuts
Copy link
Member

abuts commented Jul 25, 2014

Try the script

Load(Filename='MAP05935_4to1_033.nxspe', OutputWorkspace='MAP05935', LoaderName='LoadNXSPE', LoaderVersion=1)
#  Got Matrix workspace
SofQW3(InputWorkspace='MAP05935', OutputWorkspace='MAP05935MD', QAxisBinning='0,0.02,3', EMode='Direct')
#Show the result as described at http://www.mantidproject.org/SliceViewer_Python_Interface
#plotSlice('MAP05935MD')

Right click on the resulting workspace (MAP05935MD) and invoke sliceviewer --- nice looking picture appears (fig1).

uncomment line 3 above or run script below from ipython console.

plotSlice('MAP05935MD')

the result looks different and ugly (fig2)

@abuts
Copy link
Member Author

abuts commented Jun 3, 2015

This issue was originally trac ticket 9994

@abuts abuts added the Framework Issues and pull requests related to components in the Framework label Jun 3, 2015
@abuts abuts self-assigned this Jun 3, 2015
@abuts abuts added this to the Release 3.3 milestone Jun 3, 2015
@abuts abuts closed this as completed Jun 3, 2015
abuts added a commit that referenced this issue Nov 26, 2015
abuts added a commit that referenced this issue Nov 26, 2015
abuts added a commit that referenced this issue Nov 26, 2015
abuts added a commit that referenced this issue Nov 26, 2015
abuts added a commit that referenced this issue Nov 26, 2015
abuts added a commit that referenced this issue Nov 26, 2015
abuts added a commit that referenced this issue Nov 26, 2015
abuts added a commit that referenced this issue Nov 26, 2015
abuts added a commit that referenced this issue Nov 26, 2015
much simple and better then the previous complex solution
abuts added a commit that referenced this issue Nov 26, 2015
abuts added a commit that referenced this issue Nov 26, 2015
abuts added a commit that referenced this issue Nov 26, 2015
on separate line. This seems requested by Autoreduction server.
abuts added a commit that referenced this issue Nov 26, 2015
directly, without accessing _propMan explicitly
abuts added a commit that referenced this issue Nov 26, 2015
directly, without explicitly calling porp_man
abuts added a commit that referenced this issue Nov 26, 2015
Class modified to use descriptors for properties with range of values
abuts added a commit that referenced this issue Nov 26, 2015
and add common PropertyManager interface (returning empty dependencies list by default)
abuts added a commit that referenced this issue Nov 26, 2015
It is a shame it is there at all, but there are no known way of running this script under debugger outside Mantid
As the result, the string sometimes slips into main repository.
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
Projects
None yet
Development

No branches or pull requests

1 participant