RE: Plotting with logarithmic scale?
- To: mathgroup at smc.vnet.net
- Subject: [mg36526] RE: [mg36519] Plotting with logarithmic scale?
- From: "David Park" <djmp at earthlink.net>
- Date: Wed, 11 Sep 2002 03:27:46 -0400 (EDT)
- Sender: owner-wri-mathgroup at wolfram.com
Needs["Graphics`Graphics`"]
LogLinearPlot[Sqrt[x], {x, 1., 1000},
ImageSize -> 500];
David Park
djmp at earthlink.net
http://home.earthlink.net/~djmp/
From: Soxos [mailto:soxos at libero.it]
To: mathgroup at smc.vnet.net
How can I plot (2d) functions using a logarithmic scale for the X-axis?
Thanks