Changeset 71361f0 in sasview for src/sas/qtgui/DataExplorer.py


Ignore:
Timestamp:
Apr 8, 2017 5:03:31 PM (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:
1970780
Parents:
9c391946
Message:

tweaked Data Explorer UI, added prototype/test silx 2D plotting

File:
1 edited

Legend:

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

    r454670d r71361f0  
    444444            plot2D.plot(plot_set) 
    445445            self.plotAdd(plot2D) 
     446            #============================================ 
     447            ## Attach silx 
     448            #from silx.gui import qt 
     449            #from silx.gui.plot import StackView 
     450            #sv = StackView() 
     451            #sv.setColormap("jet", autoscale=True) 
     452            #sv.setStack(plot_set.data.reshape(1,100,100)) 
     453            ##sv.setLabels(["x: -10 to 10 (200 samples)", 
     454            ##              "y: -10 to 5 (150 samples)"]) 
     455            #sv.show() 
     456            #============================================ 
    446457 
    447458        for item, plot_set in plots: 
Note: See TracChangeset for help on using the changeset viewer.