| Author |
Comment/Response |
Peter Pein
|
11/10/12 05:26am
Hi,
how about combinig two plots?
Show[
{Plot[{Tan[x], -1, 1}, {x, -Pi, Pi},
Exclusions -> {-1, 1} Pi/2, PlotRange -> {-3, 3},
PlotStyle -> {Blue, None, None},
Filling -> {2 -> {{3}, Yellow}}],
Plot[Tan[x], {x, -Pi, Pi},
Exclusions -> {-1, 1} Pi/2, PlotRange -> {-1, 1},
Filling -> {1 -> {0, Lighter@Red}}, PlotStyle -> Blue]}]
URL: , |
|