Re: how to plot with logarithmic scale on X-axis ?
- To: mathgroup at smc.vnet.net
- Subject: [mg46289] Re: how to plot with logarithmic scale on X-axis ?
- From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
- Date: Fri, 13 Feb 2004 21:56:54 -0500 (EST)
- Organization: Universitaet Leipzig
- References: <c0hitr$ll7$1@smc.vnet.net>
- Reply-to: kuska at informatik.uni-leipzig.de
- Sender: owner-wri-mathgroup at wolfram.com
Hi,
Needs["Graphics`Graphics`"]
and LogLinearPlot[] will do that.
Regards
Jens
Mostafa wrote:
>
> Hello,
>
> How I can plot a list of points or a function with lograrithmic scale on
> X-axis? I need to have equal spaces between ticks of 10, 100, 1000, etc.
>
> I have tried to use Ticks->{LogScale, Automatic} but that didn't help. As it
> only changes the ticks values not the distance between them
>
> Thank you
>
> Mostafa