Well there is of course the possibility to use only ascii (but I guess you 
already thought of that), the other solution would involve hacking the sage 
source code, since matplotlib has unicode support [1] this should be 
posssible. A third solution is to use matplotlib directly, from sage you 
can do:

import matplotlib

and start working with it. It is documented on [2]

[1] http://matplotlib.sourceforge.net/users/text_intro.html
[2] http://matplotlib.sourceforge.net/contents.html

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

Reply via email to