Re: Axes in 3D?
- To: mathgroup at smc.vnet.net
- Subject: [mg98765] Re: Axes in 3D?
- From: "Nasser Abbasi" <nma at 12000.org>
- Date: Sat, 18 Apr 2009 03:38:53 -0400 (EDT)
- References: <gs9enj$n0d$1@smc.vnet.net>
- Reply-to: "Nasser Abbasi" <nma at 12000.org>
"Heather Hulett" <hulett.heat at uwlax.edu> wrote in message news:gs9enj$n0d$1 at smc.vnet.net... > I'm using Mathematica 7.0 and would like to put the axes at the origin in > a > 3D graph instead of showing them on a bounding box. I have the > 3D-Axes.nb (found on > http://library.wolfram.com/infocenter/MathSource/528/ ) > but would like a source that can determine the ranges automatically. > > This seems like an obvious option for any 3D plot--especially since > version 7.0 seems to be very receptive to making things look just > like students would expect to see them. > > Thanks! > HHulett > Plot3D[2*x + 7*y, {x, -4, 4}, {y, -4, 4}, AxesEdge -> {{-1, -1}, {-1, -1}, {-1, -1}}, Boxed -> False, AxesLabel -> {x, y, z}] --Nasser