Ignore:
Timestamp:
May 7, 2018 9:34:50 AM (6 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:
fa05c6c1
Parents:
3c6ecd9
Message:

Fixing issues with DataOperationUtility? calculator

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/qtgui/Calculators/DataOperationUtilityPanel.py

    raed0532 r42787fb  
    181181        self.cbOperator.setCurrentIndex(0) 
    182182 
    183         self.output = None 
    184         self.data1 = None 
    185         self.data2 = None 
    186         self.filenames = None 
    187         self.list_data_items = [] 
    188  
    189183        self.data1OK = False 
    190184        self.data2OK = False 
     
    428422            # plot 1D data 
    429423            plotter = PlotterWidget(self, quickplot=True) 
     424            data.scale = 'linear' 
    430425            plotter.data = data 
    431  
     426            plotter.showLegend = False 
    432427            graph.setLayout(layout) 
    433428            layout.addWidget(plotter) 
     
    437432 
    438433            plotter.plot(hide_error=True, marker='.') 
    439             # plotter.legend = None 
    440434 
    441435            plotter.show() 
Note: See TracChangeset for help on using the changeset viewer.