Hello,
here is a way to draw several functions on the same graphic.

----------------------------------------------------
myFamily = plot(0, x, 1, 7)

for a in range(1, 10):
    myFamily += plot(a*x^2+2, x, 1, 7)

show(myFamily)
----------------------------------------------------

I find this simple but a little ugly because I use plot(0, x, 1, 7)
that indeed is not  in my family of functions.

Is there a better way ? Just a precision : here I use a simple
family of functions but I'm looking for a kind of stack functionality
for plotting functions.

Best regards.
Christophe

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to