Ticket #9994 (closed: duplicate)

Opened 6 years ago

Last modified 5 years ago

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

comment:1 Changed 6 years ago by Alex Buts

  • Owner set to Alex Buts
  • Status changed from new to verify
  • Resolution set to duplicate

duplicate for #9995

comment:2 Changed 6 years ago by Alex Buts

  • Milestone changed from Backlog to Release 3.3

comment:3 Changed 6 years ago by Martyn Gigg

  • Status changed from verify to verifying
  • Tester set to Martyn Gigg

comment:4 Changed 6 years ago by Martyn Gigg

  • Status changed from verifying to closed

comment:5 Changed 5 years ago by Stuart Campbell

This ticket has been transferred to github issue 10836

Note: See TracTickets for help on using tickets.