First time here? Check out the FAQ!
answered 2015-03-30 18:06:11 +0100
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) )