Skip to content

Commit

Permalink
Refs #5421 Cosmetic changes to JumpFit
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel Jackson committed Sep 26, 2013
1 parent 9003dd3 commit da407ef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,17 +50,17 @@
<widget class="QComboBox" name="cbWidth">
<item>
<property name="text">
<string>FW11</string>
<string>1.1</string>
</property>
</item>
<item>
<property name="text">
<string>FW21</string>
<string>2.1</string>
</property>
</item>
<item>
<property name="text">
<string>FW22</string>
<string>2.2</string>
</property>
</item>
</widget>
Expand Down
2 changes: 1 addition & 1 deletion Code/Mantid/scripts/Inelastic/IndirectBayes.py
Original file line number Diff line number Diff line change
Expand Up @@ -905,4 +905,4 @@ def JumpRun(sname,jump,prog,width,Crop,qrange,Verbose,Plot,Save):

def JumpPlot(inputWS):
j_plot=mp.plotSpectrum(inputWS+'_Data',0,True)
mp.mergePlots(j_plot,mp.plotSpectrum(inputWS+'_Fit',0,False))
mp.mergePlots(j_plot,mp.plotSpectrum(inputWS+'_Fit',0,True))

0 comments on commit da407ef

Please sign in to comment.