Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.soft-sys.math.mathematica > #2234

Re: ListLogPlot tick marks

From Heike Gramberg <heike.gramberg@gmail.com>
Newsgroups comp.soft-sys.math.mathematica
Subject Re: ListLogPlot tick marks
Date 2011-05-09 10:21 +0000
Organization Steven M. Christensen and Associates, Inc and MathTensor, Inc.
Message-ID <iq8f7c$607$1@smc.vnet.net> (permalink)

Show all headers | View raw


On 8 May 2011, at 12:36, Batracos wrote:

> The best thing I can think to at the moment:
> 
> Ticks -> {Automatic, {10^#, Superscript[10, #]} & /@ (-Range[3])}
> 
> Obviously you should adjust the range accordingly to your data.
> I hope this is to some help.
> 
> GA
> 

To get the right range for the ticks automatically you could extend this by
doing something like

Ticks -> {Automatic, 
     Table[{10^i, Superscript[10, i]}, {i, Range @@ Round[Log10[{##}]]}] &}

Heike.

Back to comp.soft-sys.math.mathematica | Previous | Next | Find similar | Unroll thread


Thread

Re: ListLogPlot tick marks Heike Gramberg <heike.gramberg@gmail.com> - 2011-05-09 10:21 +0000

csiph-web