Ask Your Question

Revision history [back]

click to hide/show revision 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) )