Changeset 2634 for trunk/GSASIIctrls.py


Ignore:
Timestamp:
Jan 16, 2017 4:41:14 PM (6 years ago)
Author:
vondreele
Message:

add ExpandAll? to main File menu
change PDF plotting to use color schemes for multiplots
's' option on multiplot changed to color scheme selection
removed G9r0-4pi*r plot

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIctrls.py

    r2631 r2634  
    234234        idata = self.GetItemPyData(TreeId)
    235235        if type(idata[1]) is tuple or type(idata[1]) is list:
     236            idata[1] = list(idata[1])
    236237            idata[1][0] = [imagefile,idata[1][1]]
    237238        else:
Note: See TracChangeset for help on using the changeset viewer.