Hi Dan, On Wed, Aug 27, 2008 at 5:13 PM, Dan Drake <[EMAIL PROTECTED]> wrote: > The "Plotting functions with asymptotes" thread reminded me of something > I've wondered for a while: is it possible to get access to the list of > points that a plot object uses? It's easy enough to make up my own list, > with something like > > ... > > Is this possible right now? Or do I smell a trac ticket? :) > > Dan
You can get at this now. sage: p = plot(sin, -4, 4) sage: p[0].xdata[:5] [-4.0, -3.9983470781843895, -3.9966941563687794, -3.9950412345531694, -3.9933883127375589] --Mike --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to sage-support@googlegroups.com 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 -~----------~----~----~----~------~----~------~--~---