Changeset 2106 for trunk/GSASIIplot.py
- Timestamp:
- Dec 24, 2015 1:09:50 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIplot.py
r2091 r2106 1927 1927 Plot.plot(x,y,'rD',clip_on=False,picker=3.) 1928 1928 if not newPlot: 1929 # this restores previous plot limits (but I'm not sure why there are two .push_current calls) 1929 1930 Page.toolbar.push_current() 1931 if G2frame.Contour: # for contour plots expand y-axis to include all histograms 1932 G2frame.xylim = (G2frame.xylim[0], (0.,len(PlotList)-1.)) 1930 1933 Plot.set_xlim(G2frame.xylim[0]) 1931 1934 Plot.set_ylim(G2frame.xylim[1]) … … 3907 3910 G2frame.itemPicked = None 3908 3911 3912 # PlotImage execution starts here 3913 xylim = [] 3909 3914 try: 3910 3915 plotNum = G2frame.G2plotNB.plotList.index('2D Powder Image') … … 3970 3975 G2frame.oldImagefile = imagefile # save name of the last image file read 3971 3976 G2frame.oldImageTag = imagetag # save tag of the last image file read 3972 else:3973 if GSASIIpath.GetConfigValue('debug'): print('Skipping image reread')3977 #else: 3978 # if GSASIIpath.GetConfigValue('debug'): print('Skipping image reread') 3974 3979 3975 3980 imScale = 1
Note: See TracChangeset
for help on using the changeset viewer.