RE: Frameticks
- To: mathgroup at smc.vnet.net
- Subject: [mg31050] RE: [mg31031] Frameticks
- From: David.Annetts at csiro.au
- Date: Sat, 6 Oct 2001 03:32:15 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
Hi Bernd, > 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)? With absolute surety? Dunno. However, experience has taught me that if PlotRange > TickRange, then all the ticks are there. In your case, PlotRange->{-.1, 20.1} gives the correct ticks. Regards, Dave.