MathGroup Archive 2008

[Date Index] [Thread Index] [Author Index]

Search the Archive

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:
  • Prev by Date: Re: a question
  • Next by Date: NonlinearFit of an "implicit" function
  • Previous by thread: Re: A 3D Plot Query
  • Next by thread: Re: Re: A 3D Plot Query