Re: Heip! How to draw a graph with log x axis.
- To: mathgroup at smc.vnet.net
- Subject: [mg17070] Re: Heip! How to draw a graph with log x axis.
- From: Pierre infelta <pierre.infelta at epfl.ch>
- Date: Sat, 17 Apr 1999 03:34:46 -0400
- Organization: EPFL
- References: <7f1alr$k6k@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
using the help menu master index you find all of the necessary info.
example form the manual
<< Graphics`Graphics`
expdata = Table[
{x, .92 10^(.94 x) + Random[Real,
{-1.0, 1.0}]}, {x, 0.2, 1.2, .1}]
LogListPlot[expdata]
Kazuhiko Kato wrote:
>
> Hello Group!
>
> I would like to draw a graph with x-axis log and y-axis normal. I would
> appreciate if someone could tell me how.
>
> Thank you.
>
> --
> **************************************************
> Kazuhiko Kato
> e-mail: kato at cam.hi-ho.ne.jp
> 1-3-24 Hatsukadai, Heguri-Cho, Ikoma-Gun,
> Nara 636-0934, Japan
> **************************************************