Group Abstract Group Abstract

Message Boards Message Boards

0
|
4.3K Views
|
1 Reply
|
1 Total Like
View groups...
Share
Share this post:

BubbleChart fails, any recent changes?

Attachments:
POSTED BY: Lawrence Winkler
Posted 5 years ago

Hi Lawrence,

If you look at data3 you will see that LifeExpectancy for the Falkland Islands is Missing["NotAvailable"]. BubbleChart should generate a more informative error message that the one it does. Remove from the association any keys that have missing values and then plot.

data3 // Select[FreeQ[#, _Missing] &] // 
 BubbleChart[#, ChartLabels -> Callout[Keys@#]] &

enter image description here

POSTED BY: Rohit Namjoshi
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard