MathGroup Archive 1999

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: Graphic simple?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg18288] Re: Graphic simple?
  • From: "Stephen P Luttrell" <luttrell at signal.dra.hmg.gb>
  • Date: Fri, 25 Jun 1999 15:05:30 -0400
  • Organization: Defence Evaluation and Research Agency
  • References: <7ktv1m$97k@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

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}]


Use the option PlotRange -> All to get the whole of the plot:

Plot[t - (t - 1) UnitStep[t - 1], {t, 0, 5}, PlotRange -> All]


--
Dr Stephen P Luttrell
Room EX21, Defence Evaluation and Research Agency
Malvern, Worcs, WR14 3PS, U.K.
luttrell at signal.dera.gov.uk
01684-894046 (phone), 01684-894384 (fax)
http://www.dera.gov.uk/cis5pip/Welcome.html




  • Prev by Date: Re: REDUCE vs. a symoblic function
  • Next by Date: Re: Graphic simple?
  • Previous by thread: Re: Graphic simple?
  • Next by thread: Re: Graphic simple?