Changeset 229
- Timestamp:
- Jan 7, 2011 1:19:14 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASII.py
r226 r229 1 1 #GSASII 2 ########### SVN repository information ################### 3 # $Date$ 4 # $Author$ 5 # $Revision$ 6 # $URL$ 7 # $Id$ 8 ########### SVN repository information ################### 2 9 3 10 import os … … 250 257 self.Interpolate = 'nearest' 251 258 self.ContourColor = 'Paired' 259 self.logPlot = False 252 260 self.Contour = False 253 261 self.SinglePlot = False
Note: See TracChangeset
for help on using the changeset viewer.