Parabola

382 days ago by forthehuynh

def foo(f): return plot((x^2+f),(x,-3,3)) 
       
@interact def _(f=(-2,2,.1)): show(foo(f)) 
       

Click to the left again to hide and once more to show the dynamic interactive window