Hi group,

i'am a little bit confused while analysing Sage Python packages and
(newbie's default) a would like to ask a simple question :
when one types

var('x')
f_exp = exp(x)
plot_f_exp = plot(f_exp)
plot_f_exp.show()

what happens exactly in the "plot()" part ?
is sage/plot/plot.py in charge of that plot() ?
Is the notebook calling some other function ?
What are the exact options available for that plot command ? [using
Tab gives me a help page talking about xmin, xmax, etc and these don't
work...]

Thanks
Philippe
P.S. : NewbieMode=Strict....

--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-devel@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-devel
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to