On Sunday 05 October 2008, [EMAIL PROTECTED] wrote: > I'd be willing to try. Let me contact you by another email address. > > Chris > > On Oct 5, 4:35 am, Martin Albrecht <[EMAIL PROTECTED]> > > wrote: > > On Sunday 05 October 2008, [EMAIL PROTECTED] wrote: > > > Yes thank you. I'm aware of text(..) but it is more low level than > > > necessary for axes labels and plot titles.....This is because the user > > > has to provide the position rather than software figuring it out for > > > you. I just thought I was missing something. > > > > AFAIK this is just not implemented (yet). It should be relatively easy as > > matplotlib supports it. Volunteers?
As it turns out, my comment was wrong. This works: sage: p = plot(sin,-pi,pi) sage: p.axes_labels(['foo','bar']) sage: p.show() Cheers, Martin -- name: Martin Albrecht _pgp: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x8EF0DC99 _www: http://www.informatik.uni-bremen.de/~malb _jab: [EMAIL PROTECTED] --~--~---------~--~----~------------~-------~--~----~ 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 URLs: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---
