| Author |
Comment/Response |
Randy Cameron
|
05/30/12 1:21pm
In Response To 'Re: Paired bubble color on a 3D Bubble Chart' --------- Thanks for our time, the ChartStyle->"DarkRainbow" does make the bubbles color but they are all different colors. I need to pair them, i.e., {749100, 1, 2.5, 382} and {43880, 2, 2.5, 118} need to be the same color. I have managed to do this:
BubbleChart3D[{{blue, {1461000, 1, 1, 500}}, {red, {702500, 1, 1.5,
418}}, {{736200, 1, 2.0, 400}, green}, {{749100, 1, 2.5, 382},
yellow}, {{718000, 1, 3.0, 460}, orange}, {{251800, 2, 3.0, 40},
orange}, {{50250, 2, 1.5, 81},
red}, {{43590, 2, 2.0, 100},
green}, {{43880, 2, 2.5, 118}, yellow}}]
but even here they do not appear as the designated color??? Thanks again.
URL: , |
|