MathGroup Archive 2001

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

Search the Archive

Re: How to remove, change the assymptotic lines?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg28746] Re: How to remove, change the assymptotic lines?
  • From: "Paul Lutus" <nospam at nosite.com>
  • Date: Fri, 11 May 2001 20:00:26 -0400 (EDT)
  • References: <9dg5f8$j3f@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

"Jose Capco" <jcapco at mathematik.uni-ulm.de> wrote in message
news:9dg5f8$j3f at smc.vnet.net...
> Dear NG,
>
> I wish to plot the tangent function, but when I use
Plot[Tan[x],{x,-Pi,Pi}], I
> get the function with solid assymptotic line. Is there any way I could
remove
> or change the assymptotic lines?

a = Plot[Tan[x],{x,-Pi/2,0}]

b = Plot[Tan[x],{x,-Pi,-Pi/2}]

Show[a,b]

Is that what you had in mind?

--
Paul Lutus
www.arachnoid.com






  • Prev by Date: RE: units
  • Next by Date: Re: Plot Resolution
  • Previous by thread: Re: How to remove, change the assymptotic lines?
  • Next by thread: Re: How to remove, change the assymptotic lines?