Skip to content
Snippets Groups Projects
Commit 49e2bd3b authored by Peter Parker's avatar Peter Parker
Browse files

Refs #5242 - Fixing broken functionality.

parent 492ddb9c
No related branches found
No related tags found
No related merge requests found
...@@ -166,4 +166,4 @@ def AbsRunFeeder(inputWS, geom, beam, ncan, size, density, sigs, siga, avar, ...@@ -166,4 +166,4 @@ def AbsRunFeeder(inputWS, geom, beam, ncan, size, density, sigs, siga, avar,
w_graph = mp.plotSpectrum(workspaces, 0) w_graph = mp.plotSpectrum(workspaces, 0)
if ( plotOpt == 'Angle' or plotOpt == 'Both' ): if ( plotOpt == 'Angle' or plotOpt == 'Both' ):
a_graph = mp.plotTimeBin(workspaces, 0) a_graph = mp.plotTimeBin(workspaces, 0)
a_graph.activeLayer().setAxisTitle(Layer.Bottom, 'Angle') a_graph.activeLayer().setAxisTitle(mp.Layer.Bottom, 'Angle')
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment