Changeset 2308 for trunk/GSASIIplot.py


Ignore:
Timestamp:
Jun 5, 2016 12:57:24 PM (7 years ago)
Author:
vondreele
Message:

add sp.shell model or SASD - Thx to L.A, Avakyan
fix (again) page switching problem with Texture
Change import string for G2img files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIplot.py

    r2307 r2308  
    16221622#    if plottype == 'PWDR':  # avoids a very nasty clash with KILL_FOCUS in SASD TextCtrl?
    16231623#        Page.SetFocus()
    1624     G2frame.G2plotNB.skipPageChange = True      #to keep Stress/Strain data tab visible
     1624#    G2frame.G2plotNB.skipPageChange = True      #to keep Stress/Strain data tab visible
    16251625    G2frame.G2plotNB.status.DestroyChildren()
    16261626    if G2frame.Contour:
     
    17441744                    Plot.set_ylabel(r'$S(Q)=I*Q^{4}$',fontsize=16)
    17451745                else:
    1746                     Plot.set_ylabel(r'$Intensity, cm^{-1}$',fontsize=16)
     1746                    Plot.set_ylabel(r'$Intensity,\ cm^{-1}$',fontsize=16)
    17471747        else:
    17481748            if G2frame.plotStyle['sqrtPlot']:
     
    32353235    Page.Choice = None
    32363236    G2frame.G2plotNB.RaisePageNoRefresh(Page)
     3237    G2frame.G2plotNB.skipPageChange = True
    32373238    G2frame.G2plotNB.status.SetFields(['',''])   
    32383239    G2frame.G2plotNB.status.SetStatusWidths([150,-1])
Note: See TracChangeset for help on using the changeset viewer.