Changeset 0268aed in sasview for src/sas/qtgui/Perspectives/Fitting/FittingLogic.py
- Timestamp:
- Mar 29, 2017 10:02:34 AM (8 years ago)
- Branches:
- ESS_GUI, ESS_GUI_Docs, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_iss959, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc
- Children:
- 7d077d1
- Parents:
- 6fd4e36
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/Perspectives/Fitting/FittingLogic.py
r6fd4e36 r0268aed 119 119 _yaxis, _yunit = data.get_yaxis() 120 120 _xaxis, _xunit = data.get_xaxis() 121 new_plot.title = data.name122 121 123 122 new_plot.group_id = data.group_id 124 123 #new_plot.id = str(self.tab_id) + " " + data.name 125 124 new_plot.name = model.name + " [" + data.name + "]" 125 new_plot.title = new_plot.name 126 126 new_plot.xaxis(_xaxis, _xunit) 127 127 new_plot.yaxis(_yaxis, _yunit)
Note: See TracChangeset
for help on using the changeset viewer.