Re: Graphic simple?
- To: mathgroup at smc.vnet.net
- Subject: [mg18282] Re: [mg18251] Graphic simple?
- From: Maarten.vanderBurgt at icos.be
- Date: Fri, 25 Jun 1999 15:05:26 -0400
- Sender: owner-wri-mathgroup at wolfram.com
Jesus, Try this: In[1]:= <<Calculus`DiracDelta` In[3]:= Plot[t-(t-1) UnitStep[t-1],{t,0,5},PlotRange->All] When you're not sure about a plot, always try the option PlotRange->All. With the default setting, PlotRange->Automatic, extreme values are chopped off.