Hello folks !

Look at this :

> var('a')
> f = Piecewise([[(0, 1), a], [(1, 2), 2*a]])
> g = Piecewise([[(0, 1), 3*a], [(1, 2), 4*a]])
> parametric_plot((f, g), (0, 2))

I get the following error message :

< Traceback (click to the left of this block for traceback)
<. ..
< AttributeError: PiecewisePolynomial instance has no attribute
< '__float__'

"parametric_plot" isn't implemented yet for sliced function ?

Thanks.

-- 
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to 
sage-support+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sage-support
URL: http://www.sagemath.org

Reply via email to