Wolfram言語とWolframノートブックの決定的な経験
オリジナルの技術計算環境
複雑なシステムのマルチドメインモデリングおよびシミュレーション
その他のモバイルアプリ
シンボリック計算,データに基づく洞察,深い技術的専門知識を組み合せて,AI時代のソリューションをお届けします
Wolfram Consulting
その他のWolframソリューション
教育のためのその他のソリューション
計算,科学,生活,その他のコース
学び,問題を解決し,アイディアを共有
Wolframのニュース,視点,洞察
リソース
WolframConsulting.com
data = GatherBy[Table[ {CountryData[c, "Continent"], Tooltip[QuantityMagnitude[CountryData[c, #]]& /@ {"BirthRateFraction", "DeathRateFraction", "Population"}, CountryData[c, "Name"]]} , {c, CountryData[]}], First];
legended = MapIndexed[ Legended[ Style[#[[All, 2]], ColorData["Rainbow", (First[#2] - 1) / (Length[data] - 1)]], #[[1, 1]]]&, data ];
BubbleChart[legended]