Re: show only very second or third tick
- To: mathgroup at smc.vnet.net
- Subject: [mg61102] Re: show only very second or third tick
- From: Bill Rowe <readnewsciv at earthlink.net>
- Date: Mon, 10 Oct 2005 02:40:04 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
On 10/9/05 at 1:35 AM, kristophs.post at web.de (kristoph) wrote: >Is there a way to show only the second, third or ... tick in a >plot, chart etc.? I unsed a Range[.] specification to label some >bars, but the data is very fine so the image looks to crowed on the >x-axes. You can control placement and labeling of ticks using either the Ticks option or FrameTicks option as appropriate. For example, compare ListPlot[Table[Random[] + .05, {1000}]]; with ListPlot[Table[Random[] + .05, {1000}], Ticks -> {Range[0, 1000, 250], Automatic}]; -- To reply via email subtract one hundred and four