Changeset c0e747c in sasview for sansguiframe/src/sans/guiframe/local_perspectives/plotting/Plotter1D.py
- Timestamp:
- Oct 24, 2011 9:59:19 AM (13 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:
- 5d41a1f
- Parents:
- 1e35434
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sansguiframe/src/sans/guiframe/local_perspectives/plotting/Plotter1D.py
r1e35434 rc0e747c 585 585 StatusEvent(status= msg, info='error')) 586 586 sizedial.Destroy() 587 588 selected_plot.markersize = int(label) 589 self._check_zoom_plot() 590 #self._onEVT_FUNC_PROPERTY() 591 ## Set the view scale for all plots 592 593 ## render the graph 594 #self.graph.render(self) 595 #self.subplot.figure.canvas.draw_idle() 587 try: 588 selected_plot.markersize = int(label) 589 self._check_zoom_plot() 590 except: 591 msg = 'Symbol Size: Got an invalid Value.' 592 wx.PostEvent( self.parent, 593 StatusEvent(status= msg, info='error')) 596 594 597 595
Note: See TracChangeset
for help on using the changeset viewer.