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


Ignore:
Timestamp:
Dec 8, 2016 9:49:50 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:
3b7b218
Parents:
b4b8589
Message:

Code review for 3D plots.

File:
1 edited

Legend:

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

    rb4b8589 rfecfe28  
    88 
    99class PlotterWidget(PlotterBase): 
     10    """ 
     11    1D Plot widget for use with a QDialog 
     12    """ 
    1013    def __init__(self, parent=None, manager=None, quickplot=False): 
    1114        super(PlotterWidget, self).__init__(parent, manager=manager, quickplot=quickplot) 
Note: See TracChangeset for help on using the changeset viewer.