Connecting discontinuous plots
- To: mathgroup at smc.vnet.net
- Subject: [mg93734] Connecting discontinuous plots
- From: jsheinwald at comcast.net
- Date: Mon, 24 Nov 2008 04:14:27 -0500 (EST)
Hello,
In the following simple step function plot is there a way to connect the
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®{Red, Thick}]
Thanks!
- Follow-Ups:
- Re: Connecting discontinuous plots
- From: Murray Eisenberg <murray@math.umass.edu>
- RE : [mg93734] Connecting discontinuous plots
- From: "Jaccard Florian" <Florian.Jaccard@he-arc.ch>
- Re: Connecting discontinuous plots