- Timestamp:
- Mar 11, 2020 3:44:12 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIplot.py
r4355 r4356 5199 5199 X0 = Y0 = Z0 = np.zeros_like(X) 5200 5200 icolor = R/90. 5201 Plot.quiver(X0,Y0,Z0,X,Y,Z,color=mcolors.cmap(icolor),arrow_length_ratio=0.0 5)5201 Plot.quiver(X0,Y0,Z0,X,Y,Z,color=mcolors.cmap(icolor),arrow_length_ratio=0.0) 5202 5202 xyzlim = np.array([Plot.get_xlim3d(),Plot.get_ylim3d(),Plot.get_zlim3d()]).T 5203 5203 XYZlim = [min(xyzlim[0]),max(xyzlim[1])]
Note: See TracChangeset
for help on using the changeset viewer.