Ignore:
Timestamp:
May 17, 2018 11:27:37 AM (5 years ago)
Author:
vondreele
Message:

fix issues with multiphase refinements & multiphase plots, etc.
move plot OffSet? parameters to Page.plotStyle - required some reorganization of PlotPatterns?
correct colors for peak fit lines (make always blue)
make plot limits behave

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIdataGUI.py

    r3391 r3392  
    41864186                for hist in Phase['Histograms']:
    41874187                    if 'Use' not in Phase['Histograms'][hist]:      #patch: add Use flag as True
    4188                         Phase['Histograms'][hist]['Use'] = True         
     4188                        Phase['Histograms'][hist]['Use'] = True
     4189                    if Phase['Histograms'][hist]['Use'] and phase not in Phases:
     4190                        Phases[phase] = Phase
    41894191                    if hist not in Histograms and Phase['Histograms'][hist]['Use']:
    4190                         if phase not in Phases:
    4191                             Phases[phase] = Phase
    41924192                        item = GetGPXtreeItemId(self,self.root,hist)
    41934193                        if item:
     
    42014201                            print(u'For phase "'+phase+
    42024202                                  u'" unresolved reference to histogram "'+hist+u'"')
    4203         #G2obj.IndexAllIds(Histograms=Histograms,Phases=Phases)
    42044203        G2obj.IndexAllIds(Histograms=Histograms,Phases=phaseData)
    42054204        return Histograms,Phases
Note: See TracChangeset for help on using the changeset viewer.