Re: Mathematica Asymptotes Suppressed
- To: mathgroup at smc.vnet.net
- Subject: [mg28354] Re: [mg28347] Mathematica Asymptotes Suppressed
- From: BobHanlon at aol.com
- Date: Sat, 14 Apr 2001 01:28:25 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
Needs["Graphics`Graphics`"];
Plot[Tan[x], {x, 0, 2Pi}, Ticks -> {PiScale, Automatic}];
DisplayTogether[
Table[Plot[Tan[x], {x, k*Pi/2, (k+1)*Pi/2},
Ticks -> {PiScale, Automatic}, PlotRange -> {-47, 47}], {k,
0, 3}]];
Bob Hanlon
In a message dated 2001/4/12 2:47:18 AM, PLarson at bju.edu writes:
>Is there an easy way to suppress vertical asymptotes in a Mathematica plot?