| 1 | initial version |
Here is a way to pass the triple you mentioned.
def f(*params):
p=plot(x^2,*params)
return(p)
interv=(x,-3,3)
show(f(interv) )
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.