Re: 1/x?
- To: mathgroup at smc.vnet.net
- Subject: [mg90732] Re: [mg90723] 1/x?
- From: Andrzej Kozlowski <akoz at mimuw.edu.pl>
- Date: Tue, 22 Jul 2008 03:56:05 -0400 (EDT)
- References: <200807210829.EAA13426@smc.vnet.net>
On 21 Jul 2008, at 10:29, Rotem wrote:
> Hey,
>
> I'm a new user to Mathematica, and was wondering if any of you
> encountered this strange, yet incredibly basic problem - whey plotting
> 1/x (Plot[1/x, {x, 0, 100}]), the resulting graph seems to be
> intersecting with the X axis...
>
> Has anyone encountered such an issue (or can plot 1/x without this
> embarrassing side effect)?
>
Plot[1/x, {x, 0, 100}, AxesOrigin -> {0, 0}]
Andrzej Kozlowski
- References:
- 1/x?
- From: Rotem <vmalloc@gmail.com>
- 1/x?