Changeset 2580 for trunk/GSASIIplot.py


Ignore:
Timestamp:
Dec 13, 2016 7:48:22 PM (8 years ago)
Author:
toby
Message:

Speed slider on Image Controls

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/GSASIIplot.py

    r2579 r2580  
    45204520            Plot.imshow(AM,aspect='equal',cmap='Reds',
    45214521                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,
    45234523                interpolation='nearest',vmin=Imin,vmax=Imax,extent=[0,Xmax,Ymax,0])
    4524    
     4524           
    45254525        Plot.plot(xcent,ycent,'x')
    45264526        #G2frame.PatternTree.GetItemText(item)
     
    46444644            Plot.plot(x,y,'g')           
    46454645        if newImage:
    4646             Page.figure.colorbar(Img)
     4646            Page.figure.colorbar(Page.ImgObj)
    46474647        Plot.set_xlim(xlim)
    46484648        Plot.set_ylim(ylim)
     
    46664666    finally:
    46674667        wx.EndBusyCursor()
    4668        
     4668   
    46694669################################################################################
    46704670##### PlotIntegration
Note: See TracChangeset for help on using the changeset viewer.