|
 Quote by Moo Of Doom
For the vertical lines, you can also use the Exclusions option:
Code:
Plot[Piecewise[{{1, x < 3.5}, {2, x < 5.5}, {1.5, x < 9.5}, {2,
x < 15}}, 1], {x, 0, 25}, PlotRange -> {0, 2}, Exclusions -> None]
|
Thanks.  I am still trying to get adjusted to Mathematica.
|
|
|
|