Changeset 9e2cfee in sasview for theoryview/perspectives
- Timestamp:
- Aug 4, 2010 1:47:14 PM (14 years ago)
- 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:
- bf66f67
- Parents:
- 0d21ac1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
theoryview/perspectives/theory/theory.py
re99126a r9e2cfee 445 445 wx.PostEvent(self.parent, NewPlotEvent(plot=new_plot, 446 446 title= str(title))) 447 self.parent.set_created_data(data_list=[(new_plot, None)])448 449 447 msg = "Plot 1D complete !" 450 448 wx.PostEvent( self.parent, StatusEvent( status= msg , type="stop" )) … … 497 495 theory.xmin= data.xmin 498 496 theory.xmax= data.xmax 499 500 self.parent.set_created_data(data_list=[(theory, None)]) 501 497 502 498 ## plot 503 499 wx.PostEvent(self.parent, NewPlotEvent(plot=theory,
Note: See TracChangeset
for help on using the changeset viewer.