Upgrading to sage 5.1 did indeed fix the arrow issue. A note on this: In 5.1 the default size for images is significantly larger, but this is controllable through figsize.
As it turns out, matplotlib does not support arrows in axes. I cannot fathom why, but it just doesn't unless you rip out the spine based code in graphics.py and replace it with an "aritisaxis" or the like. I'm sorry, but I've given up on trying to get any arrow code to work. -- 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
