Re: Graphic simple?
- To: mathgroup at smc.vnet.net
 - Subject: [mg18272] Re: Graphic simple?
 - From: "Kevin J. McCann" <kevin.mccann at jhuapl.edu>
 - Date: Fri, 25 Jun 1999 15:05:20 -0400
 - Organization: Johns Hopkins University Applied Physics Lab, Laurel, MD, USA
 - References: <7ktv1m$97k@smc.vnet.net>
 - Sender: owner-wri-mathgroup at wolfram.com
 
Jesus,
Add PlotRange option
Plot[t - (t - 1) UnitStep[t - 1], {t, 0, 5}, PlotRange -> All];
Kevin
--
Kevin J. McCann
Johns Hopkins University APL
Jesus Perez Ortega <jesper at bqto.unexpo.edu.ve> wrote in message
news:7ktv1m$97k at smc.vnet.net...
> Hi, all
> I don't know why the mathematica don't plot well this sinple graphic
>
> Plot[t-(t-1) UnitStep[t-1],{t,0,5}]
>
> Bye
> --
> Jesus Perez Ortega
> jesper at bqto.unexpo.edu.ve
>