Message Boards Message Boards

GROUPS:

Colorful BubbleCharts with Mathematica

Posted 9 years ago
3396 Views
|
1 Reply
|
1 Total Likes
|
POSTED BY: Anne Draegniar
Posted 9 years ago

You could use Style wrapper for each data. For exmaple,

data = RandomReal[1, {10, 4}];
BubbleChart[Style[#[[;; 3]], ColorData["TemperatureMap"][#[[4]]]] & /@ data]
POSTED BY: Jaebum Jung
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract