| 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!
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.