Hello,
Im learning how to use SphericalPlot3D. Im using the following statement:
SphericalPlot3D[Cos[?],{?,0,?},{?,0,2 ?}]
I was expecting to get a cosine curve along y-axis rotated around the same axis. More or less like an hourglass. What I get is a sphere. What do I have to specify in SphericalPlot3D in order to get rotated vertical cosine?
When I use the following statement:
SphericalPlot3D[Cos[2 ?],{?,0,?},{?,0,2 ?}]
I would expect to get 2 hourglasses, one standing on the other along y-axis. I get something different. Where do I go wrong?
Thanks/Mikael