Re: 1/x?
- To: mathgroup at smc.vnet.net
- Subject: [mg90729] Re: 1/x?
- From: Albert Retey <awnl at gmx-topmail.de>
- Date: Mon, 21 Jul 2008 05:54:18 -0400 (EDT)
- References: <g61hck$d38$1@smc.vnet.net>
Hi, > 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... no problem here, the axis happens to be drawn at y=+0.02 with the default settings. > 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}] hth, albert