Geoff Waldmiller
wald...@vt.edu
> Can anyone tell me how to create a plot so that the x axis is log scale
> and the y axis is Linear? I've tried LogPlot, but that seems to make
> the Y axis Log, and can't figure out how to make it so the x axis is
> log....Any help will be appreaciated....
Use the Graphics`Graphics`-defined function LogLinearPlot or
LogLinearListPlot, depeding on whether you're trying to plot a
continuous function or discrete data points.
For more information using version 2.2 of Mathematica. See documenation
at URL:
http://www.mathsource.com/MathSource/Enhancements/Graphics/2D/0200-507/Documentation.txt
Or if you're using the version 3.0 help browser, click on the AddOns
radio button and enter "Graphics`Graphics`" on the "Go To:" line.
--
P.J. Hinton
Mathematica Programming Group pa...@wolfram.com Wolfram
Research, Inc. http://www.wolfram.com/~paulh/
Regards,
Dave
Geoff Waldmiller <wald...@vt.edu> wrote in article
<66a0vi$1...@smc.vnet.net>...
> Can anyone tell me how to create a plot so that the x axis is log scale
> and the y axis is Linear? I've tried LogPlot, but that seems to make
> the Y axis Log, and can't figure out how to make it so the x axis is
> log....Any help will be appreaciated....
>
> Geoff Waldmiller
> wald...@vt.edu
>
>
>
>
Geoff
David Keith wrote in message <66is8d$g...@smc.vnet.net>...
>The standard add-on package Graphics includes several types of semilog
>plots, for example LogLinearPlot[ f, {x, xmin, xmax}]. Load the package
>with <<Graphics`Graphics` and these become available.
>
>Regards,
>
>Dave
>