MathGroup Archive 2008

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

Search the Archive

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!


  • Prev by Date: Re: ListPlot w/ Dynamic[] choice of external data files
  • Next by Date: Re: financial chart with volumes
  • Previous by thread: Re: Mathematica 7.0 slow on OS X
  • Next by thread: RE : [mg93734] Connecting discontinuous plots