Ticket #9994 (closed: duplicate)
Plotting slice from script does not work property
Reported by: | Alex Buts | Owned by: | Alex Buts |
---|---|---|---|
Priority: | major | Milestone: | Release 3.3 |
Component: | Framework | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Martyn Gigg |
Description
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)
Change History
Note: See
TracTickets for help on using
tickets.
duplicate for #9995