Ignore:
Timestamp:
Mar 29, 2017 10:02:34 AM (8 years ago)
Author:
Piotr Rozyczko <rozyczko@…>
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
Message:

Plotting residuals in fitting.
PlotHelper? updates.
Minor refactoring.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/qtgui/Perspectives/Fitting/FittingLogic.py

    r6fd4e36 r0268aed  
    119119        _yaxis, _yunit = data.get_yaxis() 
    120120        _xaxis, _xunit = data.get_xaxis() 
    121         new_plot.title = data.name 
    122121 
    123122        new_plot.group_id = data.group_id 
    124123        #new_plot.id = str(self.tab_id) + " " + data.name 
    125124        new_plot.name = model.name + " [" + data.name + "]" 
     125        new_plot.title = new_plot.name 
    126126        new_plot.xaxis(_xaxis, _xunit) 
    127127        new_plot.yaxis(_yaxis, _yunit) 
Note: See TracChangeset for help on using the changeset viewer.