Changeset 2871 for trunk/GSASII.py


Ignore:
Timestamp:
Jun 21, 2017 9:35:40 AM (6 years ago)
Author:
vondreele
Message:

change ContourColor? default back to Paired even if it is 12 color discrete in new matplotlib

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASII.py

    r2870 r2871  
    26112611        self.dataFrame = None
    26122612        self.Interpolate = 'nearest'
    2613         self.ContourColor = GSASIIpath.GetConfigValue('Contour_color','gist_ncar')
     2613        self.ContourColor = GSASIIpath.GetConfigValue('Contour_color','Paired')
    26142614        self.VcovColor = 'RdYlGn'
    26152615        self.RamaColor = 'Blues'
Note: See TracChangeset for help on using the changeset viewer.