Re: Re: A 3D Plot Query
- To: mathgroup at smc.vnet.net
- Subject: [mg94311] Re: [mg94267] Re: A 3D Plot Query
- From: Curtis Osterhoudt <cfo at lanl.gov>
- Date: Wed, 10 Dec 2008 04:46:49 -0500 (EST)
- Organization: LANL
- References: <ghj01t$ff8$1@smc.vnet.net> <200812091200.HAA21094@smc.vnet.net>
- Reply-to: cfo at lanl.gov
Hi, Sjoerd, If you explicitly choose the plot range (with PlotRange ->{-1, 2}), then the AxesOrigin is included in the graphic, and the x- and y-axes are shown. Hope that helps! Curtis O. On Tuesday 09 December 2008 05:00:12 sjoerd.c.devries at gmail.com wrote: [...] > > Plot3D[2 - (x^2 + y^2), {x, -1, 1}, {y, -1, 1}, Boxed -> False, > AxesOrigin -> {0, 0, 0}, AspectRatio -> 1, > RegionFunction -> Function[{x, y, z}, x^2 + y^2 < 1]] > > Strangely, this hides the x and y-axes. Looks like a bug. > > Cheers -- Sjoerd
- References:
- Re: A 3D Plot Query
- From: "sjoerd.c.devries@gmail.com" <sjoerd.c.devries@gmail.com>
- Re: A 3D Plot Query