MathGroup Archive 1999

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

Search the Archive

Re: Help me! - SphericaPlot

  • To: mathgroup at smc.vnet.net
  • Subject: [mg16704] Re: [mg16651] Help me! - SphericaPlot
  • From: Andrzej Kozlowski <andrzej at tuins.ac.jp>
  • Date: Mon, 22 Mar 1999 22:33:34 -0500
  • Sender: owner-wri-mathgroup at wolfram.com

On Fri, Mar 19, 1999, nkcho <nkcho at nuri.keti.re.kr> wrote:


>I have a quetion. Help me!
>
>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 ?
>
First, you must load the package 

In[10]:=
<<Graphics`ParametricPlot3D`

Then

In[11]:=
SphericalPlot3D[ Sin[t] Cos[p],{t,0,Pi},{p,0,2Pi}]


works fine. Note thet the comand name is SphericalPlot3D, not SphericalPlot.

Andrzej Kozlowski
Toyama International University
JAPAN
http://sigma.tuins.ac.jp/
http://eri2.tuins.ac.jp/



  • Prev by Date: Re: ReadList Problems
  • Next by Date: combining two plots
  • Previous by thread: Re: Help me! - SphericaPlot
  • Next by thread: Re: Help me! - SphericaPlot