Re: Heip! How to draw a graph with log x axis.
- To: mathgroup at smc.vnet.net
- Subject: [mg17110] Re: [mg17016] Heip! How to draw a graph with log x axis.
- From: "David Park" <djmp at earthlink.net>
- Date: Sat, 17 Apr 1999 03:35:07 -0400
- Sender: owner-wri-mathgroup at wolfram.com
>I would like to draw a graph with x-axis log and y-axis normal. I would >appreciate if someone could tell me how. Use the LogLinearPlot from the Graphics`Graphics` package. Here's an example. <<Graphics`Graphics` f[x_]:=10Log[x] LogLinearPlot[f[x],{x,1,1000}]; LogPlot makes the y-axis log and the x-axis linear. LogLogPlot makes both axes log. David Park djmp at earthlink.net http://home.earthlink.net/~djmp/