Changeset 2308 for trunk/GSASIIplot.py
- Timestamp:
- Jun 5, 2016 12:57:24 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIplot.py
r2307 r2308 1622 1622 # if plottype == 'PWDR': # avoids a very nasty clash with KILL_FOCUS in SASD TextCtrl? 1623 1623 # Page.SetFocus() 1624 G2frame.G2plotNB.skipPageChange = True #to keep Stress/Strain data tab visible1624 # G2frame.G2plotNB.skipPageChange = True #to keep Stress/Strain data tab visible 1625 1625 G2frame.G2plotNB.status.DestroyChildren() 1626 1626 if G2frame.Contour: … … 1744 1744 Plot.set_ylabel(r'$S(Q)=I*Q^{4}$',fontsize=16) 1745 1745 else: 1746 Plot.set_ylabel(r'$Intensity, cm^{-1}$',fontsize=16)1746 Plot.set_ylabel(r'$Intensity,\ cm^{-1}$',fontsize=16) 1747 1747 else: 1748 1748 if G2frame.plotStyle['sqrtPlot']: … … 3235 3235 Page.Choice = None 3236 3236 G2frame.G2plotNB.RaisePageNoRefresh(Page) 3237 G2frame.G2plotNB.skipPageChange = True 3237 3238 G2frame.G2plotNB.status.SetFields(['','']) 3238 3239 G2frame.G2plotNB.status.SetStatusWidths([150,-1])
Note: See TracChangeset
for help on using the changeset viewer.