| Author |
Comment/Response |
Bob
|
09/08/08 11:59am
I'm trying to plot some simple curves, eliminating some of the "ticks" -- Here is what I just wrote. The problem is that the negative part of the y-axis is missing. I want to include it even though the parabola doesn't go down there.
Also, although this is a minor point, I asked for a 0 tick mark at the origin, but there is no tick there.
Plot[x^2, {x, -1, 1}, Ticks -> {{-1, 1}, {-1, 0, 1}}, AspectRatio -> Automatic]
Thanks!
URL: , |
|