Changeset 2871 for trunk/GSASIIplot.py
- Timestamp:
- Jun 21, 2017 9:35:40 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIplot.py
r2869 r2871 1262 1262 G2frame.ContourColor = choice[sel] 1263 1263 else: 1264 G2frame.ContourColor = GSASIIpath.GetConfigValue('Contour_color',' gist_ncar')1264 G2frame.ContourColor = GSASIIpath.GetConfigValue('Contour_color','Paired') 1265 1265 dlg.Destroy() 1266 1266 elif G2frame.SinglePlot: … … 2446 2446 G2frame.ContourColor = choice[sel] 2447 2447 else: 2448 G2frame.ContourColor = GSASIIpath.GetConfigValue('Contour_color',' gist_ncar')2448 G2frame.ContourColor = GSASIIpath.GetConfigValue('Contour_color','Paired') 2449 2449 dlg.Destroy() 2450 2450 elif event.key == 'i': #for smoothing contour plot … … 2994 2994 G2frame.ContourColor = choice[sel] 2995 2995 else: 2996 G2frame.ContourColor = GSASIIpath.GetConfigValue('Contour_color',' gist_ncar')2996 G2frame.ContourColor = GSASIIpath.GetConfigValue('Contour_color','Paired') 2997 2997 dlg.Destroy() 2998 2998 wx.CallAfter(PlotXYZ,G2frame,XY,Z,labelX,labelY,False,Title)
Note: See TracChangeset
for help on using the changeset viewer.