Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.soft-sys.math.mathematica > #2234 > unrolled thread
| Started by | Heike Gramberg <heike.gramberg@gmail.com> |
|---|---|
| First post | 2011-05-09 10:21 +0000 |
| Last post | 2011-05-09 10:21 +0000 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.soft-sys.math.mathematica
Re: ListLogPlot tick marks Heike Gramberg <heike.gramberg@gmail.com> - 2011-05-09 10:21 +0000
| From | Heike Gramberg <heike.gramberg@gmail.com> |
|---|---|
| Date | 2011-05-09 10:21 +0000 |
| Subject | Re: ListLogPlot tick marks |
| Message-ID | <iq8f7c$607$1@smc.vnet.net> |
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 top | Article view | comp.soft-sys.math.mathematica
csiph-web