1 | initial version |
This is also known, and there are some workarounds at Ticket 11225.
Basically,
sage: f = Piecewise([[(-1000,1),1],[(1,1000),2]])
sage: plot(f)
works.
However, it's helpful to know that people really do want to use this code!