Re: frameticks and LogScale
- To: mathgroup at smc.vnet.net
- Subject: [mg80136] Re: [mg80018] frameticks and LogScale
- From: "Arkadiusz Majka" <arkadiusz.majka at gmail.com>
- Date: Mon, 13 Aug 2007 04:38:28 -0400 (EDT)
- References: <200708101043.GAA14644@smc.vnet.net>
Thank you Jean-Marc, thanks David,
Your both solutions work. LogScale has not gone -appears after loading
the Graphics package
Arek
2007/8/11, David Annetts <davidannetts at aapt.net.au>:
> Hi Arkadiusz
>
> > 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}]
> >
>
> No, but
>
> ListLogLinearPlot[data, Frame -> True, Joined -> True, Mesh -> Full,
>
> PlotRange -> All, Axes -> None]
>
> Does. And we now have
>
> ListLogLogPlot and
> ListLogPlot
>
> For when Frame->{LogScale, LogScale, None, None} and Frame->{Automatic,
> LogScale, None, None} don't work.
>
> > Everything used to work in Mathematica5.2 - what happened
> > with LogScale in v6 ?
>
> Looks like it's gone. Mark Caprio's package CustomeTicks doesn't appear to
> work anymore either.
>
> I think v6 is an improvement now that it's easier to plot multiple lists on
> log scales.
>
> Regards,
>
> Dave.
>
- References:
- frameticks and LogScale
- From: Arkadiusz.Majka@gmail.com
- frameticks and LogScale