Changeset c71d042 in sasview


Ignore:
Timestamp:
Jul 5, 2012 2:55:57 PM (12 years ago)
Author:
Jae Cho <jhjcho@…>
Branches:
master, 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, costrafo411, magnetic_scatt, release-4.1.1, release-4.1.2, release-4.2.2, release_4.0.1, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
Children:
86a9e6c
Parents:
7619f50
Message:

Put Gridplot to theory in the DataExplorer?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sansguiframe/src/sans/guiframe/data_processor.py

    rd560a37 rc71d042  
    10621062            msg = "Plotting completed!" 
    10631063            wx.PostEvent( self.parent.parent,  
    1064                                       StatusEvent(status=msg))    
     1064                                      StatusEvent(status=msg))   
     1065            self.parent.parent.update_theory(data_id=new_plot.id,  
     1066                                              theory=new_plot)  
    10651067        except: 
    10661068             wx.PostEvent(self.parent.parent,  
Note: See TracChangeset for help on using the changeset viewer.