Re: Connecting discontinuous plots
- To: mathgroup at smc.vnet.net
- Subject: [mg93764] Re: [mg93734] Connecting discontinuous plots
- From: Murray Eisenberg <murray at math.umass.edu>
- Date: Tue, 25 Nov 2008 07:17:13 -0500 (EST)
- Organization: Mathematics & Statistics, Univ. of Mass./Amherst
- References: <200811240914.EAA00915@smc.vnet.net>
- Reply-to: murray at math.umass.edu
p1=UnitStep[t-1];p2=UnitStep[t-2];
Plot[p1-p2,{t,-1,5},PlotStyle->Directive[Red,Thick],Exclusions->None]
^^^^^^^^^^^^^^^^
jsheinwald at comcast.net wrote:
> Hello,
>
> In the following simple step function plot is there a way to connect th=
e
> discontinuities at 1 and 2 so that the plot shows up better?
>
> p1=UnitStep[t-1]
> p2=UnitStep[t-2]
> Plot[p1-p2,{t,-1,5},PlotStyle=AE{Red, Thick}]
>
> Thanks!
>
--
Murray Eisenberg murray at math.umass.edu
Mathematics & Statistics Dept.
Lederle Graduate Research Tower phone 413 549-1020 (H)
University of Massachusetts 413 545-2859 (W)
710 North Pleasant Street fax 413 545-1801
Amherst, MA 01003-9305
- References:
- Connecting discontinuous plots
- From: jsheinwald@comcast.net
- Connecting discontinuous plots