Ignore:
Timestamp:
May 10, 2017 9:36:13 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:
1bc27f1
Parents:
2da5759
Message:

Further fitpage implementation with tests SASVIEW-570

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/qtgui/MainWindow/DataExplorer.py

    r56b22f9 r672b8ab  
    450450 
    451451    def addDataPlot2D(self, plot_set, item): 
     452        """ 
     453        Create a new 2D plot and add it to the workspace 
     454        """ 
    452455        plot2D = Plotter2D(self) 
    453456        plot2D.item = item 
    454457        plot2D.plot(plot_set) 
    455458        self.addPlot(plot2D) 
     459        #============================================ 
     460        # Experimental hook for silx charts 
    456461        #============================================ 
    457462        ## Attach silx 
Note: See TracChangeset for help on using the changeset viewer.