MathGroup Archive 2002

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: Plotting with logarithmic scale?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg36520] Re: Plotting with logarithmic scale?
  • From: Hendrik van Hees <hees at physik.uni-bielefeld.de>
  • Date: Wed, 11 Sep 2002 03:27:37 -0400 (EDT)
  • References: <alki7j$10d$1@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

Soxos wrote:

> How can I plot (2d) functions using a logarithmic scale for the X-axis?

<<Graphics`
?LogPlot

LogPlot[f, {x, xmin, xmax}] generates a plot of Log[f] as a function of x

?LogLogPlot

LogLogPlot[f, {x, xmin, xmax}] generates a plot of Log[f] as a function of
   Log[x].


-- 
Hendrik van Hees                        Fakultät für Physik 
Phone: +49 521/106-6221                 Universität Bielefeld 
Fax:   +49 521/106-2961                 Universitätsstraße 
http://theory.gsi.de/~vanhees/          D-33615 Bielefeld 


  • Prev by Date: Export vs. Put; Import vs. Get
  • Next by Date: RE: Plotting with logarithmic scale?
  • Previous by thread: RE: Plotting with logarithmic scale?
  • Next by thread: RE: Plotting with logarithmic scale?