Changes between Initial Version and Version 1 of Ticket #11225
- Timestamp:
- 04/20/11 18:20:09 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #11225 – Description
initial v1 1 Until we actual totally rewrite piecewise functions, we should improve some things.1 Until we actually totally rewrite piecewise functions, we should improve some things. 2 2 3 3 For concreteness, here is one thing that should work but doesn't. I'm sure there are more - add to this list, and then whatever isn't fixed in this ticket can be moved to another ticket. I just want to make sure they're listed in one place, not ten tickets. 4 5 List: 4 6 * plotting more than one 5 7 {{{ … … 7 9 sage: plot([f,x^3],(x,0,2)) 8 10 }}} 11 * Maybe unify with `plot_step_function`, which currently is sort of its own thing?