Re: Bug in SphericalPlot3D?
- To: mathgroup at smc.vnet.net
- Subject: [mg83804] Re: [mg83791] Bug in SphericalPlot3D?
- From: Brett Champion <brettc at wolfram.com>
- Date: Sat, 1 Dec 2007 05:39:08 -0500 (EST)
- References: <200711301029.FAA07678@smc.vnet.net>
On Nov 30, 2007, at 4:29 AM , Kevin J. McCann wrote:
> This works:
>
> SphericalPlot3D[{2, 4, 8}, {\[Theta], 0, Pi}, {\[Phi], 0, 3 Pi/2},
> ImageSize -> 400]
>
> this does not
>
> SphericalPlot3D[{2, 4, 8, 16}, {\[Theta], 0, Pi}, {\[Phi], 0, 3 Pi/2},
> ImageSize -> 400]
>
> It returns:
>
> SphericalPlot3D::legacycolfunc: -- Message text not found -- >>
>
> The documentation indicates that one can supply any number of
> functions
> to SphericalPlot3D, but this implies that 3 is the maximum number. Any
> ideas?
It just doesn't like a list of four functions. Five or more should
be fine again.
Brett Champion
Wolfram Research
- Follow-Ups:
- Re: Re: Bug in SphericalPlot3D?
- From: Andrzej Kozlowski <akoz@mimuw.edu.pl>
- Re: Re: Bug in SphericalPlot3D?