Ignore:
Timestamp:
Aug 20, 2019 3:29:50 PM (4 years ago)
Author:
vondreele
Message:

get Pair distribution plot if available when selected
reorder SHAPES results plot so bead model shown last

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIdataGUI.py

    r4102 r4103  
    83268326            G2pdG.UpdateREFDModelsGrid(G2frame,data)
    83278327        G2plt.PlotPatterns(G2frame,plotType=prfx1)
    8328         if prfx1 == 'SASD' and len(data['Size']['Distribution']):
    8329             G2plt.PlotSASDSizeDist(G2frame)
     8328        if prfx1 == 'SASD':
     8329            if len(data['Size']['Distribution']):
     8330                G2plt.PlotSASDSizeDist(G2frame)
     8331            if len(data['Pair']['Distribution']):
     8332                G2plt.PlotSASDPairDist(G2frame)
    83308333    elif G2frame.GPXtree.GetItemText(item) == 'Substances':
    83318334        G2frame.PatternId = G2frame.GPXtree.GetItemParent(item)
Note: See TracChangeset for help on using the changeset viewer.