Changeset 1252 for trunk/GSASIIplot.py
- Timestamp:
- Mar 18, 2014 1:45:39 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIplot.py
r1250 r1252 890 890 D = xye[5]-Ymax*G2frame.delOffset 891 891 elif 'SASD' in plottype: 892 D = xye[4] -Ymax*G2frame.delOffset892 D = xye[4] 893 893 Plot.set_yscale("log",nonposy='mask') 894 894 Plot.set_ylim(bottom=np.min(np.trim_zeros(Y))/2.,top=np.max(Y)*2.) … … 907 907 else: 908 908 Plot.plot(X,Y,colors[N%6]+'+',picker=3.,clip_on=False) 909 Plot.plot(X,D,colors[(N+1)%6],picker=False) 909 910 Plot.plot(X,Z,colors[(N+1)%6],picker=False) 910 911 elif G2frame.Weight and 'PWDR' in plottype:
Note: See TracChangeset
for help on using the changeset viewer.