Changeset f182f93 in sasview for src/sas/qtgui/Plotter.py


Ignore:
Timestamp:
Apr 5, 2017 10:44:27 AM (7 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:
454670d
Parents:
116260a
Message:

Fitting connected. Initial prototype

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/qtgui/Plotter.py

    r9f25bce rf182f93  
    6969 
    7070        is_fit = (self.data.id=="fit") 
     71 
     72        # Transform data if required. 
     73        # TODO: it properly! 
     74        #if data.xtransform is not None or data.ytransform is not None: 
     75        #    a, b, c, d = GuiUtils.xyTransform(self.data, self.data.xtransform, self.data.ytransform) 
    7176 
    7277        # Shortcuts 
Note: See TracChangeset for help on using the changeset viewer.