Changeset 3392 for trunk/GSASIIstrIO.py


Ignore:
Timestamp:
May 17, 2018 11:27:37 AM (7 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
  • TabularUnified trunk/GSASIIstrIO.py ΒΆ

    r3390 r3392  
    441441            for hist in Phase['Histograms']:
    442442                if 'Use' not in Phase['Histograms'][hist]:      #patch
    443                     Phase['Histograms'][hist]['Use'] = True         
     443                    Phase['Histograms'][hist]['Use'] = True
     444                if Phase['Histograms'][hist]['Use'] and phase not in Phases:
     445                    pId = phaseNames.index(phase)
     446                    Phase['pId'] = pId
     447                    Phases[phase] = Phase
    444448                if hist not in Histograms and Phase['Histograms'][hist]['Use']:
    445                     if phase not in Phases:
    446                         pId = phaseNames.index(phase)
    447                         Phase['pId'] = pId
    448                         Phases[phase] = Phase
    449449                    try:
    450450                        Histograms[hist] = allHistograms[hist]
Note: See TracChangeset for help on using the changeset viewer.