Changeset 3234 for trunk/GSASIIplot.py
- Timestamp:
- Jan 19, 2018 12:11:54 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIplot.py
r3231 r3234 4237 4237 Page.Choice = ['s: to change colors','p: to save covariance as text file'] 4238 4238 Page.keyPress = OnPlotKeyPress 4239 G2frame.G2plotNB.status.SetFields(['','']) 4239 G2frame.G2plotNB.status.SetStatusText('',0) 4240 G2frame.G2plotNB.status.SetStatusText('',1) 4240 4241 G2frame.G2plotNB.status.SetStatusWidths([150,-1]) #need to reset field widths here 4241 4242 acolor = mpl.cm.get_cmap(G2frame.VcovColor) 4242 4243 Img = Plot.imshow(covArray,aspect='equal',cmap=acolor,interpolation='nearest',origin='lower', 4243 4244 vmin=-1.,vmax=1.) 4244 imgAx = Img. properties()['axes']4245 imgAx = Img.axes 4245 4246 ytics = imgAx.get_yticks() 4246 4247 ylabs = [varyList[int(i)] for i in ytics[:-1]]
Note: See TracChangeset
for help on using the changeset viewer.