| Author |
Comment/Response |
Bill Simpson
|
05/31/12 10:19am
In Response To 'Re: Re: Paired bubble color on a 3D Bubble Chart' --------- Look here
http://reference.wolfram.com/mathematica/ref/BubbleChart.html
then click on Scope
then click on Data and Wrappers.
The first example there seems to hint that if you do
BubbleChart[{{first bunch},{second bunch}}...]
that it will start fresh with each bunch and sequentially color the bubbles so that your pairs should have matching colors.
I recommend getting that example to first. Then you can try gently introducing your own data a bit at a time and hopefully be able to fix things as they break in the process.
URL: , |
|