httk.graphics.matplotlib.arrowplot module

httk.graphics.matplotlib.arrowplot.arrowplot(axes, x, y, narrs=10, dspace=0.5, aspace=0.1, direc='pos', hl=0.025, hw=2.5, c='black')[source]

narrs : Number of arrows that will be drawn along the curve

dspaceShift the position of the arrows along the curve.

Should be between 0. and 1.

direc : can be ‘pos’ or ‘neg’ to select direction of the arrows

hl : length of the arrow head

hw : width of the arrow head

c : color of the edge and face of the arrow head