Re: Heip! How to draw a graph with log x axis.
- To: mathgroup at smc.vnet.net
- Subject: [mg17116] Re: [mg17016] Heip! How to draw a graph with log x axis.
- From: BobHanlon at aol.com
- Date: Sat, 17 Apr 1999 03:35:10 -0400
- Sender: owner-wri-mathgroup at wolfram.com
In a message dated 4/14/99 12:30:39 PM, kato at cam.hi-ho.ne.jp writes: >I would like to draw a graph with x-axis log and y-axis normal. Kazuhiko, Needs["Graphics`Graphics`"] LogLinearPlot[x, {x, .1, 1000}]; Bob Hanlon