Skip to content

Commit

Permalink
Re #5042 Fix moderator position
Browse files Browse the repository at this point in the history
  • Loading branch information
mdoucet committed Mar 30, 2012
1 parent 90da9f1 commit b58eb68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Code/Mantid/instrument/REF_M_Definition.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</defaults>
<!--SOURCE AND SAMPLE POSITION-->
<component type="moderator">
<location z="-18.703"/>
<location z="-18.481"/>
</component>
<type is="Source" name="moderator"/>
<component type="sample-position">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,7 @@ def plot_result(self):
g = _qti.app.mantidUI.pyPlotSpectraList(ws_list,[0],True)
g.setName(plot_name)
l=g.activeLayer()
l.logYlinX()
if self._settings.instrument_name == "REFL":
l.setTitle("Reflectivity")
else:
Expand Down

0 comments on commit b58eb68

Please sign in to comment.