Changeset 4228 for trunk/GSASIIplot.py
- Timestamp:
- Jan 3, 2020 5:10:32 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIplot.py
r4224 r4228 1845 1845 return 1846 1846 newPlot = False 1847 if event.key == 'w' and not Page.plotStyle['qPlot'] and not Page.plotStyle['dPlot']: #can't do weight plots when x-axis is different1847 if event.key == 'w': # and not Page.plotStyle['qPlot'] and not Page.plotStyle['dPlot']: #can't do weight plots when x-axis is different 1848 1848 G2frame.Weight = not G2frame.Weight 1849 1849 if not G2frame.Weight and 'PWDR' in plottype: … … 3234 3234 else: 3235 3235 DZ = (xye[1]-xye[3])*np.sqrt(wtFactor*xye[2]) 3236 DifLine = Plot1.plot(X [Ibeg:Ifin],DZ[Ibeg:Ifin],colors[3],picker=1.,label='_diff') #(Io-Ic)/sig(Io)3236 DifLine = Plot1.plot(X,DZ,colors[3],picker=1.,label='_diff') #(Io-Ic)/sig(Io) 3237 3237 Plot1.axhline(0.,color='k') 3238 3238
Note: See TracChangeset
for help on using the changeset viewer.