| Original Message (ID '121074') By Peter Pein: |
| 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]}] |
|