answered 10 years ago
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) )