On Mon, Oct 6, 2008 at 1:26 AM, Stan Schymanski <[EMAIL PROTECTED]> wrote: > > As far as I know, the title function is not implemented in plot yet. > It would also be very useful to have a legend function similar to the > one in pylab. There has been a discussion of this on the support list > already, and I concluded that someone might be working on the plot > functionalities already.
To the best of my knowledge at present absolutely nobody is working in a concerted way on 2d or 3d plotting in Sage right now. Mike Hansen did a lot of useful cleanup, but has moved onto sphinx-ify the documentation, which is higher priority. I had hoped Emily Kirkman would work on plotting this summer, and after, but she has ended up working on different things. I had also hoped something longterm regarding plotting would come out of Sage Days 9, but that didn't happen due to the organization of that meeting. I'll keep my eyes open for a student to hire at UW to work on plotting, but so far I don't know of anybody qualified and interested yet. -- William > Just search the support list for "legend". > I use pylab from within Sage for any more sophisticated plotting. It > works great. It would be nice if the Sage plot function would take all > the options of pylab plots. No idea how hard it would be to implement > it. > > Stan > > On Oct 5, 7:18 pm, Martin Albrecht <[EMAIL PROTECTED]> > wrote: >> >> 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] > > > -- William Stein Associate Professor of Mathematics University of Washington http://wstein.org --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
