MathGroup Archive 1999

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

Search the Archive

Re: Help me! - SphericaPlot

  • To: mathgroup at smc.vnet.net
  • Subject: [mg16698] Re: [mg16651] Help me! - SphericaPlot
  • From: BobHanlon at aol.com
  • Date: Sat, 20 Mar 1999 02:09:06 -0500
  • Sender: owner-wri-mathgroup at wolfram.com

In a message dated 3/19/99 8:01:01 PM, nkcho at nuri.keti.re.kr writes:

>The SphericalPlot function of Mathematica is not operated.
>
>The commnad is as follows ;
>
>     SphericalPlot[ Sin[t] Cos[p],{t,0,Pi},{p,0,2Pi}]
>
>Why don't this command operate ?
>

Try this:

Needs["Graphics`ParametricPlot3D`"];
SphericalPlot3D[ Sin[t] Cos[p],{t,0,Pi},{p,0,2Pi}];
SphericalPlot3D[ 0.5,{t,0,Pi},{p,0,2Pi}];


Bob Hanlon


  • Prev by Date: Re: Plotting Points
  • Next by Date: Integer Linear programming
  • Previous by thread: Help me! - SphericaPlot
  • Next by thread: Re: Help me! - SphericaPlot