Skip to content

Commit

Permalink
Refs #8793 Remove duplicated code in IndirectBayes.
Browse files Browse the repository at this point in the history
This has now been moved to IndirectCommon.
  • Loading branch information
Samuel Jackson committed Jan 30, 2014
1 parent 541d474 commit 6748436
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Code/Mantid/scripts/Inelastic/IndirectBayes.py
Original file line number Diff line number Diff line change
Expand Up @@ -643,12 +643,6 @@ def QLPlot(inputWS,Plot,res_plot,Loop):
fWS = inputWS+'_Result_0'
f_plot=mp.plotSpectrum(fWS,res_plot,False)

def plotSpectra(ws, axis_title, indicies=[]):
if len(indicies) > 0:
plot = mp.plotSpectrum(ws, indicies, True)
layer = plot.activeLayer()
layer.setAxisTitle(mp.Layer.Left, axis_title)

# Quest programs
def CheckBetSig(nbs):
Nsig = int(nbs[1])
Expand Down

0 comments on commit 6748436

Please sign in to comment.