Ignore:
Timestamp:
Jul 21, 2020 12:41:16 PM (3 years ago)
Author:
vondreele
Message:

remove q-plot & d-plot options for Limits PWDR plot
some cleanup in mag inncom. sf cal

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIdataGUI.py

    r4525 r4531  
    48554855                    if Phase['Histograms'][hist]['Use'] and phase not in Phases:
    48564856                        Phases[phase] = Phase
    4857                     if hist not in Histograms and Phase['Histograms'][hist]['Use']:
     4857                    if (hist not in Histograms) and Phase['Histograms'][hist]['Use']:
    48584858                        if hist not in histIdList:
    48594859                            if badnum == 0:
     
    86788678        data = G2frame.GPXtree.GetItemPyData(item)
    86798679        G2pdG.UpdateLimitsGrid(G2frame,data,datatype)
    8680         G2plt.PlotPatterns(G2frame,plotType=datatype)
     8680        G2plt.PlotPatterns(G2frame,plotType=datatype,newPlot=True)
    86818681    elif G2frame.GPXtree.GetItemText(item) == 'Instrument Parameters':
    86828682        G2frame.PatternId = G2frame.GPXtree.GetItemParent(item)
Note: See TracChangeset for help on using the changeset viewer.