Changeset 4356 for trunk


Ignore:
Timestamp:
Mar 11, 2020 3:44:12 AM (4 years ago)
Author:
vondreele
Message:

remove arrowhead for quiver plot in PlotXYZvect - wasn't the right color.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIplot.py

    r4355 r4356  
    51995199    X0 = Y0 = Z0 = np.zeros_like(X)
    52005200    icolor = R/90.
    5201     Plot.quiver(X0,Y0,Z0,X,Y,Z,color=mcolors.cmap(icolor),arrow_length_ratio=0.05)
     5201    Plot.quiver(X0,Y0,Z0,X,Y,Z,color=mcolors.cmap(icolor),arrow_length_ratio=0.0)
    52025202    xyzlim = np.array([Plot.get_xlim3d(),Plot.get_ylim3d(),Plot.get_zlim3d()]).T
    52035203    XYZlim = [min(xyzlim[0]),max(xyzlim[1])]
Note: See TracChangeset for help on using the changeset viewer.