Changeset d56fc67 in sasview
- Timestamp:
- May 22, 2012 1:35:51 PM (12 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:
- e2605a5
- Parents:
- 4467d62
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sansguiframe/src/sans/guiframe/local_perspectives/plotting/profile_dialog.py
r4467d62 rd56fc67 82 82 self.plotpanel.subplot.set_xlim(min(data_plot.x) - _X_OFF, 83 83 max(data_plot.x) + _X_OFF) 84 #self.Centre()85 self.plotpanel.render()86 84 self.plotpanel.resizing = False 87 85 self.plotpanel.canvas.set_resizing(self.plotpanel.resizing) 88 self.plotpanel. subplot.figure.canvas.draw_idle()86 self.plotpanel.graph.render(self.plotpanel) 89 87 90 88 def _set_dy_data(self): … … 243 241 self.plots[plot.id].yaxis('\\rm{SLD} ', '10^{-6}A^{-2}') 244 242 #draw 245 self.graph.render(self)243 #self.graph.render(self) 246 244 247 245 def on_set_focus(self, event):
Note: See TracChangeset
for help on using the changeset viewer.