The current support for arrows in sage plots currently isn't very 
satisfactory. Arrows have odd behaviour, and "fat" heads with no obvious 
styling options. The following code

arrow2d((0, 0), (2, 3), color="red")+point((2,3))

Generates an arrow, but the head does not reach the required point, and the 
tail does not touch the origin. I can find no documentation or methods for 
drawing an arrow which does so.

A related point is the lack of arrow in plot axes. It would be nice to have 
a simple "Arrows=true" but again this does not seem to be available.

Are there workarounds for these issues, arrows not touching endpoints and 
arrows on axes? I've tried looking into calling matplotlib directly, but 
again, I haven't been able to find much in the way of arrow documentation.

-- 
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/sage-support
URL: http://www.sagemath.org

Reply via email to