frameticks and LogScale
- To: mathgroup at smc.vnet.net
- Subject: [mg80018] frameticks and LogScale
- From: Arkadiusz.Majka at gmail.com
- Date: Fri, 10 Aug 2007 06:43:38 -0400 (EDT)
Hi,
How can I force Mathematica6 to use logscale on x-axis.
This does not work:
ListPlot[data, Frame -> True, Joined -> True, Mesh -> Full,
PlotRange -> All, Axes -> None,
FrameTicks -> {LogScale, Automatic, None, None}]
Everything used to work in Mathematica5.2 - what happened with
LogScale in v6 ?
Arek
- Follow-Ups:
- Re: frameticks and LogScale
- From: "Arkadiusz Majka" <arkadiusz.majka@gmail.com>
- RE: frameticks and LogScale
- From: "David Annetts" <davidannetts@aapt.net.au>
- Re: frameticks and LogScale