Ticket #10394 (assigned)

Opened 6 years ago

Last modified 5 years ago

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

comment:1 Changed 6 years ago by Nick Draper

  • Status changed from new to assigned

comment:2 Changed 6 years ago by Nick Draper

Moved to the backlog at the code freeze of R3.3

comment:3 Changed 6 years ago by Nick Draper

  • Milestone changed from Release 3.3 to Backlog

comment:4 Changed 5 years ago by Stuart Campbell

This ticket has been transferred to github issue 11236

Note: See TracTickets for help on using tickets.