Changeset 4537
- Timestamp:
- Aug 5, 2020 1:12:21 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIplot.py
r4535 r4537 5967 5967 Z = np.reshape(Z,(npts,npts)) 5968 5968 try: 5969 CS = Plot.contour(Y,X,Z,aspect='equal') 5969 CS = Plot.contour(Y,X,Z) 5970 # CS = Plot.contour(Y,X,Z,aspect='equal') 5970 5971 Plot.clabel(CS,fontsize=9,inline=1) 5971 5972 except ValueError: … … 7637 7638 MA = ma.array(MA,mask=MaskA) 7638 7639 except KeyError: # should not be needed if initializtion is proper 7639 if GSASIIpath.GetConfigValue('debug'): print('SpotMask missing')7640 # if GSASIIpath.GetConfigValue('debug'): print('SpotMask missing') 7640 7641 MaskA = ma.getmaskarray(MA) 7641 7642 except TypeError: # needed if spotMasks set to initial value (None)
Note: See TracChangeset
for help on using the changeset viewer.