Re: SphericalPlot3D doesn't work
- To: mathgroup at smc.vnet.net
- Subject: [mg74321] Re: SphericalPlot3D doesn't work
- From: Peter Pein <petsie at dordos.net>
- Date: Sun, 18 Mar 2007 00:52:16 -0500 (EST)
- References: <etcns8$9ji$1@smc.vnet.net>
David schrieb:
> SphericalPlot3D doesn't work for me.
>
> I HAVE loaded the graphics package. it just returns the same input as though I am defining a function:
>
> IN: << Graphics`ParametricPlot3D`
> SphericalPlot3D[2, {theta, 0, Pi}, {phi, -Pi, Pi}]
>
> OUT: SphericalPlot3D[2, {theta, 0, Pi}, {phi, -Pi, Pi}]
>
> I've seen that other people have had this problem but I haven't seen a solution anywhere.
>
> Please help, cheers,
>
> Dave
>
Hi Dave,
maybe you tried to call SphericalPlot3D before loading
Graphics`ParametricPlot3D`? In that case there are two functions named
SphericalPlot3D in two different contexts. If you do not want to restart the
kernel, try Remove["Global`SphericalPlot3"];
hth,
Peter