Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Creating SemiLog Plots

134 views
Skip to first unread message

Geoff Waldmiller

unread,
Dec 5, 1997, 3:00:00 AM12/5/97
to

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


P.J. Hinton

unread,
Dec 9, 1997, 3:00:00 AM12/9/97
to

On 5 Dec 1997, Geoff Waldmiller wrote:

> 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/

David Keith

unread,
Dec 9, 1997, 3:00:00 AM12/9/97
to

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

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
>
>
>
>


Chris Seeling

unread,
Dec 10, 1997, 3:00:00 AM12/10/97
to

LogPlot[] is linear-log
LogLinear[] is log-linear

Geoff Waldmiller

unread,
Dec 11, 1997, 3:00:00 AM12/11/97
to

Thanks everyone...I appreciate it. My documentation only listed LogPlot,
didn't have LogLinearPlot.....

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
>

0 new messages