Ticket #10394 (assigned)
SofQW3 plotting issue
Reported by: | Owen Arnold | Owned by: | Martyn Gigg |
---|---|---|---|
Priority: | major | Milestone: | Backlog |
Component: | Framework | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: |
Description
There is some confusion here about vertical axis names and y-data names. For example, in the following the plot y-axis is called 'SpectrumNumber', but shouldn't this be counts? I made a note about this in #10365 because it's affecting the SliceViewer plotting too.
# create sample inelastic workspace for MARI instrument containing 1 at all spectra ws=CreateSimulationWorkspace(Instrument='MAR',BinParams='-10,1,10') # convert workspace into Matrix workspace with Q-dE coordinates ws=SofQW3(InputWorkspace=ws,QAxisBinning='-3,0.1,3',Emode='Direct',EFixed=12) plotSpectrum(ws, 0) # Plot y axis is called SpectrumNumber?
Change History
Note: See
TracTickets for help on using
tickets.