MathGroup Archive 1998

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

Search the Archive

Re: 3D graphs/coord. axes

  • To: mathgroup at smc.vnet.net
  • Subject: [mg12672] Re: 3D graphs/coord. axes
  • From: "Allan Hayes" <hay at haystack.demon.cc.uk>
  • Date: Mon, 1 Jun 1998 23:16:45 -0400
  • References: <6kpvmg$sji@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

Russell.E.Goodman wrote in message <6kpvmg$sji at smc.vnet.net>...

>I'm plotting alot of 3D graphs for my class to look at but I don't want
>a box around the graph, I want to have the coordinate axes in their
>typical position.  i.e. like when you draw the x-y-z axes on a
>chalkboard, all eminating from the same point in 3-space.

Russell:

Plot3D[Sin[x y],{x,0,\[Pi]},{y,0,\[Pi]}, Boxed->False];


Plot3D[Sin[x y],{x,0,\[Pi]},{y,0,\[Pi]},
 Boxed->False,
 AxesEdge\[Rule]{{-1,-1},{1,-1},{1,-1}},
 AxesStyle ->{Thickness[.01],Hue[0]}];

------------------------------------------------------------- 
Allan Hayes
Training and Consulting
Leicester UK
http://www.haystack.demon.co.uk
hay at haystack.demon.co.uk
voice: +44 (0)116 271 4198
fax: +44(0)116 271 8642



  • Prev by Date: Re: variation on Split
  • Next by Date: Re: Mathematica's nesting.
  • Previous by thread: Re: 3D graphs/coord. axes
  • Next by thread: Re: 3D graphs/coord. axes