Changeset 965fbd8 in sasview for src/sas/qtgui/DataExplorer.py


Ignore:
Timestamp:
Feb 2, 2017 7:09:39 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:
b789967
Parents:
3bdbfcc
Message:

More merge related fixes

File:
1 edited

Legend:

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

    r3bdbfcc r965fbd8  
    789789        new_plot = Plotter2D(self, quickplot=True, dimension=3) 
    790790        new_plot.data = data 
    791         new_plot.plot(marker='o', linestyle='') 
     791        new_plot.plot() 
    792792 
    793793        # Update the global plot counter 
Note: See TracChangeset for help on using the changeset viewer.