RE: Producing ticks on left axis with axis labels
- To: mathgroup at smc.vnet.net
- Subject: [mg38093] RE: [mg38073] Producing ticks on left axis with axis labels
- From: "David Park" <djmp at earthlink.net>
- Date: Tue, 3 Dec 2002 04:30:12 -0500 (EST)
- Sender: owner-wri-mathgroup at wolfram.com
Vince, It would help if you gave us an actual Plot statement that exhibited the problem. I suspect that your PlotRange is {-Pi, Pi} and then Mathematica drops the lower tick mark. (Don't ask me why - it's a feature.) If you would extend the vertical PlotRange slightly, it would probably solve the problem. In the second statement you got rid of the tick label yourself and so you didn't notice that Mathematica had already dropped it. David Park djmp at earthlink.net http://home.earthlink.net/~djmp/ From: Vince Boros [mailto:borosv at itee.uq.edu.au] To: mathgroup at smc.vnet.net When I plot a graph with the following FrameTicks specification: FrameTicks -> { Automatic, { {-\[Pi], "-\[Pi]", {0.01, 0}, {AbsoluteThickness[1.5]}} }, Automatic, { {-\[Pi], "-\[Pi]", {0.01, 0}, {AbsoluteThickness[1.5]}} } } the tick to the right of the -Pi label on the left axis does not appear. The only way I can make it appear in Mathematica is with: FrameTicks -> { Automatic, { {-\[Pi], "-\[Pi]", {0.01, 0}, {AbsoluteThickness[1.5]}}, {-\[Pi], "", {0.01, 0}, {AbsoluteThickness[1.5]}} }, Automatic, { {-\[Pi], "-\[Pi]", {0.01, 0}, {AbsoluteThickness[1.5]}} } } where I have repeated the frametick line but omitting the -Pi label. I'm using Mathematica 4.1.1.0 on Windows XP. Vince Boros