Hi, 

You can use the plot functionality of vector fields on Euclidean spaces to 
get better arrowheads:

sage: E.<x,y,z> = EuclideanSpace()
sage: v = E.vector_field((x,y,0))
sage: xy = v.plot(max_range=1, color='black')
sage: show(xy, orientation=(0,0,0,0)) 

You may also replace the last line by 

sage: show(xy, orientation=(0,0,0,0), viewer='threejs')

to use threejs instead of jmol. 

More options of the vector field plot functions are described here, 
especially to control the arrow size are described here:
http://doc.sagemath.org/html/en/reference/manifolds/sage/manifolds/differentiable/vectorfield.html#sage.manifolds.differentiable.vectorfield.VectorField.plot

Best wishes,

Eric. 


-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.

Reply via email to