| Author |
Comment/Response |
Joe
|
09/18/11 6:40pm
I am just learning Mathematica & am stuck with a problem.
sincurve = Plot[Sin[x], {x, 0, 2π}, Ticks -> False]
works fine & produces a nice sine curve. However when I execute
Show[sincurve, PlotRange -> {{0, 2π}, {-1, 1}}]
the sine curve has a portion missing at 3Pi/2
Thanks in advance, Joe
URL: , |
|