Frameticks
- To: mathgroup at smc.vnet.net
- Subject: [mg31031] Frameticks
- From: bernd at bio.vu.nl (Bernd Brandt)
- Date: Fri, 5 Oct 2001 01:22:41 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
Dear group, When Frameticks are given the left and right axes display the same ticks differently. The Left axis does not display the first tick, and the right axis does not display the last tick. ListPlot[Range[1, 19], Frame -> True, FrameTicks -> {Range[0, 20, 5], Range[0, 20, 5], None, Range[0, 20, 5]}, PlotRange -> {0, 20}] gives left ticks from 5 to 20 (inclusive) and right ticks from 0 to 15. How can i get Mathematica to display the tickmarks i ask for (i.e. 0 to 20)? regards, bernd