Changeset 2580 for trunk/GSASIIplot.py
- Timestamp:
- Dec 13, 2016 7:48:22 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/GSASIIplot.py ¶
r2579 r2580 4520 4520 Plot.imshow(AM,aspect='equal',cmap='Reds', 4521 4521 interpolation='nearest',vmin=0,vmax=2,extent=[0,Xmax,Ymax,0]) 4522 Img= Plot.imshow(A,aspect='equal',cmap=acolor,4522 Page.ImgObj = Plot.imshow(A,aspect='equal',cmap=acolor, 4523 4523 interpolation='nearest',vmin=Imin,vmax=Imax,extent=[0,Xmax,Ymax,0]) 4524 4524 4525 4525 Plot.plot(xcent,ycent,'x') 4526 4526 #G2frame.PatternTree.GetItemText(item) … … 4644 4644 Plot.plot(x,y,'g') 4645 4645 if newImage: 4646 Page.figure.colorbar( Img)4646 Page.figure.colorbar(Page.ImgObj) 4647 4647 Plot.set_xlim(xlim) 4648 4648 Plot.set_ylim(ylim) … … 4666 4666 finally: 4667 4667 wx.EndBusyCursor() 4668 4668 4669 4669 ################################################################################ 4670 4670 ##### PlotIntegration
Note: See TracChangeset
for help on using the changeset viewer.