|
[Date Index]
[Thread Index]
[Author Index]
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
Prev by Date:
Coloured lines in graphics but black in print
Next by Date:
Jlink/ReadList
Previous by thread:
Plotting with logarithmic scale?
Next by thread:
Re: Plotting with logarithmic scale?
|