AW: New Plot output in version 5
- To: mathgroup at smc.vnet.net
- Subject: [mg44263] AW: [mg44247] New Plot output in version 5
- From: Klamser at t-online.de (Peter Klamser)
- Date: Tue, 4 Nov 2003 03:23:34 -0500 (EST)
- Sender: owner-wri-mathgroup at wolfram.com
Plot[UnitStep[x], {x, -1, 5}, PlotRange -> All]
-----Ursprüngliche Nachricht-----
Von: Mariusz Jankowski [mailto:mjankowski at usm.maine.edu]
Gesendet: Freitag, 31. Oktober 2003 09:01
An: mathgroup at smc.vnet.net
Betreff: [mg44247] New Plot output in version 5
I just noticed that Plot no longer obeys the domain limits given by its second argument. Try the following to reproduce my result:
Plot[UnitStep[x], {x,-1,5}]
This cannot possibly be a feature change, can it? I know I can force the desired behavior by using PlotRange, but why should I need to repeat myself? (At home, with my kids, I am used to it, but with Mathematica ... )
Mariusz