| Author |
Comment/Response |
Tom
|
08/30/09 2:50pm
Hi,
I have 4D data = { {a1,b1,c1,d1}, {a2,b2,c2,d2}, ...} . I would like to plot this as a Bubble Chart where the position of the nth bubble is {a_n, b_n}, the size is c_n, and the color is d_n .
It's easy to visualize the first three dimensions with BubbleChart[ data[[All, 1;;3]] ]. However, I cannot figure out how to make the color of the nth bubble correspond to d_n.
This would be possible if ColorFunction was passed an index to show that it is coloring the *n*th bubble, but this is not done.
How can I do this?
URL: , |
|