Ignore:
Timestamp:
Jan 13, 2009 5:44:04 PM (15 years ago)
Author:
Gervaise Alina <gervyh@…>
Branches:
master, 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, costrafo411, magnetic_scatt, release-4.1.1, release-4.1.2, release-4.2.2, release_4.0.1, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
Children:
e4032d64
Parents:
b146d06
Message:

model2d sectorslicer display fixed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • guiframe/local_perspectives/plotting/Plotter2D.py

    r92c2345 rac9a5f6  
    6161        self.plots = {} 
    6262        self.data2D= data2d 
    63         self.data = data2d.data 
     63        self.data =data2d.data 
    6464        ## Unique ID (from gui_manager) 
    6565        self.uid = None 
     
    149149            self.plots[event.plot.name].data = event.plot.data 
    150150            self.plots[event.plot.name].err_data = event.plot.err_data 
    151              
    152   
    153          
     151            # update qmax with the new xmax of data plotted 
     152            self.qmax= event.plot.xmax 
     153             
     154        self.slicer= None 
    154155        # Check axis labels 
    155156        #TODO: Should re-factor this 
     
    376377            Perform sector averaging on Q 
    377378        """ 
     379        print "onsector self.data2Dxmax",self.data2D.xmax 
    378380        from SectorSlicer import SectorInteractor 
    379381        self.onClearSlicer(event) 
Note: See TracChangeset for help on using the changeset viewer.