DOCUMENTATION CENTER SEARCH
Mathematica
>
Function Visualization
>
Built-in
Mathematica
Symbol
Some Special Plots
Tutorials »
|
ListLogPlot
LogLinearPlot
LogLogPlot
Plot
ParametricPlot
See Also »
|
Function Visualization
New in 6.0: Function Visualization
New in 6.0: Visualization & Graphics
More About »
LogPlot
LogPlot
[
f
, {
x
,
x
min
,
x
max
}]
generates a log plot of
f
as a function of
x
from
x
min
to
x
max
.
LogPlot
[{
f
1
,
f
2
,
...
}, {
x
,
x
min
,
x
max
}]
generates log plots of several functions
f
i
.
MORE INFORMATION
LogPlot
effectively generates a curve based on
Log
[
f
]
, but with tick marks indicating the values of the underlying function
f
.
LogPlot
makes exponentials appear as straight lines.
LogPlot
has the same options as
Plot
.
EXAMPLES
CLOSE ALL
Basic Examples
(3)
Plot a function with a logarithmically scaled
axis:
In[1]:=
Out[1]=
Plot several functions:
In[1]:=
Out[1]=
Fill between curves:
In[1]:=
Out[1]=
Scope
(14)
Options
(64)
Applications
(2)
Properties & Relations
(4)
SEE ALSO
ListLogPlot
LogLinearPlot
LogLogPlot
Plot
ParametricPlot
TUTORIALS
Some Special Plots
MORE ABOUT
Function Visualization
New in 6.0: Function Visualization
New in 6.0: Visualization & Graphics
New in 6
© 2008 Wolfram Research, Inc.