Re: Plotting with logarithmic scale?
- To: mathgroup at smc.vnet.net
- Subject: [mg36546] Re: Plotting with logarithmic scale?
- From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
- Date: Wed, 11 Sep 2002 13:27:26 -0400 (EDT)
- Organization: Universitaet Leipzig
- References: <alki7j$10d$1@smc.vnet.net>
- Reply-to: kuska at informatik.uni-leipzig.de
- Sender: owner-wri-mathgroup at wolfram.com
Hi, Needs["Graphics`Graphics`"] LogPlot[Exp[-x],{x,0,10}] ?? Regards Jens Soxos wrote: > > How can I plot (2d) functions using a logarithmic scale for the X-axis? > > Thanks