{ "cells": [ { "cell_type": "markdown", "metadata": { "slideshow": { "slide_type": "slide" } }, "source": [ "# Pythonによるインタラクティブ可視化入門\n", "\n", "- [みんなのPython勉強会#61](https://startpython.connpass.com/event/186016/)\n", "- 2020-09-10\n", "- driller[@patraqushe](https://twitter.com/patraqushe)" ] }, { "cell_type": "markdown", "metadata": { "slideshow": { "slide_type": "subslide" } }, "source": [ "### 誰?\n", "\n", "- [どりらん](https://twitter.com/patraqushe)\n", "- [fin-py](https://fin-py.connpass.com)\n", "- ぼっち会社経営\n", " - 在宅勤務歴10年\n", " - 非エンジニア" ] }, { "cell_type": "markdown", "metadata": { "slideshow": { "slide_type": "subslide" } }, "source": [ "### fin-py\n", "\n", "Python × 金融のコミュニティ\n", "\n", "![](https://github.com/fin-py/logo/blob/master/finpy_200x200.png?raw=true)\n", "\n", "#### [fin-pyもくもく会 #36](https://fin-py.connpass.com/event/186842/)\n", "\n", "https://fin-py.connpass.com/event/186842/\n", "\n", "- オンライン(Discord)のもくもく会\n", "- 2020/09/12(土) 10:00 〜 13:00\n", "- 特別企画あり" ] }, { "cell_type": "markdown", "metadata": { "slideshow": { "slide_type": "subslide" } }, "source": [ "### Pythonによる株価分析ハンズオン\n", "\n", "https://quantopian-tokyo.connpass.com/event/187549/\n", "\n", "- オンライン(Google Meet)のハンズオン\n", "- 2020/09/20(日) 13:00 〜 17:00\n", "- Python, Numpy, pandasの基礎から統計の基礎まで\n", "\n", "![](https://connpass-tokyo.s3.amazonaws.com/thumbs/76/2a/762a8192223aeb6d410c21669324b1c5.png)" ] }, { "cell_type": "markdown", "metadata": { "slideshow": { "slide_type": "subslide" } }, "source": [ "### Software Design 2020年10月号に寄稿しました\n", "\n", "- 第1特集 コードで実践,ビジュアルで納得 Pythonではじめる統計学\n", "- Pythonの基礎文法は知ってるけど統計を一から学びたい人にオススメ\n", "\n", "[![](https://gihyo.jp/assets/images/cover/2020/thumb/TH160_642010.jpg)](https://gihyo.jp/magazine/SD/archive/2020/202010)" ] }, { "cell_type": "markdown", "metadata": { "slideshow": { "slide_type": "subslide" } }, "source": [ "### バックナンバーもよろしくネ\n", "\n", "2018年2月号|SD別冊シリーズ|2019年4月号|2020年2月号\n", "---|---|---|---\n", "[![](https://gihyo.jp/assets/images/cover/2018/thumb/TH160_641802.jpg)](https://gihyo.jp/magazine/SD/archive/2018/201802)|[![](https://gihyo.jp/assets/images/cover/2019/thumb/TH160_9784297103965.jpg)](https://gihyo.jp/book/2019/978-4-297-10396-5)|[![](https://gihyo.jp/assets/images/cover/2019/thumb/TH160_641904.jpg)](https://gihyo.jp/magazine/SD/archive/2019/201904)|[![](https://gihyo.jp/assets/images/cover/2020/thumb/TH160_642002.jpg)](https://gihyo.jp/magazine/SD/archive/2020/202002)" ] }, { "cell_type": "markdown", "metadata": { "slideshow": { "slide_type": "slide" } }, "source": [ "### Pythonの可視化ライブラリ\n", "\n", "![Python Visualization Landscape](https://github.com/rougier/python-visualization-landscape/raw/master/landscape-colors.png)\n", "\n", "> [Python Visualization Landscape](https://github.com/rougier/python-visualization-landscape) より引用" ] }, { "cell_type": "markdown", "metadata": { "slideshow": { "slide_type": "subslide" } }, "source": [ "### 大きくわけて2つに分類される\n", "\n", "- 静的画像による描画\n", " - Matplotlib\n", " - seaborn\n", "- 動的な描画(JavaScriptなど)\n", " - Bokeh\n", " - plotly" ] }, { "cell_type": "markdown", "metadata": { "slideshow": { "slide_type": "subslide" } }, "source": [ "### gapminderデータセット\n", "\n", "https://www.gapminder.org/\n", "\n", "列名|説明\n", "---|---\n", "country|国名\n", "continent|大陸名\n", "year|年度\n", "lifeExp|寿命\n", "pop|人口\n", "gdpPercap|人口当りGDP" ] }, { "cell_type": "code", "execution_count": 1, "metadata": { "hideCode": false, "hidePrompt": false, "slideshow": { "slide_type": "fragment" } }, "outputs": [ { "data": { "text/html": [ "
\n", "\n", "\n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", " \n", "
countrycontinentyearlifeExppopgdpPercapiso_alphaiso_num
0AfghanistanAsia195228.8018425333779.445314AFG4
1AfghanistanAsia195730.3329240934820.853030AFG4
2AfghanistanAsia196231.99710267083853.100710AFG4
3AfghanistanAsia196734.02011537966836.197138AFG4
4AfghanistanAsia197236.08813079460739.981106AFG4
\n", "
" ], "text/plain": [ " country continent year lifeExp pop gdpPercap iso_alpha \\\n", "0 Afghanistan Asia 1952 28.801 8425333 779.445314 AFG \n", "1 Afghanistan Asia 1957 30.332 9240934 820.853030 AFG \n", "2 Afghanistan Asia 1962 31.997 10267083 853.100710 AFG \n", "3 Afghanistan Asia 1967 34.020 11537966 836.197138 AFG \n", "4 Afghanistan Asia 1972 36.088 13079460 739.981106 AFG \n", "\n", " iso_num \n", "0 4 \n", "1 4 \n", "2 4 \n", "3 4 \n", "4 4 " ] }, "execution_count": 1, "metadata": {}, "output_type": "execute_result" } ], "source": [ "import plotly.express as px\n", "\n", "gapminder = px.data.gapminder()\n", "gapminder.head()" ] }, { "cell_type": "markdown", "metadata": { "slideshow": { "slide_type": "subslide" } }, "source": [ "### pandas(Matplotlib)からの散布図" ] }, { "cell_type": "code", "execution_count": 2, "metadata": { "hideCode": false, "hidePrompt": false, "slideshow": { "slide_type": "fragment" } }, "outputs": [ { "data": { "text/plain": [ "" ] }, "execution_count": 2, "metadata": {}, "output_type": "execute_result" }, { "data": { "image/png": "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\n", "text/plain": [ "
" ] }, "metadata": { "needs_background": "light" }, "output_type": "display_data" } ], "source": [ "%matplotlib inline\n", "gapminder.plot.scatter(x=\"gdpPercap\", y=\"lifeExp\", logx=True, xlim=[100, 1e6])" ] }, { "cell_type": "markdown", "metadata": { "slideshow": { "slide_type": "subslide" } }, "source": [ "### 課題\n", "\n", "- 国や地域ごとの傾向をつかめない\n", " - 日本のデータどれ?\n", "- 要素の特定ができない\n", " - この点はどこの国?いつの時点?\n", "- 具体的な値がわからない\n", "- 特定の要素を時系列で把握したい\n", " - 要素の内容を別な観点(折れ線グラフ)でみたい" ] }, { "cell_type": "markdown", "metadata": { "slideshow": { "slide_type": "subslide" } }, "source": [ "### インタラクティブな可視化で解決\n", "\n", "- 探索的\n", "- 対話的\n", "- イベントによる変化(コールバック)" ] }, { "cell_type": "markdown", "metadata": { "slideshow": { "slide_type": "subslide" } }, "source": [ "### 従来のインタラクティブな可視化\n", "\n", "- フロントエンドの知識が必要\n", " - UI\n", " - デザイン\n", " - JavaScript\n", " - [D3.js](https://d3js.org)\n", " - [Chart.js](https://www.chartjs.org)" ] }, { "cell_type": "markdown", "metadata": { "slideshow": { "slide_type": "subslide" } }, "source": [ "Pythonやデータ処理とは全く違った分野の学習コストが発生\n", "\n", "![](https://regeld.xsrv.jp/desi/wp-content/uploads/2018/11/confusion-180x157.png)" ] }, { "cell_type": "markdown", "metadata": { "slideshow": { "slide_type": "slide" } }, "source": [ "## Plotlyによるインタラクティブな可視化\n", "\n", "- plotly.py\n", "- Plotly Express\n", "\n", "![](https://regeld.xsrv.jp/desi/wp-content/uploads/2018/10/recommend-180x154.png)" ] }, { "cell_type": "markdown", "metadata": { "slideshow": { "slide_type": "subslide" } }, "source": [ "Pythonだけでできる!\n", "\n", "![](https://regeld.xsrv.jp/desi/wp-content/uploads/2019/04/friend_Illustration_3-180x78.png)" ] }, { "cell_type": "markdown", "metadata": { "slideshow": { "slide_type": "subslide" } }, "source": [ "### plotly.py\n", "\n", "- JavaScriptベースの可視化ツール\n", " - plotly.jsの機能がPythonから使える\n", " - [d3.js](https://d3js.org/)および[stack.gl](https://github.com/stackgl)を利用\n", "- 広範囲な用途に対応したグラフを描画\n", " - 統計、財務、地理、科学など\n", " - 40種類以上のグラフをサポート\n", "- Jupyter上にグラフを描画できる" ] }, { "cell_type": "markdown", "metadata": { "slideshow": { "slide_type": "subslide" } }, "source": [ "### Plotly Express\n", "\n", "- plotly.pyの高水準のラッパ\n", "- 簡潔なコードでデータを可視化\n", "- seabornと同様に統計的な前処理を自動で行う" ] }, { "cell_type": "markdown", "metadata": { "slideshow": { "slide_type": "subslide" } }, "source": [ "### ホバーツール\n", "\n", "探索的な可視化が行える\n", "\n", "- 座標の情報\n", "- 要素の情報\n", "- カスタマイズした情報(書式設定など)\n", "\n", "![](https://regeld.xsrv.jp/desi/wp-content/uploads/2018/09/search-180x147.png)" ] }, { "cell_type": "markdown", "metadata": { "slideshow": { "slide_type": "subslide" } }, "source": [ "### Plotly Expressによる散布図" ] }, { "cell_type": "code", "execution_count": 3, "metadata": { "scrolled": false, "slideshow": { "slide_type": "fragment" } }, "outputs": [ { "data": { "text/html": [ " \n", " " ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "application/vnd.plotly.v1+json": { "config": { "plotlyServerURL": "https://plot.ly" }, "data": [ { "customdata": [ [ 8425333, 1952 ], [ 9240934, 1957 ], [ 10267083, 1962 ], [ 11537966, 1967 ], [ 13079460, 1972 ], [ 14880372, 1977 ], [ 12881816, 1982 ], [ 13867957, 1987 ], [ 16317921, 1992 ], [ 22227415, 1997 ], [ 25268405, 2002 ], [ 31889923, 2007 ], [ 120447, 1952 ], [ 138655, 1957 ], [ 171863, 1962 ], [ 202182, 1967 ], [ 230800, 1972 ], [ 297410, 1977 ], [ 377967, 1982 ], [ 454612, 1987 ], [ 529491, 1992 ], [ 598561, 1997 ], [ 656397, 2002 ], [ 708573, 2007 ], [ 46886859, 1952 ], [ 51365468, 1957 ], [ 56839289, 1962 ], [ 62821884, 1967 ], [ 70759295, 1972 ], [ 80428306, 1977 ], [ 93074406, 1982 ], [ 103764241, 1987 ], [ 113704579, 1992 ], [ 123315288, 1997 ], [ 135656790, 2002 ], [ 150448339, 2007 ], [ 4693836, 1952 ], [ 5322536, 1957 ], [ 6083619, 1962 ], [ 6960067, 1967 ], [ 7450606, 1972 ], [ 6978607, 1977 ], [ 7272485, 1982 ], [ 8371791, 1987 ], [ 10150094, 1992 ], [ 11782962, 1997 ], [ 12926707, 2002 ], [ 14131858, 2007 ], [ 556263527, 1952 ], [ 637408000, 1957 ], [ 665770000, 1962 ], [ 754550000, 1967 ], [ 862030000, 1972 ], [ 943455000, 1977 ], [ 1000281000, 1982 ], [ 1084035000, 1987 ], [ 1164970000, 1992 ], [ 1230075000, 1997 ], [ 1280400000, 2002 ], [ 1318683096, 2007 ], [ 2125900, 1952 ], [ 2736300, 1957 ], [ 3305200, 1962 ], [ 3722800, 1967 ], [ 4115700, 1972 ], [ 4583700, 1977 ], [ 5264500, 1982 ], [ 5584510, 1987 ], [ 5829696, 1992 ], [ 6495918, 1997 ], [ 6762476, 2002 ], [ 6980412, 2007 ], [ 372000000, 1952 ], [ 409000000, 1957 ], [ 454000000, 1962 ], [ 506000000, 1967 ], [ 567000000, 1972 ], [ 634000000, 1977 ], [ 708000000, 1982 ], [ 788000000, 1987 ], [ 872000000, 1992 ], [ 959000000, 1997 ], [ 1034172547, 2002 ], [ 1110396331, 2007 ], [ 82052000, 1952 ], [ 90124000, 1957 ], [ 99028000, 1962 ], [ 109343000, 1967 ], [ 121282000, 1972 ], [ 136725000, 1977 ], [ 153343000, 1982 ], [ 169276000, 1987 ], [ 184816000, 1992 ], [ 199278000, 1997 ], [ 211060000, 2002 ], [ 223547000, 2007 ], [ 17272000, 1952 ], [ 19792000, 1957 ], [ 22874000, 1962 ], [ 26538000, 1967 ], [ 30614000, 1972 ], [ 35480679, 1977 ], [ 43072751, 1982 ], [ 51889696, 1987 ], [ 60397973, 1992 ], [ 63327987, 1997 ], [ 66907826, 2002 ], [ 69453570, 2007 ], [ 5441766, 1952 ], [ 6248643, 1957 ], [ 7240260, 1962 ], [ 8519282, 1967 ], [ 10061506, 1972 ], [ 11882916, 1977 ], [ 14173318, 1982 ], [ 16543189, 1987 ], [ 17861905, 1992 ], [ 20775703, 1997 ], [ 24001816, 2002 ], [ 27499638, 2007 ], [ 1620914, 1952 ], [ 1944401, 1957 ], [ 2310904, 1962 ], [ 2693585, 1967 ], [ 3095893, 1972 ], [ 3495918, 1977 ], [ 3858421, 1982 ], [ 4203148, 1987 ], [ 4936550, 1992 ], [ 5531387, 1997 ], [ 6029529, 2002 ], [ 6426679, 2007 ], [ 86459025, 1952 ], [ 91563009, 1957 ], [ 95831757, 1962 ], [ 100825279, 1967 ], [ 107188273, 1972 ], [ 113872473, 1977 ], [ 118454974, 1982 ], [ 122091325, 1987 ], [ 124329269, 1992 ], [ 125956499, 1997 ], [ 127065841, 2002 ], [ 127467972, 2007 ], [ 607914, 1952 ], [ 746559, 1957 ], [ 933559, 1962 ], [ 1255058, 1967 ], [ 1613551, 1972 ], [ 1937652, 1977 ], [ 2347031, 1982 ], [ 2820042, 1987 ], [ 3867409, 1992 ], [ 4526235, 1997 ], [ 5307470, 2002 ], [ 6053193, 2007 ], [ 8865488, 1952 ], [ 9411381, 1957 ], [ 10917494, 1962 ], [ 12617009, 1967 ], [ 14781241, 1972 ], [ 16325320, 1977 ], [ 17647518, 1982 ], [ 19067554, 1987 ], [ 20711375, 1992 ], [ 21585105, 1997 ], [ 22215365, 2002 ], [ 23301725, 2007 ], [ 20947571, 1952 ], [ 22611552, 1957 ], [ 26420307, 1962 ], [ 30131000, 1967 ], [ 33505000, 1972 ], [ 36436000, 1977 ], [ 39326000, 1982 ], [ 41622000, 1987 ], [ 43805450, 1992 ], [ 46173816, 1997 ], [ 47969150, 2002 ], [ 49044790, 2007 ], [ 160000, 1952 ], [ 212846, 1957 ], [ 358266, 1962 ], [ 575003, 1967 ], [ 841934, 1972 ], [ 1140357, 1977 ], [ 1497494, 1982 ], [ 1891487, 1987 ], [ 1418095, 1992 ], [ 1765345, 1997 ], [ 2111561, 2002 ], [ 2505559, 2007 ], [ 1439529, 1952 ], [ 1647412, 1957 ], [ 1886848, 1962 ], [ 2186894, 1967 ], [ 2680018, 1972 ], [ 3115787, 1977 ], [ 3086876, 1982 ], [ 3089353, 1987 ], [ 3219994, 1992 ], [ 3430388, 1997 ], [ 3677780, 2002 ], [ 3921278, 2007 ], [ 6748378, 1952 ], [ 7739235, 1957 ], [ 8906385, 1962 ], [ 10154878, 1967 ], [ 11441462, 1972 ], [ 12845381, 1977 ], [ 14441916, 1982 ], [ 16331785, 1987 ], [ 18319502, 1992 ], [ 20476091, 1997 ], [ 22662365, 2002 ], [ 24821286, 2007 ], [ 800663, 1952 ], [ 882134, 1957 ], [ 1010280, 1962 ], [ 1149500, 1967 ], [ 1320500, 1972 ], [ 1528000, 1977 ], [ 1756032, 1982 ], [ 2015133, 1987 ], [ 2312802, 1992 ], [ 2494803, 1997 ], [ 2674234, 2002 ], [ 2874127, 2007 ], [ 20092996, 1952 ], [ 21731844, 1957 ], [ 23634436, 1962 ], [ 25870271, 1967 ], [ 28466390, 1972 ], [ 31528087, 1977 ], [ 34680442, 1982 ], [ 38028578, 1987 ], [ 40546538, 1992 ], [ 43247867, 1997 ], [ 45598081, 2002 ], [ 47761980, 2007 ], [ 9182536, 1952 ], [ 9682338, 1957 ], [ 10332057, 1962 ], [ 11261690, 1967 ], [ 12412593, 1972 ], [ 13933198, 1977 ], [ 15796314, 1982 ], [ 17917180, 1987 ], [ 20326209, 1992 ], [ 23001113, 1997 ], [ 25873917, 2002 ], [ 28901790, 2007 ], [ 507833, 1952 ], [ 561977, 1957 ], [ 628164, 1962 ], [ 714775, 1967 ], [ 829050, 1972 ], [ 1004533, 1977 ], [ 1301048, 1982 ], [ 1593882, 1987 ], [ 1915208, 1992 ], [ 2283635, 1997 ], [ 2713462, 2002 ], [ 3204897, 2007 ], [ 41346560, 1952 ], [ 46679944, 1957 ], [ 53100671, 1962 ], [ 60641899, 1967 ], [ 69325921, 1972 ], [ 78152686, 1977 ], [ 91462088, 1982 ], [ 105186881, 1987 ], [ 120065004, 1992 ], [ 135564834, 1997 ], [ 153403524, 2002 ], [ 169270617, 2007 ], [ 22438691, 1952 ], [ 26072194, 1957 ], [ 30325264, 1962 ], [ 35356600, 1967 ], [ 40850141, 1972 ], [ 46850962, 1977 ], [ 53456774, 1982 ], [ 60017788, 1987 ], [ 67185766, 1992 ], [ 75012988, 1997 ], [ 82995088, 2002 ], [ 91077287, 2007 ], [ 4005677, 1952 ], [ 4419650, 1957 ], [ 4943029, 1962 ], [ 5618198, 1967 ], [ 6472756, 1972 ], [ 8128505, 1977 ], [ 11254672, 1982 ], [ 14619745, 1987 ], [ 16945857, 1992 ], [ 21229759, 1997 ], [ 24501530, 2002 ], [ 27601038, 2007 ], [ 1127000, 1952 ], [ 1445929, 1957 ], [ 1750200, 1962 ], [ 1977600, 1967 ], [ 2152400, 1972 ], [ 2325300, 1977 ], [ 2651869, 1982 ], [ 2794552, 1987 ], [ 3235865, 1992 ], [ 3802309, 1997 ], [ 4197776, 2002 ], [ 4553009, 2007 ], [ 7982342, 1952 ], [ 9128546, 1957 ], [ 10421936, 1962 ], [ 11737396, 1967 ], [ 13016733, 1972 ], [ 14116836, 1977 ], [ 15410151, 1982 ], [ 16495304, 1987 ], [ 17587060, 1992 ], [ 18698655, 1997 ], [ 19576783, 2002 ], [ 20378239, 2007 ], [ 3661549, 1952 ], [ 4149908, 1957 ], [ 4834621, 1962 ], [ 5680812, 1967 ], [ 6701172, 1972 ], [ 7932503, 1977 ], [ 9410494, 1982 ], [ 11242847, 1987 ], [ 13219062, 1992 ], [ 15081016, 1997 ], [ 17155814, 2002 ], [ 19314747, 2007 ], [ 8550362, 1952 ], [ 10164215, 1957 ], [ 11918938, 1962 ], [ 13648692, 1967 ], [ 15226039, 1972 ], [ 16785196, 1977 ], [ 18501390, 1982 ], [ 19757799, 1987 ], [ 20686918, 1992 ], [ 21628605, 1997 ], [ 22454239, 2002 ], [ 23174294, 2007 ], [ 21289402, 1952 ], [ 25041917, 1957 ], [ 29263397, 1962 ], [ 34024249, 1967 ], [ 39276153, 1972 ], [ 44148285, 1977 ], [ 48827160, 1982 ], [ 52910342, 1987 ], [ 56667095, 1992 ], [ 60216677, 1997 ], [ 62806748, 2002 ], [ 65068149, 2007 ], [ 26246839, 1952 ], [ 28998543, 1957 ], [ 33796140, 1962 ], [ 39463910, 1967 ], [ 44655014, 1972 ], [ 50533506, 1977 ], [ 56142181, 1982 ], [ 62826491, 1987 ], [ 69940728, 1992 ], [ 76048996, 1997 ], [ 80908147, 2002 ], [ 85262356, 2007 ], [ 1030585, 1952 ], [ 1070439, 1957 ], [ 1133134, 1962 ], [ 1142636, 1967 ], [ 1089572, 1972 ], [ 1261091, 1977 ], [ 1425876, 1982 ], [ 1691210, 1987 ], [ 2104779, 1992 ], [ 2826046, 1997 ], [ 3389578, 2002 ], [ 4018332, 2007 ], [ 4963829, 1952 ], [ 5498090, 1957 ], [ 6120081, 1962 ], [ 6740785, 1967 ], [ 7407075, 1972 ], [ 8403990, 1977 ], [ 9657618, 1982 ], [ 11219340, 1987 ], [ 13367997, 1992 ], [ 15826497, 1997 ], [ 18701257, 2002 ], [ 22211743, 2007 ] ], "hovertemplate": "%{hovertext}

continent=Asia
gdpPercap=%{x}
lifeExp=%{y}
pop=%{customdata[0]}
year=%{customdata[1]}", "hovertext": [ "Afghanistan", "Afghanistan", "Afghanistan", "Afghanistan", "Afghanistan", "Afghanistan", "Afghanistan", "Afghanistan", "Afghanistan", "Afghanistan", "Afghanistan", "Afghanistan", "Bahrain", "Bahrain", "Bahrain", "Bahrain", "Bahrain", "Bahrain", "Bahrain", "Bahrain", "Bahrain", "Bahrain", "Bahrain", "Bahrain", "Bangladesh", "Bangladesh", "Bangladesh", "Bangladesh", "Bangladesh", "Bangladesh", "Bangladesh", "Bangladesh", "Bangladesh", "Bangladesh", "Bangladesh", "Bangladesh", "Cambodia", "Cambodia", "Cambodia", "Cambodia", "Cambodia", "Cambodia", "Cambodia", "Cambodia", "Cambodia", "Cambodia", "Cambodia", "Cambodia", "China", "China", "China", "China", "China", "China", "China", "China", "China", "China", "China", "China", "Hong Kong, China", "Hong Kong, China", "Hong Kong, China", "Hong Kong, China", "Hong Kong, China", "Hong Kong, China", "Hong Kong, China", "Hong Kong, China", "Hong Kong, China", "Hong Kong, China", "Hong Kong, China", "Hong Kong, China", "India", "India", "India", "India", "India", "India", "India", "India", "India", "India", "India", "India", "Indonesia", "Indonesia", "Indonesia", "Indonesia", "Indonesia", "Indonesia", "Indonesia", "Indonesia", "Indonesia", "Indonesia", "Indonesia", "Indonesia", "Iran", "Iran", "Iran", "Iran", "Iran", "Iran", "Iran", "Iran", "Iran", "Iran", "Iran", "Iran", "Iraq", "Iraq", "Iraq", "Iraq", "Iraq", "Iraq", "Iraq", "Iraq", "Iraq", "Iraq", "Iraq", "Iraq", "Israel", "Israel", "Israel", "Israel", "Israel", "Israel", "Israel", "Israel", "Israel", "Israel", "Israel", "Israel", "Japan", "Japan", "Japan", "Japan", "Japan", "Japan", "Japan", "Japan", "Japan", "Japan", "Japan", "Japan", "Jordan", "Jordan", "Jordan", "Jordan", "Jordan", "Jordan", "Jordan", "Jordan", "Jordan", "Jordan", "Jordan", "Jordan", "Korea, Dem. Rep.", "Korea, Dem. Rep.", "Korea, Dem. Rep.", "Korea, Dem. Rep.", "Korea, Dem. Rep.", "Korea, Dem. Rep.", "Korea, Dem. Rep.", "Korea, Dem. Rep.", "Korea, Dem. Rep.", "Korea, Dem. Rep.", "Korea, Dem. Rep.", "Korea, Dem. Rep.", "Korea, Rep.", "Korea, Rep.", "Korea, Rep.", "Korea, Rep.", "Korea, Rep.", "Korea, Rep.", "Korea, Rep.", "Korea, Rep.", "Korea, Rep.", "Korea, Rep.", "Korea, Rep.", "Korea, Rep.", "Kuwait", "Kuwait", "Kuwait", "Kuwait", "Kuwait", "Kuwait", "Kuwait", "Kuwait", "Kuwait", "Kuwait", "Kuwait", "Kuwait", "Lebanon", "Lebanon", "Lebanon", "Lebanon", "Lebanon", "Lebanon", "Lebanon", "Lebanon", "Lebanon", "Lebanon", "Lebanon", "Lebanon", "Malaysia", "Malaysia", "Malaysia", "Malaysia", "Malaysia", "Malaysia", "Malaysia", "Malaysia", "Malaysia", "Malaysia", "Malaysia", "Malaysia", "Mongolia", "Mongolia", "Mongolia", "Mongolia", "Mongolia", "Mongolia", "Mongolia", "Mongolia", "Mongolia", "Mongolia", "Mongolia", "Mongolia", "Myanmar", "Myanmar", "Myanmar", "Myanmar", "Myanmar", "Myanmar", "Myanmar", "Myanmar", "Myanmar", "Myanmar", "Myanmar", "Myanmar", "Nepal", "Nepal", "Nepal", "Nepal", "Nepal", "Nepal", "Nepal", "Nepal", "Nepal", "Nepal", "Nepal", "Nepal", "Oman", "Oman", "Oman", "Oman", "Oman", "Oman", "Oman", "Oman", "Oman", "Oman", "Oman", "Oman", "Pakistan", "Pakistan", "Pakistan", "Pakistan", "Pakistan", "Pakistan", "Pakistan", "Pakistan", "Pakistan", "Pakistan", "Pakistan", "Pakistan", "Philippines", "Philippines", "Philippines", "Philippines", "Philippines", "Philippines", "Philippines", "Philippines", "Philippines", "Philippines", "Philippines", "Philippines", "Saudi Arabia", "Saudi Arabia", "Saudi Arabia", "Saudi Arabia", "Saudi Arabia", "Saudi Arabia", "Saudi Arabia", "Saudi Arabia", "Saudi Arabia", "Saudi Arabia", "Saudi Arabia", "Saudi Arabia", "Singapore", "Singapore", "Singapore", "Singapore", "Singapore", "Singapore", "Singapore", "Singapore", "Singapore", "Singapore", "Singapore", "Singapore", "Sri Lanka", "Sri Lanka", "Sri Lanka", "Sri Lanka", "Sri Lanka", "Sri Lanka", "Sri Lanka", "Sri Lanka", "Sri Lanka", "Sri Lanka", "Sri Lanka", "Sri Lanka", "Syria", "Syria", "Syria", "Syria", "Syria", "Syria", "Syria", "Syria", "Syria", "Syria", "Syria", "Syria", "Taiwan", "Taiwan", "Taiwan", "Taiwan", "Taiwan", "Taiwan", "Taiwan", "Taiwan", "Taiwan", "Taiwan", "Taiwan", "Taiwan", "Thailand", "Thailand", "Thailand", "Thailand", "Thailand", "Thailand", "Thailand", "Thailand", "Thailand", "Thailand", "Thailand", "Thailand", "Vietnam", "Vietnam", "Vietnam", "Vietnam", "Vietnam", "Vietnam", "Vietnam", "Vietnam", "Vietnam", "Vietnam", "Vietnam", "Vietnam", "West Bank and Gaza", "West Bank and Gaza", "West Bank and Gaza", "West Bank and Gaza", "West Bank and Gaza", "West Bank and Gaza", "West Bank and Gaza", "West Bank and Gaza", "West Bank and Gaza", "West Bank and Gaza", "West Bank and Gaza", "West Bank and Gaza", "Yemen, Rep.", "Yemen, Rep.", "Yemen, Rep.", "Yemen, Rep.", "Yemen, Rep.", "Yemen, Rep.", "Yemen, Rep.", "Yemen, Rep.", "Yemen, Rep.", "Yemen, Rep.", "Yemen, Rep.", "Yemen, Rep." ], "legendgroup": "Asia", "marker": { "color": "#636efa", "size": [ 8425333, 9240934, 10267083, 11537966, 13079460, 14880372, 12881816, 13867957, 16317921, 22227415, 25268405, 31889923, 120447, 138655, 171863, 202182, 230800, 297410, 377967, 454612, 529491, 598561, 656397, 708573, 46886859, 51365468, 56839289, 62821884, 70759295, 80428306, 93074406, 103764241, 113704579, 123315288, 135656790, 150448339, 4693836, 5322536, 6083619, 6960067, 7450606, 6978607, 7272485, 8371791, 10150094, 11782962, 12926707, 14131858, 556263527, 637408000, 665770000, 754550000, 862030000, 943455000, 1000281000, 1084035000, 1164970000, 1230075000, 1280400000, 1318683096, 2125900, 2736300, 3305200, 3722800, 4115700, 4583700, 5264500, 5584510, 5829696, 6495918, 6762476, 6980412, 372000000, 409000000, 454000000, 506000000, 567000000, 634000000, 708000000, 788000000, 872000000, 959000000, 1034172547, 1110396331, 82052000, 90124000, 99028000, 109343000, 121282000, 136725000, 153343000, 169276000, 184816000, 199278000, 211060000, 223547000, 17272000, 19792000, 22874000, 26538000, 30614000, 35480679, 43072751, 51889696, 60397973, 63327987, 66907826, 69453570, 5441766, 6248643, 7240260, 8519282, 10061506, 11882916, 14173318, 16543189, 17861905, 20775703, 24001816, 27499638, 1620914, 1944401, 2310904, 2693585, 3095893, 3495918, 3858421, 4203148, 4936550, 5531387, 6029529, 6426679, 86459025, 91563009, 95831757, 100825279, 107188273, 113872473, 118454974, 122091325, 124329269, 125956499, 127065841, 127467972, 607914, 746559, 933559, 1255058, 1613551, 1937652, 2347031, 2820042, 3867409, 4526235, 5307470, 6053193, 8865488, 9411381, 10917494, 12617009, 14781241, 16325320, 17647518, 19067554, 20711375, 21585105, 22215365, 23301725, 20947571, 22611552, 26420307, 30131000, 33505000, 36436000, 39326000, 41622000, 43805450, 46173816, 47969150, 49044790, 160000, 212846, 358266, 575003, 841934, 1140357, 1497494, 1891487, 1418095, 1765345, 2111561, 2505559, 1439529, 1647412, 1886848, 2186894, 2680018, 3115787, 3086876, 3089353, 3219994, 3430388, 3677780, 3921278, 6748378, 7739235, 8906385, 10154878, 11441462, 12845381, 14441916, 16331785, 18319502, 20476091, 22662365, 24821286, 800663, 882134, 1010280, 1149500, 1320500, 1528000, 1756032, 2015133, 2312802, 2494803, 2674234, 2874127, 20092996, 21731844, 23634436, 25870271, 28466390, 31528087, 34680442, 38028578, 40546538, 43247867, 45598081, 47761980, 9182536, 9682338, 10332057, 11261690, 12412593, 13933198, 15796314, 17917180, 20326209, 23001113, 25873917, 28901790, 507833, 561977, 628164, 714775, 829050, 1004533, 1301048, 1593882, 1915208, 2283635, 2713462, 3204897, 41346560, 46679944, 53100671, 60641899, 69325921, 78152686, 91462088, 105186881, 120065004, 135564834, 153403524, 169270617, 22438691, 26072194, 30325264, 35356600, 40850141, 46850962, 53456774, 60017788, 67185766, 75012988, 82995088, 91077287, 4005677, 4419650, 4943029, 5618198, 6472756, 8128505, 11254672, 14619745, 16945857, 21229759, 24501530, 27601038, 1127000, 1445929, 1750200, 1977600, 2152400, 2325300, 2651869, 2794552, 3235865, 3802309, 4197776, 4553009, 7982342, 9128546, 10421936, 11737396, 13016733, 14116836, 15410151, 16495304, 17587060, 18698655, 19576783, 20378239, 3661549, 4149908, 4834621, 5680812, 6701172, 7932503, 9410494, 11242847, 13219062, 15081016, 17155814, 19314747, 8550362, 10164215, 11918938, 13648692, 15226039, 16785196, 18501390, 19757799, 20686918, 21628605, 22454239, 23174294, 21289402, 25041917, 29263397, 34024249, 39276153, 44148285, 48827160, 52910342, 56667095, 60216677, 62806748, 65068149, 26246839, 28998543, 33796140, 39463910, 44655014, 50533506, 56142181, 62826491, 69940728, 76048996, 80908147, 85262356, 1030585, 1070439, 1133134, 1142636, 1089572, 1261091, 1425876, 1691210, 2104779, 2826046, 3389578, 4018332, 4963829, 5498090, 6120081, 6740785, 7407075, 8403990, 9657618, 11219340, 13367997, 15826497, 18701257, 22211743 ], "sizemode": "area", "sizeref": 824176.935, "symbol": "circle" }, "mode": "markers", "name": "Asia", "showlegend": true, "type": "scattergl", "x": [ 779.4453145, 820.8530296, 853.1007099999999, 836.1971382, 739.9811057999999, 786.11336, 978.0114388000001, 852.3959447999999, 649.3413952000001, 635.341351, 726.7340548, 974.5803384, 9867.084765000001, 11635.79945, 12753.27514, 14804.6727, 18268.65839, 19340.10196, 19211.14731, 18524.02406, 19035.579169999997, 20292.01679, 23403.559269999998, 29796.048339999998, 684.2441716, 661.6374577, 686.3415537999999, 721.1860862000001, 630.2336265, 659.8772322000001, 676.9818656, 751.9794035, 837.8101642999999, 972.7700352, 1136.3904300000002, 1391.253792, 368.46928560000003, 434.0383364, 496.9136476, 523.4323142, 421.6240257, 524.9721831999999, 624.4754784, 683.8955732000001, 682.3031755, 734.28517, 896.2260152999999, 1713.7786859999999, 400.44861099999997, 575.9870009, 487.6740183, 612.7056934, 676.9000921, 741.2374699, 962.4213804999999, 1378.904018, 1655.784158, 2289.234136, 3119.280896, 4959.1148539999995, 3054.421209, 3629.076457, 4692.648271999999, 6197.962814, 8315.928145, 11186.14125, 14560.530509999999, 20038.472690000002, 24757.60301, 28377.632189999997, 30209.015160000003, 39724.97867, 546.5657493, 590.061996, 658.3471509, 700.7706107000001, 724.032527, 813.3373230000001, 855.7235377000001, 976.5126756000001, 1164.406809, 1458.817442, 1746.769454, 2452.210407, 749.6816546, 858.9002707000001, 849.2897700999999, 762.4317721, 1111.107907, 1382.702056, 1516.872988, 1748.356961, 2383.140898, 3119.335603, 2873.91287, 3540.6515640000002, 3035.326002, 3290.257643, 4187.329802, 5906.731804999999, 9613.818607, 11888.59508, 7608.334602, 6642.881371, 7235.653187999999, 8263.590301, 9240.761975, 11605.71449, 4129.766056, 6229.333562, 8341.737815, 8931.459811, 9576.037596, 14688.235069999999, 14517.90711, 11643.57268, 3745.6406869999996, 3076.239795, 4390.717312, 4471.061906, 4086.522128, 5385.278451, 7105.630706, 8393.741404, 12786.93223, 13306.619209999999, 15367.0292, 17122.47986, 18051.52254, 20896.60924, 21905.59514, 25523.2771, 3216.956347, 4317.694365, 6576.649461, 9847.788606999999, 14778.78636, 16610.37701, 19384.10571, 22375.941890000002, 26824.895109999998, 28816.58499, 28604.5919, 31656.06806, 1546.907807, 1886.080591, 2348.009158, 2741.796252, 2110.856309, 2852.351568, 4161.415959, 4448.679912, 3431.5936469999997, 3645.379572, 3844.9171939999997, 4519.461171, 1088.277758, 1571.134655, 1621.693598, 2143.540609, 3701.6215030000003, 4106.301249, 4106.525293, 4106.4923149999995, 3726.063507, 1690.756814, 1646.758151, 1593.06548, 1030.592226, 1487.593537, 1536.3443869999999, 2029.2281420000002, 3030.87665, 4657.22102, 5622.942464, 8533.088805, 12104.27872, 15993.52796, 19233.98818, 23348.139730000003, 108382.3529, 113523.1329, 95458.11176, 80894.88326, 109347.867, 59265.477139999995, 31354.03573, 28118.42998, 34932.91959, 40300.61996, 35110.10566, 47306.98978, 4834.804067, 6089.786934000001, 5714.560611, 6006.983042, 7486.384341, 8659.696836, 7640.519520999999, 5377.091329, 6890.806854, 8754.96385, 9313.93883, 10461.05868, 1831.132894, 1810.0669920000003, 2036.8849440000001, 2277.742396, 2849.09478, 3827.9215710000003, 4920.355951, 5249.802653, 7277.912802, 10132.90964, 10206.97794, 12451.6558, 786.5668575, 912.6626085, 1056.353958, 1226.04113, 1421.741975, 1647.511665, 2000.603139, 2338.008304, 1785.402016, 1902.2521, 2140.7393230000002, 3095.7722710000003, 331, 350, 388, 349, 357, 371, 424, 385, 347, 415, 611, 944, 545.8657228999999, 597.9363557999999, 652.3968593, 676.4422254, 674.7881296, 694.1124398, 718.3730947, 775.6324501, 897.7403604, 1010.892138, 1057.206311, 1091.359778, 1828.230307, 2242.746551, 2924.638113, 4720.942687, 10618.03855, 11848.343920000001, 12954.791009999999, 18115.223130000002, 18616.70691, 19702.055809999998, 19774.83687, 22316.19287, 684.5971437999999, 747.0835292, 803.3427418, 942.4082588, 1049.938981, 1175.921193, 1443.429832, 1704.686583, 1971.8294640000001, 2049.3505210000003, 2092.712441, 2605.94758, 1272.880995, 1547.9448439999999, 1649.5521529999999, 1814.12743, 1989.3740699999998, 2373.204287, 2603.273765, 2189.634995, 2279.3240170000004, 2536.534925, 2650.921068, 3190.481016, 6459.5548229999995, 8157.591248000001, 11626.41975, 16903.04886, 24837.42865, 34167.7626, 33693.17525, 21198.26136, 24841.617769999997, 20586.69019, 19014.54118, 21654.83194, 2315.138227, 2843.104409, 3674.735572, 4977.41854, 8597.756202, 11210.08948, 15169.161119999999, 18861.53081, 24769.8912, 33519.4766, 36023.1054, 47143.179639999995, 1083.53203, 1072.546602, 1074.4719599999999, 1135.514326, 1213.39553, 1348.775651, 1648.0797890000001, 1876.766827, 2153.7392219999997, 2664.477257, 3015.3788329999998, 3970.0954070000003, 1643.485354, 2117.234893, 2193.037133, 1881.923632, 2571.423014, 3195.484582, 3761.8377149999997, 3116.774285, 3340.542768, 4014.238972, 4090.9253310000004, 4184.548089, 1206.947913, 1507.86129, 1822.879028, 2643.8586809999997, 4062.523897, 5596.519826, 7426.354773999999, 11054.56175, 15215.6579, 20206.82098, 23235.42329, 28718.27684, 757.7974177, 793.5774147999999, 1002.1991720000001, 1295.46066, 1524.3589359999999, 1961.2246350000003, 2393.219781, 2982.653773, 4616.8965450000005, 5852.625497, 5913.187529, 7458.3963269999995, 605.0664917, 676.2854477999999, 772.0491602000001, 637.1232887, 699.5016441, 713.5371196000001, 707.2357863, 820.7994449, 989.0231487, 1385.896769, 1764.456677, 2441.576404, 1515.5923289999998, 1827.0677420000002, 2198.9563120000003, 2649.7150070000002, 3133.4092769999997, 3682.8314939999996, 4336.032082, 5107.197384, 6017.654756, 7110.667619, 4515.487575, 3025.349798, 781.7175761, 804.8304547, 825.6232006, 862.4421463, 1265.047031, 1829.765177, 1977.5570100000002, 1971.741538, 1879.496673, 2117.484526, 2234.820827, 2280.769906 ], "xaxis": "x", "y": [ 28.801, 30.331999999999997, 31.997, 34.02, 36.088, 38.438, 39.854, 40.821999999999996, 41.674, 41.763000000000005, 42.129, 43.828, 50.93899999999999, 53.832, 56.923, 59.923, 63.3, 65.593, 69.05199999999999, 70.75, 72.601, 73.925, 74.795, 75.635, 37.484, 39.348, 41.216, 43.453, 45.251999999999995, 46.923, 50.00899999999999, 52.818999999999996, 56.018, 59.412, 62.013000000000005, 64.062, 39.417, 41.36600000000001, 43.415, 45.415, 40.317, 31.22, 50.957, 53.913999999999994, 55.803000000000004, 56.534, 56.751999999999995, 59.723, 44, 50.54896, 44.50136, 58.381119999999996, 63.118880000000004, 63.96736, 65.525, 67.274, 68.69, 70.426, 72.028, 72.961, 60.96, 64.75, 67.65, 70, 72, 73.6, 75.45, 76.2, 77.601, 80, 81.495, 82.208, 37.373000000000005, 40.249, 43.605, 47.193000000000005, 50.651, 54.208, 56.596000000000004, 58.553000000000004, 60.223, 61.765, 62.879, 64.69800000000001, 37.468, 39.918, 42.518, 45.964, 49.203, 52.702, 56.159, 60.137, 62.681000000000004, 66.041, 68.58800000000001, 70.65, 44.869, 47.181000000000004, 49.325, 52.468999999999994, 55.233999999999995, 57.702, 59.62, 63.04, 65.742, 68.042, 69.45100000000001, 70.964, 45.32, 48.437, 51.457, 54.458999999999996, 56.95, 60.413000000000004, 62.038000000000004, 65.044, 59.461000000000006, 58.81100000000001, 57.04600000000001, 59.545, 65.39, 67.84, 69.39, 70.75, 71.63, 73.06, 74.45, 75.6, 76.93, 78.26899999999999, 79.696, 80.745, 63.03, 65.5, 68.73, 71.43, 73.42, 75.38, 77.11, 78.67, 79.36, 80.69, 82, 82.603, 43.158, 45.669, 48.126000000000005, 51.629, 56.528, 61.13399999999999, 63.739, 65.869, 68.015, 69.77199999999999, 71.263, 72.535, 50.056000000000004, 54.081, 56.656000000000006, 59.942, 63.983000000000004, 67.15899999999999, 69.1, 70.64699999999999, 69.97800000000001, 67.727, 66.66199999999999, 67.297, 47.453, 52.681000000000004, 55.292, 57.716, 62.611999999999995, 64.766, 67.123, 69.81, 72.244, 74.64699999999999, 77.045, 78.623, 55.565, 58.033, 60.47, 64.624, 67.712, 69.343, 71.309, 74.17399999999999, 75.19, 76.156, 76.904, 77.58800000000001, 55.928000000000004, 59.489, 62.093999999999994, 63.87, 65.421, 66.09899999999999, 66.983, 67.926, 69.292, 70.265, 71.028, 71.993, 48.463, 52.102, 55.736999999999995, 59.371, 63.01, 65.256, 68, 69.5, 70.693, 71.938, 73.044, 74.241, 42.244, 45.248000000000005, 48.251000000000005, 51.253, 53.754, 55.49100000000001, 57.489, 60.222, 61.271, 63.625, 65.033, 66.803, 36.319, 41.905, 45.108000000000004, 49.379, 53.07, 56.059, 58.056000000000004, 58.339, 59.32, 60.328, 59.908, 62.068999999999996, 36.157, 37.686, 39.393, 41.472, 43.971000000000004, 46.748000000000005, 49.593999999999994, 52.537, 55.727, 59.426, 61.34, 63.785, 37.578, 40.08, 43.165, 46.988, 52.143, 57.367, 62.728, 67.734, 71.197, 72.499, 74.193, 75.64, 43.43600000000001, 45.556999999999995, 47.67, 49.8, 51.928999999999995, 54.043, 56.158, 58.245, 60.838, 61.818000000000005, 63.61, 65.483, 47.751999999999995, 51.333999999999996, 54.757, 56.393, 58.065, 60.06, 62.082, 64.15100000000001, 66.458, 68.564, 70.303, 71.688, 39.875, 42.868, 45.913999999999994, 49.901, 53.886, 58.69, 63.012, 66.295, 68.768, 70.533, 71.626, 72.777, 60.396, 63.178999999999995, 65.798, 67.946, 69.521, 70.795, 71.76, 73.56, 75.788, 77.158, 78.77, 79.972, 57.593, 61.456, 62.192, 64.266, 65.042, 65.949, 68.757, 69.01100000000001, 70.37899999999999, 70.457, 70.815, 72.396, 45.883, 48.284, 50.305, 53.655, 57.29600000000001, 61.195, 64.59, 66.97399999999999, 69.249, 71.527, 73.053, 74.143, 58.5, 62.4, 65.2, 67.5, 69.39, 70.59, 72.16, 73.4, 74.26, 75.25, 76.99, 78.4, 50.848, 53.63, 56.06100000000001, 58.285, 60.405, 62.494, 64.597, 66.084, 67.298, 67.521, 68.564, 70.616, 40.412, 42.887, 45.363, 47.838, 50.254, 55.763999999999996, 58.816, 62.82, 67.66199999999999, 70.672, 73.017, 74.249, 43.16, 45.67100000000001, 48.126999999999995, 51.631, 56.532, 60.765, 64.406, 67.046, 69.718, 71.096, 72.37, 73.422, 32.548, 33.97, 35.18, 36.984, 39.848, 44.175, 49.113, 52.922, 55.599, 58.02, 60.308, 62.698 ], "yaxis": "y" }, { "customdata": [ [ 1282697, 1952 ], [ 1476505, 1957 ], [ 1728137, 1962 ], [ 1984060, 1967 ], [ 2263554, 1972 ], [ 2509048, 1977 ], [ 2780097, 1982 ], [ 3075321, 1987 ], [ 3326498, 1992 ], [ 3428038, 1997 ], [ 3508512, 2002 ], [ 3600523, 2007 ], [ 6927772, 1952 ], [ 6965860, 1957 ], [ 7129864, 1962 ], [ 7376998, 1967 ], [ 7544201, 1972 ], [ 7568430, 1977 ], [ 7574613, 1982 ], [ 7578903, 1987 ], [ 7914969, 1992 ], [ 8069876, 1997 ], [ 8148312, 2002 ], [ 8199783, 2007 ], [ 8730405, 1952 ], [ 8989111, 1957 ], [ 9218400, 1962 ], [ 9556500, 1967 ], [ 9709100, 1972 ], [ 9821800, 1977 ], [ 9856303, 1982 ], [ 9870200, 1987 ], [ 10045622, 1992 ], [ 10199787, 1997 ], [ 10311970, 2002 ], [ 10392226, 2007 ], [ 2791000, 1952 ], [ 3076000, 1957 ], [ 3349000, 1962 ], [ 3585000, 1967 ], [ 3819000, 1972 ], [ 4086000, 1977 ], [ 4172693, 1982 ], [ 4338977, 1987 ], [ 4256013, 1992 ], [ 3607000, 1997 ], [ 4165416, 2002 ], [ 4552198, 2007 ], [ 7274900, 1952 ], [ 7651254, 1957 ], [ 8012946, 1962 ], [ 8310226, 1967 ], [ 8576200, 1972 ], [ 8797022, 1977 ], [ 8892098, 1982 ], [ 8971958, 1987 ], [ 8658506, 1992 ], [ 8066057, 1997 ], [ 7661799, 2002 ], [ 7322858, 2007 ], [ 3882229, 1952 ], [ 3991242, 1957 ], [ 4076557, 1962 ], [ 4174366, 1967 ], [ 4225310, 1972 ], [ 4318673, 1977 ], [ 4413368, 1982 ], [ 4484310, 1987 ], [ 4494013, 1992 ], [ 4444595, 1997 ], [ 4481020, 2002 ], [ 4493312, 2007 ], [ 9125183, 1952 ], [ 9513758, 1957 ], [ 9620282, 1962 ], [ 9835109, 1967 ], [ 9862158, 1972 ], [ 10161915, 1977 ], [ 10303704, 1982 ], [ 10311597, 1987 ], [ 10315702, 1992 ], [ 10300707, 1997 ], [ 10256295, 2002 ], [ 10228744, 2007 ], [ 4334000, 1952 ], [ 4487831, 1957 ], [ 4646899, 1962 ], [ 4838800, 1967 ], [ 4991596, 1972 ], [ 5088419, 1977 ], [ 5117810, 1982 ], [ 5127024, 1987 ], [ 5171393, 1992 ], [ 5283663, 1997 ], [ 5374693, 2002 ], [ 5468120, 2007 ], [ 4090500, 1952 ], [ 4324000, 1957 ], [ 4491443, 1962 ], [ 4605744, 1967 ], [ 4639657, 1972 ], [ 4738902, 1977 ], [ 4826933, 1982 ], [ 4931729, 1987 ], [ 5041039, 1992 ], [ 5134406, 1997 ], [ 5193039, 2002 ], [ 5238460, 2007 ], [ 42459667, 1952 ], [ 44310863, 1957 ], [ 47124000, 1962 ], [ 49569000, 1967 ], [ 51732000, 1972 ], [ 53165019, 1977 ], [ 54433565, 1982 ], [ 55630100, 1987 ], [ 57374179, 1992 ], [ 58623428, 1997 ], [ 59925035, 2002 ], [ 61083916, 2007 ], [ 69145952, 1952 ], [ 71019069, 1957 ], [ 73739117, 1962 ], [ 76368453, 1967 ], [ 78717088, 1972 ], [ 78160773, 1977 ], [ 78335266, 1982 ], [ 77718298, 1987 ], [ 80597764, 1992 ], [ 82011073, 1997 ], [ 82350671, 2002 ], [ 82400996, 2007 ], [ 7733250, 1952 ], [ 8096218, 1957 ], [ 8448233, 1962 ], [ 8716441, 1967 ], [ 8888628, 1972 ], [ 9308479, 1977 ], [ 9786480, 1982 ], [ 9974490, 1987 ], [ 10325429, 1992 ], [ 10502372, 1997 ], [ 10603863, 2002 ], [ 10706290, 2007 ], [ 9504000, 1952 ], [ 9839000, 1957 ], [ 10063000, 1962 ], [ 10223422, 1967 ], [ 10394091, 1972 ], [ 10637171, 1977 ], [ 10705535, 1982 ], [ 10612740, 1987 ], [ 10348684, 1992 ], [ 10244684, 1997 ], [ 10083313, 2002 ], [ 9956108, 2007 ], [ 147962, 1952 ], [ 165110, 1957 ], [ 182053, 1962 ], [ 198676, 1967 ], [ 209275, 1972 ], [ 221823, 1977 ], [ 233997, 1982 ], [ 244676, 1987 ], [ 259012, 1992 ], [ 271192, 1997 ], [ 288030, 2002 ], [ 301931, 2007 ], [ 2952156, 1952 ], [ 2878220, 1957 ], [ 2830000, 1962 ], [ 2900100, 1967 ], [ 3024400, 1972 ], [ 3271900, 1977 ], [ 3480000, 1982 ], [ 3539900, 1987 ], [ 3557761, 1992 ], [ 3667233, 1997 ], [ 3879155, 2002 ], [ 4109086, 2007 ], [ 47666000, 1952 ], [ 49182000, 1957 ], [ 50843200, 1962 ], [ 52667100, 1967 ], [ 54365564, 1972 ], [ 56059245, 1977 ], [ 56535636, 1982 ], [ 56729703, 1987 ], [ 56840847, 1992 ], [ 57479469, 1997 ], [ 57926999, 2002 ], [ 58147733, 2007 ], [ 413834, 1952 ], [ 442829, 1957 ], [ 474528, 1962 ], [ 501035, 1967 ], [ 527678, 1972 ], [ 560073, 1977 ], [ 562548, 1982 ], [ 569473, 1987 ], [ 621621, 1992 ], [ 692651, 1997 ], [ 720230, 2002 ], [ 684736, 2007 ], [ 10381988, 1952 ], [ 11026383, 1957 ], [ 11805689, 1962 ], [ 12596822, 1967 ], [ 13329874, 1972 ], [ 13852989, 1977 ], [ 14310401, 1982 ], [ 14665278, 1987 ], [ 15174244, 1992 ], [ 15604464, 1997 ], [ 16122830, 2002 ], [ 16570613, 2007 ], [ 3327728, 1952 ], [ 3491938, 1957 ], [ 3638919, 1962 ], [ 3786019, 1967 ], [ 3933004, 1972 ], [ 4043205, 1977 ], [ 4114787, 1982 ], [ 4186147, 1987 ], [ 4286357, 1992 ], [ 4405672, 1997 ], [ 4535591, 2002 ], [ 4627926, 2007 ], [ 25730551, 1952 ], [ 28235346, 1957 ], [ 30329617, 1962 ], [ 31785378, 1967 ], [ 33039545, 1972 ], [ 34621254, 1977 ], [ 36227381, 1982 ], [ 37740710, 1987 ], [ 38370697, 1992 ], [ 38654957, 1997 ], [ 38625976, 2002 ], [ 38518241, 2007 ], [ 8526050, 1952 ], [ 8817650, 1957 ], [ 9019800, 1962 ], [ 9103000, 1967 ], [ 8970450, 1972 ], [ 9662600, 1977 ], [ 9859650, 1982 ], [ 9915289, 1987 ], [ 9927680, 1992 ], [ 10156415, 1997 ], [ 10433867, 2002 ], [ 10642836, 2007 ], [ 16630000, 1952 ], [ 17829327, 1957 ], [ 18680721, 1962 ], [ 19284814, 1967 ], [ 20662648, 1972 ], [ 21658597, 1977 ], [ 22356726, 1982 ], [ 22686371, 1987 ], [ 22797027, 1992 ], [ 22562458, 1997 ], [ 22404337, 2002 ], [ 22276056, 2007 ], [ 6860147, 1952 ], [ 7271135, 1957 ], [ 7616060, 1962 ], [ 7971222, 1967 ], [ 8313288, 1972 ], [ 8686367, 1977 ], [ 9032824, 1982 ], [ 9230783, 1987 ], [ 9826397, 1992 ], [ 10336594, 1997 ], [ 10111559, 2002 ], [ 10150265, 2007 ], [ 3558137, 1952 ], [ 3844277, 1957 ], [ 4237384, 1962 ], [ 4442238, 1967 ], [ 4593433, 1972 ], [ 4827803, 1977 ], [ 5048043, 1982 ], [ 5199318, 1987 ], [ 5302888, 1992 ], [ 5383010, 1997 ], [ 5410052, 2002 ], [ 5447502, 2007 ], [ 1489518, 1952 ], [ 1533070, 1957 ], [ 1582962, 1962 ], [ 1646912, 1967 ], [ 1694510, 1972 ], [ 1746919, 1977 ], [ 1861252, 1982 ], [ 1945870, 1987 ], [ 1999210, 1992 ], [ 2011612, 1997 ], [ 2011497, 2002 ], [ 2009245, 2007 ], [ 28549870, 1952 ], [ 29841614, 1957 ], [ 31158061, 1962 ], [ 32850275, 1967 ], [ 34513161, 1972 ], [ 36439000, 1977 ], [ 37983310, 1982 ], [ 38880702, 1987 ], [ 39549438, 1992 ], [ 39855442, 1997 ], [ 40152517, 2002 ], [ 40448191, 2007 ], [ 7124673, 1952 ], [ 7363802, 1957 ], [ 7561588, 1962 ], [ 7867931, 1967 ], [ 8122293, 1972 ], [ 8251648, 1977 ], [ 8325260, 1982 ], [ 8421403, 1987 ], [ 8718867, 1992 ], [ 8897619, 1997 ], [ 8954175, 2002 ], [ 9031088, 2007 ], [ 4815000, 1952 ], [ 5126000, 1957 ], [ 5666000, 1962 ], [ 6063000, 1967 ], [ 6401400, 1972 ], [ 6316424, 1977 ], [ 6468126, 1982 ], [ 6649942, 1987 ], [ 6995447, 1992 ], [ 7193761, 1997 ], [ 7361757, 2002 ], [ 7554661, 2007 ], [ 22235677, 1952 ], [ 25670939, 1957 ], [ 29788695, 1962 ], [ 33411317, 1967 ], [ 37492953, 1972 ], [ 42404033, 1977 ], [ 47328791, 1982 ], [ 52881328, 1987 ], [ 58179144, 1992 ], [ 63047647, 1997 ], [ 67308928, 2002 ], [ 71158647, 2007 ], [ 50430000, 1952 ], [ 51430000, 1957 ], [ 53292000, 1962 ], [ 54959000, 1967 ], [ 56079000, 1972 ], [ 56179000, 1977 ], [ 56339704, 1982 ], [ 56981620, 1987 ], [ 57866349, 1992 ], [ 58808266, 1997 ], [ 59912431, 2002 ], [ 60776238, 2007 ] ], "hovertemplate": "%{hovertext}

continent=Europe
gdpPercap=%{x}
lifeExp=%{y}
pop=%{customdata[0]}
year=%{customdata[1]}", "hovertext": [ "Albania", "Albania", "Albania", "Albania", "Albania", "Albania", "Albania", "Albania", "Albania", "Albania", "Albania", "Albania", "Austria", "Austria", "Austria", "Austria", "Austria", "Austria", "Austria", "Austria", "Austria", "Austria", "Austria", "Austria", "Belgium", "Belgium", "Belgium", "Belgium", "Belgium", "Belgium", "Belgium", "Belgium", "Belgium", "Belgium", "Belgium", "Belgium", "Bosnia and Herzegovina", "Bosnia and Herzegovina", "Bosnia and Herzegovina", "Bosnia and Herzegovina", "Bosnia and Herzegovina", "Bosnia and Herzegovina", "Bosnia and Herzegovina", "Bosnia and Herzegovina", "Bosnia and Herzegovina", "Bosnia and Herzegovina", "Bosnia and Herzegovina", "Bosnia and Herzegovina", "Bulgaria", "Bulgaria", "Bulgaria", "Bulgaria", "Bulgaria", "Bulgaria", "Bulgaria", "Bulgaria", "Bulgaria", "Bulgaria", "Bulgaria", "Bulgaria", "Croatia", "Croatia", "Croatia", "Croatia", "Croatia", "Croatia", "Croatia", "Croatia", "Croatia", "Croatia", "Croatia", "Croatia", "Czech Republic", "Czech Republic", "Czech Republic", "Czech Republic", "Czech Republic", "Czech Republic", "Czech Republic", "Czech Republic", "Czech Republic", "Czech Republic", "Czech Republic", "Czech Republic", "Denmark", "Denmark", "Denmark", "Denmark", "Denmark", "Denmark", "Denmark", "Denmark", "Denmark", "Denmark", "Denmark", "Denmark", "Finland", "Finland", "Finland", "Finland", "Finland", "Finland", "Finland", "Finland", "Finland", "Finland", "Finland", "Finland", "France", "France", "France", "France", "France", "France", "France", "France", "France", "France", "France", "France", "Germany", "Germany", "Germany", "Germany", "Germany", "Germany", "Germany", "Germany", "Germany", "Germany", "Germany", "Germany", "Greece", "Greece", "Greece", "Greece", "Greece", "Greece", "Greece", "Greece", "Greece", "Greece", "Greece", "Greece", "Hungary", "Hungary", "Hungary", "Hungary", "Hungary", "Hungary", "Hungary", "Hungary", "Hungary", "Hungary", "Hungary", "Hungary", "Iceland", "Iceland", "Iceland", "Iceland", "Iceland", "Iceland", "Iceland", "Iceland", "Iceland", "Iceland", "Iceland", "Iceland", "Ireland", "Ireland", "Ireland", "Ireland", "Ireland", "Ireland", "Ireland", "Ireland", "Ireland", "Ireland", "Ireland", "Ireland", "Italy", "Italy", "Italy", "Italy", "Italy", "Italy", "Italy", "Italy", "Italy", "Italy", "Italy", "Italy", "Montenegro", "Montenegro", "Montenegro", "Montenegro", "Montenegro", "Montenegro", "Montenegro", "Montenegro", "Montenegro", "Montenegro", "Montenegro", "Montenegro", "Netherlands", "Netherlands", "Netherlands", "Netherlands", "Netherlands", "Netherlands", "Netherlands", "Netherlands", "Netherlands", "Netherlands", "Netherlands", "Netherlands", "Norway", "Norway", "Norway", "Norway", "Norway", "Norway", "Norway", "Norway", "Norway", "Norway", "Norway", "Norway", "Poland", "Poland", "Poland", "Poland", "Poland", "Poland", "Poland", "Poland", "Poland", "Poland", "Poland", "Poland", "Portugal", "Portugal", "Portugal", "Portugal", "Portugal", "Portugal", "Portugal", "Portugal", "Portugal", "Portugal", "Portugal", "Portugal", "Romania", "Romania", "Romania", "Romania", "Romania", "Romania", "Romania", "Romania", "Romania", "Romania", "Romania", "Romania", "Serbia", "Serbia", "Serbia", "Serbia", "Serbia", "Serbia", "Serbia", "Serbia", "Serbia", "Serbia", "Serbia", "Serbia", "Slovak Republic", "Slovak Republic", "Slovak Republic", "Slovak Republic", "Slovak Republic", "Slovak Republic", "Slovak Republic", "Slovak Republic", "Slovak Republic", "Slovak Republic", "Slovak Republic", "Slovak Republic", "Slovenia", "Slovenia", "Slovenia", "Slovenia", "Slovenia", "Slovenia", "Slovenia", "Slovenia", "Slovenia", "Slovenia", "Slovenia", "Slovenia", "Spain", "Spain", "Spain", "Spain", "Spain", "Spain", "Spain", "Spain", "Spain", "Spain", "Spain", "Spain", "Sweden", "Sweden", "Sweden", "Sweden", "Sweden", "Sweden", "Sweden", "Sweden", "Sweden", "Sweden", "Sweden", "Sweden", "Switzerland", "Switzerland", "Switzerland", "Switzerland", "Switzerland", "Switzerland", "Switzerland", "Switzerland", "Switzerland", "Switzerland", "Switzerland", "Switzerland", "Turkey", "Turkey", "Turkey", "Turkey", "Turkey", "Turkey", "Turkey", "Turkey", "Turkey", "Turkey", "Turkey", "Turkey", "United Kingdom", "United Kingdom", "United Kingdom", "United Kingdom", "United Kingdom", "United Kingdom", "United Kingdom", "United Kingdom", "United Kingdom", "United Kingdom", "United Kingdom", "United Kingdom" ], "legendgroup": "Europe", "marker": { "color": "#EF553B", "size": [ 1282697, 1476505, 1728137, 1984060, 2263554, 2509048, 2780097, 3075321, 3326498, 3428038, 3508512, 3600523, 6927772, 6965860, 7129864, 7376998, 7544201, 7568430, 7574613, 7578903, 7914969, 8069876, 8148312, 8199783, 8730405, 8989111, 9218400, 9556500, 9709100, 9821800, 9856303, 9870200, 10045622, 10199787, 10311970, 10392226, 2791000, 3076000, 3349000, 3585000, 3819000, 4086000, 4172693, 4338977, 4256013, 3607000, 4165416, 4552198, 7274900, 7651254, 8012946, 8310226, 8576200, 8797022, 8892098, 8971958, 8658506, 8066057, 7661799, 7322858, 3882229, 3991242, 4076557, 4174366, 4225310, 4318673, 4413368, 4484310, 4494013, 4444595, 4481020, 4493312, 9125183, 9513758, 9620282, 9835109, 9862158, 10161915, 10303704, 10311597, 10315702, 10300707, 10256295, 10228744, 4334000, 4487831, 4646899, 4838800, 4991596, 5088419, 5117810, 5127024, 5171393, 5283663, 5374693, 5468120, 4090500, 4324000, 4491443, 4605744, 4639657, 4738902, 4826933, 4931729, 5041039, 5134406, 5193039, 5238460, 42459667, 44310863, 47124000, 49569000, 51732000, 53165019, 54433565, 55630100, 57374179, 58623428, 59925035, 61083916, 69145952, 71019069, 73739117, 76368453, 78717088, 78160773, 78335266, 77718298, 80597764, 82011073, 82350671, 82400996, 7733250, 8096218, 8448233, 8716441, 8888628, 9308479, 9786480, 9974490, 10325429, 10502372, 10603863, 10706290, 9504000, 9839000, 10063000, 10223422, 10394091, 10637171, 10705535, 10612740, 10348684, 10244684, 10083313, 9956108, 147962, 165110, 182053, 198676, 209275, 221823, 233997, 244676, 259012, 271192, 288030, 301931, 2952156, 2878220, 2830000, 2900100, 3024400, 3271900, 3480000, 3539900, 3557761, 3667233, 3879155, 4109086, 47666000, 49182000, 50843200, 52667100, 54365564, 56059245, 56535636, 56729703, 56840847, 57479469, 57926999, 58147733, 413834, 442829, 474528, 501035, 527678, 560073, 562548, 569473, 621621, 692651, 720230, 684736, 10381988, 11026383, 11805689, 12596822, 13329874, 13852989, 14310401, 14665278, 15174244, 15604464, 16122830, 16570613, 3327728, 3491938, 3638919, 3786019, 3933004, 4043205, 4114787, 4186147, 4286357, 4405672, 4535591, 4627926, 25730551, 28235346, 30329617, 31785378, 33039545, 34621254, 36227381, 37740710, 38370697, 38654957, 38625976, 38518241, 8526050, 8817650, 9019800, 9103000, 8970450, 9662600, 9859650, 9915289, 9927680, 10156415, 10433867, 10642836, 16630000, 17829327, 18680721, 19284814, 20662648, 21658597, 22356726, 22686371, 22797027, 22562458, 22404337, 22276056, 6860147, 7271135, 7616060, 7971222, 8313288, 8686367, 9032824, 9230783, 9826397, 10336594, 10111559, 10150265, 3558137, 3844277, 4237384, 4442238, 4593433, 4827803, 5048043, 5199318, 5302888, 5383010, 5410052, 5447502, 1489518, 1533070, 1582962, 1646912, 1694510, 1746919, 1861252, 1945870, 1999210, 2011612, 2011497, 2009245, 28549870, 29841614, 31158061, 32850275, 34513161, 36439000, 37983310, 38880702, 39549438, 39855442, 40152517, 40448191, 7124673, 7363802, 7561588, 7867931, 8122293, 8251648, 8325260, 8421403, 8718867, 8897619, 8954175, 9031088, 4815000, 5126000, 5666000, 6063000, 6401400, 6316424, 6468126, 6649942, 6995447, 7193761, 7361757, 7554661, 22235677, 25670939, 29788695, 33411317, 37492953, 42404033, 47328791, 52881328, 58179144, 63047647, 67308928, 71158647, 50430000, 51430000, 53292000, 54959000, 56079000, 56179000, 56339704, 56981620, 57866349, 58808266, 59912431, 60776238 ], "sizemode": "area", "sizeref": 824176.935, "symbol": "circle" }, "mode": "markers", "name": "Europe", "showlegend": true, "type": "scattergl", "x": [ 1601.056136, 1942.2842440000002, 2312.888958, 2760.196931, 3313.422188, 3533.0039100000004, 3630.880722, 3738.9327350000003, 2497.4379010000002, 3193.054604, 4604.211737, 5937.029525999999, 6137.076492, 8842.59803, 10750.721109999999, 12834.6024, 16661.6256, 19749.4223, 21597.083619999998, 23687.82607, 27042.01868, 29095.920660000003, 32417.607689999997, 36126.4927, 8343.105126999999, 9714.960623, 10991.20676, 13149.04119, 16672.14356, 19117.97448, 20979.84589, 22525.56308, 25575.57069, 27561.196630000002, 30485.88375, 33692.60508, 973.5331947999999, 1353.989176, 1709.683679, 2172.3524230000003, 2860.16975, 3528.481305, 4126.613157, 4314.114757, 2546.781445, 4766.355904, 6018.975239, 7446.298803, 2444.2866480000002, 3008.670727, 4254.337839, 5577.0028, 6597.494398, 7612.240438, 8224.191647, 8239.854824, 6302.6234380000005, 5970.38876, 7696.777725, 10680.79282, 3119.23652, 4338.231617, 5477.890018, 6960.297861, 9164.090127, 11305.38517, 13221.82184, 13822.58394, 8447.794873, 9875.604515, 11628.38895, 14619.222719999998, 6876.14025, 8256.343918, 10136.86713, 11399.44489, 13108.4536, 14800.160619999999, 15377.22855, 16310.4434, 14297.021219999999, 16048.51424, 17596.210219999997, 22833.30851, 9692.385245, 11099.65935, 13583.31351, 15937.21123, 18866.20721, 20422.9015, 21688.04048, 25116.17581, 26406.73985, 29804.34567, 32166.500060000002, 35278.41874, 6424.519071, 7545.415386, 9371.842561, 10921.63626, 14358.8759, 15605.422830000001, 18533.15761, 21141.01223, 20647.16499, 23723.9502, 28204.59057, 33207.0844, 7029.809327, 8662.834898000001, 10560.48553, 12999.91766, 16107.19171, 18292.635140000002, 20293.89746, 22066.44214, 24703.79615, 25889.78487, 28926.032339999998, 30470.0167, 7144.114393000001, 10187.82665, 12902.46291, 14745.62561, 18016.180269999997, 20512.92123, 22031.532740000002, 24639.18566, 26505.30317, 27788.88416, 30035.80198, 32170.37442, 3530.690067, 4916.299889, 6017.190732999999, 8513.097016, 12724.82957, 14195.524280000001, 15268.420890000001, 16120.528390000001, 17541.49634, 18747.69814, 22514.2548, 27538.41188, 5263.6738159999995, 6040.180011, 7550.359877, 9326.64467, 10168.65611, 11674.837370000001, 12545.99066, 12986.47998, 10535.62855, 11712.7768, 14843.93556, 18008.94444, 7267.688428, 9244.001412, 10350.15906, 13319.89568, 15798.063619999999, 19654.96247, 23269.6075, 26923.206280000002, 25144.39201, 28061.099660000003, 31163.201960000002, 36180.789189999996, 5210.280328, 5599.077872, 6631.597314, 7655.568963, 9530.772895999999, 11150.98113, 12618.321409999999, 13872.86652, 17558.81555, 24521.94713, 34077.04939, 40675.99635, 4931.404154999999, 6248.656232, 8243.58234, 10022.40131, 12269.27378, 14255.98475, 16537.4835, 19207.234819999998, 22013.64486, 24675.02446, 27968.098169999997, 28569.7197, 2647.585601, 3682.259903, 4649.593785, 5907.850937, 7778.414017, 9595.929904999999, 11222.58762, 11732.51017, 7003.339037000001, 6465.613349, 6557.194282, 9253.896111, 8941.571858, 11276.193440000001, 12790.849559999999, 15363.25136, 18794.74567, 21209.0592, 21399.46046, 23651.32361, 26790.94961, 30246.13063, 33724.75778, 36797.93332, 10095.42172, 11653.97304, 13450.40151, 16361.87647, 18965.05551, 23311.34939, 26298.635309999998, 31540.9748, 33965.66115, 41283.16433, 44683.97525, 49357.19017, 4029.3296990000003, 4734.253019, 5338.752143, 6557.152776, 8006.506993000001, 9508.141454, 8451.531004, 9082.351172, 7738.881247, 10159.58368, 12002.23908, 15389.924680000002, 3068.319867, 3774.571743, 4727.954889, 6361.517993, 9022.247417, 10172.48572, 11753.84291, 13039.30876, 16207.266630000002, 17641.03156, 19970.90787, 20509.64777, 3144.613186, 3943.370225, 4734.9975859999995, 6470.866545, 8011.414401999999, 9356.39724, 9605.314053, 9696.273295, 6598.409903, 7346.547556999999, 7885.360081, 10808.47561, 3581.4594479999996, 4981.090891, 6289.629157, 7991.707066, 10522.067490000001, 12980.66956, 15181.0927, 15870.878509999999, 9325.068238, 7914.320304000001, 7236.075251, 9786.534714, 5074.659104, 6093.2629799999995, 7481.1075980000005, 8412.902397, 9674.167626, 10922.664040000001, 11348.54585, 12037.26758, 9498.467723, 12126.23065, 13638.778369999998, 18678.31435, 4215.041741, 5862.276629, 7402.303395, 9405.489397, 12383.4862, 15277.030169999998, 17866.72175, 18678.53492, 14214.71681, 17161.10735, 20660.01936, 25768.25759, 3834.0347420000003, 4564.80241, 5693.843879, 7993.512294, 10638.75131, 13236.92117, 13926.169969999999, 15764.98313, 18603.06452, 20445.29896, 24835.47166, 28821.0637, 8527.844662000001, 9911.878226, 12329.441920000001, 15258.29697, 17832.02464, 18855.72521, 20667.38125, 23586.92927, 23880.01683, 25266.59499, 29341.630930000003, 33859.74835, 14734.23275, 17909.48973, 20431.0927, 22966.14432, 27195.113039999997, 26982.29052, 28397.715119999997, 30281.704589999998, 31871.5303, 32135.323010000004, 34480.95771, 37506.419069999996, 1969.1009800000002, 2218.754257, 2322.8699079999997, 2826.3563870000003, 3450.69638, 4269.122326, 4241.356344, 5089.043686, 5678.348271, 6601.429915, 6508.085718, 8458.276384, 9979.508487000001, 11283.17795, 12477.17707, 14142.85089, 15895.116409999999, 17428.74846, 18232.42452, 21664.787669999998, 22705.09254, 26074.53136, 29478.99919, 33203.26128 ], "xaxis": "x", "y": [ 55.23, 59.28, 64.82, 66.22, 67.69, 68.93, 70.42, 72, 71.581, 72.95, 75.65100000000001, 76.423, 66.8, 67.48, 69.54, 70.14, 70.63, 72.17, 73.18, 74.94, 76.04, 77.51, 78.98, 79.829, 68, 69.24, 70.25, 70.94, 71.44, 72.8, 73.93, 75.35, 76.46, 77.53, 78.32, 79.441, 53.82, 58.45, 61.93, 64.79, 67.45, 69.86, 70.69, 71.14, 72.178, 73.244, 74.09, 74.852, 59.6, 66.61, 69.51, 70.42, 70.9, 70.81, 71.08, 71.34, 71.19, 70.32, 72.14, 73.005, 61.21, 64.77, 67.13, 68.5, 69.61, 70.64, 70.46, 71.52, 72.527, 73.68, 74.876, 75.748, 66.87, 69.03, 69.9, 70.38, 70.29, 70.71, 70.96, 71.58, 72.4, 74.01, 75.51, 76.486, 70.78, 71.81, 72.35, 72.96, 73.47, 74.69, 74.63, 74.8, 75.33, 76.11, 77.18, 78.332, 66.55, 67.49, 68.75, 69.83, 70.87, 72.52, 74.55, 74.83, 75.7, 77.13, 78.37, 79.313, 67.41, 68.93, 70.51, 71.55, 72.38, 73.83, 74.89, 76.34, 77.46, 78.64, 79.59, 80.657, 67.5, 69.1, 70.3, 70.8, 71, 72.5, 73.8, 74.847, 76.07, 77.34, 78.67, 79.406, 65.86, 67.86, 69.51, 71, 72.34, 73.68, 75.24, 76.67, 77.03, 77.869, 78.256, 79.483, 64.03, 66.41, 67.96, 69.5, 69.76, 69.95, 69.39, 69.58, 69.17, 71.04, 72.59, 73.33800000000001, 72.49, 73.47, 73.68, 73.73, 74.46, 76.11, 76.99, 77.23, 78.77, 78.95, 80.5, 81.757, 66.91, 68.9, 70.29, 71.08, 71.28, 72.03, 73.1, 74.36, 75.467, 76.122, 77.783, 78.885, 65.94, 67.81, 69.24, 71.06, 72.19, 73.48, 74.98, 76.42, 77.44, 78.82, 80.24, 80.546, 59.163999999999994, 61.448, 63.728, 67.178, 70.63600000000001, 73.066, 74.101, 74.865, 75.435, 75.445, 73.98100000000001, 74.543, 72.13, 72.99, 73.23, 73.82, 73.75, 75.24, 76.05, 76.83, 77.42, 78.03, 78.53, 79.762, 72.67, 73.44, 73.47, 74.08, 74.34, 75.37, 75.97, 75.89, 77.32, 78.32, 79.05, 80.196, 61.31, 65.77, 67.64, 69.61, 70.85, 70.67, 71.32, 70.98, 70.99, 72.75, 74.67, 75.563, 59.82, 61.51, 64.39, 66.6, 69.26, 70.41, 72.77, 74.06, 74.86, 75.97, 77.29, 78.098, 61.05, 64.1, 66.8, 66.8, 69.21, 69.46, 69.66, 69.53, 69.36, 69.72, 71.322, 72.476, 57.996, 61.685, 64.531, 66.914, 68.7, 70.3, 70.16199999999999, 71.218, 71.65899999999999, 72.232, 73.21300000000001, 74.002, 64.36, 67.45, 70.33, 70.98, 70.35, 70.45, 70.8, 71.08, 71.38, 72.71, 73.8, 74.663, 65.57, 67.85, 69.15, 69.18, 69.82, 70.97, 71.063, 72.25, 73.64, 75.13, 76.66, 77.926, 64.94, 66.66, 69.69, 71.44, 73.06, 74.39, 76.3, 76.9, 77.57, 78.77, 79.78, 80.941, 71.86, 72.49, 73.37, 74.16, 74.72, 75.44, 76.42, 77.19, 78.16, 79.39, 80.04, 80.884, 69.62, 70.56, 71.32, 72.77, 73.78, 75.39, 76.21, 77.41, 78.03, 79.37, 80.62, 81.70100000000001, 43.585, 48.07899999999999, 52.098, 54.336000000000006, 57.005, 59.507, 61.036, 63.108000000000004, 66.146, 68.835, 70.845, 71.777, 69.18, 70.42, 70.76, 71.36, 72.01, 72.76, 74.04, 75.007, 76.42, 77.218, 78.471, 79.425 ], "yaxis": "y" }, { "customdata": [ [ 9279525, 1952 ], [ 10270856, 1957 ], [ 11000948, 1962 ], [ 12760499, 1967 ], [ 14760787, 1972 ], [ 17152804, 1977 ], [ 20033753, 1982 ], [ 23254956, 1987 ], [ 26298373, 1992 ], [ 29072015, 1997 ], [ 31287142, 2002 ], [ 33333216, 2007 ], [ 4232095, 1952 ], [ 4561361, 1957 ], [ 4826015, 1962 ], [ 5247469, 1967 ], [ 5894858, 1972 ], [ 6162675, 1977 ], [ 7016384, 1982 ], [ 7874230, 1987 ], [ 8735988, 1992 ], [ 9875024, 1997 ], [ 10866106, 2002 ], [ 12420476, 2007 ], [ 1738315, 1952 ], [ 1925173, 1957 ], [ 2151895, 1962 ], [ 2427334, 1967 ], [ 2761407, 1972 ], [ 3168267, 1977 ], [ 3641603, 1982 ], [ 4243788, 1987 ], [ 4981671, 1992 ], [ 6066080, 1997 ], [ 7026113, 2002 ], [ 8078314, 2007 ], [ 442308, 1952 ], [ 474639, 1957 ], [ 512764, 1962 ], [ 553541, 1967 ], [ 619351, 1972 ], [ 781472, 1977 ], [ 970347, 1982 ], [ 1151184, 1987 ], [ 1342614, 1992 ], [ 1536536, 1997 ], [ 1630347, 2002 ], [ 1639131, 2007 ], [ 4469979, 1952 ], [ 4713416, 1957 ], [ 4919632, 1962 ], [ 5127935, 1967 ], [ 5433886, 1972 ], [ 5889574, 1977 ], [ 6634596, 1982 ], [ 7586551, 1987 ], [ 8878303, 1992 ], [ 10352843, 1997 ], [ 12251209, 2002 ], [ 14326203, 2007 ], [ 2445618, 1952 ], [ 2667518, 1957 ], [ 2961915, 1962 ], [ 3330989, 1967 ], [ 3529983, 1972 ], [ 3834415, 1977 ], [ 4580410, 1982 ], [ 5126023, 1987 ], [ 5809236, 1992 ], [ 6121610, 1997 ], [ 7021078, 2002 ], [ 8390505, 2007 ], [ 5009067, 1952 ], [ 5359923, 1957 ], [ 5793633, 1962 ], [ 6335506, 1967 ], [ 7021028, 1972 ], [ 7959865, 1977 ], [ 9250831, 1982 ], [ 10780667, 1987 ], [ 12467171, 1992 ], [ 14195809, 1997 ], [ 15929988, 2002 ], [ 17696293, 2007 ], [ 1291695, 1952 ], [ 1392284, 1957 ], [ 1523478, 1962 ], [ 1733638, 1967 ], [ 1927260, 1972 ], [ 2167533, 1977 ], [ 2476971, 1982 ], [ 2840009, 1987 ], [ 3265124, 1992 ], [ 3696513, 1997 ], [ 4048013, 2002 ], [ 4369038, 2007 ], [ 2682462, 1952 ], [ 2894855, 1957 ], [ 3150417, 1962 ], [ 3495967, 1967 ], [ 3899068, 1972 ], [ 4388260, 1977 ], [ 4875118, 1982 ], [ 5498955, 1987 ], [ 6429417, 1992 ], [ 7562011, 1997 ], [ 8835739, 2002 ], [ 10238807, 2007 ], [ 153936, 1952 ], [ 170928, 1957 ], [ 191689, 1962 ], [ 217378, 1967 ], [ 250027, 1972 ], [ 304739, 1977 ], [ 348643, 1982 ], [ 395114, 1987 ], [ 454429, 1992 ], [ 527982, 1997 ], [ 614382, 2002 ], [ 710960, 2007 ], [ 14100005, 1952 ], [ 15577932, 1957 ], [ 17486434, 1962 ], [ 19941073, 1967 ], [ 23007669, 1972 ], [ 26480870, 1977 ], [ 30646495, 1982 ], [ 35481645, 1987 ], [ 41672143, 1992 ], [ 47798986, 1997 ], [ 55379852, 2002 ], [ 64606759, 2007 ], [ 854885, 1952 ], [ 940458, 1957 ], [ 1047924, 1962 ], [ 1179760, 1967 ], [ 1340458, 1972 ], [ 1536769, 1977 ], [ 1774735, 1982 ], [ 2064095, 1987 ], [ 2409073, 1992 ], [ 2800947, 1997 ], [ 3328795, 2002 ], [ 3800610, 2007 ], [ 2977019, 1952 ], [ 3300000, 1957 ], [ 3832408, 1962 ], [ 4744870, 1967 ], [ 6071696, 1972 ], [ 7459574, 1977 ], [ 9025951, 1982 ], [ 10761098, 1987 ], [ 12772596, 1992 ], [ 14625967, 1997 ], [ 16252726, 2002 ], [ 18013409, 2007 ], [ 63149, 1952 ], [ 71851, 1957 ], [ 89898, 1962 ], [ 127617, 1967 ], [ 178848, 1972 ], [ 228694, 1977 ], [ 305991, 1982 ], [ 311025, 1987 ], [ 384156, 1992 ], [ 417908, 1997 ], [ 447416, 2002 ], [ 496374, 2007 ], [ 22223309, 1952 ], [ 25009741, 1957 ], [ 28173309, 1962 ], [ 31681188, 1967 ], [ 34807417, 1972 ], [ 38783863, 1977 ], [ 45681811, 1982 ], [ 52799062, 1987 ], [ 59402198, 1992 ], [ 66134291, 1997 ], [ 73312559, 2002 ], [ 80264543, 2007 ], [ 216964, 1952 ], [ 232922, 1957 ], [ 249220, 1962 ], [ 259864, 1967 ], [ 277603, 1972 ], [ 192675, 1977 ], [ 285483, 1982 ], [ 341244, 1987 ], [ 387838, 1992 ], [ 439971, 1997 ], [ 495627, 2002 ], [ 551201, 2007 ], [ 1438760, 1952 ], [ 1542611, 1957 ], [ 1666618, 1962 ], [ 1820319, 1967 ], [ 2260187, 1972 ], [ 2512642, 1977 ], [ 2637297, 1982 ], [ 2915959, 1987 ], [ 3668440, 1992 ], [ 4058319, 1997 ], [ 4414865, 2002 ], [ 4906585, 2007 ], [ 20860941, 1952 ], [ 22815614, 1957 ], [ 25145372, 1962 ], [ 27860297, 1967 ], [ 30770372, 1972 ], [ 34617799, 1977 ], [ 38111756, 1982 ], [ 42999530, 1987 ], [ 52088559, 1992 ], [ 59861301, 1997 ], [ 67946797, 2002 ], [ 76511887, 2007 ], [ 420702, 1952 ], [ 434904, 1957 ], [ 455661, 1962 ], [ 489004, 1967 ], [ 537977, 1972 ], [ 706367, 1977 ], [ 753874, 1982 ], [ 880397, 1987 ], [ 985739, 1992 ], [ 1126189, 1997 ], [ 1299304, 2002 ], [ 1454867, 2007 ], [ 284320, 1952 ], [ 323150, 1957 ], [ 374020, 1962 ], [ 439593, 1967 ], [ 517101, 1972 ], [ 608274, 1977 ], [ 715523, 1982 ], [ 848406, 1987 ], [ 1025384, 1992 ], [ 1235767, 1997 ], [ 1457766, 2002 ], [ 1688359, 2007 ], [ 5581001, 1952 ], [ 6391288, 1957 ], [ 7355248, 1962 ], [ 8490213, 1967 ], [ 9354120, 1972 ], [ 10538093, 1977 ], [ 11400338, 1982 ], [ 14168101, 1987 ], [ 16278738, 1992 ], [ 18418288, 1997 ], [ 20550751, 2002 ], [ 22873338, 2007 ], [ 2664249, 1952 ], [ 2876726, 1957 ], [ 3140003, 1962 ], [ 3451418, 1967 ], [ 3811387, 1972 ], [ 4227026, 1977 ], [ 4710497, 1982 ], [ 5650262, 1987 ], [ 6990574, 1992 ], [ 8048834, 1997 ], [ 8807818, 2002 ], [ 9947814, 2007 ], [ 580653, 1952 ], [ 601095, 1957 ], [ 627820, 1962 ], [ 601287, 1967 ], [ 625361, 1972 ], [ 745228, 1977 ], [ 825987, 1982 ], [ 927524, 1987 ], [ 1050938, 1992 ], [ 1193708, 1997 ], [ 1332459, 2002 ], [ 1472041, 2007 ], [ 6464046, 1952 ], [ 7454779, 1957 ], [ 8678557, 1962 ], [ 10191512, 1967 ], [ 12044785, 1972 ], [ 14500404, 1977 ], [ 17661452, 1982 ], [ 21198082, 1987 ], [ 25020539, 1992 ], [ 28263827, 1997 ], [ 31386842, 2002 ], [ 35610177, 2007 ], [ 748747, 1952 ], [ 813338, 1957 ], [ 893143, 1962 ], [ 996380, 1967 ], [ 1116779, 1972 ], [ 1251524, 1977 ], [ 1411807, 1982 ], [ 1599200, 1987 ], [ 1803195, 1992 ], [ 1982823, 1997 ], [ 2046772, 2002 ], [ 2012649, 2007 ], [ 863308, 1952 ], [ 975950, 1957 ], [ 1112796, 1962 ], [ 1279406, 1967 ], [ 1482628, 1972 ], [ 1703617, 1977 ], [ 1956875, 1982 ], [ 2269414, 1987 ], [ 1912974, 1992 ], [ 2200725, 1997 ], [ 2814651, 2002 ], [ 3193942, 2007 ], [ 1019729, 1952 ], [ 1201578, 1957 ], [ 1441863, 1962 ], [ 1759224, 1967 ], [ 2183877, 1972 ], [ 2721783, 1977 ], [ 3344074, 1982 ], [ 3799845, 1987 ], [ 4364501, 1992 ], [ 4759670, 1997 ], [ 5368585, 2002 ], [ 6036914, 2007 ], [ 4762912, 1952 ], [ 5181679, 1957 ], [ 5703324, 1962 ], [ 6334556, 1967 ], [ 7082430, 1972 ], [ 8007166, 1977 ], [ 9171477, 1982 ], [ 10568642, 1987 ], [ 12210395, 1992 ], [ 14165114, 1997 ], [ 16473477, 2002 ], [ 19167654, 2007 ], [ 2917802, 1952 ], [ 3221238, 1957 ], [ 3628608, 1962 ], [ 4147252, 1967 ], [ 4730997, 1972 ], [ 5637246, 1977 ], [ 6502825, 1982 ], [ 7824747, 1987 ], [ 10014249, 1992 ], [ 10419991, 1997 ], [ 11824495, 2002 ], [ 13327079, 2007 ], [ 3838168, 1952 ], [ 4241884, 1957 ], [ 4690372, 1962 ], [ 5212416, 1967 ], [ 5828158, 1972 ], [ 6491649, 1977 ], [ 6998256, 1982 ], [ 7634008, 1987 ], [ 8416215, 1992 ], [ 9384984, 1997 ], [ 10580176, 2002 ], [ 12031795, 2007 ], [ 1022556, 1952 ], [ 1076852, 1957 ], [ 1146757, 1962 ], [ 1230542, 1967 ], [ 1332786, 1972 ], [ 1456688, 1977 ], [ 1622136, 1982 ], [ 1841240, 1987 ], [ 2119465, 1992 ], [ 2444741, 1997 ], [ 2828858, 2002 ], [ 3270065, 2007 ], [ 516556, 1952 ], [ 609816, 1957 ], [ 701016, 1962 ], [ 789309, 1967 ], [ 851334, 1972 ], [ 913025, 1977 ], [ 992040, 1982 ], [ 1042663, 1987 ], [ 1096202, 1992 ], [ 1149818, 1997 ], [ 1200206, 2002 ], [ 1250882, 2007 ], [ 9939217, 1952 ], [ 11406350, 1957 ], [ 13056604, 1962 ], [ 14770296, 1967 ], [ 16660670, 1972 ], [ 18396941, 1977 ], [ 20198730, 1982 ], [ 22987397, 1987 ], [ 25798239, 1992 ], [ 28529501, 1997 ], [ 31167783, 2002 ], [ 33757175, 2007 ], [ 6446316, 1952 ], [ 7038035, 1957 ], [ 7788944, 1962 ], [ 8680909, 1967 ], [ 9809596, 1972 ], [ 11127868, 1977 ], [ 12587223, 1982 ], [ 12891952, 1987 ], [ 13160731, 1992 ], [ 16603334, 1997 ], [ 18473780, 2002 ], [ 19951656, 2007 ], [ 485831, 1952 ], [ 548080, 1957 ], [ 621392, 1962 ], [ 706640, 1967 ], [ 821782, 1972 ], [ 977026, 1977 ], [ 1099010, 1982 ], [ 1278184, 1987 ], [ 1554253, 1992 ], [ 1774766, 1997 ], [ 1972153, 2002 ], [ 2055080, 2007 ], [ 3379468, 1952 ], [ 3692184, 1957 ], [ 4076008, 1962 ], [ 4534062, 1967 ], [ 5060262, 1972 ], [ 5682086, 1977 ], [ 6437188, 1982 ], [ 7332638, 1987 ], [ 8392818, 1992 ], [ 9666252, 1997 ], [ 11140655, 2002 ], [ 12894865, 2007 ], [ 33119096, 1952 ], [ 37173340, 1957 ], [ 41871351, 1962 ], [ 47287752, 1967 ], [ 53740085, 1972 ], [ 62209173, 1977 ], [ 73039376, 1982 ], [ 81551520, 1987 ], [ 93364244, 1992 ], [ 106207839, 1997 ], [ 119901274, 2002 ], [ 135031164, 2007 ], [ 257700, 1952 ], [ 308700, 1957 ], [ 358900, 1962 ], [ 414024, 1967 ], [ 461633, 1972 ], [ 492095, 1977 ], [ 517810, 1982 ], [ 562035, 1987 ], [ 622191, 1992 ], [ 684810, 1997 ], [ 743981, 2002 ], [ 798094, 2007 ], [ 2534927, 1952 ], [ 2822082, 1957 ], [ 3051242, 1962 ], [ 3451079, 1967 ], [ 3992121, 1972 ], [ 4657072, 1977 ], [ 5507565, 1982 ], [ 6349365, 1987 ], [ 7290203, 1992 ], [ 7212583, 1997 ], [ 7852401, 2002 ], [ 8860588, 2007 ], [ 60011, 1952 ], [ 61325, 1957 ], [ 65345, 1962 ], [ 70787, 1967 ], [ 76595, 1972 ], [ 86796, 1977 ], [ 98593, 1982 ], [ 110812, 1987 ], [ 125911, 1992 ], [ 145608, 1997 ], [ 170372, 2002 ], [ 199579, 2007 ], [ 2755589, 1952 ], [ 3054547, 1957 ], [ 3430243, 1962 ], [ 3965841, 1967 ], [ 4588696, 1972 ], [ 5260855, 1977 ], [ 6147783, 1982 ], [ 7171347, 1987 ], [ 8307920, 1992 ], [ 9535314, 1997 ], [ 10870037, 2002 ], [ 12267493, 2007 ], [ 2143249, 1952 ], [ 2295678, 1957 ], [ 2467895, 1962 ], [ 2662190, 1967 ], [ 2879013, 1972 ], [ 3140897, 1977 ], [ 3464522, 1982 ], [ 3868905, 1987 ], [ 4260884, 1992 ], [ 4578212, 1997 ], [ 5359092, 2002 ], [ 6144562, 2007 ], [ 2526994, 1952 ], [ 2780415, 1957 ], [ 3080153, 1962 ], [ 3428839, 1967 ], [ 3840161, 1972 ], [ 4353666, 1977 ], [ 5828892, 1982 ], [ 6921858, 1987 ], [ 6099799, 1992 ], [ 6633514, 1997 ], [ 7753310, 2002 ], [ 9118773, 2007 ], [ 14264935, 1952 ], [ 16151549, 1957 ], [ 18356657, 1962 ], [ 20997321, 1967 ], [ 23935810, 1972 ], [ 27129932, 1977 ], [ 31140029, 1982 ], [ 35933379, 1987 ], [ 39964159, 1992 ], [ 42835005, 1997 ], [ 44433622, 2002 ], [ 43997828, 2007 ], [ 8504667, 1952 ], [ 9753392, 1957 ], [ 11183227, 1962 ], [ 12716129, 1967 ], [ 14597019, 1972 ], [ 17104986, 1977 ], [ 20367053, 1982 ], [ 24725960, 1987 ], [ 28227588, 1992 ], [ 32160729, 1997 ], [ 37090298, 2002 ], [ 42292929, 2007 ], [ 290243, 1952 ], [ 326741, 1957 ], [ 370006, 1962 ], [ 420690, 1967 ], [ 480105, 1972 ], [ 551425, 1977 ], [ 649901, 1982 ], [ 779348, 1987 ], [ 962344, 1992 ], [ 1054486, 1997 ], [ 1130269, 2002 ], [ 1133066, 2007 ], [ 8322925, 1952 ], [ 9452826, 1957 ], [ 10863958, 1962 ], [ 12607312, 1967 ], [ 14706593, 1972 ], [ 17129565, 1977 ], [ 19844382, 1982 ], [ 23040630, 1987 ], [ 26605473, 1992 ], [ 30686889, 1997 ], [ 34593779, 2002 ], [ 38139640, 2007 ], [ 1219113, 1952 ], [ 1357445, 1957 ], [ 1528098, 1962 ], [ 1735550, 1967 ], [ 2056351, 1972 ], [ 2308582, 1977 ], [ 2644765, 1982 ], [ 3154264, 1987 ], [ 3747553, 1992 ], [ 4320890, 1997 ], [ 4977378, 2002 ], [ 5701579, 2007 ], [ 3647735, 1952 ], [ 3950849, 1957 ], [ 4286552, 1962 ], [ 4786986, 1967 ], [ 5303507, 1972 ], [ 6005061, 1977 ], [ 6734098, 1982 ], [ 7724976, 1987 ], [ 8523077, 1992 ], [ 9231669, 1997 ], [ 9770575, 2002 ], [ 10276158, 2007 ], [ 5824797, 1952 ], [ 6675501, 1957 ], [ 7688797, 1962 ], [ 8900294, 1967 ], [ 10190285, 1972 ], [ 11457758, 1977 ], [ 12939400, 1982 ], [ 15283050, 1987 ], [ 18252190, 1992 ], [ 21210254, 1997 ], [ 24739869, 2002 ], [ 29170398, 2007 ], [ 2672000, 1952 ], [ 3016000, 1957 ], [ 3421000, 1962 ], [ 3900000, 1967 ], [ 4506497, 1972 ], [ 5216550, 1977 ], [ 6100407, 1982 ], [ 7272406, 1987 ], [ 8381163, 1992 ], [ 9417789, 1997 ], [ 10595811, 2002 ], [ 11746035, 2007 ], [ 3080907, 1952 ], [ 3646340, 1957 ], [ 4277736, 1962 ], [ 4995432, 1967 ], [ 5861135, 1972 ], [ 6642107, 1977 ], [ 7636524, 1982 ], [ 9216418, 1987 ], [ 10704340, 1992 ], [ 11404948, 1997 ], [ 11926563, 2002 ], [ 12311143, 2007 ] ], "hovertemplate": "%{hovertext}

continent=Africa
gdpPercap=%{x}
lifeExp=%{y}
pop=%{customdata[0]}
year=%{customdata[1]}", "hovertext": [ "Algeria", "Algeria", "Algeria", "Algeria", "Algeria", "Algeria", "Algeria", "Algeria", "Algeria", "Algeria", "Algeria", "Algeria", "Angola", "Angola", "Angola", "Angola", "Angola", "Angola", "Angola", "Angola", "Angola", "Angola", "Angola", "Angola", "Benin", "Benin", "Benin", "Benin", "Benin", "Benin", "Benin", "Benin", "Benin", "Benin", "Benin", "Benin", "Botswana", "Botswana", "Botswana", "Botswana", "Botswana", "Botswana", "Botswana", "Botswana", "Botswana", "Botswana", "Botswana", "Botswana", "Burkina Faso", "Burkina Faso", "Burkina Faso", "Burkina Faso", "Burkina Faso", "Burkina Faso", "Burkina Faso", "Burkina Faso", "Burkina Faso", "Burkina Faso", "Burkina Faso", "Burkina Faso", "Burundi", "Burundi", "Burundi", "Burundi", "Burundi", "Burundi", "Burundi", "Burundi", "Burundi", "Burundi", "Burundi", "Burundi", "Cameroon", "Cameroon", "Cameroon", "Cameroon", "Cameroon", "Cameroon", "Cameroon", "Cameroon", "Cameroon", "Cameroon", "Cameroon", "Cameroon", "Central African Republic", "Central African Republic", "Central African Republic", "Central African Republic", "Central African Republic", "Central African Republic", "Central African Republic", "Central African Republic", "Central African Republic", "Central African Republic", "Central African Republic", "Central African Republic", "Chad", "Chad", "Chad", "Chad", "Chad", "Chad", "Chad", "Chad", "Chad", "Chad", "Chad", "Chad", "Comoros", "Comoros", "Comoros", "Comoros", "Comoros", "Comoros", "Comoros", "Comoros", "Comoros", "Comoros", "Comoros", "Comoros", "Congo, Dem. Rep.", "Congo, Dem. Rep.", "Congo, Dem. Rep.", "Congo, Dem. Rep.", "Congo, Dem. Rep.", "Congo, Dem. Rep.", "Congo, Dem. Rep.", "Congo, Dem. Rep.", "Congo, Dem. Rep.", "Congo, Dem. Rep.", "Congo, Dem. Rep.", "Congo, Dem. Rep.", "Congo, Rep.", "Congo, Rep.", "Congo, Rep.", "Congo, Rep.", "Congo, Rep.", "Congo, Rep.", "Congo, Rep.", "Congo, Rep.", "Congo, Rep.", "Congo, Rep.", "Congo, Rep.", "Congo, Rep.", "Cote d'Ivoire", "Cote d'Ivoire", "Cote d'Ivoire", "Cote d'Ivoire", "Cote d'Ivoire", "Cote d'Ivoire", "Cote d'Ivoire", "Cote d'Ivoire", "Cote d'Ivoire", "Cote d'Ivoire", "Cote d'Ivoire", "Cote d'Ivoire", "Djibouti", "Djibouti", "Djibouti", "Djibouti", "Djibouti", "Djibouti", "Djibouti", "Djibouti", "Djibouti", "Djibouti", "Djibouti", "Djibouti", "Egypt", "Egypt", "Egypt", "Egypt", "Egypt", "Egypt", "Egypt", "Egypt", "Egypt", "Egypt", "Egypt", "Egypt", "Equatorial Guinea", "Equatorial Guinea", "Equatorial Guinea", "Equatorial Guinea", "Equatorial Guinea", "Equatorial Guinea", "Equatorial Guinea", "Equatorial Guinea", "Equatorial Guinea", "Equatorial Guinea", "Equatorial Guinea", "Equatorial Guinea", "Eritrea", "Eritrea", "Eritrea", "Eritrea", "Eritrea", "Eritrea", "Eritrea", "Eritrea", "Eritrea", "Eritrea", "Eritrea", "Eritrea", "Ethiopia", "Ethiopia", "Ethiopia", "Ethiopia", "Ethiopia", "Ethiopia", "Ethiopia", "Ethiopia", "Ethiopia", "Ethiopia", "Ethiopia", "Ethiopia", "Gabon", "Gabon", "Gabon", "Gabon", "Gabon", "Gabon", "Gabon", "Gabon", "Gabon", "Gabon", "Gabon", "Gabon", "Gambia", "Gambia", "Gambia", "Gambia", "Gambia", "Gambia", "Gambia", "Gambia", "Gambia", "Gambia", "Gambia", "Gambia", "Ghana", "Ghana", "Ghana", "Ghana", "Ghana", "Ghana", "Ghana", "Ghana", "Ghana", "Ghana", "Ghana", "Ghana", "Guinea", "Guinea", "Guinea", "Guinea", "Guinea", "Guinea", "Guinea", "Guinea", "Guinea", "Guinea", "Guinea", "Guinea", "Guinea-Bissau", "Guinea-Bissau", "Guinea-Bissau", "Guinea-Bissau", "Guinea-Bissau", "Guinea-Bissau", "Guinea-Bissau", "Guinea-Bissau", "Guinea-Bissau", "Guinea-Bissau", "Guinea-Bissau", "Guinea-Bissau", "Kenya", "Kenya", "Kenya", "Kenya", "Kenya", "Kenya", "Kenya", "Kenya", "Kenya", "Kenya", "Kenya", "Kenya", "Lesotho", "Lesotho", "Lesotho", "Lesotho", "Lesotho", "Lesotho", "Lesotho", "Lesotho", "Lesotho", "Lesotho", "Lesotho", "Lesotho", "Liberia", "Liberia", "Liberia", "Liberia", "Liberia", "Liberia", "Liberia", "Liberia", "Liberia", "Liberia", "Liberia", "Liberia", "Libya", "Libya", "Libya", "Libya", "Libya", "Libya", "Libya", "Libya", "Libya", "Libya", "Libya", "Libya", "Madagascar", "Madagascar", "Madagascar", "Madagascar", "Madagascar", "Madagascar", "Madagascar", "Madagascar", "Madagascar", "Madagascar", "Madagascar", "Madagascar", "Malawi", "Malawi", "Malawi", "Malawi", "Malawi", "Malawi", "Malawi", "Malawi", "Malawi", "Malawi", "Malawi", "Malawi", "Mali", "Mali", "Mali", "Mali", "Mali", "Mali", "Mali", "Mali", "Mali", "Mali", "Mali", "Mali", "Mauritania", "Mauritania", "Mauritania", "Mauritania", "Mauritania", "Mauritania", "Mauritania", "Mauritania", "Mauritania", "Mauritania", "Mauritania", "Mauritania", "Mauritius", "Mauritius", "Mauritius", "Mauritius", "Mauritius", "Mauritius", "Mauritius", "Mauritius", "Mauritius", "Mauritius", "Mauritius", "Mauritius", "Morocco", "Morocco", "Morocco", "Morocco", "Morocco", "Morocco", "Morocco", "Morocco", "Morocco", "Morocco", "Morocco", "Morocco", "Mozambique", "Mozambique", "Mozambique", "Mozambique", "Mozambique", "Mozambique", "Mozambique", "Mozambique", "Mozambique", "Mozambique", "Mozambique", "Mozambique", "Namibia", "Namibia", "Namibia", "Namibia", "Namibia", "Namibia", "Namibia", "Namibia", "Namibia", "Namibia", "Namibia", "Namibia", "Niger", "Niger", "Niger", "Niger", "Niger", "Niger", "Niger", "Niger", "Niger", "Niger", "Niger", "Niger", "Nigeria", "Nigeria", "Nigeria", "Nigeria", "Nigeria", "Nigeria", "Nigeria", "Nigeria", "Nigeria", "Nigeria", "Nigeria", "Nigeria", "Reunion", "Reunion", "Reunion", "Reunion", "Reunion", "Reunion", "Reunion", "Reunion", "Reunion", "Reunion", "Reunion", "Reunion", "Rwanda", "Rwanda", "Rwanda", "Rwanda", "Rwanda", "Rwanda", "Rwanda", "Rwanda", "Rwanda", "Rwanda", "Rwanda", "Rwanda", "Sao Tome and Principe", "Sao Tome and Principe", "Sao Tome and Principe", "Sao Tome and Principe", "Sao Tome and Principe", "Sao Tome and Principe", "Sao Tome and Principe", "Sao Tome and Principe", "Sao Tome and Principe", "Sao Tome and Principe", "Sao Tome and Principe", "Sao Tome and Principe", "Senegal", "Senegal", "Senegal", "Senegal", "Senegal", "Senegal", "Senegal", "Senegal", "Senegal", "Senegal", "Senegal", "Senegal", "Sierra Leone", "Sierra Leone", "Sierra Leone", "Sierra Leone", "Sierra Leone", "Sierra Leone", "Sierra Leone", "Sierra Leone", "Sierra Leone", "Sierra Leone", "Sierra Leone", "Sierra Leone", "Somalia", "Somalia", "Somalia", "Somalia", "Somalia", "Somalia", "Somalia", "Somalia", "Somalia", "Somalia", "Somalia", "Somalia", "South Africa", "South Africa", "South Africa", "South Africa", "South Africa", "South Africa", "South Africa", "South Africa", "South Africa", "South Africa", "South Africa", "South Africa", "Sudan", "Sudan", "Sudan", "Sudan", "Sudan", "Sudan", "Sudan", "Sudan", "Sudan", "Sudan", "Sudan", "Sudan", "Swaziland", "Swaziland", "Swaziland", "Swaziland", "Swaziland", "Swaziland", "Swaziland", "Swaziland", "Swaziland", "Swaziland", "Swaziland", "Swaziland", "Tanzania", "Tanzania", "Tanzania", "Tanzania", "Tanzania", "Tanzania", "Tanzania", "Tanzania", "Tanzania", "Tanzania", "Tanzania", "Tanzania", "Togo", "Togo", "Togo", "Togo", "Togo", "Togo", "Togo", "Togo", "Togo", "Togo", "Togo", "Togo", "Tunisia", "Tunisia", "Tunisia", "Tunisia", "Tunisia", "Tunisia", "Tunisia", "Tunisia", "Tunisia", "Tunisia", "Tunisia", "Tunisia", "Uganda", "Uganda", "Uganda", "Uganda", "Uganda", "Uganda", "Uganda", "Uganda", "Uganda", "Uganda", "Uganda", "Uganda", "Zambia", "Zambia", "Zambia", "Zambia", "Zambia", "Zambia", "Zambia", "Zambia", "Zambia", "Zambia", "Zambia", "Zambia", "Zimbabwe", "Zimbabwe", "Zimbabwe", "Zimbabwe", "Zimbabwe", "Zimbabwe", "Zimbabwe", "Zimbabwe", "Zimbabwe", "Zimbabwe", "Zimbabwe", "Zimbabwe" ], "legendgroup": "Africa", "marker": { "color": "#00cc96", "size": [ 9279525, 10270856, 11000948, 12760499, 14760787, 17152804, 20033753, 23254956, 26298373, 29072015, 31287142, 33333216, 4232095, 4561361, 4826015, 5247469, 5894858, 6162675, 7016384, 7874230, 8735988, 9875024, 10866106, 12420476, 1738315, 1925173, 2151895, 2427334, 2761407, 3168267, 3641603, 4243788, 4981671, 6066080, 7026113, 8078314, 442308, 474639, 512764, 553541, 619351, 781472, 970347, 1151184, 1342614, 1536536, 1630347, 1639131, 4469979, 4713416, 4919632, 5127935, 5433886, 5889574, 6634596, 7586551, 8878303, 10352843, 12251209, 14326203, 2445618, 2667518, 2961915, 3330989, 3529983, 3834415, 4580410, 5126023, 5809236, 6121610, 7021078, 8390505, 5009067, 5359923, 5793633, 6335506, 7021028, 7959865, 9250831, 10780667, 12467171, 14195809, 15929988, 17696293, 1291695, 1392284, 1523478, 1733638, 1927260, 2167533, 2476971, 2840009, 3265124, 3696513, 4048013, 4369038, 2682462, 2894855, 3150417, 3495967, 3899068, 4388260, 4875118, 5498955, 6429417, 7562011, 8835739, 10238807, 153936, 170928, 191689, 217378, 250027, 304739, 348643, 395114, 454429, 527982, 614382, 710960, 14100005, 15577932, 17486434, 19941073, 23007669, 26480870, 30646495, 35481645, 41672143, 47798986, 55379852, 64606759, 854885, 940458, 1047924, 1179760, 1340458, 1536769, 1774735, 2064095, 2409073, 2800947, 3328795, 3800610, 2977019, 3300000, 3832408, 4744870, 6071696, 7459574, 9025951, 10761098, 12772596, 14625967, 16252726, 18013409, 63149, 71851, 89898, 127617, 178848, 228694, 305991, 311025, 384156, 417908, 447416, 496374, 22223309, 25009741, 28173309, 31681188, 34807417, 38783863, 45681811, 52799062, 59402198, 66134291, 73312559, 80264543, 216964, 232922, 249220, 259864, 277603, 192675, 285483, 341244, 387838, 439971, 495627, 551201, 1438760, 1542611, 1666618, 1820319, 2260187, 2512642, 2637297, 2915959, 3668440, 4058319, 4414865, 4906585, 20860941, 22815614, 25145372, 27860297, 30770372, 34617799, 38111756, 42999530, 52088559, 59861301, 67946797, 76511887, 420702, 434904, 455661, 489004, 537977, 706367, 753874, 880397, 985739, 1126189, 1299304, 1454867, 284320, 323150, 374020, 439593, 517101, 608274, 715523, 848406, 1025384, 1235767, 1457766, 1688359, 5581001, 6391288, 7355248, 8490213, 9354120, 10538093, 11400338, 14168101, 16278738, 18418288, 20550751, 22873338, 2664249, 2876726, 3140003, 3451418, 3811387, 4227026, 4710497, 5650262, 6990574, 8048834, 8807818, 9947814, 580653, 601095, 627820, 601287, 625361, 745228, 825987, 927524, 1050938, 1193708, 1332459, 1472041, 6464046, 7454779, 8678557, 10191512, 12044785, 14500404, 17661452, 21198082, 25020539, 28263827, 31386842, 35610177, 748747, 813338, 893143, 996380, 1116779, 1251524, 1411807, 1599200, 1803195, 1982823, 2046772, 2012649, 863308, 975950, 1112796, 1279406, 1482628, 1703617, 1956875, 2269414, 1912974, 2200725, 2814651, 3193942, 1019729, 1201578, 1441863, 1759224, 2183877, 2721783, 3344074, 3799845, 4364501, 4759670, 5368585, 6036914, 4762912, 5181679, 5703324, 6334556, 7082430, 8007166, 9171477, 10568642, 12210395, 14165114, 16473477, 19167654, 2917802, 3221238, 3628608, 4147252, 4730997, 5637246, 6502825, 7824747, 10014249, 10419991, 11824495, 13327079, 3838168, 4241884, 4690372, 5212416, 5828158, 6491649, 6998256, 7634008, 8416215, 9384984, 10580176, 12031795, 1022556, 1076852, 1146757, 1230542, 1332786, 1456688, 1622136, 1841240, 2119465, 2444741, 2828858, 3270065, 516556, 609816, 701016, 789309, 851334, 913025, 992040, 1042663, 1096202, 1149818, 1200206, 1250882, 9939217, 11406350, 13056604, 14770296, 16660670, 18396941, 20198730, 22987397, 25798239, 28529501, 31167783, 33757175, 6446316, 7038035, 7788944, 8680909, 9809596, 11127868, 12587223, 12891952, 13160731, 16603334, 18473780, 19951656, 485831, 548080, 621392, 706640, 821782, 977026, 1099010, 1278184, 1554253, 1774766, 1972153, 2055080, 3379468, 3692184, 4076008, 4534062, 5060262, 5682086, 6437188, 7332638, 8392818, 9666252, 11140655, 12894865, 33119096, 37173340, 41871351, 47287752, 53740085, 62209173, 73039376, 81551520, 93364244, 106207839, 119901274, 135031164, 257700, 308700, 358900, 414024, 461633, 492095, 517810, 562035, 622191, 684810, 743981, 798094, 2534927, 2822082, 3051242, 3451079, 3992121, 4657072, 5507565, 6349365, 7290203, 7212583, 7852401, 8860588, 60011, 61325, 65345, 70787, 76595, 86796, 98593, 110812, 125911, 145608, 170372, 199579, 2755589, 3054547, 3430243, 3965841, 4588696, 5260855, 6147783, 7171347, 8307920, 9535314, 10870037, 12267493, 2143249, 2295678, 2467895, 2662190, 2879013, 3140897, 3464522, 3868905, 4260884, 4578212, 5359092, 6144562, 2526994, 2780415, 3080153, 3428839, 3840161, 4353666, 5828892, 6921858, 6099799, 6633514, 7753310, 9118773, 14264935, 16151549, 18356657, 20997321, 23935810, 27129932, 31140029, 35933379, 39964159, 42835005, 44433622, 43997828, 8504667, 9753392, 11183227, 12716129, 14597019, 17104986, 20367053, 24725960, 28227588, 32160729, 37090298, 42292929, 290243, 326741, 370006, 420690, 480105, 551425, 649901, 779348, 962344, 1054486, 1130269, 1133066, 8322925, 9452826, 10863958, 12607312, 14706593, 17129565, 19844382, 23040630, 26605473, 30686889, 34593779, 38139640, 1219113, 1357445, 1528098, 1735550, 2056351, 2308582, 2644765, 3154264, 3747553, 4320890, 4977378, 5701579, 3647735, 3950849, 4286552, 4786986, 5303507, 6005061, 6734098, 7724976, 8523077, 9231669, 9770575, 10276158, 5824797, 6675501, 7688797, 8900294, 10190285, 11457758, 12939400, 15283050, 18252190, 21210254, 24739869, 29170398, 2672000, 3016000, 3421000, 3900000, 4506497, 5216550, 6100407, 7272406, 8381163, 9417789, 10595811, 11746035, 3080907, 3646340, 4277736, 4995432, 5861135, 6642107, 7636524, 9216418, 10704340, 11404948, 11926563, 12311143 ], "sizemode": "area", "sizeref": 824176.935, "symbol": "circle" }, "mode": "markers", "name": "Africa", "showlegend": true, "type": "scattergl", "x": [ 2449.008185, 3013.976023, 2550.81688, 3246.991771, 4182.663766, 4910.4167560000005, 5745.160213, 5681.358539, 5023.216647, 4797.295051, 5288.040382, 6223.367465, 3520.610273, 3827.9404649999997, 4269.276742, 5522.776375, 5473.288004999999, 3008.647355, 2756.953672, 2430.208311, 2627.8456850000002, 2277.140884, 2773.287312, 4797.231267, 1062.7522, 959.6010805, 949.4990641, 1035.831411, 1085.796879, 1029.161251, 1277.897616, 1225.85601, 1191.207681, 1232.975292, 1372.877931, 1441.284873, 851.2411407, 918.2325348999999, 983.6539764, 1214.709294, 2263.6111140000003, 3214.857818, 4551.14215, 6205.88385, 7954.111645, 8647.142313, 11003.60508, 12569.851770000001, 543.2552413, 617.1834647999999, 722.5120206, 794.8265597, 854.7359763000001, 743.3870368, 807.1985855, 912.0631417000001, 931.7527731, 946.2949617999999, 1037.645221, 1217.032994, 339.29645869999996, 379.56462810000005, 355.2032273, 412.97751360000007, 464.0995039, 556.1032651, 559.6032309999999, 621.8188188999999, 631.6998778, 463.1151478, 446.4035126, 430.07069160000003, 1172.667655, 1313.048099, 1399.607441, 1508.453148, 1684.1465280000002, 1783.432873, 2367.983282, 2602.664206, 1793.1632780000002, 1694.337469, 1934.0114489999999, 2042.0952399999999, 1071.310713, 1190.844328, 1193.068753, 1136.056615, 1070.013275, 1109.374338, 956.7529906999999, 844.8763504000001, 747.9055252, 740.5063317, 738.6906068, 706.016537, 1178.665927, 1308.495577, 1389.817618, 1196.810565, 1104.103987, 1133.98495, 797.9081006, 952.3861289999999, 1058.0643, 1004.9613529999999, 1156.18186, 1704.0637239999999, 1102.990936, 1211.1485480000001, 1406.648278, 1876.029643, 1937.577675, 1172.603047, 1267.100083, 1315.980812, 1246.90737, 1173.618235, 1075.811558, 986.1478792000001, 780.5423257, 905.8602302999999, 896.3146335000001, 861.5932424, 904.8960685000001, 795.757282, 673.7478181, 672.774812, 457.7191807, 312.188423, 241.16587650000002, 277.55185869999997, 2125.621418, 2315.056572, 2464.783157, 2677.9396420000003, 3213.152683, 3259.178978, 4879.507522, 4201.194936999999, 4016.239529, 3484.1643759999997, 3484.06197, 3632.557798, 1388.594732, 1500.895925, 1728.8694280000002, 2052.0504730000002, 2378.201111, 2517.736547, 2602.710169, 2156.9560690000003, 1648.073791, 1786.265407, 1648.800823, 1544.750112, 2669.529475, 2864.9690760000003, 3020.989263, 3020.0505129999997, 3694.2123520000005, 3081.7610219999997, 2879.4680670000002, 2880.102568, 2377.1561920000004, 1895.016984, 1908.2608670000002, 2082.4815670000003, 1418.822445, 1458.915272, 1693.335853, 1814.880728, 2024.0081469999998, 2785.493582, 3503.729636, 3885.4607100000003, 3794.755195, 4173.181797, 4754.604414, 5581.180998, 375.6431231, 426.0964081, 582.8419713999999, 915.5960025, 672.4122571, 958.5668124, 927.8253427000001, 966.8968149, 1132.055034, 2814.480755, 7703.4959, 12154.08975, 328.94055710000004, 344.16188589999996, 380.99584330000005, 468.7949699, 514.3242081999999, 505.7538077, 524.8758493, 521.1341333, 582.8585102000001, 913.4707900000001, 765.3500015, 641.3695236000001, 362.1462796, 378.90416319999997, 419.4564161, 516.1186438, 566.2439442000001, 556.8083834, 577.8607471, 573.7413142000001, 421.3534653, 515.8894013, 530.0535319, 690.8055759, 4293.476475, 4976.198099, 6631.4592219999995, 8358.761987, 11401.948409999999, 21745.57328, 15113.36194, 11864.408440000001, 13522.157519999999, 14722.841880000002, 12521.71392, 13206.48452, 485.2306591, 520.9267111, 599.650276, 734.7829124, 756.0868363, 884.7552507000001, 835.8096107999999, 611.6588611000001, 665.6244126, 653.7301704, 660.5855997, 752.7497265, 911.2989371, 1043.5615369999998, 1190.0411179999999, 1125.69716, 1178.223708, 993.2239571, 876.032569, 847.0061135, 925.0601539999999, 1005.2458119999999, 1111.9845779999998, 1327.60891, 510.19649230000005, 576.2670245, 686.3736739, 708.7595409, 741.6662307, 874.6858642999999, 857.2503577, 805.5724717999999, 794.3484384, 869.4497667999999, 945.5835837000001, 942.6542111, 299.850319, 431.7904566000001, 522.0343725, 715.5806402000001, 820.2245876000001, 764.7259627999999, 838.1239671, 736.4153921, 745.5398706, 796.6644681, 575.7047176, 579.2317429999999, 853.5409189999999, 944.4383152, 896.9663732, 1056.736457, 1222.359968, 1267.613204, 1348.225791, 1361.936856, 1341.9217210000002, 1360.4850210000002, 1287.514732, 1463.249282, 298.8462121, 335.99711510000003, 411.80062660000004, 498.63902649999994, 496.58159220000005, 745.3695408, 797.2631074, 773.9932140999999, 977.4862724999999, 1186.147994, 1275.184575, 1569.331442, 575.5729961000001, 620.9699901, 634.1951625, 713.6036482999999, 803.0054535, 640.3224382999999, 572.1995694, 506.1138573, 636.6229191000001, 609.1739508, 531.4823679, 414.5073415, 2387.54806, 3448.284395, 6757.0308159999995, 18772.75169, 21011.497209999998, 21951.21176, 17364.275380000003, 11770.5898, 9640.138501000001, 9467.446056, 9534.677467, 12057.49928, 1443.011715, 1589.20275, 1643.38711, 1634.047282, 1748.562982, 1544.228586, 1302.878658, 1155.4419480000001, 1040.6761900000001, 986.2958956, 894.6370822, 1044.770126, 369.1650802, 416.36980639999996, 427.90108560000004, 495.5147806, 584.6219709, 663.2236766, 632.8039209, 635.5173633999999, 563.2000145, 692.2758102999999, 665.4231186000001, 759.3499101, 452.3369807, 490.3821867, 496.17434280000003, 545.0098873, 581.3688761, 686.3952693, 618.0140640999999, 684.1715576, 739.014375, 790.2579846, 951.4097517999999, 1042.581557, 743.1159097, 846.1202613, 1055.8960359999999, 1421.145193, 1586.851781, 1497.492223, 1481.150189, 1421.603576, 1361.369784, 1483.1361359999999, 1579.0195429999999, 1803.1514960000002, 1967.955707, 2034.037981, 2529.0674870000003, 2475.387562, 2575.4841579999998, 3710.9829630000004, 3688.037739, 4783.586903, 6058.2538460000005, 7425.705295000001, 9021.815894, 10956.99112, 1688.20357, 1642.002314, 1566.353493, 1711.04477, 1930.194975, 2370.619976, 2702.620356, 2755.046991, 2948.047252, 2982.101858, 3258.495584, 3820.17523, 468.5260381, 495.5868333000001, 556.6863539, 566.6691539, 724.9178037, 502.31973339999996, 462.2114149, 389.87618460000004, 410.89682389999996, 472.34607710000006, 633.6179466, 823.6856205, 2423.780443, 2621.448058, 3173.215595, 3793.694753, 3746.080948, 3876.4859579999998, 4191.100511, 3693.7313369999997, 3804.537999, 3899.52426, 4072.3247509999997, 4811.060429, 761.879376, 835.5234025000001, 997.7661127, 1054.384891, 954.2092363, 808.8970727999999, 909.7221354000001, 668.3000228, 581.182725, 580.3052092, 601.0745012, 619.6768923999999, 1077.281856, 1100.5925630000002, 1150.9274779999998, 1014.5141039999999, 1698.3888379999999, 1981.9518059999998, 1576.97375, 1385.029563, 1619.848217, 1624.941275, 1615.2863949999999, 2013.9773050000001, 2718.885295, 2769.451844, 3173.72334, 4021.1757390000002, 5047.658563, 4319.804067, 5267.219353, 5303.377488, 6101.2558229999995, 6071.941411, 6316.1652, 7670.122558, 493.32387520000003, 540.2893982999999, 597.4730727000001, 510.9637142, 590.5806637999999, 670.0806011, 881.5706467, 847.991217, 737.0685949, 589.9445051, 785.6537647999999, 863.0884639000001, 879.5835855, 860.7369026, 1071.551119, 1384.840593, 1532.985254, 1737.561657, 1890.2181170000001, 1516.525457, 1428.777814, 1339.076036, 1353.09239, 1598.435089, 1450.356983, 1567.653006, 1654.988723, 1612.404632, 1597.712056, 1561.769116, 1518.479984, 1441.72072, 1367.899369, 1392.368347, 1519.635262, 1712.4721359999999, 879.7877358, 1004.484437, 1116.6398769999998, 1206.043465, 1353.759762, 1348.285159, 1465.010784, 1294.4477880000002, 1068.696278, 574.6481576, 699.4897129999999, 862.5407561000001, 1135.749842, 1258.1474130000001, 1369.488336, 1284.7331800000002, 1254.576127, 1450.9925130000001, 1176.807031, 1093.244963, 926.9602964, 930.5964284, 882.0818218000001, 926.1410683, 4725.295531000001, 5487.104219, 5768.729717, 7114.477970999999, 7765.962636, 8028.651439, 8568.266228, 7825.823398, 7225.0692579999995, 7479.188244, 7710.946444, 9269.657808, 1615.991129, 1770.3370739999998, 1959.593767, 1687.997641, 1659.652775, 2202.9884230000002, 1895.544073, 1507.819159, 1492.197043, 1632.2107640000002, 1993.398314, 2602.394995, 1148.376626, 1244.708364, 1856.182125, 2613.1016649999997, 3364.836625, 3781.410618, 3895.384018, 3984.8398119999997, 3553.0224, 3876.7684600000002, 4128.116943, 4513.480643, 716.6500721, 698.5356073, 722.0038073, 848.2186575, 915.9850592, 962.4922932, 874.2426069, 831.8220794, 825.682454, 789.1862231, 899.0742111, 1107.482182, 859.8086567, 925.9083201999999, 1067.5348099999999, 1477.59676, 1649.660188, 1532.776998, 1344.577953, 1202.201361, 1034.298904, 982.2869242999999, 886.2205765000001, 882.9699437999999, 1468.475631, 1395.232468, 1660.30321, 1932.3601670000003, 2753.2859940000003, 3120.876811, 3560.2331740000004, 3810.419296, 4332.720164, 4876.798614, 5722.895654999999, 7092.923025, 734.753484, 774.3710692000001, 767.2717397999999, 908.9185217, 950.735869, 843.7331372000001, 682.2662267999999, 617.7244065, 644.1707968999999, 816.559081, 927.7210018, 1056.3801210000001, 1147.388831, 1311.956766, 1452.725766, 1777.0773179999999, 1773.498265, 1588.688299, 1408.678565, 1213.315116, 1210.884633, 1071.353818, 1071.6139380000002, 1271.211593, 406.8841148, 518.7642681, 527.2721818, 569.7950712, 799.3621757999999, 685.5876821, 788.8550411, 706.1573059, 693.4207856, 792.4499602999999, 672.0386227000001, 469.70929810000007 ], "xaxis": "x", "y": [ 43.077, 45.685, 48.303000000000004, 51.407, 54.518, 58.013999999999996, 61.368, 65.79899999999999, 67.744, 69.152, 70.994, 72.301, 30.015, 31.999000000000002, 34, 35.985, 37.928000000000004, 39.483000000000004, 39.942, 39.906, 40.647, 40.963, 41.003, 42.731, 38.223, 40.358000000000004, 42.618, 44.885, 47.013999999999996, 49.19, 50.903999999999996, 52.336999999999996, 53.919, 54.777, 54.406000000000006, 56.728, 47.622, 49.618, 51.52, 53.298, 56.023999999999994, 59.318999999999996, 61.483999999999995, 63.622, 62.745, 52.556000000000004, 46.63399999999999, 50.728, 31.975, 34.906, 37.814, 40.696999999999996, 43.591, 46.137, 48.122, 49.556999999999995, 50.26, 50.324, 50.65, 52.295, 39.031, 40.533, 42.045, 43.548, 44.056999999999995, 45.91, 47.471000000000004, 48.211000000000006, 44.736000000000004, 45.326, 47.36, 49.58, 38.523, 40.428000000000004, 42.643, 44.799, 47.049, 49.355, 52.961000000000006, 54.985, 54.31399999999999, 52.199, 49.856, 50.43, 35.463, 37.464, 39.475, 41.478, 43.457, 46.775, 48.295, 50.485, 49.396, 46.066, 43.308, 44.74100000000001, 38.092, 39.881, 41.716, 43.601000000000006, 45.568999999999996, 47.383, 49.516999999999996, 51.051, 51.724, 51.573, 50.525, 50.651, 40.715, 42.46, 44.467, 46.472, 48.943999999999996, 50.93899999999999, 52.933, 54.926, 57.93899999999999, 60.66, 62.974, 65.152, 39.143, 40.652, 42.122, 44.056000000000004, 45.989, 47.803999999999995, 47.784, 47.412, 45.548, 42.586999999999996, 44.966, 46.461999999999996, 42.111000000000004, 45.053000000000004, 48.435, 52.04, 54.907, 55.625, 56.695, 57.47, 56.433, 52.961999999999996, 52.97, 55.321999999999996, 40.477, 42.468999999999994, 44.93, 47.35, 49.801, 52.373999999999995, 53.983000000000004, 54.655, 52.044, 47.99100000000001, 46.832, 48.328, 34.812, 37.328, 39.693000000000005, 42.074, 44.36600000000001, 46.519, 48.812, 50.04, 51.604, 53.157, 53.373000000000005, 54.791000000000004, 41.893, 44.443999999999996, 46.992, 49.293, 51.137, 53.318999999999996, 56.006, 59.797, 63.674, 67.217, 69.806, 71.33800000000001, 34.482, 35.983000000000004, 37.485, 38.986999999999995, 40.516, 42.023999999999994, 43.662, 45.663999999999994, 47.545, 48.245, 49.348, 51.57899999999999, 35.928000000000004, 38.047, 40.158, 42.18899999999999, 44.141999999999996, 44.535, 43.89, 46.453, 49.99100000000001, 53.378, 55.24, 58.04, 34.078, 36.667, 40.059, 42.115, 43.515, 44.51, 44.916000000000004, 46.684, 48.091, 49.402, 50.725, 52.946999999999996, 37.003, 38.999, 40.489000000000004, 44.598, 48.69, 52.79, 56.56399999999999, 60.19, 61.36600000000001, 60.461000000000006, 56.761, 56.735, 30, 32.065, 33.896, 35.857, 38.308, 41.842, 45.58, 49.265, 52.644, 55.861000000000004, 58.041000000000004, 59.448, 43.148999999999994, 44.778999999999996, 46.452, 48.071999999999996, 49.875, 51.756, 53.744, 55.729, 57.501000000000005, 58.556000000000004, 58.453, 60.022, 33.609, 34.558, 35.753, 37.196999999999996, 38.842, 40.762, 42.891000000000005, 45.552, 48.576, 51.455, 53.676, 56.007, 32.5, 33.489000000000004, 34.488, 35.492, 36.486, 37.465, 39.327, 41.245, 43.266000000000005, 44.873000000000005, 45.504, 46.388000000000005, 42.27, 44.68600000000001, 47.949, 50.653999999999996, 53.559, 56.155, 58.766000000000005, 59.339, 59.285, 54.407, 50.992, 54.11, 42.138000000000005, 45.047, 47.747, 48.492, 49.766999999999996, 52.208, 55.078, 57.18, 59.685, 55.558, 44.593, 42.592, 38.48, 39.486, 40.501999999999995, 41.536, 42.614, 43.763999999999996, 44.852, 46.027, 40.802, 42.221000000000004, 43.753, 45.678000000000004, 42.723, 45.288999999999994, 47.808, 50.227, 52.773, 57.442, 62.155, 66.234, 68.755, 71.555, 72.737, 73.952, 36.681, 38.865, 40.848, 42.881, 44.851000000000006, 46.881, 48.968999999999994, 49.35, 52.214, 54.978, 57.286, 59.443000000000005, 36.256, 37.207, 38.41, 39.486999999999995, 41.766000000000005, 43.766999999999996, 45.641999999999996, 47.457, 49.42, 47.495, 45.00899999999999, 48.303000000000004, 33.685, 35.306999999999995, 36.936, 38.486999999999995, 39.977, 41.714, 43.916000000000004, 46.364, 48.388000000000005, 49.903, 51.818000000000005, 54.467, 40.543, 42.338, 44.248000000000005, 46.288999999999994, 48.437, 50.852, 53.599, 56.145, 58.333, 60.43, 62.247, 64.164, 50.986000000000004, 58.089, 60.246, 61.556999999999995, 62.943999999999996, 64.93, 66.711, 68.74, 69.745, 70.736, 71.954, 72.801, 42.873000000000005, 45.423, 47.924, 50.335, 52.861999999999995, 55.73, 59.65, 62.677, 65.393, 67.66, 69.615, 71.164, 31.285999999999998, 33.779, 36.161, 38.113, 40.328, 42.495, 42.795, 42.861000000000004, 44.284, 46.343999999999994, 44.026, 42.082, 41.725, 45.226000000000006, 48.386, 51.159, 53.867, 56.437, 58.968, 60.835, 61.998999999999995, 58.909, 51.479, 52.906000000000006, 37.444, 38.598, 39.486999999999995, 40.118, 40.546, 41.291000000000004, 42.598, 44.555, 47.391000000000005, 51.313, 54.496, 56.867, 36.324, 37.802, 39.36, 41.04, 42.821000000000005, 44.513999999999996, 45.826, 46.886, 47.472, 47.464, 46.608000000000004, 46.858999999999995, 52.724, 55.09, 57.666000000000004, 60.542, 64.274, 67.064, 69.885, 71.913, 73.615, 74.77199999999999, 75.744, 76.442, 40, 41.5, 43, 44.1, 44.6, 45, 46.218, 44.02, 23.599, 36.086999999999996, 43.413000000000004, 46.242, 46.471000000000004, 48.945, 51.893, 54.425, 56.48, 58.55, 60.351000000000006, 61.728, 62.742, 63.306000000000004, 64.337, 65.528, 37.278, 39.329, 41.45399999999999, 43.563, 45.815, 48.879, 52.379, 55.769, 58.196000000000005, 60.187, 61.6, 63.062, 30.331, 31.57, 32.766999999999996, 34.113, 35.4, 36.788000000000004, 38.445, 40.006, 38.333, 39.897, 41.012, 42.568000000000005, 32.978, 34.977, 36.981, 38.977, 40.973, 41.974, 42.955, 44.501000000000005, 39.658, 43.795, 45.93600000000001, 48.159, 45.00899999999999, 47.985, 49.951, 51.927, 53.696000000000005, 55.527, 58.161, 60.833999999999996, 61.888000000000005, 60.236000000000004, 53.365, 49.339, 38.635, 39.624, 40.87, 42.858000000000004, 45.083, 47.8, 50.338, 51.744, 53.556000000000004, 55.373000000000005, 56.369, 58.556000000000004, 41.407, 43.424, 44.992, 46.633, 49.552, 52.537, 55.56100000000001, 57.678000000000004, 58.474, 54.288999999999994, 43.869, 39.613, 41.215, 42.974, 44.246, 45.757, 47.62, 49.919, 50.608000000000004, 51.535, 50.44, 48.466, 49.651, 52.516999999999996, 38.596, 41.208, 43.922, 46.769, 49.75899999999999, 52.887, 55.471000000000004, 56.941, 58.06100000000001, 58.39, 57.56100000000001, 58.42, 44.6, 47.1, 49.57899999999999, 52.053000000000004, 55.602, 59.836999999999996, 64.048, 66.89399999999999, 70.001, 71.973, 73.042, 73.923, 39.978, 42.571000000000005, 45.343999999999994, 48.051, 51.016000000000005, 50.35, 49.849, 51.50899999999999, 48.825, 44.578, 47.813, 51.542, 42.038000000000004, 44.077, 46.023, 47.768, 50.107, 51.386, 51.821000000000005, 50.821000000000005, 46.1, 40.238, 39.193000000000005, 42.38399999999999, 48.451, 50.468999999999994, 52.358000000000004, 53.995, 55.635, 57.674, 60.363, 62.351000000000006, 60.376999999999995, 46.809, 39.989000000000004, 43.486999999999995 ], "yaxis": "y" }, { "customdata": [ [ 17876956, 1952 ], [ 19610538, 1957 ], [ 21283783, 1962 ], [ 22934225, 1967 ], [ 24779799, 1972 ], [ 26983828, 1977 ], [ 29341374, 1982 ], [ 31620918, 1987 ], [ 33958947, 1992 ], [ 36203463, 1997 ], [ 38331121, 2002 ], [ 40301927, 2007 ], [ 2883315, 1952 ], [ 3211738, 1957 ], [ 3593918, 1962 ], [ 4040665, 1967 ], [ 4565872, 1972 ], [ 5079716, 1977 ], [ 5642224, 1982 ], [ 6156369, 1987 ], [ 6893451, 1992 ], [ 7693188, 1997 ], [ 8445134, 2002 ], [ 9119152, 2007 ], [ 56602560, 1952 ], [ 65551171, 1957 ], [ 76039390, 1962 ], [ 88049823, 1967 ], [ 100840058, 1972 ], [ 114313951, 1977 ], [ 128962939, 1982 ], [ 142938076, 1987 ], [ 155975974, 1992 ], [ 168546719, 1997 ], [ 179914212, 2002 ], [ 190010647, 2007 ], [ 14785584, 1952 ], [ 17010154, 1957 ], [ 18985849, 1962 ], [ 20819767, 1967 ], [ 22284500, 1972 ], [ 23796400, 1977 ], [ 25201900, 1982 ], [ 26549700, 1987 ], [ 28523502, 1992 ], [ 30305843, 1997 ], [ 31902268, 2002 ], [ 33390141, 2007 ], [ 6377619, 1952 ], [ 7048426, 1957 ], [ 7961258, 1962 ], [ 8858908, 1967 ], [ 9717524, 1972 ], [ 10599793, 1977 ], [ 11487112, 1982 ], [ 12463354, 1987 ], [ 13572994, 1992 ], [ 14599929, 1997 ], [ 15497046, 2002 ], [ 16284741, 2007 ], [ 12350771, 1952 ], [ 14485993, 1957 ], [ 17009885, 1962 ], [ 19764027, 1967 ], [ 22542890, 1972 ], [ 25094412, 1977 ], [ 27764644, 1982 ], [ 30964245, 1987 ], [ 34202721, 1992 ], [ 37657830, 1997 ], [ 41008227, 2002 ], [ 44227550, 2007 ], [ 926317, 1952 ], [ 1112300, 1957 ], [ 1345187, 1962 ], [ 1588717, 1967 ], [ 1834796, 1972 ], [ 2108457, 1977 ], [ 2424367, 1982 ], [ 2799811, 1987 ], [ 3173216, 1992 ], [ 3518107, 1997 ], [ 3834934, 2002 ], [ 4133884, 2007 ], [ 6007797, 1952 ], [ 6640752, 1957 ], [ 7254373, 1962 ], [ 8139332, 1967 ], [ 8831348, 1972 ], [ 9537988, 1977 ], [ 9789224, 1982 ], [ 10239839, 1987 ], [ 10723260, 1992 ], [ 10983007, 1997 ], [ 11226999, 2002 ], [ 11416987, 2007 ], [ 2491346, 1952 ], [ 2923186, 1957 ], [ 3453434, 1962 ], [ 4049146, 1967 ], [ 4671329, 1972 ], [ 5302800, 1977 ], [ 5968349, 1982 ], [ 6655297, 1987 ], [ 7351181, 1992 ], [ 7992357, 1997 ], [ 8650322, 2002 ], [ 9319622, 2007 ], [ 3548753, 1952 ], [ 4058385, 1957 ], [ 4681707, 1962 ], [ 5432424, 1967 ], [ 6298651, 1972 ], [ 7278866, 1977 ], [ 8365850, 1982 ], [ 9545158, 1987 ], [ 10748394, 1992 ], [ 11911819, 1997 ], [ 12921234, 2002 ], [ 13755680, 2007 ], [ 2042865, 1952 ], [ 2355805, 1957 ], [ 2747687, 1962 ], [ 3232927, 1967 ], [ 3790903, 1972 ], [ 4282586, 1977 ], [ 4474873, 1982 ], [ 4842194, 1987 ], [ 5274649, 1992 ], [ 5783439, 1997 ], [ 6353681, 2002 ], [ 6939688, 2007 ], [ 3146381, 1952 ], [ 3640876, 1957 ], [ 4208858, 1962 ], [ 4690773, 1967 ], [ 5149581, 1972 ], [ 5703430, 1977 ], [ 6395630, 1982 ], [ 7326406, 1987 ], [ 8486949, 1992 ], [ 9803875, 1997 ], [ 11178650, 2002 ], [ 12572928, 2007 ], [ 3201488, 1952 ], [ 3507701, 1957 ], [ 3880130, 1962 ], [ 4318137, 1967 ], [ 4698301, 1972 ], [ 4908554, 1977 ], [ 5198399, 1982 ], [ 5756203, 1987 ], [ 6326682, 1992 ], [ 6913545, 1997 ], [ 7607651, 2002 ], [ 8502814, 2007 ], [ 1517453, 1952 ], [ 1770390, 1957 ], [ 2090162, 1962 ], [ 2500689, 1967 ], [ 2965146, 1972 ], [ 3055235, 1977 ], [ 3669448, 1982 ], [ 4372203, 1987 ], [ 5077347, 1992 ], [ 5867957, 1997 ], [ 6677328, 2002 ], [ 7483763, 2007 ], [ 1426095, 1952 ], [ 1535090, 1957 ], [ 1665128, 1962 ], [ 1861096, 1967 ], [ 1997616, 1972 ], [ 2156814, 1977 ], [ 2298309, 1982 ], [ 2326606, 1987 ], [ 2378618, 1992 ], [ 2531311, 1997 ], [ 2664659, 2002 ], [ 2780132, 2007 ], [ 30144317, 1952 ], [ 35015548, 1957 ], [ 41121485, 1962 ], [ 47995559, 1967 ], [ 55984294, 1972 ], [ 63759976, 1977 ], [ 71640904, 1982 ], [ 80122492, 1987 ], [ 88111030, 1992 ], [ 95895146, 1997 ], [ 102479927, 2002 ], [ 108700891, 2007 ], [ 1165790, 1952 ], [ 1358828, 1957 ], [ 1590597, 1962 ], [ 1865490, 1967 ], [ 2182908, 1972 ], [ 2554598, 1977 ], [ 2979423, 1982 ], [ 3344353, 1987 ], [ 4017939, 1992 ], [ 4609572, 1997 ], [ 5146848, 2002 ], [ 5675356, 2007 ], [ 940080, 1952 ], [ 1063506, 1957 ], [ 1215725, 1962 ], [ 1405486, 1967 ], [ 1616384, 1972 ], [ 1839782, 1977 ], [ 2036305, 1982 ], [ 2253639, 1987 ], [ 2484997, 1992 ], [ 2734531, 1997 ], [ 2990875, 2002 ], [ 3242173, 2007 ], [ 1555876, 1952 ], [ 1770902, 1957 ], [ 2009813, 1962 ], [ 2287985, 1967 ], [ 2614104, 1972 ], [ 2984494, 1977 ], [ 3366439, 1982 ], [ 3886512, 1987 ], [ 4483945, 1992 ], [ 5154123, 1997 ], [ 5884491, 2002 ], [ 6667147, 2007 ], [ 8025700, 1952 ], [ 9146100, 1957 ], [ 10516500, 1962 ], [ 12132200, 1967 ], [ 13954700, 1972 ], [ 15990099, 1977 ], [ 18125129, 1982 ], [ 20195924, 1987 ], [ 22430449, 1992 ], [ 24748122, 1997 ], [ 26769436, 2002 ], [ 28674757, 2007 ], [ 2227000, 1952 ], [ 2260000, 1957 ], [ 2448046, 1962 ], [ 2648961, 1967 ], [ 2847132, 1972 ], [ 3080828, 1977 ], [ 3279001, 1982 ], [ 3444468, 1987 ], [ 3585176, 1992 ], [ 3759430, 1997 ], [ 3859606, 2002 ], [ 3942491, 2007 ], [ 662850, 1952 ], [ 764900, 1957 ], [ 887498, 1962 ], [ 960155, 1967 ], [ 975199, 1972 ], [ 1039009, 1977 ], [ 1116479, 1982 ], [ 1191336, 1987 ], [ 1183669, 1992 ], [ 1138101, 1997 ], [ 1101832, 2002 ], [ 1056608, 2007 ], [ 157553000, 1952 ], [ 171984000, 1957 ], [ 186538000, 1962 ], [ 198712000, 1967 ], [ 209896000, 1972 ], [ 220239000, 1977 ], [ 232187835, 1982 ], [ 242803533, 1987 ], [ 256894189, 1992 ], [ 272911760, 1997 ], [ 287675526, 2002 ], [ 301139947, 2007 ], [ 2252965, 1952 ], [ 2424959, 1957 ], [ 2598466, 1962 ], [ 2748579, 1967 ], [ 2829526, 1972 ], [ 2873520, 1977 ], [ 2953997, 1982 ], [ 3045153, 1987 ], [ 3149262, 1992 ], [ 3262838, 1997 ], [ 3363085, 2002 ], [ 3447496, 2007 ], [ 5439568, 1952 ], [ 6702668, 1957 ], [ 8143375, 1962 ], [ 9709552, 1967 ], [ 11515649, 1972 ], [ 13503563, 1977 ], [ 15620766, 1982 ], [ 17910182, 1987 ], [ 20265563, 1992 ], [ 22374398, 1997 ], [ 24287670, 2002 ], [ 26084662, 2007 ] ], "hovertemplate": "%{hovertext}

continent=Americas
gdpPercap=%{x}
lifeExp=%{y}
pop=%{customdata[0]}
year=%{customdata[1]}", "hovertext": [ "Argentina", "Argentina", "Argentina", "Argentina", "Argentina", "Argentina", "Argentina", "Argentina", "Argentina", "Argentina", "Argentina", "Argentina", "Bolivia", "Bolivia", "Bolivia", "Bolivia", "Bolivia", "Bolivia", "Bolivia", "Bolivia", "Bolivia", "Bolivia", "Bolivia", "Bolivia", "Brazil", "Brazil", "Brazil", "Brazil", "Brazil", "Brazil", "Brazil", "Brazil", "Brazil", "Brazil", "Brazil", "Brazil", "Canada", "Canada", "Canada", "Canada", "Canada", "Canada", "Canada", "Canada", "Canada", "Canada", "Canada", "Canada", "Chile", "Chile", "Chile", "Chile", "Chile", "Chile", "Chile", "Chile", "Chile", "Chile", "Chile", "Chile", "Colombia", "Colombia", "Colombia", "Colombia", "Colombia", "Colombia", "Colombia", "Colombia", "Colombia", "Colombia", "Colombia", "Colombia", "Costa Rica", "Costa Rica", "Costa Rica", "Costa Rica", "Costa Rica", "Costa Rica", "Costa Rica", "Costa Rica", "Costa Rica", "Costa Rica", "Costa Rica", "Costa Rica", "Cuba", "Cuba", "Cuba", "Cuba", "Cuba", "Cuba", "Cuba", "Cuba", "Cuba", "Cuba", "Cuba", "Cuba", "Dominican Republic", "Dominican Republic", "Dominican Republic", "Dominican Republic", "Dominican Republic", "Dominican Republic", "Dominican Republic", "Dominican Republic", "Dominican Republic", "Dominican Republic", "Dominican Republic", "Dominican Republic", "Ecuador", "Ecuador", "Ecuador", "Ecuador", "Ecuador", "Ecuador", "Ecuador", "Ecuador", "Ecuador", "Ecuador", "Ecuador", "Ecuador", "El Salvador", "El Salvador", "El Salvador", "El Salvador", "El Salvador", "El Salvador", "El Salvador", "El Salvador", "El Salvador", "El Salvador", "El Salvador", "El Salvador", "Guatemala", "Guatemala", "Guatemala", "Guatemala", "Guatemala", "Guatemala", "Guatemala", "Guatemala", "Guatemala", "Guatemala", "Guatemala", "Guatemala", "Haiti", "Haiti", "Haiti", "Haiti", "Haiti", "Haiti", "Haiti", "Haiti", "Haiti", "Haiti", "Haiti", "Haiti", "Honduras", "Honduras", "Honduras", "Honduras", "Honduras", "Honduras", "Honduras", "Honduras", "Honduras", "Honduras", "Honduras", "Honduras", "Jamaica", "Jamaica", "Jamaica", "Jamaica", "Jamaica", "Jamaica", "Jamaica", "Jamaica", "Jamaica", "Jamaica", "Jamaica", "Jamaica", "Mexico", "Mexico", "Mexico", "Mexico", "Mexico", "Mexico", "Mexico", "Mexico", "Mexico", "Mexico", "Mexico", "Mexico", "Nicaragua", "Nicaragua", "Nicaragua", "Nicaragua", "Nicaragua", "Nicaragua", "Nicaragua", "Nicaragua", "Nicaragua", "Nicaragua", "Nicaragua", "Nicaragua", "Panama", "Panama", "Panama", "Panama", "Panama", "Panama", "Panama", "Panama", "Panama", "Panama", "Panama", "Panama", "Paraguay", "Paraguay", "Paraguay", "Paraguay", "Paraguay", "Paraguay", "Paraguay", "Paraguay", "Paraguay", "Paraguay", "Paraguay", "Paraguay", "Peru", "Peru", "Peru", "Peru", "Peru", "Peru", "Peru", "Peru", "Peru", "Peru", "Peru", "Peru", "Puerto Rico", "Puerto Rico", "Puerto Rico", "Puerto Rico", "Puerto Rico", "Puerto Rico", "Puerto Rico", "Puerto Rico", "Puerto Rico", "Puerto Rico", "Puerto Rico", "Puerto Rico", "Trinidad and Tobago", "Trinidad and Tobago", "Trinidad and Tobago", "Trinidad and Tobago", "Trinidad and Tobago", "Trinidad and Tobago", "Trinidad and Tobago", "Trinidad and Tobago", "Trinidad and Tobago", "Trinidad and Tobago", "Trinidad and Tobago", "Trinidad and Tobago", "United States", "United States", "United States", "United States", "United States", "United States", "United States", "United States", "United States", "United States", "United States", "United States", "Uruguay", "Uruguay", "Uruguay", "Uruguay", "Uruguay", "Uruguay", "Uruguay", "Uruguay", "Uruguay", "Uruguay", "Uruguay", "Uruguay", "Venezuela", "Venezuela", "Venezuela", "Venezuela", "Venezuela", "Venezuela", "Venezuela", "Venezuela", "Venezuela", "Venezuela", "Venezuela", "Venezuela" ], "legendgroup": "Americas", "marker": { "color": "#ab63fa", "size": [ 17876956, 19610538, 21283783, 22934225, 24779799, 26983828, 29341374, 31620918, 33958947, 36203463, 38331121, 40301927, 2883315, 3211738, 3593918, 4040665, 4565872, 5079716, 5642224, 6156369, 6893451, 7693188, 8445134, 9119152, 56602560, 65551171, 76039390, 88049823, 100840058, 114313951, 128962939, 142938076, 155975974, 168546719, 179914212, 190010647, 14785584, 17010154, 18985849, 20819767, 22284500, 23796400, 25201900, 26549700, 28523502, 30305843, 31902268, 33390141, 6377619, 7048426, 7961258, 8858908, 9717524, 10599793, 11487112, 12463354, 13572994, 14599929, 15497046, 16284741, 12350771, 14485993, 17009885, 19764027, 22542890, 25094412, 27764644, 30964245, 34202721, 37657830, 41008227, 44227550, 926317, 1112300, 1345187, 1588717, 1834796, 2108457, 2424367, 2799811, 3173216, 3518107, 3834934, 4133884, 6007797, 6640752, 7254373, 8139332, 8831348, 9537988, 9789224, 10239839, 10723260, 10983007, 11226999, 11416987, 2491346, 2923186, 3453434, 4049146, 4671329, 5302800, 5968349, 6655297, 7351181, 7992357, 8650322, 9319622, 3548753, 4058385, 4681707, 5432424, 6298651, 7278866, 8365850, 9545158, 10748394, 11911819, 12921234, 13755680, 2042865, 2355805, 2747687, 3232927, 3790903, 4282586, 4474873, 4842194, 5274649, 5783439, 6353681, 6939688, 3146381, 3640876, 4208858, 4690773, 5149581, 5703430, 6395630, 7326406, 8486949, 9803875, 11178650, 12572928, 3201488, 3507701, 3880130, 4318137, 4698301, 4908554, 5198399, 5756203, 6326682, 6913545, 7607651, 8502814, 1517453, 1770390, 2090162, 2500689, 2965146, 3055235, 3669448, 4372203, 5077347, 5867957, 6677328, 7483763, 1426095, 1535090, 1665128, 1861096, 1997616, 2156814, 2298309, 2326606, 2378618, 2531311, 2664659, 2780132, 30144317, 35015548, 41121485, 47995559, 55984294, 63759976, 71640904, 80122492, 88111030, 95895146, 102479927, 108700891, 1165790, 1358828, 1590597, 1865490, 2182908, 2554598, 2979423, 3344353, 4017939, 4609572, 5146848, 5675356, 940080, 1063506, 1215725, 1405486, 1616384, 1839782, 2036305, 2253639, 2484997, 2734531, 2990875, 3242173, 1555876, 1770902, 2009813, 2287985, 2614104, 2984494, 3366439, 3886512, 4483945, 5154123, 5884491, 6667147, 8025700, 9146100, 10516500, 12132200, 13954700, 15990099, 18125129, 20195924, 22430449, 24748122, 26769436, 28674757, 2227000, 2260000, 2448046, 2648961, 2847132, 3080828, 3279001, 3444468, 3585176, 3759430, 3859606, 3942491, 662850, 764900, 887498, 960155, 975199, 1039009, 1116479, 1191336, 1183669, 1138101, 1101832, 1056608, 157553000, 171984000, 186538000, 198712000, 209896000, 220239000, 232187835, 242803533, 256894189, 272911760, 287675526, 301139947, 2252965, 2424959, 2598466, 2748579, 2829526, 2873520, 2953997, 3045153, 3149262, 3262838, 3363085, 3447496, 5439568, 6702668, 8143375, 9709552, 11515649, 13503563, 15620766, 17910182, 20265563, 22374398, 24287670, 26084662 ], "sizemode": "area", "sizeref": 824176.935, "symbol": "circle" }, "mode": "markers", "name": "Americas", "showlegend": true, "type": "scattergl", "x": [ 5911.315053, 6856.856212000001, 7133.166023000001, 8052.953020999999, 9443.038526, 10079.026740000001, 8997.897412, 9139.671389, 9308.41871, 10967.28195, 8797.640716, 12779.379640000001, 2677.3263469999997, 2127.686326, 2180.972546, 2586.886053, 2980.331339, 3548.097832, 3156.510452, 2753.6914899999997, 2961.699694, 3326.143191, 3413.26269, 3822.1370840000004, 2108.944355, 2487.365989, 3336.585802, 3429.864357, 4985.711467, 6660.118654, 7030.835878, 7807.095818000001, 6950.283020999999, 7957.980823999999, 8131.212843000001, 9065.800825, 11367.16112, 12489.95006, 13462.48555, 16076.58803, 18970.57086, 22090.88306, 22898.79214, 26626.515030000002, 26342.88426, 28954.92589, 33328.96507, 36319.235010000004, 3939.9787890000002, 4315.6227229999995, 4519.094331, 5106.654313, 5494.024437, 4756.763836, 5095.665738000001, 5547.063754, 7596.125964, 10118.053179999999, 10778.78385, 13171.63885, 2144.115096, 2323.805581, 2492.351109, 2678.729839, 3264.660041, 3815.80787, 4397.575659, 4903.2191, 5444.648617, 6117.3617460000005, 5755.259962, 7006.580419, 2627.0094710000003, 2990.010802, 3460.937025, 4161.727834, 5118.146939, 5926.876967, 5262.734751, 5629.915318, 6160.416317, 6677.045314, 7723.447195000001, 9645.06142, 5586.53878, 6092.174359000001, 5180.75591, 5690.268015, 5305.445256, 6380.494965999999, 7316.9181069999995, 7532.924762999999, 5592.843963, 5431.990415, 6340.646683, 8948.102923, 1397.7171369999999, 1544.402995, 1662.137359, 1653.7230029999998, 2189.874499, 2681.9889, 2861.092386, 2899.842175, 3044.214214, 3614.101285, 4563.808154, 6025.374752000001, 3522.110717, 3780.5466509999997, 4086.114078, 4579.074215, 5280.99471, 6679.62326, 7213.7912670000005, 6481.776993, 7103.702595000001, 7429.455876999999, 5773.0445119999995, 6873.262326000001, 3048.3029, 3421.523218, 3776.8036270000002, 4358.595393, 4520.246008, 5138.922374, 4098.344175, 4140.442097, 4444.2317, 5154.825496, 5351.568665999999, 5728.353514, 2428.2377690000003, 2617.155967, 2750.364446, 3242.5311469999997, 4031.4082710000002, 4879.992748, 4820.49479, 4246.485974, 4439.4508399999995, 4684.313807, 4858.347495, 5186.050003, 1840.366939, 1726.887882, 1796.589032, 1452.057666, 1654.456946, 1874.2989309999998, 2011.1595489999997, 1823.015995, 1456.309517, 1341.7269310000001, 1270.364932, 1201.637154, 2194.926204, 2220.487682, 2291.1568350000002, 2538.269358, 2529.842345, 3203.208066, 3121.7607940000003, 3023.0966989999997, 3081.694603, 3160.454906, 3099.72866, 3548.3308460000003, 2898.5308809999997, 4756.525781, 5246.107524, 6124.703450999999, 7433.889293000001, 6650.195573, 6068.05135, 6351.237495, 7404.923685, 7121.924704000001, 6994.774861, 7320.880262000001, 3478.125529, 4131.546641, 4581.609385, 5754.733883, 6809.406690000001, 7674.929108, 9611.147541, 8688.156003, 9472.384295, 9767.29753, 10742.44053, 11977.57496, 3112.363948, 3457.415947, 3634.364406, 4643.393534000001, 4688.593267, 5486.371089, 3470.3381560000003, 2955.984375, 2170.151724, 2253.023004, 2474.548819, 2749.320965, 2480.380334, 2961.800905, 3536.540301, 4421.009084, 5364.2496630000005, 5351.912144, 7009.601598, 7034.779161, 6618.74305, 7113.692252, 7356.031934000001, 9809.185636, 1952.3087010000002, 2046.1547059999998, 2148.027146, 2299.376311, 2523.337977, 3248.373311, 4258.5036039999995, 3998.875695, 4196.411078, 4247.400261, 3783.674243, 4172.838464, 3758.523437, 4245.256697999999, 4957.037982, 5788.09333, 5937.827283, 6281.290854999999, 6434.501797, 6360.9434439999995, 4446.380924, 5838.347657, 5909.020073, 7408.905561, 3081.959785, 3907.1561890000003, 5108.34463, 6929.277714, 9123.041742, 9770.524921, 10330.98915, 12281.34191, 14641.587109999999, 16999.4333, 18855.606180000002, 19328.70901, 3023.271928, 4100.3934, 4997.5239710000005, 5621.368472, 6619.551418999999, 7899.554209000001, 9119.528607, 7388.597823, 7370.990932, 8792.573126000001, 11460.60023, 18008.50924, 13990.482080000002, 14847.12712, 16173.145859999999, 19530.365569999998, 21806.03594, 24072.63213, 25009.55914, 29884.350410000003, 32003.93224, 35767.43303, 39097.09955, 42951.65309, 5716.766744, 6150.772969, 5603.357717, 5444.61962, 5703.408898, 6504.339663000001, 6920.223051000001, 7452.398969, 8137.004775, 9230.240708, 7727.002004000001, 10611.46299, 7689.799761, 9802.466526, 8422.974165000001, 9541.474188, 10505.25966, 13143.95095, 11152.410109999999, 9883.584648, 10733.926309999999, 10165.49518, 8605.047831, 11415.805690000001 ], "xaxis": "x", "y": [ 62.485, 64.399, 65.142, 65.634, 67.065, 68.48100000000001, 69.942, 70.774, 71.868, 73.275, 74.34, 75.32, 40.414, 41.89, 43.428000000000004, 45.032, 46.714, 50.023, 53.858999999999995, 57.251000000000005, 59.957, 62.05, 63.883, 65.554, 50.917, 53.285, 55.665, 57.632, 59.504, 61.489, 63.336000000000006, 65.205, 67.057, 69.388, 71.006, 72.39, 68.75, 69.96, 71.3, 72.13, 72.88, 74.21, 75.76, 76.86, 77.95, 78.61, 79.77, 80.653, 54.745, 56.074, 57.924, 60.523, 63.441, 67.05199999999999, 70.565, 72.492, 74.126, 75.816, 77.86, 78.553, 50.643, 55.118, 57.863, 59.963, 61.623000000000005, 63.836999999999996, 66.653, 67.768, 68.421, 70.313, 71.682, 72.889, 57.206, 60.026, 62.842, 65.42399999999999, 67.84899999999999, 70.75, 73.45, 74.752, 75.71300000000001, 77.26, 78.123, 78.782, 59.42100000000001, 62.325, 65.24600000000001, 68.29, 70.723, 72.649, 73.717, 74.17399999999999, 74.414, 76.15100000000001, 77.158, 78.273, 45.928000000000004, 49.828, 53.458999999999996, 56.751000000000005, 59.631, 61.788000000000004, 63.727, 66.046, 68.457, 69.957, 70.847, 72.235, 48.357, 51.356, 54.64, 56.678000000000004, 58.79600000000001, 61.31, 64.342, 67.23100000000001, 69.613, 72.312, 74.173, 74.994, 45.262, 48.57, 52.306999999999995, 55.855, 58.207, 56.696000000000005, 56.604, 63.153999999999996, 66.798, 69.535, 70.734, 71.878, 42.023, 44.141999999999996, 46.95399999999999, 50.016000000000005, 53.738, 56.028999999999996, 58.137, 60.782, 63.373000000000005, 66.322, 68.97800000000001, 70.259, 37.579, 40.696, 43.59, 46.243, 48.042, 49.923, 51.461000000000006, 53.636, 55.089, 56.67100000000001, 58.137, 60.916000000000004, 41.912, 44.665, 48.041000000000004, 50.924, 53.88399999999999, 57.402, 60.909, 64.492, 66.399, 67.65899999999999, 68.565, 70.19800000000001, 58.53, 62.61, 65.61, 67.51, 69, 70.11, 71.21, 71.77, 71.766, 72.262, 72.047, 72.567, 50.788999999999994, 55.19, 58.299, 60.11, 62.361000000000004, 65.032, 67.405, 69.498, 71.455, 73.67, 74.902, 76.195, 42.31399999999999, 45.431999999999995, 48.632, 51.88399999999999, 55.151, 57.47, 59.298, 62.008, 65.843, 68.426, 70.836, 72.899, 55.191, 59.201, 61.817, 64.071, 66.21600000000001, 68.681, 70.472, 71.523, 72.462, 73.738, 74.712, 75.53699999999999, 62.648999999999994, 63.196000000000005, 64.361, 64.95100000000001, 65.815, 66.35300000000001, 66.874, 67.378, 68.225, 69.4, 70.755, 71.752, 43.902, 46.263000000000005, 49.096000000000004, 51.445, 55.448, 58.446999999999996, 61.406000000000006, 64.134, 66.458, 68.38600000000001, 69.906, 71.421, 64.28, 68.54, 69.62, 71.1, 72.16, 73.44, 73.75, 74.63, 73.911, 74.917, 77.778, 78.74600000000001, 59.1, 61.8, 64.9, 65.4, 65.9, 68.3, 68.832, 69.582, 69.862, 69.465, 68.976, 69.819, 68.44, 69.49, 70.21, 70.76, 71.34, 73.38, 74.65, 75.02, 76.09, 76.81, 77.31, 78.242, 66.071, 67.044, 68.253, 68.468, 68.673, 69.48100000000001, 70.805, 71.918, 72.752, 74.223, 75.307, 76.384, 55.088, 57.907, 60.77, 63.479, 65.712, 67.456, 68.557, 70.19, 71.15, 72.146, 72.766, 73.747 ], "yaxis": "y" }, { "customdata": [ [ 8691212, 1952 ], [ 9712569, 1957 ], [ 10794968, 1962 ], [ 11872264, 1967 ], [ 13177000, 1972 ], [ 14074100, 1977 ], [ 15184200, 1982 ], [ 16257249, 1987 ], [ 17481977, 1992 ], [ 18565243, 1997 ], [ 19546792, 2002 ], [ 20434176, 2007 ], [ 1994794, 1952 ], [ 2229407, 1957 ], [ 2488550, 1962 ], [ 2728150, 1967 ], [ 2929100, 1972 ], [ 3164900, 1977 ], [ 3210650, 1982 ], [ 3317166, 1987 ], [ 3437674, 1992 ], [ 3676187, 1997 ], [ 3908037, 2002 ], [ 4115771, 2007 ] ], "hovertemplate": "%{hovertext}

continent=Oceania
gdpPercap=%{x}
lifeExp=%{y}
pop=%{customdata[0]}
year=%{customdata[1]}", "hovertext": [ "Australia", "Australia", "Australia", "Australia", "Australia", "Australia", "Australia", "Australia", "Australia", "Australia", "Australia", "Australia", "New Zealand", "New Zealand", "New Zealand", "New Zealand", "New Zealand", "New Zealand", "New Zealand", "New Zealand", "New Zealand", "New Zealand", "New Zealand", "New Zealand" ], "legendgroup": "Oceania", "marker": { "color": "#FFA15A", "size": [ 8691212, 9712569, 10794968, 11872264, 13177000, 14074100, 15184200, 16257249, 17481977, 18565243, 19546792, 20434176, 1994794, 2229407, 2488550, 2728150, 2929100, 3164900, 3210650, 3317166, 3437674, 3676187, 3908037, 4115771 ], "sizemode": "area", "sizeref": 824176.935, "symbol": "circle" }, "mode": "markers", "name": "Oceania", "showlegend": true, "type": "scattergl", "x": [ 10039.595640000001, 10949.64959, 12217.226859999999, 14526.12465, 16788.62948, 18334.197509999998, 19477.009280000002, 21888.889030000002, 23424.76683, 26997.936569999998, 30687.75473, 34435.367439999995, 10556.575659999999, 12247.39532, 13175.678, 14463.918930000002, 16046.03728, 16233.7177, 17632.4104, 19007.19129, 18363.324940000002, 21050.41377, 23189.80135, 25185.00911 ], "xaxis": "x", "y": [ 69.12, 70.33, 70.93, 71.1, 71.93, 73.49, 74.74, 76.32, 77.56, 78.83, 80.37, 81.235, 69.39, 70.26, 71.24, 71.52, 71.89, 72.22, 73.84, 74.32, 76.33, 77.55, 79.11, 80.204 ], "yaxis": "y" } ], "layout": { "legend": { "itemsizing": "constant", "title": { "text": "continent" }, "tracegroupgap": 0 }, "margin": { "t": 60 }, "template": { "data": { "bar": [ { "error_x": { "color": "#2a3f5f" }, "error_y": { "color": "#2a3f5f" }, "marker": { "line": { "color": "#E5ECF6", "width": 0.5 } }, "type": "bar" } ], "barpolar": [ { "marker": { "line": { "color": "#E5ECF6", "width": 0.5 } }, "type": "barpolar" } ], "carpet": [ { "aaxis": { "endlinecolor": "#2a3f5f", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "baxis": { "endlinecolor": "#2a3f5f", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "type": "carpet" } ], "choropleth": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "choropleth" } ], "contour": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "contour" } ], "contourcarpet": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "contourcarpet" } ], "heatmap": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "heatmap" } ], "heatmapgl": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "heatmapgl" } ], "histogram": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "histogram" } ], "histogram2d": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "histogram2d" } ], "histogram2dcontour": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "histogram2dcontour" } ], "mesh3d": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "mesh3d" } ], "parcoords": [ { "line": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "parcoords" } ], "pie": [ { "automargin": true, "type": "pie" } ], "scatter": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatter" } ], "scatter3d": [ { "line": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatter3d" } ], "scattercarpet": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattercarpet" } ], "scattergeo": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattergeo" } ], "scattergl": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattergl" } ], "scattermapbox": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattermapbox" } ], "scatterpolar": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterpolar" } ], "scatterpolargl": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterpolargl" } ], "scatterternary": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterternary" } ], "surface": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "surface" } ], "table": [ { "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } }, "type": "table" } ] }, "layout": { "annotationdefaults": { "arrowcolor": "#2a3f5f", "arrowhead": 0, "arrowwidth": 1 }, "coloraxis": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "sequentialminus": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ] }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#FFA15A", "#19d3f3", "#FF6692", "#B6E880", "#FF97FF", "#FECB52" ], "font": { "color": "#2a3f5f" }, "geo": { "bgcolor": "white", "lakecolor": "white", "landcolor": "#E5ECF6", "showlakes": true, "showland": true, "subunitcolor": "white" }, "hoverlabel": { "align": "left" }, "hovermode": "closest", "mapbox": { "style": "light" }, "paper_bgcolor": "white", "plot_bgcolor": "#E5ECF6", "polar": { "angularaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "bgcolor": "#E5ECF6", "radialaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" } }, "scene": { "xaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" }, "yaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" }, "zaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" } }, "shapedefaults": { "line": { "color": "#2a3f5f" } }, "ternary": { "aaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "baxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "bgcolor": "#E5ECF6", "caxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" } }, "title": { "x": 0.05 }, "xaxis": { "automargin": true, "gridcolor": "white", "linecolor": "white", "ticks": "", "title": { "standoff": 15 }, "zerolinecolor": "white", "zerolinewidth": 2 }, "yaxis": { "automargin": true, "gridcolor": "white", "linecolor": "white", "ticks": "", "title": { "standoff": 15 }, "zerolinecolor": "white", "zerolinewidth": 2 } } }, "xaxis": { "anchor": "y", "domain": [ 0, 1 ], "title": { "text": "gdpPercap" }, "type": "log" }, "yaxis": { "anchor": "x", "domain": [ 0, 1 ], "title": { "text": "lifeExp" } } } }, "text/html": [ "
\n", " \n", " \n", "
\n", " \n", "
" ] }, "metadata": {}, "output_type": "display_data" } ], "source": [ "px.scatter(\n", " gapminder, x=\"gdpPercap\", y=\"lifeExp\", log_x=True,\n", " color=\"continent\", size=\"pop\", size_max=40,\n", " hover_name=\"country\", # これだけ!\n", " hover_data=[\"pop\", \"year\"], # これだけ!\n", ").show()" ] }, { "cell_type": "markdown", "metadata": { "slideshow": { "slide_type": "subslide" } }, "source": [ "### ホバーツールで得られた情報\n", "\n", "- 国名(ホバーツールのタイトル)\n", "- 座標の具体的な数値\n", " - 寿命\n", " - 人口当りGDP\n", "- 人口\n", "- 年度" ] }, { "cell_type": "markdown", "metadata": { "slideshow": { "slide_type": "subslide" } }, "source": [ "### アニメーション\n", "\n", "- 静的な画像では表現できないデータを可視化\n", "- フレームにデータを分割して描画\n", "- フレームは自動再生したり、特定の位置を指定できる\n", "- Plotly Expressを使うと超簡単に実装できる\n", "\n", "![](https://regeld.xsrv.jp/desi/wp-content/uploads/2019/04/olympic_Rowing_Illustration-180x180.png)" ] }, { "cell_type": "markdown", "metadata": { "slideshow": { "slide_type": "subslide" } }, "source": [ "### 散布図をアニメーション化" ] }, { "cell_type": "code", "execution_count": 4, "metadata": { "slideshow": { "slide_type": "fragment" } }, "outputs": [ { "data": { "application/vnd.plotly.v1+json": { "config": { "plotlyServerURL": "https://plot.ly" }, "data": [ { "customdata": [ [ 8425333 ], [ 120447 ], [ 46886859 ], [ 4693836 ], [ 556263527 ], [ 2125900 ], [ 372000000 ], [ 82052000 ], [ 17272000 ], [ 5441766 ], [ 1620914 ], [ 86459025 ], [ 607914 ], [ 8865488 ], [ 20947571 ], [ 160000 ], [ 1439529 ], [ 6748378 ], [ 800663 ], [ 20092996 ], [ 9182536 ], [ 507833 ], [ 41346560 ], [ 22438691 ], [ 4005677 ], [ 1127000 ], [ 7982342 ], [ 3661549 ], [ 8550362 ], [ 21289402 ], [ 26246839 ], [ 1030585 ], [ 4963829 ] ], "hovertemplate": "%{hovertext}

continent=Asia
year=1952
gdpPercap=%{x}
lifeExp=%{y}
pop=%{customdata[0]}", "hovertext": [ "Afghanistan", "Bahrain", "Bangladesh", "Cambodia", "China", "Hong Kong, China", "India", "Indonesia", "Iran", "Iraq", "Israel", "Japan", "Jordan", "Korea, Dem. Rep.", "Korea, Rep.", "Kuwait", "Lebanon", "Malaysia", "Mongolia", "Myanmar", "Nepal", "Oman", "Pakistan", "Philippines", "Saudi Arabia", "Singapore", "Sri Lanka", "Syria", "Taiwan", "Thailand", "Vietnam", "West Bank and Gaza", "Yemen, Rep." ], "legendgroup": "Asia", "marker": { "color": "#636efa", "size": [ 8425333, 120447, 46886859, 4693836, 556263527, 2125900, 372000000, 82052000, 17272000, 5441766, 1620914, 86459025, 607914, 8865488, 20947571, 160000, 1439529, 6748378, 800663, 20092996, 9182536, 507833, 41346560, 22438691, 4005677, 1127000, 7982342, 3661549, 8550362, 21289402, 26246839, 1030585, 4963829 ], "sizemode": "area", "sizeref": 824176.935, "symbol": "circle" }, "mode": "markers", "name": "Asia", "orientation": "v", "showlegend": true, "type": "scatter", "x": [ 779.4453145, 9867.084765000001, 684.2441716, 368.46928560000003, 400.44861099999997, 3054.421209, 546.5657493, 749.6816546, 3035.326002, 4129.766056, 4086.522128, 3216.956347, 1546.907807, 1088.277758, 1030.592226, 108382.3529, 4834.804067, 1831.132894, 786.5668575, 331, 545.8657228999999, 1828.230307, 684.5971437999999, 1272.880995, 6459.5548229999995, 2315.138227, 1083.53203, 1643.485354, 1206.947913, 757.7974177, 605.0664917, 1515.5923289999998, 781.7175761 ], "xaxis": "x", "y": [ 28.801, 50.93899999999999, 37.484, 39.417, 44, 60.96, 37.373000000000005, 37.468, 44.869, 45.32, 65.39, 63.03, 43.158, 50.056000000000004, 47.453, 55.565, 55.928000000000004, 48.463, 42.244, 36.319, 36.157, 37.578, 43.43600000000001, 47.751999999999995, 39.875, 60.396, 57.593, 45.883, 58.5, 50.848, 40.412, 43.16, 32.548 ], "yaxis": "y" }, { "customdata": [ [ 1282697 ], [ 6927772 ], [ 8730405 ], [ 2791000 ], [ 7274900 ], [ 3882229 ], [ 9125183 ], [ 4334000 ], [ 4090500 ], [ 42459667 ], [ 69145952 ], [ 7733250 ], [ 9504000 ], [ 147962 ], [ 2952156 ], [ 47666000 ], [ 413834 ], [ 10381988 ], [ 3327728 ], [ 25730551 ], [ 8526050 ], [ 16630000 ], [ 6860147 ], [ 3558137 ], [ 1489518 ], [ 28549870 ], [ 7124673 ], [ 4815000 ], [ 22235677 ], [ 50430000 ] ], "hovertemplate": "%{hovertext}

continent=Europe
year=1952
gdpPercap=%{x}
lifeExp=%{y}
pop=%{customdata[0]}", "hovertext": [ "Albania", "Austria", "Belgium", "Bosnia and Herzegovina", "Bulgaria", "Croatia", "Czech Republic", "Denmark", "Finland", "France", "Germany", "Greece", "Hungary", "Iceland", "Ireland", "Italy", "Montenegro", "Netherlands", "Norway", "Poland", "Portugal", "Romania", "Serbia", "Slovak Republic", "Slovenia", "Spain", "Sweden", "Switzerland", "Turkey", "United Kingdom" ], "legendgroup": "Europe", "marker": { "color": "#EF553B", "size": [ 1282697, 6927772, 8730405, 2791000, 7274900, 3882229, 9125183, 4334000, 4090500, 42459667, 69145952, 7733250, 9504000, 147962, 2952156, 47666000, 413834, 10381988, 3327728, 25730551, 8526050, 16630000, 6860147, 3558137, 1489518, 28549870, 7124673, 4815000, 22235677, 50430000 ], "sizemode": "area", "sizeref": 824176.935, "symbol": "circle" }, "mode": "markers", "name": "Europe", "orientation": "v", "showlegend": true, "type": "scatter", "x": [ 1601.056136, 6137.076492, 8343.105126999999, 973.5331947999999, 2444.2866480000002, 3119.23652, 6876.14025, 9692.385245, 6424.519071, 7029.809327, 7144.114393000001, 3530.690067, 5263.6738159999995, 7267.688428, 5210.280328, 4931.404154999999, 2647.585601, 8941.571858, 10095.42172, 4029.3296990000003, 3068.319867, 3144.613186, 3581.4594479999996, 5074.659104, 4215.041741, 3834.0347420000003, 8527.844662000001, 14734.23275, 1969.1009800000002, 9979.508487000001 ], "xaxis": "x", "y": [ 55.23, 66.8, 68, 53.82, 59.6, 61.21, 66.87, 70.78, 66.55, 67.41, 67.5, 65.86, 64.03, 72.49, 66.91, 65.94, 59.163999999999994, 72.13, 72.67, 61.31, 59.82, 61.05, 57.996, 64.36, 65.57, 64.94, 71.86, 69.62, 43.585, 69.18 ], "yaxis": "y" }, { "customdata": [ [ 9279525 ], [ 4232095 ], [ 1738315 ], [ 442308 ], [ 4469979 ], [ 2445618 ], [ 5009067 ], [ 1291695 ], [ 2682462 ], [ 153936 ], [ 14100005 ], [ 854885 ], [ 2977019 ], [ 63149 ], [ 22223309 ], [ 216964 ], [ 1438760 ], [ 20860941 ], [ 420702 ], [ 284320 ], [ 5581001 ], [ 2664249 ], [ 580653 ], [ 6464046 ], [ 748747 ], [ 863308 ], [ 1019729 ], [ 4762912 ], [ 2917802 ], [ 3838168 ], [ 1022556 ], [ 516556 ], [ 9939217 ], [ 6446316 ], [ 485831 ], [ 3379468 ], [ 33119096 ], [ 257700 ], [ 2534927 ], [ 60011 ], [ 2755589 ], [ 2143249 ], [ 2526994 ], [ 14264935 ], [ 8504667 ], [ 290243 ], [ 8322925 ], [ 1219113 ], [ 3647735 ], [ 5824797 ], [ 2672000 ], [ 3080907 ] ], "hovertemplate": "%{hovertext}

continent=Africa
year=1952
gdpPercap=%{x}
lifeExp=%{y}
pop=%{customdata[0]}", "hovertext": [ "Algeria", "Angola", "Benin", "Botswana", "Burkina Faso", "Burundi", "Cameroon", "Central African Republic", "Chad", "Comoros", "Congo, Dem. Rep.", "Congo, Rep.", "Cote d'Ivoire", "Djibouti", "Egypt", "Equatorial Guinea", "Eritrea", "Ethiopia", "Gabon", "Gambia", "Ghana", "Guinea", "Guinea-Bissau", "Kenya", "Lesotho", "Liberia", "Libya", "Madagascar", "Malawi", "Mali", "Mauritania", "Mauritius", "Morocco", "Mozambique", "Namibia", "Niger", "Nigeria", "Reunion", "Rwanda", "Sao Tome and Principe", "Senegal", "Sierra Leone", "Somalia", "South Africa", "Sudan", "Swaziland", "Tanzania", "Togo", "Tunisia", "Uganda", "Zambia", "Zimbabwe" ], "legendgroup": "Africa", "marker": { "color": "#00cc96", "size": [ 9279525, 4232095, 1738315, 442308, 4469979, 2445618, 5009067, 1291695, 2682462, 153936, 14100005, 854885, 2977019, 63149, 22223309, 216964, 1438760, 20860941, 420702, 284320, 5581001, 2664249, 580653, 6464046, 748747, 863308, 1019729, 4762912, 2917802, 3838168, 1022556, 516556, 9939217, 6446316, 485831, 3379468, 33119096, 257700, 2534927, 60011, 2755589, 2143249, 2526994, 14264935, 8504667, 290243, 8322925, 1219113, 3647735, 5824797, 2672000, 3080907 ], "sizemode": "area", "sizeref": 824176.935, "symbol": "circle" }, "mode": "markers", "name": "Africa", "orientation": "v", "showlegend": true, "type": "scatter", "x": [ 2449.008185, 3520.610273, 1062.7522, 851.2411407, 543.2552413, 339.29645869999996, 1172.667655, 1071.310713, 1178.665927, 1102.990936, 780.5423257, 2125.621418, 1388.594732, 2669.529475, 1418.822445, 375.6431231, 328.94055710000004, 362.1462796, 4293.476475, 485.2306591, 911.2989371, 510.19649230000005, 299.850319, 853.5409189999999, 298.8462121, 575.5729961000001, 2387.54806, 1443.011715, 369.1650802, 452.3369807, 743.1159097, 1967.955707, 1688.20357, 468.5260381, 2423.780443, 761.879376, 1077.281856, 2718.885295, 493.32387520000003, 879.5835855, 1450.356983, 879.7877358, 1135.749842, 4725.295531000001, 1615.991129, 1148.376626, 716.6500721, 859.8086567, 1468.475631, 734.753484, 1147.388831, 406.8841148 ], "xaxis": "x", "y": [ 43.077, 30.015, 38.223, 47.622, 31.975, 39.031, 38.523, 35.463, 38.092, 40.715, 39.143, 42.111000000000004, 40.477, 34.812, 41.893, 34.482, 35.928000000000004, 34.078, 37.003, 30, 43.148999999999994, 33.609, 32.5, 42.27, 42.138000000000005, 38.48, 42.723, 36.681, 36.256, 33.685, 40.543, 50.986000000000004, 42.873000000000005, 31.285999999999998, 41.725, 37.444, 36.324, 52.724, 40, 46.471000000000004, 37.278, 30.331, 32.978, 45.00899999999999, 38.635, 41.407, 41.215, 38.596, 44.6, 39.978, 42.038000000000004, 48.451 ], "yaxis": "y" }, { "customdata": [ [ 17876956 ], [ 2883315 ], [ 56602560 ], [ 14785584 ], [ 6377619 ], [ 12350771 ], [ 926317 ], [ 6007797 ], [ 2491346 ], [ 3548753 ], [ 2042865 ], [ 3146381 ], [ 3201488 ], [ 1517453 ], [ 1426095 ], [ 30144317 ], [ 1165790 ], [ 940080 ], [ 1555876 ], [ 8025700 ], [ 2227000 ], [ 662850 ], [ 157553000 ], [ 2252965 ], [ 5439568 ] ], "hovertemplate": "%{hovertext}

continent=Americas
year=1952
gdpPercap=%{x}
lifeExp=%{y}
pop=%{customdata[0]}", "hovertext": [ "Argentina", "Bolivia", "Brazil", "Canada", "Chile", "Colombia", "Costa Rica", "Cuba", "Dominican Republic", "Ecuador", "El Salvador", "Guatemala", "Haiti", "Honduras", "Jamaica", "Mexico", "Nicaragua", "Panama", "Paraguay", "Peru", "Puerto Rico", "Trinidad and Tobago", "United States", "Uruguay", "Venezuela" ], "legendgroup": "Americas", "marker": { "color": "#ab63fa", "size": [ 17876956, 2883315, 56602560, 14785584, 6377619, 12350771, 926317, 6007797, 2491346, 3548753, 2042865, 3146381, 3201488, 1517453, 1426095, 30144317, 1165790, 940080, 1555876, 8025700, 2227000, 662850, 157553000, 2252965, 5439568 ], "sizemode": "area", "sizeref": 824176.935, "symbol": "circle" }, "mode": "markers", "name": "Americas", "orientation": "v", "showlegend": true, "type": "scatter", "x": [ 5911.315053, 2677.3263469999997, 2108.944355, 11367.16112, 3939.9787890000002, 2144.115096, 2627.0094710000003, 5586.53878, 1397.7171369999999, 3522.110717, 3048.3029, 2428.2377690000003, 1840.366939, 2194.926204, 2898.5308809999997, 3478.125529, 3112.363948, 2480.380334, 1952.3087010000002, 3758.523437, 3081.959785, 3023.271928, 13990.482080000002, 5716.766744, 7689.799761 ], "xaxis": "x", "y": [ 62.485, 40.414, 50.917, 68.75, 54.745, 50.643, 57.206, 59.42100000000001, 45.928000000000004, 48.357, 45.262, 42.023, 37.579, 41.912, 58.53, 50.788999999999994, 42.31399999999999, 55.191, 62.648999999999994, 43.902, 64.28, 59.1, 68.44, 66.071, 55.088 ], "yaxis": "y" }, { "customdata": [ [ 8691212 ], [ 1994794 ] ], "hovertemplate": "%{hovertext}

continent=Oceania
year=1952
gdpPercap=%{x}
lifeExp=%{y}
pop=%{customdata[0]}", "hovertext": [ "Australia", "New Zealand" ], "legendgroup": "Oceania", "marker": { "color": "#FFA15A", "size": [ 8691212, 1994794 ], "sizemode": "area", "sizeref": 824176.935, "symbol": "circle" }, "mode": "markers", "name": "Oceania", "orientation": "v", "showlegend": true, "type": "scatter", "x": [ 10039.595640000001, 10556.575659999999 ], "xaxis": "x", "y": [ 69.12, 69.39 ], "yaxis": "y" } ], "frames": [ { "data": [ { "customdata": [ [ 8425333 ], [ 120447 ], [ 46886859 ], [ 4693836 ], [ 556263527 ], [ 2125900 ], [ 372000000 ], [ 82052000 ], [ 17272000 ], [ 5441766 ], [ 1620914 ], [ 86459025 ], [ 607914 ], [ 8865488 ], [ 20947571 ], [ 160000 ], [ 1439529 ], [ 6748378 ], [ 800663 ], [ 20092996 ], [ 9182536 ], [ 507833 ], [ 41346560 ], [ 22438691 ], [ 4005677 ], [ 1127000 ], [ 7982342 ], [ 3661549 ], [ 8550362 ], [ 21289402 ], [ 26246839 ], [ 1030585 ], [ 4963829 ] ], "hovertemplate": "%{hovertext}

continent=Asia
year=1952
gdpPercap=%{x}
lifeExp=%{y}
pop=%{customdata[0]}", "hovertext": [ "Afghanistan", "Bahrain", "Bangladesh", "Cambodia", "China", "Hong Kong, China", "India", "Indonesia", "Iran", "Iraq", "Israel", "Japan", "Jordan", "Korea, Dem. Rep.", "Korea, Rep.", "Kuwait", "Lebanon", "Malaysia", "Mongolia", "Myanmar", "Nepal", "Oman", "Pakistan", "Philippines", "Saudi Arabia", "Singapore", "Sri Lanka", "Syria", "Taiwan", "Thailand", "Vietnam", "West Bank and Gaza", "Yemen, Rep." ], "legendgroup": "Asia", "marker": { "color": "#636efa", "size": [ 8425333, 120447, 46886859, 4693836, 556263527, 2125900, 372000000, 82052000, 17272000, 5441766, 1620914, 86459025, 607914, 8865488, 20947571, 160000, 1439529, 6748378, 800663, 20092996, 9182536, 507833, 41346560, 22438691, 4005677, 1127000, 7982342, 3661549, 8550362, 21289402, 26246839, 1030585, 4963829 ], "sizemode": "area", "sizeref": 824176.935, "symbol": "circle" }, "mode": "markers", "name": "Asia", "orientation": "v", "showlegend": true, "type": "scatter", "x": [ 779.4453145, 9867.084765000001, 684.2441716, 368.46928560000003, 400.44861099999997, 3054.421209, 546.5657493, 749.6816546, 3035.326002, 4129.766056, 4086.522128, 3216.956347, 1546.907807, 1088.277758, 1030.592226, 108382.3529, 4834.804067, 1831.132894, 786.5668575, 331, 545.8657228999999, 1828.230307, 684.5971437999999, 1272.880995, 6459.5548229999995, 2315.138227, 1083.53203, 1643.485354, 1206.947913, 757.7974177, 605.0664917, 1515.5923289999998, 781.7175761 ], "xaxis": "x", "y": [ 28.801, 50.93899999999999, 37.484, 39.417, 44, 60.96, 37.373000000000005, 37.468, 44.869, 45.32, 65.39, 63.03, 43.158, 50.056000000000004, 47.453, 55.565, 55.928000000000004, 48.463, 42.244, 36.319, 36.157, 37.578, 43.43600000000001, 47.751999999999995, 39.875, 60.396, 57.593, 45.883, 58.5, 50.848, 40.412, 43.16, 32.548 ], "yaxis": "y" }, { "customdata": [ [ 1282697 ], [ 6927772 ], [ 8730405 ], [ 2791000 ], [ 7274900 ], [ 3882229 ], [ 9125183 ], [ 4334000 ], [ 4090500 ], [ 42459667 ], [ 69145952 ], [ 7733250 ], [ 9504000 ], [ 147962 ], [ 2952156 ], [ 47666000 ], [ 413834 ], [ 10381988 ], [ 3327728 ], [ 25730551 ], [ 8526050 ], [ 16630000 ], [ 6860147 ], [ 3558137 ], [ 1489518 ], [ 28549870 ], [ 7124673 ], [ 4815000 ], [ 22235677 ], [ 50430000 ] ], "hovertemplate": "%{hovertext}

continent=Europe
year=1952
gdpPercap=%{x}
lifeExp=%{y}
pop=%{customdata[0]}", "hovertext": [ "Albania", "Austria", "Belgium", "Bosnia and Herzegovina", "Bulgaria", "Croatia", "Czech Republic", "Denmark", "Finland", "France", "Germany", "Greece", "Hungary", "Iceland", "Ireland", "Italy", "Montenegro", "Netherlands", "Norway", "Poland", "Portugal", "Romania", "Serbia", "Slovak Republic", "Slovenia", "Spain", "Sweden", "Switzerland", "Turkey", "United Kingdom" ], "legendgroup": "Europe", "marker": { "color": "#EF553B", "size": [ 1282697, 6927772, 8730405, 2791000, 7274900, 3882229, 9125183, 4334000, 4090500, 42459667, 69145952, 7733250, 9504000, 147962, 2952156, 47666000, 413834, 10381988, 3327728, 25730551, 8526050, 16630000, 6860147, 3558137, 1489518, 28549870, 7124673, 4815000, 22235677, 50430000 ], "sizemode": "area", "sizeref": 824176.935, "symbol": "circle" }, "mode": "markers", "name": "Europe", "orientation": "v", "showlegend": true, "type": "scatter", "x": [ 1601.056136, 6137.076492, 8343.105126999999, 973.5331947999999, 2444.2866480000002, 3119.23652, 6876.14025, 9692.385245, 6424.519071, 7029.809327, 7144.114393000001, 3530.690067, 5263.6738159999995, 7267.688428, 5210.280328, 4931.404154999999, 2647.585601, 8941.571858, 10095.42172, 4029.3296990000003, 3068.319867, 3144.613186, 3581.4594479999996, 5074.659104, 4215.041741, 3834.0347420000003, 8527.844662000001, 14734.23275, 1969.1009800000002, 9979.508487000001 ], "xaxis": "x", "y": [ 55.23, 66.8, 68, 53.82, 59.6, 61.21, 66.87, 70.78, 66.55, 67.41, 67.5, 65.86, 64.03, 72.49, 66.91, 65.94, 59.163999999999994, 72.13, 72.67, 61.31, 59.82, 61.05, 57.996, 64.36, 65.57, 64.94, 71.86, 69.62, 43.585, 69.18 ], "yaxis": "y" }, { "customdata": [ [ 9279525 ], [ 4232095 ], [ 1738315 ], [ 442308 ], [ 4469979 ], [ 2445618 ], [ 5009067 ], [ 1291695 ], [ 2682462 ], [ 153936 ], [ 14100005 ], [ 854885 ], [ 2977019 ], [ 63149 ], [ 22223309 ], [ 216964 ], [ 1438760 ], [ 20860941 ], [ 420702 ], [ 284320 ], [ 5581001 ], [ 2664249 ], [ 580653 ], [ 6464046 ], [ 748747 ], [ 863308 ], [ 1019729 ], [ 4762912 ], [ 2917802 ], [ 3838168 ], [ 1022556 ], [ 516556 ], [ 9939217 ], [ 6446316 ], [ 485831 ], [ 3379468 ], [ 33119096 ], [ 257700 ], [ 2534927 ], [ 60011 ], [ 2755589 ], [ 2143249 ], [ 2526994 ], [ 14264935 ], [ 8504667 ], [ 290243 ], [ 8322925 ], [ 1219113 ], [ 3647735 ], [ 5824797 ], [ 2672000 ], [ 3080907 ] ], "hovertemplate": "%{hovertext}

continent=Africa
year=1952
gdpPercap=%{x}
lifeExp=%{y}
pop=%{customdata[0]}", "hovertext": [ "Algeria", "Angola", "Benin", "Botswana", "Burkina Faso", "Burundi", "Cameroon", "Central African Republic", "Chad", "Comoros", "Congo, Dem. Rep.", "Congo, Rep.", "Cote d'Ivoire", "Djibouti", "Egypt", "Equatorial Guinea", "Eritrea", "Ethiopia", "Gabon", "Gambia", "Ghana", "Guinea", "Guinea-Bissau", "Kenya", "Lesotho", "Liberia", "Libya", "Madagascar", "Malawi", "Mali", "Mauritania", "Mauritius", "Morocco", "Mozambique", "Namibia", "Niger", "Nigeria", "Reunion", "Rwanda", "Sao Tome and Principe", "Senegal", "Sierra Leone", "Somalia", "South Africa", "Sudan", "Swaziland", "Tanzania", "Togo", "Tunisia", "Uganda", "Zambia", "Zimbabwe" ], "legendgroup": "Africa", "marker": { "color": "#00cc96", "size": [ 9279525, 4232095, 1738315, 442308, 4469979, 2445618, 5009067, 1291695, 2682462, 153936, 14100005, 854885, 2977019, 63149, 22223309, 216964, 1438760, 20860941, 420702, 284320, 5581001, 2664249, 580653, 6464046, 748747, 863308, 1019729, 4762912, 2917802, 3838168, 1022556, 516556, 9939217, 6446316, 485831, 3379468, 33119096, 257700, 2534927, 60011, 2755589, 2143249, 2526994, 14264935, 8504667, 290243, 8322925, 1219113, 3647735, 5824797, 2672000, 3080907 ], "sizemode": "area", "sizeref": 824176.935, "symbol": "circle" }, "mode": "markers", "name": "Africa", "orientation": "v", "showlegend": true, "type": "scatter", "x": [ 2449.008185, 3520.610273, 1062.7522, 851.2411407, 543.2552413, 339.29645869999996, 1172.667655, 1071.310713, 1178.665927, 1102.990936, 780.5423257, 2125.621418, 1388.594732, 2669.529475, 1418.822445, 375.6431231, 328.94055710000004, 362.1462796, 4293.476475, 485.2306591, 911.2989371, 510.19649230000005, 299.850319, 853.5409189999999, 298.8462121, 575.5729961000001, 2387.54806, 1443.011715, 369.1650802, 452.3369807, 743.1159097, 1967.955707, 1688.20357, 468.5260381, 2423.780443, 761.879376, 1077.281856, 2718.885295, 493.32387520000003, 879.5835855, 1450.356983, 879.7877358, 1135.749842, 4725.295531000001, 1615.991129, 1148.376626, 716.6500721, 859.8086567, 1468.475631, 734.753484, 1147.388831, 406.8841148 ], "xaxis": "x", "y": [ 43.077, 30.015, 38.223, 47.622, 31.975, 39.031, 38.523, 35.463, 38.092, 40.715, 39.143, 42.111000000000004, 40.477, 34.812, 41.893, 34.482, 35.928000000000004, 34.078, 37.003, 30, 43.148999999999994, 33.609, 32.5, 42.27, 42.138000000000005, 38.48, 42.723, 36.681, 36.256, 33.685, 40.543, 50.986000000000004, 42.873000000000005, 31.285999999999998, 41.725, 37.444, 36.324, 52.724, 40, 46.471000000000004, 37.278, 30.331, 32.978, 45.00899999999999, 38.635, 41.407, 41.215, 38.596, 44.6, 39.978, 42.038000000000004, 48.451 ], "yaxis": "y" }, { "customdata": [ [ 17876956 ], [ 2883315 ], [ 56602560 ], [ 14785584 ], [ 6377619 ], [ 12350771 ], [ 926317 ], [ 6007797 ], [ 2491346 ], [ 3548753 ], [ 2042865 ], [ 3146381 ], [ 3201488 ], [ 1517453 ], [ 1426095 ], [ 30144317 ], [ 1165790 ], [ 940080 ], [ 1555876 ], [ 8025700 ], [ 2227000 ], [ 662850 ], [ 157553000 ], [ 2252965 ], [ 5439568 ] ], "hovertemplate": "%{hovertext}

continent=Americas
year=1952
gdpPercap=%{x}
lifeExp=%{y}
pop=%{customdata[0]}", "hovertext": [ "Argentina", "Bolivia", "Brazil", "Canada", "Chile", "Colombia", "Costa Rica", "Cuba", "Dominican Republic", "Ecuador", "El Salvador", "Guatemala", "Haiti", "Honduras", "Jamaica", "Mexico", "Nicaragua", "Panama", "Paraguay", "Peru", "Puerto Rico", "Trinidad and Tobago", "United States", "Uruguay", "Venezuela" ], "legendgroup": "Americas", "marker": { "color": "#ab63fa", "size": [ 17876956, 2883315, 56602560, 14785584, 6377619, 12350771, 926317, 6007797, 2491346, 3548753, 2042865, 3146381, 3201488, 1517453, 1426095, 30144317, 1165790, 940080, 1555876, 8025700, 2227000, 662850, 157553000, 2252965, 5439568 ], "sizemode": "area", "sizeref": 824176.935, "symbol": "circle" }, "mode": "markers", "name": "Americas", "orientation": "v", "showlegend": true, "type": "scatter", "x": [ 5911.315053, 2677.3263469999997, 2108.944355, 11367.16112, 3939.9787890000002, 2144.115096, 2627.0094710000003, 5586.53878, 1397.7171369999999, 3522.110717, 3048.3029, 2428.2377690000003, 1840.366939, 2194.926204, 2898.5308809999997, 3478.125529, 3112.363948, 2480.380334, 1952.3087010000002, 3758.523437, 3081.959785, 3023.271928, 13990.482080000002, 5716.766744, 7689.799761 ], "xaxis": "x", "y": [ 62.485, 40.414, 50.917, 68.75, 54.745, 50.643, 57.206, 59.42100000000001, 45.928000000000004, 48.357, 45.262, 42.023, 37.579, 41.912, 58.53, 50.788999999999994, 42.31399999999999, 55.191, 62.648999999999994, 43.902, 64.28, 59.1, 68.44, 66.071, 55.088 ], "yaxis": "y" }, { "customdata": [ [ 8691212 ], [ 1994794 ] ], "hovertemplate": "%{hovertext}

continent=Oceania
year=1952
gdpPercap=%{x}
lifeExp=%{y}
pop=%{customdata[0]}", "hovertext": [ "Australia", "New Zealand" ], "legendgroup": "Oceania", "marker": { "color": "#FFA15A", "size": [ 8691212, 1994794 ], "sizemode": "area", "sizeref": 824176.935, "symbol": "circle" }, "mode": "markers", "name": "Oceania", "orientation": "v", "showlegend": true, "type": "scatter", "x": [ 10039.595640000001, 10556.575659999999 ], "xaxis": "x", "y": [ 69.12, 69.39 ], "yaxis": "y" } ], "name": "1952" }, { "data": [ { "customdata": [ [ 9240934 ], [ 138655 ], [ 51365468 ], [ 5322536 ], [ 637408000 ], [ 2736300 ], [ 409000000 ], [ 90124000 ], [ 19792000 ], [ 6248643 ], [ 1944401 ], [ 91563009 ], [ 746559 ], [ 9411381 ], [ 22611552 ], [ 212846 ], [ 1647412 ], [ 7739235 ], [ 882134 ], [ 21731844 ], [ 9682338 ], [ 561977 ], [ 46679944 ], [ 26072194 ], [ 4419650 ], [ 1445929 ], [ 9128546 ], [ 4149908 ], [ 10164215 ], [ 25041917 ], [ 28998543 ], [ 1070439 ], [ 5498090 ] ], "hovertemplate": "%{hovertext}

continent=Asia
year=1957
gdpPercap=%{x}
lifeExp=%{y}
pop=%{customdata[0]}", "hovertext": [ "Afghanistan", "Bahrain", "Bangladesh", "Cambodia", "China", "Hong Kong, China", "India", "Indonesia", "Iran", "Iraq", "Israel", "Japan", "Jordan", "Korea, Dem. Rep.", "Korea, Rep.", "Kuwait", "Lebanon", "Malaysia", "Mongolia", "Myanmar", "Nepal", "Oman", "Pakistan", "Philippines", "Saudi Arabia", "Singapore", "Sri Lanka", "Syria", "Taiwan", "Thailand", "Vietnam", "West Bank and Gaza", "Yemen, Rep." ], "legendgroup": "Asia", "marker": { "color": "#636efa", "size": [ 9240934, 138655, 51365468, 5322536, 637408000, 2736300, 409000000, 90124000, 19792000, 6248643, 1944401, 91563009, 746559, 9411381, 22611552, 212846, 1647412, 7739235, 882134, 21731844, 9682338, 561977, 46679944, 26072194, 4419650, 1445929, 9128546, 4149908, 10164215, 25041917, 28998543, 1070439, 5498090 ], "sizemode": "area", "sizeref": 824176.935, "symbol": "circle" }, "mode": "markers", "name": "Asia", "orientation": "v", "showlegend": true, "type": "scatter", "x": [ 820.8530296, 11635.79945, 661.6374577, 434.0383364, 575.9870009, 3629.076457, 590.061996, 858.9002707000001, 3290.257643, 6229.333562, 5385.278451, 4317.694365, 1886.080591, 1571.134655, 1487.593537, 113523.1329, 6089.786934000001, 1810.0669920000003, 912.6626085, 350, 597.9363557999999, 2242.746551, 747.0835292, 1547.9448439999999, 8157.591248000001, 2843.104409, 1072.546602, 2117.234893, 1507.86129, 793.5774147999999, 676.2854477999999, 1827.0677420000002, 804.8304547 ], "xaxis": "x", "y": [ 30.331999999999997, 53.832, 39.348, 41.36600000000001, 50.54896, 64.75, 40.249, 39.918, 47.181000000000004, 48.437, 67.84, 65.5, 45.669, 54.081, 52.681000000000004, 58.033, 59.489, 52.102, 45.248000000000005, 41.905, 37.686, 40.08, 45.556999999999995, 51.333999999999996, 42.868, 63.178999999999995, 61.456, 48.284, 62.4, 53.63, 42.887, 45.67100000000001, 33.97 ], "yaxis": "y" }, { "customdata": [ [ 1476505 ], [ 6965860 ], [ 8989111 ], [ 3076000 ], [ 7651254 ], [ 3991242 ], [ 9513758 ], [ 4487831 ], [ 4324000 ], [ 44310863 ], [ 71019069 ], [ 8096218 ], [ 9839000 ], [ 165110 ], [ 2878220 ], [ 49182000 ], [ 442829 ], [ 11026383 ], [ 3491938 ], [ 28235346 ], [ 8817650 ], [ 17829327 ], [ 7271135 ], [ 3844277 ], [ 1533070 ], [ 29841614 ], [ 7363802 ], [ 5126000 ], [ 25670939 ], [ 51430000 ] ], "hovertemplate": "%{hovertext}

continent=Europe
year=1957
gdpPercap=%{x}
lifeExp=%{y}
pop=%{customdata[0]}", "hovertext": [ "Albania", "Austria", "Belgium", "Bosnia and Herzegovina", "Bulgaria", "Croatia", "Czech Republic", "Denmark", "Finland", "France", "Germany", "Greece", "Hungary", "Iceland", "Ireland", "Italy", "Montenegro", "Netherlands", "Norway", "Poland", "Portugal", "Romania", "Serbia", "Slovak Republic", "Slovenia", "Spain", "Sweden", "Switzerland", "Turkey", "United Kingdom" ], "legendgroup": "Europe", "marker": { "color": "#EF553B", "size": [ 1476505, 6965860, 8989111, 3076000, 7651254, 3991242, 9513758, 4487831, 4324000, 44310863, 71019069, 8096218, 9839000, 165110, 2878220, 49182000, 442829, 11026383, 3491938, 28235346, 8817650, 17829327, 7271135, 3844277, 1533070, 29841614, 7363802, 5126000, 25670939, 51430000 ], "sizemode": "area", "sizeref": 824176.935, "symbol": "circle" }, "mode": "markers", "name": "Europe", "orientation": "v", "showlegend": true, "type": "scatter", "x": [ 1942.2842440000002, 8842.59803, 9714.960623, 1353.989176, 3008.670727, 4338.231617, 8256.343918, 11099.65935, 7545.415386, 8662.834898000001, 10187.82665, 4916.299889, 6040.180011, 9244.001412, 5599.077872, 6248.656232, 3682.259903, 11276.193440000001, 11653.97304, 4734.253019, 3774.571743, 3943.370225, 4981.090891, 6093.2629799999995, 5862.276629, 4564.80241, 9911.878226, 17909.48973, 2218.754257, 11283.17795 ], "xaxis": "x", "y": [ 59.28, 67.48, 69.24, 58.45, 66.61, 64.77, 69.03, 71.81, 67.49, 68.93, 69.1, 67.86, 66.41, 73.47, 68.9, 67.81, 61.448, 72.99, 73.44, 65.77, 61.51, 64.1, 61.685, 67.45, 67.85, 66.66, 72.49, 70.56, 48.07899999999999, 70.42 ], "yaxis": "y" }, { "customdata": [ [ 10270856 ], [ 4561361 ], [ 1925173 ], [ 474639 ], [ 4713416 ], [ 2667518 ], [ 5359923 ], [ 1392284 ], [ 2894855 ], [ 170928 ], [ 15577932 ], [ 940458 ], [ 3300000 ], [ 71851 ], [ 25009741 ], [ 232922 ], [ 1542611 ], [ 22815614 ], [ 434904 ], [ 323150 ], [ 6391288 ], [ 2876726 ], [ 601095 ], [ 7454779 ], [ 813338 ], [ 975950 ], [ 1201578 ], [ 5181679 ], [ 3221238 ], [ 4241884 ], [ 1076852 ], [ 609816 ], [ 11406350 ], [ 7038035 ], [ 548080 ], [ 3692184 ], [ 37173340 ], [ 308700 ], [ 2822082 ], [ 61325 ], [ 3054547 ], [ 2295678 ], [ 2780415 ], [ 16151549 ], [ 9753392 ], [ 326741 ], [ 9452826 ], [ 1357445 ], [ 3950849 ], [ 6675501 ], [ 3016000 ], [ 3646340 ] ], "hovertemplate": "%{hovertext}

continent=Africa
year=1957
gdpPercap=%{x}
lifeExp=%{y}
pop=%{customdata[0]}", "hovertext": [ "Algeria", "Angola", "Benin", "Botswana", "Burkina Faso", "Burundi", "Cameroon", "Central African Republic", "Chad", "Comoros", "Congo, Dem. Rep.", "Congo, Rep.", "Cote d'Ivoire", "Djibouti", "Egypt", "Equatorial Guinea", "Eritrea", "Ethiopia", "Gabon", "Gambia", "Ghana", "Guinea", "Guinea-Bissau", "Kenya", "Lesotho", "Liberia", "Libya", "Madagascar", "Malawi", "Mali", "Mauritania", "Mauritius", "Morocco", "Mozambique", "Namibia", "Niger", "Nigeria", "Reunion", "Rwanda", "Sao Tome and Principe", "Senegal", "Sierra Leone", "Somalia", "South Africa", "Sudan", "Swaziland", "Tanzania", "Togo", "Tunisia", "Uganda", "Zambia", "Zimbabwe" ], "legendgroup": "Africa", "marker": { "color": "#00cc96", "size": [ 10270856, 4561361, 1925173, 474639, 4713416, 2667518, 5359923, 1392284, 2894855, 170928, 15577932, 940458, 3300000, 71851, 25009741, 232922, 1542611, 22815614, 434904, 323150, 6391288, 2876726, 601095, 7454779, 813338, 975950, 1201578, 5181679, 3221238, 4241884, 1076852, 609816, 11406350, 7038035, 548080, 3692184, 37173340, 308700, 2822082, 61325, 3054547, 2295678, 2780415, 16151549, 9753392, 326741, 9452826, 1357445, 3950849, 6675501, 3016000, 3646340 ], "sizemode": "area", "sizeref": 824176.935, "symbol": "circle" }, "mode": "markers", "name": "Africa", "orientation": "v", "showlegend": true, "type": "scatter", "x": [ 3013.976023, 3827.9404649999997, 959.6010805, 918.2325348999999, 617.1834647999999, 379.56462810000005, 1313.048099, 1190.844328, 1308.495577, 1211.1485480000001, 905.8602302999999, 2315.056572, 1500.895925, 2864.9690760000003, 1458.915272, 426.0964081, 344.16188589999996, 378.90416319999997, 4976.198099, 520.9267111, 1043.5615369999998, 576.2670245, 431.7904566000001, 944.4383152, 335.99711510000003, 620.9699901, 3448.284395, 1589.20275, 416.36980639999996, 490.3821867, 846.1202613, 2034.037981, 1642.002314, 495.5868333000001, 2621.448058, 835.5234025000001, 1100.5925630000002, 2769.451844, 540.2893982999999, 860.7369026, 1567.653006, 1004.484437, 1258.1474130000001, 5487.104219, 1770.3370739999998, 1244.708364, 698.5356073, 925.9083201999999, 1395.232468, 774.3710692000001, 1311.956766, 518.7642681 ], "xaxis": "x", "y": [ 45.685, 31.999000000000002, 40.358000000000004, 49.618, 34.906, 40.533, 40.428000000000004, 37.464, 39.881, 42.46, 40.652, 45.053000000000004, 42.468999999999994, 37.328, 44.443999999999996, 35.983000000000004, 38.047, 36.667, 38.999, 32.065, 44.778999999999996, 34.558, 33.489000000000004, 44.68600000000001, 45.047, 39.486, 45.288999999999994, 38.865, 37.207, 35.306999999999995, 42.338, 58.089, 45.423, 33.779, 45.226000000000006, 38.598, 37.802, 55.09, 41.5, 48.945, 39.329, 31.57, 34.977, 47.985, 39.624, 43.424, 42.974, 41.208, 47.1, 42.571000000000005, 44.077, 50.468999999999994 ], "yaxis": "y" }, { "customdata": [ [ 19610538 ], [ 3211738 ], [ 65551171 ], [ 17010154 ], [ 7048426 ], [ 14485993 ], [ 1112300 ], [ 6640752 ], [ 2923186 ], [ 4058385 ], [ 2355805 ], [ 3640876 ], [ 3507701 ], [ 1770390 ], [ 1535090 ], [ 35015548 ], [ 1358828 ], [ 1063506 ], [ 1770902 ], [ 9146100 ], [ 2260000 ], [ 764900 ], [ 171984000 ], [ 2424959 ], [ 6702668 ] ], "hovertemplate": "%{hovertext}

continent=Americas
year=1957
gdpPercap=%{x}
lifeExp=%{y}
pop=%{customdata[0]}", "hovertext": [ "Argentina", "Bolivia", "Brazil", "Canada", "Chile", "Colombia", "Costa Rica", "Cuba", "Dominican Republic", "Ecuador", "El Salvador", "Guatemala", "Haiti", "Honduras", "Jamaica", "Mexico", "Nicaragua", "Panama", "Paraguay", "Peru", "Puerto Rico", "Trinidad and Tobago", "United States", "Uruguay", "Venezuela" ], "legendgroup": "Americas", "marker": { "color": "#ab63fa", "size": [ 19610538, 3211738, 65551171, 17010154, 7048426, 14485993, 1112300, 6640752, 2923186, 4058385, 2355805, 3640876, 3507701, 1770390, 1535090, 35015548, 1358828, 1063506, 1770902, 9146100, 2260000, 764900, 171984000, 2424959, 6702668 ], "sizemode": "area", "sizeref": 824176.935, "symbol": "circle" }, "mode": "markers", "name": "Americas", "orientation": "v", "showlegend": true, "type": "scatter", "x": [ 6856.856212000001, 2127.686326, 2487.365989, 12489.95006, 4315.6227229999995, 2323.805581, 2990.010802, 6092.174359000001, 1544.402995, 3780.5466509999997, 3421.523218, 2617.155967, 1726.887882, 2220.487682, 4756.525781, 4131.546641, 3457.415947, 2961.800905, 2046.1547059999998, 4245.256697999999, 3907.1561890000003, 4100.3934, 14847.12712, 6150.772969, 9802.466526 ], "xaxis": "x", "y": [ 64.399, 41.89, 53.285, 69.96, 56.074, 55.118, 60.026, 62.325, 49.828, 51.356, 48.57, 44.141999999999996, 40.696, 44.665, 62.61, 55.19, 45.431999999999995, 59.201, 63.196000000000005, 46.263000000000005, 68.54, 61.8, 69.49, 67.044, 57.907 ], "yaxis": "y" }, { "customdata": [ [ 9712569 ], [ 2229407 ] ], "hovertemplate": "%{hovertext}

continent=Oceania
year=1957
gdpPercap=%{x}
lifeExp=%{y}
pop=%{customdata[0]}", "hovertext": [ "Australia", "New Zealand" ], "legendgroup": "Oceania", "marker": { "color": "#FFA15A", "size": [ 9712569, 2229407 ], "sizemode": "area", "sizeref": 824176.935, "symbol": "circle" }, "mode": "markers", "name": "Oceania", "orientation": "v", "showlegend": true, "type": "scatter", "x": [ 10949.64959, 12247.39532 ], "xaxis": "x", "y": [ 70.33, 70.26 ], "yaxis": "y" } ], "name": "1957" }, { "data": [ { "customdata": [ [ 10267083 ], [ 171863 ], [ 56839289 ], [ 6083619 ], [ 665770000 ], [ 3305200 ], [ 454000000 ], [ 99028000 ], [ 22874000 ], [ 7240260 ], [ 2310904 ], [ 95831757 ], [ 933559 ], [ 10917494 ], [ 26420307 ], [ 358266 ], [ 1886848 ], [ 8906385 ], [ 1010280 ], [ 23634436 ], [ 10332057 ], [ 628164 ], [ 53100671 ], [ 30325264 ], [ 4943029 ], [ 1750200 ], [ 10421936 ], [ 4834621 ], [ 11918938 ], [ 29263397 ], [ 33796140 ], [ 1133134 ], [ 6120081 ] ], "hovertemplate": "%{hovertext}

continent=Asia
year=1962
gdpPercap=%{x}
lifeExp=%{y}
pop=%{customdata[0]}", "hovertext": [ "Afghanistan", "Bahrain", "Bangladesh", "Cambodia", "China", "Hong Kong, China", "India", "Indonesia", "Iran", "Iraq", "Israel", "Japan", "Jordan", "Korea, Dem. Rep.", "Korea, Rep.", "Kuwait", "Lebanon", "Malaysia", "Mongolia", "Myanmar", "Nepal", "Oman", "Pakistan", "Philippines", "Saudi Arabia", "Singapore", "Sri Lanka", "Syria", "Taiwan", "Thailand", "Vietnam", "West Bank and Gaza", "Yemen, Rep." ], "legendgroup": "Asia", "marker": { "color": "#636efa", "size": [ 10267083, 171863, 56839289, 6083619, 665770000, 3305200, 454000000, 99028000, 22874000, 7240260, 2310904, 95831757, 933559, 10917494, 26420307, 358266, 1886848, 8906385, 1010280, 23634436, 10332057, 628164, 53100671, 30325264, 4943029, 1750200, 10421936, 4834621, 11918938, 29263397, 33796140, 1133134, 6120081 ], "sizemode": "area", "sizeref": 824176.935, "symbol": "circle" }, "mode": "markers", "name": "Asia", "orientation": "v", "showlegend": true, "type": "scatter", "x": [ 853.1007099999999, 12753.27514, 686.3415537999999, 496.9136476, 487.6740183, 4692.648271999999, 658.3471509, 849.2897700999999, 4187.329802, 8341.737815, 7105.630706, 6576.649461, 2348.009158, 1621.693598, 1536.3443869999999, 95458.11176, 5714.560611, 2036.8849440000001, 1056.353958, 388, 652.3968593, 2924.638113, 803.3427418, 1649.5521529999999, 11626.41975, 3674.735572, 1074.4719599999999, 2193.037133, 1822.879028, 1002.1991720000001, 772.0491602000001, 2198.9563120000003, 825.6232006 ], "xaxis": "x", "y": [ 31.997, 56.923, 41.216, 43.415, 44.50136, 67.65, 43.605, 42.518, 49.325, 51.457, 69.39, 68.73, 48.126000000000005, 56.656000000000006, 55.292, 60.47, 62.093999999999994, 55.736999999999995, 48.251000000000005, 45.108000000000004, 39.393, 43.165, 47.67, 54.757, 45.913999999999994, 65.798, 62.192, 50.305, 65.2, 56.06100000000001, 45.363, 48.126999999999995, 35.18 ], "yaxis": "y" }, { "customdata": [ [ 1728137 ], [ 7129864 ], [ 9218400 ], [ 3349000 ], [ 8012946 ], [ 4076557 ], [ 9620282 ], [ 4646899 ], [ 4491443 ], [ 47124000 ], [ 73739117 ], [ 8448233 ], [ 10063000 ], [ 182053 ], [ 2830000 ], [ 50843200 ], [ 474528 ], [ 11805689 ], [ 3638919 ], [ 30329617 ], [ 9019800 ], [ 18680721 ], [ 7616060 ], [ 4237384 ], [ 1582962 ], [ 31158061 ], [ 7561588 ], [ 5666000 ], [ 29788695 ], [ 53292000 ] ], "hovertemplate": "%{hovertext}

continent=Europe
year=1962
gdpPercap=%{x}
lifeExp=%{y}
pop=%{customdata[0]}", "hovertext": [ "Albania", "Austria", "Belgium", "Bosnia and Herzegovina", "Bulgaria", "Croatia", "Czech Republic", "Denmark", "Finland", "France", "Germany", "Greece", "Hungary", "Iceland", "Ireland", "Italy", "Montenegro", "Netherlands", "Norway", "Poland", "Portugal", "Romania", "Serbia", "Slovak Republic", "Slovenia", "Spain", "Sweden", "Switzerland", "Turkey", "United Kingdom" ], "legendgroup": "Europe", "marker": { "color": "#EF553B", "size": [ 1728137, 7129864, 9218400, 3349000, 8012946, 4076557, 9620282, 4646899, 4491443, 47124000, 73739117, 8448233, 10063000, 182053, 2830000, 50843200, 474528, 11805689, 3638919, 30329617, 9019800, 18680721, 7616060, 4237384, 1582962, 31158061, 7561588, 5666000, 29788695, 53292000 ], "sizemode": "area", "sizeref": 824176.935, "symbol": "circle" }, "mode": "markers", "name": "Europe", "orientation": "v", "showlegend": true, "type": "scatter", "x": [ 2312.888958, 10750.721109999999, 10991.20676, 1709.683679, 4254.337839, 5477.890018, 10136.86713, 13583.31351, 9371.842561, 10560.48553, 12902.46291, 6017.190732999999, 7550.359877, 10350.15906, 6631.597314, 8243.58234, 4649.593785, 12790.849559999999, 13450.40151, 5338.752143, 4727.954889, 4734.9975859999995, 6289.629157, 7481.1075980000005, 7402.303395, 5693.843879, 12329.441920000001, 20431.0927, 2322.8699079999997, 12477.17707 ], "xaxis": "x", "y": [ 64.82, 69.54, 70.25, 61.93, 69.51, 67.13, 69.9, 72.35, 68.75, 70.51, 70.3, 69.51, 67.96, 73.68, 70.29, 69.24, 63.728, 73.23, 73.47, 67.64, 64.39, 66.8, 64.531, 70.33, 69.15, 69.69, 73.37, 71.32, 52.098, 70.76 ], "yaxis": "y" }, { "customdata": [ [ 11000948 ], [ 4826015 ], [ 2151895 ], [ 512764 ], [ 4919632 ], [ 2961915 ], [ 5793633 ], [ 1523478 ], [ 3150417 ], [ 191689 ], [ 17486434 ], [ 1047924 ], [ 3832408 ], [ 89898 ], [ 28173309 ], [ 249220 ], [ 1666618 ], [ 25145372 ], [ 455661 ], [ 374020 ], [ 7355248 ], [ 3140003 ], [ 627820 ], [ 8678557 ], [ 893143 ], [ 1112796 ], [ 1441863 ], [ 5703324 ], [ 3628608 ], [ 4690372 ], [ 1146757 ], [ 701016 ], [ 13056604 ], [ 7788944 ], [ 621392 ], [ 4076008 ], [ 41871351 ], [ 358900 ], [ 3051242 ], [ 65345 ], [ 3430243 ], [ 2467895 ], [ 3080153 ], [ 18356657 ], [ 11183227 ], [ 370006 ], [ 10863958 ], [ 1528098 ], [ 4286552 ], [ 7688797 ], [ 3421000 ], [ 4277736 ] ], "hovertemplate": "%{hovertext}

continent=Africa
year=1962
gdpPercap=%{x}
lifeExp=%{y}
pop=%{customdata[0]}", "hovertext": [ "Algeria", "Angola", "Benin", "Botswana", "Burkina Faso", "Burundi", "Cameroon", "Central African Republic", "Chad", "Comoros", "Congo, Dem. Rep.", "Congo, Rep.", "Cote d'Ivoire", "Djibouti", "Egypt", "Equatorial Guinea", "Eritrea", "Ethiopia", "Gabon", "Gambia", "Ghana", "Guinea", "Guinea-Bissau", "Kenya", "Lesotho", "Liberia", "Libya", "Madagascar", "Malawi", "Mali", "Mauritania", "Mauritius", "Morocco", "Mozambique", "Namibia", "Niger", "Nigeria", "Reunion", "Rwanda", "Sao Tome and Principe", "Senegal", "Sierra Leone", "Somalia", "South Africa", "Sudan", "Swaziland", "Tanzania", "Togo", "Tunisia", "Uganda", "Zambia", "Zimbabwe" ], "legendgroup": "Africa", "marker": { "color": "#00cc96", "size": [ 11000948, 4826015, 2151895, 512764, 4919632, 2961915, 5793633, 1523478, 3150417, 191689, 17486434, 1047924, 3832408, 89898, 28173309, 249220, 1666618, 25145372, 455661, 374020, 7355248, 3140003, 627820, 8678557, 893143, 1112796, 1441863, 5703324, 3628608, 4690372, 1146757, 701016, 13056604, 7788944, 621392, 4076008, 41871351, 358900, 3051242, 65345, 3430243, 2467895, 3080153, 18356657, 11183227, 370006, 10863958, 1528098, 4286552, 7688797, 3421000, 4277736 ], "sizemode": "area", "sizeref": 824176.935, "symbol": "circle" }, "mode": "markers", "name": "Africa", "orientation": "v", "showlegend": true, "type": "scatter", "x": [ 2550.81688, 4269.276742, 949.4990641, 983.6539764, 722.5120206, 355.2032273, 1399.607441, 1193.068753, 1389.817618, 1406.648278, 896.3146335000001, 2464.783157, 1728.8694280000002, 3020.989263, 1693.335853, 582.8419713999999, 380.99584330000005, 419.4564161, 6631.4592219999995, 599.650276, 1190.0411179999999, 686.3736739, 522.0343725, 896.9663732, 411.80062660000004, 634.1951625, 6757.0308159999995, 1643.38711, 427.90108560000004, 496.17434280000003, 1055.8960359999999, 2529.0674870000003, 1566.353493, 556.6863539, 3173.215595, 997.7661127, 1150.9274779999998, 3173.72334, 597.4730727000001, 1071.551119, 1654.988723, 1116.6398769999998, 1369.488336, 5768.729717, 1959.593767, 1856.182125, 722.0038073, 1067.5348099999999, 1660.30321, 767.2717397999999, 1452.725766, 527.2721818 ], "xaxis": "x", "y": [ 48.303000000000004, 34, 42.618, 51.52, 37.814, 42.045, 42.643, 39.475, 41.716, 44.467, 42.122, 48.435, 44.93, 39.693000000000005, 46.992, 37.485, 40.158, 40.059, 40.489000000000004, 33.896, 46.452, 35.753, 34.488, 47.949, 47.747, 40.501999999999995, 47.808, 40.848, 38.41, 36.936, 44.248000000000005, 60.246, 47.924, 36.161, 48.386, 39.486999999999995, 39.36, 57.666000000000004, 43, 51.893, 41.45399999999999, 32.766999999999996, 36.981, 49.951, 40.87, 44.992, 44.246, 43.922, 49.57899999999999, 45.343999999999994, 46.023, 52.358000000000004 ], "yaxis": "y" }, { "customdata": [ [ 21283783 ], [ 3593918 ], [ 76039390 ], [ 18985849 ], [ 7961258 ], [ 17009885 ], [ 1345187 ], [ 7254373 ], [ 3453434 ], [ 4681707 ], [ 2747687 ], [ 4208858 ], [ 3880130 ], [ 2090162 ], [ 1665128 ], [ 41121485 ], [ 1590597 ], [ 1215725 ], [ 2009813 ], [ 10516500 ], [ 2448046 ], [ 887498 ], [ 186538000 ], [ 2598466 ], [ 8143375 ] ], "hovertemplate": "%{hovertext}

continent=Americas
year=1962
gdpPercap=%{x}
lifeExp=%{y}
pop=%{customdata[0]}", "hovertext": [ "Argentina", "Bolivia", "Brazil", "Canada", "Chile", "Colombia", "Costa Rica", "Cuba", "Dominican Republic", "Ecuador", "El Salvador", "Guatemala", "Haiti", "Honduras", "Jamaica", "Mexico", "Nicaragua", "Panama", "Paraguay", "Peru", "Puerto Rico", "Trinidad and Tobago", "United States", "Uruguay", "Venezuela" ], "legendgroup": "Americas", "marker": { "color": "#ab63fa", "size": [ 21283783, 3593918, 76039390, 18985849, 7961258, 17009885, 1345187, 7254373, 3453434, 4681707, 2747687, 4208858, 3880130, 2090162, 1665128, 41121485, 1590597, 1215725, 2009813, 10516500, 2448046, 887498, 186538000, 2598466, 8143375 ], "sizemode": "area", "sizeref": 824176.935, "symbol": "circle" }, "mode": "markers", "name": "Americas", "orientation": "v", "showlegend": true, "type": "scatter", "x": [ 7133.166023000001, 2180.972546, 3336.585802, 13462.48555, 4519.094331, 2492.351109, 3460.937025, 5180.75591, 1662.137359, 4086.114078, 3776.8036270000002, 2750.364446, 1796.589032, 2291.1568350000002, 5246.107524, 4581.609385, 3634.364406, 3536.540301, 2148.027146, 4957.037982, 5108.34463, 4997.5239710000005, 16173.145859999999, 5603.357717, 8422.974165000001 ], "xaxis": "x", "y": [ 65.142, 43.428000000000004, 55.665, 71.3, 57.924, 57.863, 62.842, 65.24600000000001, 53.458999999999996, 54.64, 52.306999999999995, 46.95399999999999, 43.59, 48.041000000000004, 65.61, 58.299, 48.632, 61.817, 64.361, 49.096000000000004, 69.62, 64.9, 70.21, 68.253, 60.77 ], "yaxis": "y" }, { "customdata": [ [ 10794968 ], [ 2488550 ] ], "hovertemplate": "%{hovertext}

continent=Oceania
year=1962
gdpPercap=%{x}
lifeExp=%{y}
pop=%{customdata[0]}", "hovertext": [ "Australia", "New Zealand" ], "legendgroup": "Oceania", "marker": { "color": "#FFA15A", "size": [ 10794968, 2488550 ], "sizemode": "area", "sizeref": 824176.935, "symbol": "circle" }, "mode": "markers", "name": "Oceania", "orientation": "v", "showlegend": true, "type": "scatter", "x": [ 12217.226859999999, 13175.678 ], "xaxis": "x", "y": [ 70.93, 71.24 ], "yaxis": "y" } ], "name": "1962" }, { "data": [ { "customdata": [ [ 11537966 ], [ 202182 ], [ 62821884 ], [ 6960067 ], [ 754550000 ], [ 3722800 ], [ 506000000 ], [ 109343000 ], [ 26538000 ], [ 8519282 ], [ 2693585 ], [ 100825279 ], [ 1255058 ], [ 12617009 ], [ 30131000 ], [ 575003 ], [ 2186894 ], [ 10154878 ], [ 1149500 ], [ 25870271 ], [ 11261690 ], [ 714775 ], [ 60641899 ], [ 35356600 ], [ 5618198 ], [ 1977600 ], [ 11737396 ], [ 5680812 ], [ 13648692 ], [ 34024249 ], [ 39463910 ], [ 1142636 ], [ 6740785 ] ], "hovertemplate": "%{hovertext}

continent=Asia
year=1967
gdpPercap=%{x}
lifeExp=%{y}
pop=%{customdata[0]}", "hovertext": [ "Afghanistan", "Bahrain", "Bangladesh", "Cambodia", "China", "Hong Kong, China", "India", "Indonesia", "Iran", "Iraq", "Israel", "Japan", "Jordan", "Korea, Dem. Rep.", "Korea, Rep.", "Kuwait", "Lebanon", "Malaysia", "Mongolia", "Myanmar", "Nepal", "Oman", "Pakistan", "Philippines", "Saudi Arabia", "Singapore", "Sri Lanka", "Syria", "Taiwan", "Thailand", "Vietnam", "West Bank and Gaza", "Yemen, Rep." ], "legendgroup": "Asia", "marker": { "color": "#636efa", "size": [ 11537966, 202182, 62821884, 6960067, 754550000, 3722800, 506000000, 109343000, 26538000, 8519282, 2693585, 100825279, 1255058, 12617009, 30131000, 575003, 2186894, 10154878, 1149500, 25870271, 11261690, 714775, 60641899, 35356600, 5618198, 1977600, 11737396, 5680812, 13648692, 34024249, 39463910, 1142636, 6740785 ], "sizemode": "area", "sizeref": 824176.935, "symbol": "circle" }, "mode": "markers", "name": "Asia", "orientation": "v", "showlegend": true, "type": "scatter", "x": [ 836.1971382, 14804.6727, 721.1860862000001, 523.4323142, 612.7056934, 6197.962814, 700.7706107000001, 762.4317721, 5906.731804999999, 8931.459811, 8393.741404, 9847.788606999999, 2741.796252, 2143.540609, 2029.2281420000002, 80894.88326, 6006.983042, 2277.742396, 1226.04113, 349, 676.4422254, 4720.942687, 942.4082588, 1814.12743, 16903.04886, 4977.41854, 1135.514326, 1881.923632, 2643.8586809999997, 1295.46066, 637.1232887, 2649.7150070000002, 862.4421463 ], "xaxis": "x", "y": [ 34.02, 59.923, 43.453, 45.415, 58.381119999999996, 70, 47.193000000000005, 45.964, 52.468999999999994, 54.458999999999996, 70.75, 71.43, 51.629, 59.942, 57.716, 64.624, 63.87, 59.371, 51.253, 49.379, 41.472, 46.988, 49.8, 56.393, 49.901, 67.946, 64.266, 53.655, 67.5, 58.285, 47.838, 51.631, 36.984 ], "yaxis": "y" }, { "customdata": [ [ 1984060 ], [ 7376998 ], [ 9556500 ], [ 3585000 ], [ 8310226 ], [ 4174366 ], [ 9835109 ], [ 4838800 ], [ 4605744 ], [ 49569000 ], [ 76368453 ], [ 8716441 ], [ 10223422 ], [ 198676 ], [ 2900100 ], [ 52667100 ], [ 501035 ], [ 12596822 ], [ 3786019 ], [ 31785378 ], [ 9103000 ], [ 19284814 ], [ 7971222 ], [ 4442238 ], [ 1646912 ], [ 32850275 ], [ 7867931 ], [ 6063000 ], [ 33411317 ], [ 54959000 ] ], "hovertemplate": "%{hovertext}

continent=Europe
year=1967
gdpPercap=%{x}
lifeExp=%{y}
pop=%{customdata[0]}", "hovertext": [ "Albania", "Austria", "Belgium", "Bosnia and Herzegovina", "Bulgaria", "Croatia", "Czech Republic", "Denmark", "Finland", "France", "Germany", "Greece", "Hungary", "Iceland", "Ireland", "Italy", "Montenegro", "Netherlands", "Norway", "Poland", "Portugal", "Romania", "Serbia", "Slovak Republic", "Slovenia", "Spain", "Sweden", "Switzerland", "Turkey", "United Kingdom" ], "legendgroup": "Europe", "marker": { "color": "#EF553B", "size": [ 1984060, 7376998, 9556500, 3585000, 8310226, 4174366, 9835109, 4838800, 4605744, 49569000, 76368453, 8716441, 10223422, 198676, 2900100, 52667100, 501035, 12596822, 3786019, 31785378, 9103000, 19284814, 7971222, 4442238, 1646912, 32850275, 7867931, 6063000, 33411317, 54959000 ], "sizemode": "area", "sizeref": 824176.935, "symbol": "circle" }, "mode": "markers", "name": "Europe", "orientation": "v", "showlegend": true, "type": "scatter", "x": [ 2760.196931, 12834.6024, 13149.04119, 2172.3524230000003, 5577.0028, 6960.297861, 11399.44489, 15937.21123, 10921.63626, 12999.91766, 14745.62561, 8513.097016, 9326.64467, 13319.89568, 7655.568963, 10022.40131, 5907.850937, 15363.25136, 16361.87647, 6557.152776, 6361.517993, 6470.866545, 7991.707066, 8412.902397, 9405.489397, 7993.512294, 15258.29697, 22966.14432, 2826.3563870000003, 14142.85089 ], "xaxis": "x", "y": [ 66.22, 70.14, 70.94, 64.79, 70.42, 68.5, 70.38, 72.96, 69.83, 71.55, 70.8, 71, 69.5, 73.73, 71.08, 71.06, 67.178, 73.82, 74.08, 69.61, 66.6, 66.8, 66.914, 70.98, 69.18, 71.44, 74.16, 72.77, 54.336000000000006, 71.36 ], "yaxis": "y" }, { "customdata": [ [ 12760499 ], [ 5247469 ], [ 2427334 ], [ 553541 ], [ 5127935 ], [ 3330989 ], [ 6335506 ], [ 1733638 ], [ 3495967 ], [ 217378 ], [ 19941073 ], [ 1179760 ], [ 4744870 ], [ 127617 ], [ 31681188 ], [ 259864 ], [ 1820319 ], [ 27860297 ], [ 489004 ], [ 439593 ], [ 8490213 ], [ 3451418 ], [ 601287 ], [ 10191512 ], [ 996380 ], [ 1279406 ], [ 1759224 ], [ 6334556 ], [ 4147252 ], [ 5212416 ], [ 1230542 ], [ 789309 ], [ 14770296 ], [ 8680909 ], [ 706640 ], [ 4534062 ], [ 47287752 ], [ 414024 ], [ 3451079 ], [ 70787 ], [ 3965841 ], [ 2662190 ], [ 3428839 ], [ 20997321 ], [ 12716129 ], [ 420690 ], [ 12607312 ], [ 1735550 ], [ 4786986 ], [ 8900294 ], [ 3900000 ], [ 4995432 ] ], "hovertemplate": "%{hovertext}

continent=Africa
year=1967
gdpPercap=%{x}
lifeExp=%{y}
pop=%{customdata[0]}", "hovertext": [ "Algeria", "Angola", "Benin", "Botswana", "Burkina Faso", "Burundi", "Cameroon", "Central African Republic", "Chad", "Comoros", "Congo, Dem. Rep.", "Congo, Rep.", "Cote d'Ivoire", "Djibouti", "Egypt", "Equatorial Guinea", "Eritrea", "Ethiopia", "Gabon", "Gambia", "Ghana", "Guinea", "Guinea-Bissau", "Kenya", "Lesotho", "Liberia", "Libya", "Madagascar", "Malawi", "Mali", "Mauritania", "Mauritius", "Morocco", "Mozambique", "Namibia", "Niger", "Nigeria", "Reunion", "Rwanda", "Sao Tome and Principe", "Senegal", "Sierra Leone", "Somalia", "South Africa", "Sudan", "Swaziland", "Tanzania", "Togo", "Tunisia", "Uganda", "Zambia", "Zimbabwe" ], "legendgroup": "Africa", "marker": { "color": "#00cc96", "size": [ 12760499, 5247469, 2427334, 553541, 5127935, 3330989, 6335506, 1733638, 3495967, 217378, 19941073, 1179760, 4744870, 127617, 31681188, 259864, 1820319, 27860297, 489004, 439593, 8490213, 3451418, 601287, 10191512, 996380, 1279406, 1759224, 6334556, 4147252, 5212416, 1230542, 789309, 14770296, 8680909, 706640, 4534062, 47287752, 414024, 3451079, 70787, 3965841, 2662190, 3428839, 20997321, 12716129, 420690, 12607312, 1735550, 4786986, 8900294, 3900000, 4995432 ], "sizemode": "area", "sizeref": 824176.935, "symbol": "circle" }, "mode": "markers", "name": "Africa", "orientation": "v", "showlegend": true, "type": "scatter", "x": [ 3246.991771, 5522.776375, 1035.831411, 1214.709294, 794.8265597, 412.97751360000007, 1508.453148, 1136.056615, 1196.810565, 1876.029643, 861.5932424, 2677.9396420000003, 2052.0504730000002, 3020.0505129999997, 1814.880728, 915.5960025, 468.7949699, 516.1186438, 8358.761987, 734.7829124, 1125.69716, 708.7595409, 715.5806402000001, 1056.736457, 498.63902649999994, 713.6036482999999, 18772.75169, 1634.047282, 495.5147806, 545.0098873, 1421.145193, 2475.387562, 1711.04477, 566.6691539, 3793.694753, 1054.384891, 1014.5141039999999, 4021.1757390000002, 510.9637142, 1384.840593, 1612.404632, 1206.043465, 1284.7331800000002, 7114.477970999999, 1687.997641, 2613.1016649999997, 848.2186575, 1477.59676, 1932.3601670000003, 908.9185217, 1777.0773179999999, 569.7950712 ], "xaxis": "x", "y": [ 51.407, 35.985, 44.885, 53.298, 40.696999999999996, 43.548, 44.799, 41.478, 43.601000000000006, 46.472, 44.056000000000004, 52.04, 47.35, 42.074, 49.293, 38.986999999999995, 42.18899999999999, 42.115, 44.598, 35.857, 48.071999999999996, 37.196999999999996, 35.492, 50.653999999999996, 48.492, 41.536, 50.227, 42.881, 39.486999999999995, 38.486999999999995, 46.288999999999994, 61.556999999999995, 50.335, 38.113, 51.159, 40.118, 41.04, 60.542, 44.1, 54.425, 43.563, 34.113, 38.977, 51.927, 42.858000000000004, 46.633, 45.757, 46.769, 52.053000000000004, 48.051, 47.768, 53.995 ], "yaxis": "y" }, { "customdata": [ [ 22934225 ], [ 4040665 ], [ 88049823 ], [ 20819767 ], [ 8858908 ], [ 19764027 ], [ 1588717 ], [ 8139332 ], [ 4049146 ], [ 5432424 ], [ 3232927 ], [ 4690773 ], [ 4318137 ], [ 2500689 ], [ 1861096 ], [ 47995559 ], [ 1865490 ], [ 1405486 ], [ 2287985 ], [ 12132200 ], [ 2648961 ], [ 960155 ], [ 198712000 ], [ 2748579 ], [ 9709552 ] ], "hovertemplate": "%{hovertext}

continent=Americas
year=1967
gdpPercap=%{x}
lifeExp=%{y}
pop=%{customdata[0]}", "hovertext": [ "Argentina", "Bolivia", "Brazil", "Canada", "Chile", "Colombia", "Costa Rica", "Cuba", "Dominican Republic", "Ecuador", "El Salvador", "Guatemala", "Haiti", "Honduras", "Jamaica", "Mexico", "Nicaragua", "Panama", "Paraguay", "Peru", "Puerto Rico", "Trinidad and Tobago", "United States", "Uruguay", "Venezuela" ], "legendgroup": "Americas", "marker": { "color": "#ab63fa", "size": [ 22934225, 4040665, 88049823, 20819767, 8858908, 19764027, 1588717, 8139332, 4049146, 5432424, 3232927, 4690773, 4318137, 2500689, 1861096, 47995559, 1865490, 1405486, 2287985, 12132200, 2648961, 960155, 198712000, 2748579, 9709552 ], "sizemode": "area", "sizeref": 824176.935, "symbol": "circle" }, "mode": "markers", "name": "Americas", "orientation": "v", "showlegend": true, "type": "scatter", "x": [ 8052.953020999999, 2586.886053, 3429.864357, 16076.58803, 5106.654313, 2678.729839, 4161.727834, 5690.268015, 1653.7230029999998, 4579.074215, 4358.595393, 3242.5311469999997, 1452.057666, 2538.269358, 6124.703450999999, 5754.733883, 4643.393534000001, 4421.009084, 2299.376311, 5788.09333, 6929.277714, 5621.368472, 19530.365569999998, 5444.61962, 9541.474188 ], "xaxis": "x", "y": [ 65.634, 45.032, 57.632, 72.13, 60.523, 59.963, 65.42399999999999, 68.29, 56.751000000000005, 56.678000000000004, 55.855, 50.016000000000005, 46.243, 50.924, 67.51, 60.11, 51.88399999999999, 64.071, 64.95100000000001, 51.445, 71.1, 65.4, 70.76, 68.468, 63.479 ], "yaxis": "y" }, { "customdata": [ [ 11872264 ], [ 2728150 ] ], "hovertemplate": "%{hovertext}

continent=Oceania
year=1967
gdpPercap=%{x}
lifeExp=%{y}
pop=%{customdata[0]}", "hovertext": [ "Australia", "New Zealand" ], "legendgroup": "Oceania", "marker": { "color": "#FFA15A", "size": [ 11872264, 2728150 ], "sizemode": "area", "sizeref": 824176.935, "symbol": "circle" }, "mode": "markers", "name": "Oceania", "orientation": "v", "showlegend": true, "type": "scatter", "x": [ 14526.12465, 14463.918930000002 ], "xaxis": "x", "y": [ 71.1, 71.52 ], "yaxis": "y" } ], "name": "1967" }, { "data": [ { "customdata": [ [ 13079460 ], [ 230800 ], [ 70759295 ], [ 7450606 ], [ 862030000 ], [ 4115700 ], [ 567000000 ], [ 121282000 ], [ 30614000 ], [ 10061506 ], [ 3095893 ], [ 107188273 ], [ 1613551 ], [ 14781241 ], [ 33505000 ], [ 841934 ], [ 2680018 ], [ 11441462 ], [ 1320500 ], [ 28466390 ], [ 12412593 ], [ 829050 ], [ 69325921 ], [ 40850141 ], [ 6472756 ], [ 2152400 ], [ 13016733 ], [ 6701172 ], [ 15226039 ], [ 39276153 ], [ 44655014 ], [ 1089572 ], [ 7407075 ] ], "hovertemplate": "%{hovertext}

continent=Asia
year=1972
gdpPercap=%{x}
lifeExp=%{y}
pop=%{customdata[0]}", "hovertext": [ "Afghanistan", "Bahrain", "Bangladesh", "Cambodia", "China", "Hong Kong, China", "India", "Indonesia", "Iran", "Iraq", "Israel", "Japan", "Jordan", "Korea, Dem. Rep.", "Korea, Rep.", "Kuwait", "Lebanon", "Malaysia", "Mongolia", "Myanmar", "Nepal", "Oman", "Pakistan", "Philippines", "Saudi Arabia", "Singapore", "Sri Lanka", "Syria", "Taiwan", "Thailand", "Vietnam", "West Bank and Gaza", "Yemen, Rep." ], "legendgroup": "Asia", "marker": { "color": "#636efa", "size": [ 13079460, 230800, 70759295, 7450606, 862030000, 4115700, 567000000, 121282000, 30614000, 10061506, 3095893, 107188273, 1613551, 14781241, 33505000, 841934, 2680018, 11441462, 1320500, 28466390, 12412593, 829050, 69325921, 40850141, 6472756, 2152400, 13016733, 6701172, 15226039, 39276153, 44655014, 1089572, 7407075 ], "sizemode": "area", "sizeref": 824176.935, "symbol": "circle" }, "mode": "markers", "name": "Asia", "orientation": "v", "showlegend": true, "type": "scatter", "x": [ 739.9811057999999, 18268.65839, 630.2336265, 421.6240257, 676.9000921, 8315.928145, 724.032527, 1111.107907, 9613.818607, 9576.037596, 12786.93223, 14778.78636, 2110.856309, 3701.6215030000003, 3030.87665, 109347.867, 7486.384341, 2849.09478, 1421.741975, 357, 674.7881296, 10618.03855, 1049.938981, 1989.3740699999998, 24837.42865, 8597.756202, 1213.39553, 2571.423014, 4062.523897, 1524.3589359999999, 699.5016441, 3133.4092769999997, 1265.047031 ], "xaxis": "x", "y": [ 36.088, 63.3, 45.251999999999995, 40.317, 63.118880000000004, 72, 50.651, 49.203, 55.233999999999995, 56.95, 71.63, 73.42, 56.528, 63.983000000000004, 62.611999999999995, 67.712, 65.421, 63.01, 53.754, 53.07, 43.971000000000004, 52.143, 51.928999999999995, 58.065, 53.886, 69.521, 65.042, 57.29600000000001, 69.39, 60.405, 50.254, 56.532, 39.848 ], "yaxis": "y" }, { "customdata": [ [ 2263554 ], [ 7544201 ], [ 9709100 ], [ 3819000 ], [ 8576200 ], [ 4225310 ], [ 9862158 ], [ 4991596 ], [ 4639657 ], [ 51732000 ], [ 78717088 ], [ 8888628 ], [ 10394091 ], [ 209275 ], [ 3024400 ], [ 54365564 ], [ 527678 ], [ 13329874 ], [ 3933004 ], [ 33039545 ], [ 8970450 ], [ 20662648 ], [ 8313288 ], [ 4593433 ], [ 1694510 ], [ 34513161 ], [ 8122293 ], [ 6401400 ], [ 37492953 ], [ 56079000 ] ], "hovertemplate": "%{hovertext}

continent=Europe
year=1972
gdpPercap=%{x}
lifeExp=%{y}
pop=%{customdata[0]}", "hovertext": [ "Albania", "Austria", "Belgium", "Bosnia and Herzegovina", "Bulgaria", "Croatia", "Czech Republic", "Denmark", "Finland", "France", "Germany", "Greece", "Hungary", "Iceland", "Ireland", "Italy", "Montenegro", "Netherlands", "Norway", "Poland", "Portugal", "Romania", "Serbia", "Slovak Republic", "Slovenia", "Spain", "Sweden", "Switzerland", "Turkey", "United Kingdom" ], "legendgroup": "Europe", "marker": { "color": "#EF553B", "size": [ 2263554, 7544201, 9709100, 3819000, 8576200, 4225310, 9862158, 4991596, 4639657, 51732000, 78717088, 8888628, 10394091, 209275, 3024400, 54365564, 527678, 13329874, 3933004, 33039545, 8970450, 20662648, 8313288, 4593433, 1694510, 34513161, 8122293, 6401400, 37492953, 56079000 ], "sizemode": "area", "sizeref": 824176.935, "symbol": "circle" }, "mode": "markers", "name": "Europe", "orientation": "v", "showlegend": true, "type": "scatter", "x": [ 3313.422188, 16661.6256, 16672.14356, 2860.16975, 6597.494398, 9164.090127, 13108.4536, 18866.20721, 14358.8759, 16107.19171, 18016.180269999997, 12724.82957, 10168.65611, 15798.063619999999, 9530.772895999999, 12269.27378, 7778.414017, 18794.74567, 18965.05551, 8006.506993000001, 9022.247417, 8011.414401999999, 10522.067490000001, 9674.167626, 12383.4862, 10638.75131, 17832.02464, 27195.113039999997, 3450.69638, 15895.116409999999 ], "xaxis": "x", "y": [ 67.69, 70.63, 71.44, 67.45, 70.9, 69.61, 70.29, 73.47, 70.87, 72.38, 71, 72.34, 69.76, 74.46, 71.28, 72.19, 70.63600000000001, 73.75, 74.34, 70.85, 69.26, 69.21, 68.7, 70.35, 69.82, 73.06, 74.72, 73.78, 57.005, 72.01 ], "yaxis": "y" }, { "customdata": [ [ 14760787 ], [ 5894858 ], [ 2761407 ], [ 619351 ], [ 5433886 ], [ 3529983 ], [ 7021028 ], [ 1927260 ], [ 3899068 ], [ 250027 ], [ 23007669 ], [ 1340458 ], [ 6071696 ], [ 178848 ], [ 34807417 ], [ 277603 ], [ 2260187 ], [ 30770372 ], [ 537977 ], [ 517101 ], [ 9354120 ], [ 3811387 ], [ 625361 ], [ 12044785 ], [ 1116779 ], [ 1482628 ], [ 2183877 ], [ 7082430 ], [ 4730997 ], [ 5828158 ], [ 1332786 ], [ 851334 ], [ 16660670 ], [ 9809596 ], [ 821782 ], [ 5060262 ], [ 53740085 ], [ 461633 ], [ 3992121 ], [ 76595 ], [ 4588696 ], [ 2879013 ], [ 3840161 ], [ 23935810 ], [ 14597019 ], [ 480105 ], [ 14706593 ], [ 2056351 ], [ 5303507 ], [ 10190285 ], [ 4506497 ], [ 5861135 ] ], "hovertemplate": "%{hovertext}

continent=Africa
year=1972
gdpPercap=%{x}
lifeExp=%{y}
pop=%{customdata[0]}", "hovertext": [ "Algeria", "Angola", "Benin", "Botswana", "Burkina Faso", "Burundi", "Cameroon", "Central African Republic", "Chad", "Comoros", "Congo, Dem. Rep.", "Congo, Rep.", "Cote d'Ivoire", "Djibouti", "Egypt", "Equatorial Guinea", "Eritrea", "Ethiopia", "Gabon", "Gambia", "Ghana", "Guinea", "Guinea-Bissau", "Kenya", "Lesotho", "Liberia", "Libya", "Madagascar", "Malawi", "Mali", "Mauritania", "Mauritius", "Morocco", "Mozambique", "Namibia", "Niger", "Nigeria", "Reunion", "Rwanda", "Sao Tome and Principe", "Senegal", "Sierra Leone", "Somalia", "South Africa", "Sudan", "Swaziland", "Tanzania", "Togo", "Tunisia", "Uganda", "Zambia", "Zimbabwe" ], "legendgroup": "Africa", "marker": { "color": "#00cc96", "size": [ 14760787, 5894858, 2761407, 619351, 5433886, 3529983, 7021028, 1927260, 3899068, 250027, 23007669, 1340458, 6071696, 178848, 34807417, 277603, 2260187, 30770372, 537977, 517101, 9354120, 3811387, 625361, 12044785, 1116779, 1482628, 2183877, 7082430, 4730997, 5828158, 1332786, 851334, 16660670, 9809596, 821782, 5060262, 53740085, 461633, 3992121, 76595, 4588696, 2879013, 3840161, 23935810, 14597019, 480105, 14706593, 2056351, 5303507, 10190285, 4506497, 5861135 ], "sizemode": "area", "sizeref": 824176.935, "symbol": "circle" }, "mode": "markers", "name": "Africa", "orientation": "v", "showlegend": true, "type": "scatter", "x": [ 4182.663766, 5473.288004999999, 1085.796879, 2263.6111140000003, 854.7359763000001, 464.0995039, 1684.1465280000002, 1070.013275, 1104.103987, 1937.577675, 904.8960685000001, 3213.152683, 2378.201111, 3694.2123520000005, 2024.0081469999998, 672.4122571, 514.3242081999999, 566.2439442000001, 11401.948409999999, 756.0868363, 1178.223708, 741.6662307, 820.2245876000001, 1222.359968, 496.58159220000005, 803.0054535, 21011.497209999998, 1748.562982, 584.6219709, 581.3688761, 1586.851781, 2575.4841579999998, 1930.194975, 724.9178037, 3746.080948, 954.2092363, 1698.3888379999999, 5047.658563, 590.5806637999999, 1532.985254, 1597.712056, 1353.759762, 1254.576127, 7765.962636, 1659.652775, 3364.836625, 915.9850592, 1649.660188, 2753.2859940000003, 950.735869, 1773.498265, 799.3621757999999 ], "xaxis": "x", "y": [ 54.518, 37.928000000000004, 47.013999999999996, 56.023999999999994, 43.591, 44.056999999999995, 47.049, 43.457, 45.568999999999996, 48.943999999999996, 45.989, 54.907, 49.801, 44.36600000000001, 51.137, 40.516, 44.141999999999996, 43.515, 48.69, 38.308, 49.875, 38.842, 36.486, 53.559, 49.766999999999996, 42.614, 52.773, 44.851000000000006, 41.766000000000005, 39.977, 48.437, 62.943999999999996, 52.861999999999995, 40.328, 53.867, 40.546, 42.821000000000005, 64.274, 44.6, 56.48, 45.815, 35.4, 40.973, 53.696000000000005, 45.083, 49.552, 47.62, 49.75899999999999, 55.602, 51.016000000000005, 50.107, 55.635 ], "yaxis": "y" }, { "customdata": [ [ 24779799 ], [ 4565872 ], [ 100840058 ], [ 22284500 ], [ 9717524 ], [ 22542890 ], [ 1834796 ], [ 8831348 ], [ 4671329 ], [ 6298651 ], [ 3790903 ], [ 5149581 ], [ 4698301 ], [ 2965146 ], [ 1997616 ], [ 55984294 ], [ 2182908 ], [ 1616384 ], [ 2614104 ], [ 13954700 ], [ 2847132 ], [ 975199 ], [ 209896000 ], [ 2829526 ], [ 11515649 ] ], "hovertemplate": "%{hovertext}

continent=Americas
year=1972
gdpPercap=%{x}
lifeExp=%{y}
pop=%{customdata[0]}", "hovertext": [ "Argentina", "Bolivia", "Brazil", "Canada", "Chile", "Colombia", "Costa Rica", "Cuba", "Dominican Republic", "Ecuador", "El Salvador", "Guatemala", "Haiti", "Honduras", "Jamaica", "Mexico", "Nicaragua", "Panama", "Paraguay", "Peru", "Puerto Rico", "Trinidad and Tobago", "United States", "Uruguay", "Venezuela" ], "legendgroup": "Americas", "marker": { "color": "#ab63fa", "size": [ 24779799, 4565872, 100840058, 22284500, 9717524, 22542890, 1834796, 8831348, 4671329, 6298651, 3790903, 5149581, 4698301, 2965146, 1997616, 55984294, 2182908, 1616384, 2614104, 13954700, 2847132, 975199, 209896000, 2829526, 11515649 ], "sizemode": "area", "sizeref": 824176.935, "symbol": "circle" }, "mode": "markers", "name": "Americas", "orientation": "v", "showlegend": true, "type": "scatter", "x": [ 9443.038526, 2980.331339, 4985.711467, 18970.57086, 5494.024437, 3264.660041, 5118.146939, 5305.445256, 2189.874499, 5280.99471, 4520.246008, 4031.4082710000002, 1654.456946, 2529.842345, 7433.889293000001, 6809.406690000001, 4688.593267, 5364.2496630000005, 2523.337977, 5937.827283, 9123.041742, 6619.551418999999, 21806.03594, 5703.408898, 10505.25966 ], "xaxis": "x", "y": [ 67.065, 46.714, 59.504, 72.88, 63.441, 61.623000000000005, 67.84899999999999, 70.723, 59.631, 58.79600000000001, 58.207, 53.738, 48.042, 53.88399999999999, 69, 62.361000000000004, 55.151, 66.21600000000001, 65.815, 55.448, 72.16, 65.9, 71.34, 68.673, 65.712 ], "yaxis": "y" }, { "customdata": [ [ 13177000 ], [ 2929100 ] ], "hovertemplate": "%{hovertext}

continent=Oceania
year=1972
gdpPercap=%{x}
lifeExp=%{y}
pop=%{customdata[0]}", "hovertext": [ "Australia", "New Zealand" ], "legendgroup": "Oceania", "marker": { "color": "#FFA15A", "size": [ 13177000, 2929100 ], "sizemode": "area", "sizeref": 824176.935, "symbol": "circle" }, "mode": "markers", "name": "Oceania", "orientation": "v", "showlegend": true, "type": "scatter", "x": [ 16788.62948, 16046.03728 ], "xaxis": "x", "y": [ 71.93, 71.89 ], "yaxis": "y" } ], "name": "1972" }, { "data": [ { "customdata": [ [ 14880372 ], [ 297410 ], [ 80428306 ], [ 6978607 ], [ 943455000 ], [ 4583700 ], [ 634000000 ], [ 136725000 ], [ 35480679 ], [ 11882916 ], [ 3495918 ], [ 113872473 ], [ 1937652 ], [ 16325320 ], [ 36436000 ], [ 1140357 ], [ 3115787 ], [ 12845381 ], [ 1528000 ], [ 31528087 ], [ 13933198 ], [ 1004533 ], [ 78152686 ], [ 46850962 ], [ 8128505 ], [ 2325300 ], [ 14116836 ], [ 7932503 ], [ 16785196 ], [ 44148285 ], [ 50533506 ], [ 1261091 ], [ 8403990 ] ], "hovertemplate": "%{hovertext}

continent=Asia
year=1977
gdpPercap=%{x}
lifeExp=%{y}
pop=%{customdata[0]}", "hovertext": [ "Afghanistan", "Bahrain", "Bangladesh", "Cambodia", "China", "Hong Kong, China", "India", "Indonesia", "Iran", "Iraq", "Israel", "Japan", "Jordan", "Korea, Dem. Rep.", "Korea, Rep.", "Kuwait", "Lebanon", "Malaysia", "Mongolia", "Myanmar", "Nepal", "Oman", "Pakistan", "Philippines", "Saudi Arabia", "Singapore", "Sri Lanka", "Syria", "Taiwan", "Thailand", "Vietnam", "West Bank and Gaza", "Yemen, Rep." ], "legendgroup": "Asia", "marker": { "color": "#636efa", "size": [ 14880372, 297410, 80428306, 6978607, 943455000, 4583700, 634000000, 136725000, 35480679, 11882916, 3495918, 113872473, 1937652, 16325320, 36436000, 1140357, 3115787, 12845381, 1528000, 31528087, 13933198, 1004533, 78152686, 46850962, 8128505, 2325300, 14116836, 7932503, 16785196, 44148285, 50533506, 1261091, 8403990 ], "sizemode": "area", "sizeref": 824176.935, "symbol": "circle" }, "mode": "markers", "name": "Asia", "orientation": "v", "showlegend": true, "type": "scatter", "x": [ 786.11336, 19340.10196, 659.8772322000001, 524.9721831999999, 741.2374699, 11186.14125, 813.3373230000001, 1382.702056, 11888.59508, 14688.235069999999, 13306.619209999999, 16610.37701, 2852.351568, 4106.301249, 4657.22102, 59265.477139999995, 8659.696836, 3827.9215710000003, 1647.511665, 371, 694.1124398, 11848.343920000001, 1175.921193, 2373.204287, 34167.7626, 11210.08948, 1348.775651, 3195.484582, 5596.519826, 1961.2246350000003, 713.5371196000001, 3682.8314939999996, 1829.765177 ], "xaxis": "x", "y": [ 38.438, 65.593, 46.923, 31.22, 63.96736, 73.6, 54.208, 52.702, 57.702, 60.413000000000004, 73.06, 75.38, 61.13399999999999, 67.15899999999999, 64.766, 69.343, 66.09899999999999, 65.256, 55.49100000000001, 56.059, 46.748000000000005, 57.367, 54.043, 60.06, 58.69, 70.795, 65.949, 61.195, 70.59, 62.494, 55.763999999999996, 60.765, 44.175 ], "yaxis": "y" }, { "customdata": [ [ 2509048 ], [ 7568430 ], [ 9821800 ], [ 4086000 ], [ 8797022 ], [ 4318673 ], [ 10161915 ], [ 5088419 ], [ 4738902 ], [ 53165019 ], [ 78160773 ], [ 9308479 ], [ 10637171 ], [ 221823 ], [ 3271900 ], [ 56059245 ], [ 560073 ], [ 13852989 ], [ 4043205 ], [ 34621254 ], [ 9662600 ], [ 21658597 ], [ 8686367 ], [ 4827803 ], [ 1746919 ], [ 36439000 ], [ 8251648 ], [ 6316424 ], [ 42404033 ], [ 56179000 ] ], "hovertemplate": "%{hovertext}

continent=Europe
year=1977
gdpPercap=%{x}
lifeExp=%{y}
pop=%{customdata[0]}", "hovertext": [ "Albania", "Austria", "Belgium", "Bosnia and Herzegovina", "Bulgaria", "Croatia", "Czech Republic", "Denmark", "Finland", "France", "Germany", "Greece", "Hungary", "Iceland", "Ireland", "Italy", "Montenegro", "Netherlands", "Norway", "Poland", "Portugal", "Romania", "Serbia", "Slovak Republic", "Slovenia", "Spain", "Sweden", "Switzerland", "Turkey", "United Kingdom" ], "legendgroup": "Europe", "marker": { "color": "#EF553B", "size": [ 2509048, 7568430, 9821800, 4086000, 8797022, 4318673, 10161915, 5088419, 4738902, 53165019, 78160773, 9308479, 10637171, 221823, 3271900, 56059245, 560073, 13852989, 4043205, 34621254, 9662600, 21658597, 8686367, 4827803, 1746919, 36439000, 8251648, 6316424, 42404033, 56179000 ], "sizemode": "area", "sizeref": 824176.935, "symbol": "circle" }, "mode": "markers", "name": "Europe", "orientation": "v", "showlegend": true, "type": "scatter", "x": [ 3533.0039100000004, 19749.4223, 19117.97448, 3528.481305, 7612.240438, 11305.38517, 14800.160619999999, 20422.9015, 15605.422830000001, 18292.635140000002, 20512.92123, 14195.524280000001, 11674.837370000001, 19654.96247, 11150.98113, 14255.98475, 9595.929904999999, 21209.0592, 23311.34939, 9508.141454, 10172.48572, 9356.39724, 12980.66956, 10922.664040000001, 15277.030169999998, 13236.92117, 18855.72521, 26982.29052, 4269.122326, 17428.74846 ], "xaxis": "x", "y": [ 68.93, 72.17, 72.8, 69.86, 70.81, 70.64, 70.71, 74.69, 72.52, 73.83, 72.5, 73.68, 69.95, 76.11, 72.03, 73.48, 73.066, 75.24, 75.37, 70.67, 70.41, 69.46, 70.3, 70.45, 70.97, 74.39, 75.44, 75.39, 59.507, 72.76 ], "yaxis": "y" }, { "customdata": [ [ 17152804 ], [ 6162675 ], [ 3168267 ], [ 781472 ], [ 5889574 ], [ 3834415 ], [ 7959865 ], [ 2167533 ], [ 4388260 ], [ 304739 ], [ 26480870 ], [ 1536769 ], [ 7459574 ], [ 228694 ], [ 38783863 ], [ 192675 ], [ 2512642 ], [ 34617799 ], [ 706367 ], [ 608274 ], [ 10538093 ], [ 4227026 ], [ 745228 ], [ 14500404 ], [ 1251524 ], [ 1703617 ], [ 2721783 ], [ 8007166 ], [ 5637246 ], [ 6491649 ], [ 1456688 ], [ 913025 ], [ 18396941 ], [ 11127868 ], [ 977026 ], [ 5682086 ], [ 62209173 ], [ 492095 ], [ 4657072 ], [ 86796 ], [ 5260855 ], [ 3140897 ], [ 4353666 ], [ 27129932 ], [ 17104986 ], [ 551425 ], [ 17129565 ], [ 2308582 ], [ 6005061 ], [ 11457758 ], [ 5216550 ], [ 6642107 ] ], "hovertemplate": "%{hovertext}

continent=Africa
year=1977
gdpPercap=%{x}
lifeExp=%{y}
pop=%{customdata[0]}", "hovertext": [ "Algeria", "Angola", "Benin", "Botswana", "Burkina Faso", "Burundi", "Cameroon", "Central African Republic", "Chad", "Comoros", "Congo, Dem. Rep.", "Congo, Rep.", "Cote d'Ivoire", "Djibouti", "Egypt", "Equatorial Guinea", "Eritrea", "Ethiopia", "Gabon", "Gambia", "Ghana", "Guinea", "Guinea-Bissau", "Kenya", "Lesotho", "Liberia", "Libya", "Madagascar", "Malawi", "Mali", "Mauritania", "Mauritius", "Morocco", "Mozambique", "Namibia", "Niger", "Nigeria", "Reunion", "Rwanda", "Sao Tome and Principe", "Senegal", "Sierra Leone", "Somalia", "South Africa", "Sudan", "Swaziland", "Tanzania", "Togo", "Tunisia", "Uganda", "Zambia", "Zimbabwe" ], "legendgroup": "Africa", "marker": { "color": "#00cc96", "size": [ 17152804, 6162675, 3168267, 781472, 5889574, 3834415, 7959865, 2167533, 4388260, 304739, 26480870, 1536769, 7459574, 228694, 38783863, 192675, 2512642, 34617799, 706367, 608274, 10538093, 4227026, 745228, 14500404, 1251524, 1703617, 2721783, 8007166, 5637246, 6491649, 1456688, 913025, 18396941, 11127868, 977026, 5682086, 62209173, 492095, 4657072, 86796, 5260855, 3140897, 4353666, 27129932, 17104986, 551425, 17129565, 2308582, 6005061, 11457758, 5216550, 6642107 ], "sizemode": "area", "sizeref": 824176.935, "symbol": "circle" }, "mode": "markers", "name": "Africa", "orientation": "v", "showlegend": true, "type": "scatter", "x": [ 4910.4167560000005, 3008.647355, 1029.161251, 3214.857818, 743.3870368, 556.1032651, 1783.432873, 1109.374338, 1133.98495, 1172.603047, 795.757282, 3259.178978, 2517.736547, 3081.7610219999997, 2785.493582, 958.5668124, 505.7538077, 556.8083834, 21745.57328, 884.7552507000001, 993.2239571, 874.6858642999999, 764.7259627999999, 1267.613204, 745.3695408, 640.3224382999999, 21951.21176, 1544.228586, 663.2236766, 686.3952693, 1497.492223, 3710.9829630000004, 2370.619976, 502.31973339999996, 3876.4859579999998, 808.8970727999999, 1981.9518059999998, 4319.804067, 670.0806011, 1737.561657, 1561.769116, 1348.285159, 1450.9925130000001, 8028.651439, 2202.9884230000002, 3781.410618, 962.4922932, 1532.776998, 3120.876811, 843.7331372000001, 1588.688299, 685.5876821 ], "xaxis": "x", "y": [ 58.013999999999996, 39.483000000000004, 49.19, 59.318999999999996, 46.137, 45.91, 49.355, 46.775, 47.383, 50.93899999999999, 47.803999999999995, 55.625, 52.373999999999995, 46.519, 53.318999999999996, 42.023999999999994, 44.535, 44.51, 52.79, 41.842, 51.756, 40.762, 37.465, 56.155, 52.208, 43.763999999999996, 57.442, 46.881, 43.766999999999996, 41.714, 50.852, 64.93, 55.73, 42.495, 56.437, 41.291000000000004, 44.513999999999996, 67.064, 45, 58.55, 48.879, 36.788000000000004, 41.974, 55.527, 47.8, 52.537, 49.919, 52.887, 59.836999999999996, 50.35, 51.386, 57.674 ], "yaxis": "y" }, { "customdata": [ [ 26983828 ], [ 5079716 ], [ 114313951 ], [ 23796400 ], [ 10599793 ], [ 25094412 ], [ 2108457 ], [ 9537988 ], [ 5302800 ], [ 7278866 ], [ 4282586 ], [ 5703430 ], [ 4908554 ], [ 3055235 ], [ 2156814 ], [ 63759976 ], [ 2554598 ], [ 1839782 ], [ 2984494 ], [ 15990099 ], [ 3080828 ], [ 1039009 ], [ 220239000 ], [ 2873520 ], [ 13503563 ] ], "hovertemplate": "%{hovertext}

continent=Americas
year=1977
gdpPercap=%{x}
lifeExp=%{y}
pop=%{customdata[0]}", "hovertext": [ "Argentina", "Bolivia", "Brazil", "Canada", "Chile", "Colombia", "Costa Rica", "Cuba", "Dominican Republic", "Ecuador", "El Salvador", "Guatemala", "Haiti", "Honduras", "Jamaica", "Mexico", "Nicaragua", "Panama", "Paraguay", "Peru", "Puerto Rico", "Trinidad and Tobago", "United States", "Uruguay", "Venezuela" ], "legendgroup": "Americas", "marker": { "color": "#ab63fa", "size": [ 26983828, 5079716, 114313951, 23796400, 10599793, 25094412, 2108457, 9537988, 5302800, 7278866, 4282586, 5703430, 4908554, 3055235, 2156814, 63759976, 2554598, 1839782, 2984494, 15990099, 3080828, 1039009, 220239000, 2873520, 13503563 ], "sizemode": "area", "sizeref": 824176.935, "symbol": "circle" }, "mode": "markers", "name": "Americas", "orientation": "v", "showlegend": true, "type": "scatter", "x": [ 10079.026740000001, 3548.097832, 6660.118654, 22090.88306, 4756.763836, 3815.80787, 5926.876967, 6380.494965999999, 2681.9889, 6679.62326, 5138.922374, 4879.992748, 1874.2989309999998, 3203.208066, 6650.195573, 7674.929108, 5486.371089, 5351.912144, 3248.373311, 6281.290854999999, 9770.524921, 7899.554209000001, 24072.63213, 6504.339663000001, 13143.95095 ], "xaxis": "x", "y": [ 68.48100000000001, 50.023, 61.489, 74.21, 67.05199999999999, 63.836999999999996, 70.75, 72.649, 61.788000000000004, 61.31, 56.696000000000005, 56.028999999999996, 49.923, 57.402, 70.11, 65.032, 57.47, 68.681, 66.35300000000001, 58.446999999999996, 73.44, 68.3, 73.38, 69.48100000000001, 67.456 ], "yaxis": "y" }, { "customdata": [ [ 14074100 ], [ 3164900 ] ], "hovertemplate": "%{hovertext}

continent=Oceania
year=1977
gdpPercap=%{x}
lifeExp=%{y}
pop=%{customdata[0]}", "hovertext": [ "Australia", "New Zealand" ], "legendgroup": "Oceania", "marker": { "color": "#FFA15A", "size": [ 14074100, 3164900 ], "sizemode": "area", "sizeref": 824176.935, "symbol": "circle" }, "mode": "markers", "name": "Oceania", "orientation": "v", "showlegend": true, "type": "scatter", "x": [ 18334.197509999998, 16233.7177 ], "xaxis": "x", "y": [ 73.49, 72.22 ], "yaxis": "y" } ], "name": "1977" }, { "data": [ { "customdata": [ [ 12881816 ], [ 377967 ], [ 93074406 ], [ 7272485 ], [ 1000281000 ], [ 5264500 ], [ 708000000 ], [ 153343000 ], [ 43072751 ], [ 14173318 ], [ 3858421 ], [ 118454974 ], [ 2347031 ], [ 17647518 ], [ 39326000 ], [ 1497494 ], [ 3086876 ], [ 14441916 ], [ 1756032 ], [ 34680442 ], [ 15796314 ], [ 1301048 ], [ 91462088 ], [ 53456774 ], [ 11254672 ], [ 2651869 ], [ 15410151 ], [ 9410494 ], [ 18501390 ], [ 48827160 ], [ 56142181 ], [ 1425876 ], [ 9657618 ] ], "hovertemplate": "%{hovertext}

continent=Asia
year=1982
gdpPercap=%{x}
lifeExp=%{y}
pop=%{customdata[0]}", "hovertext": [ "Afghanistan", "Bahrain", "Bangladesh", "Cambodia", "China", "Hong Kong, China", "India", "Indonesia", "Iran", "Iraq", "Israel", "Japan", "Jordan", "Korea, Dem. Rep.", "Korea, Rep.", "Kuwait", "Lebanon", "Malaysia", "Mongolia", "Myanmar", "Nepal", "Oman", "Pakistan", "Philippines", "Saudi Arabia", "Singapore", "Sri Lanka", "Syria", "Taiwan", "Thailand", "Vietnam", "West Bank and Gaza", "Yemen, Rep." ], "legendgroup": "Asia", "marker": { "color": "#636efa", "size": [ 12881816, 377967, 93074406, 7272485, 1000281000, 5264500, 708000000, 153343000, 43072751, 14173318, 3858421, 118454974, 2347031, 17647518, 39326000, 1497494, 3086876, 14441916, 1756032, 34680442, 15796314, 1301048, 91462088, 53456774, 11254672, 2651869, 15410151, 9410494, 18501390, 48827160, 56142181, 1425876, 9657618 ], "sizemode": "area", "sizeref": 824176.935, "symbol": "circle" }, "mode": "markers", "name": "Asia", "orientation": "v", "showlegend": true, "type": "scatter", "x": [ 978.0114388000001, 19211.14731, 676.9818656, 624.4754784, 962.4213804999999, 14560.530509999999, 855.7235377000001, 1516.872988, 7608.334602, 14517.90711, 15367.0292, 19384.10571, 4161.415959, 4106.525293, 5622.942464, 31354.03573, 7640.519520999999, 4920.355951, 2000.603139, 424, 718.3730947, 12954.791009999999, 1443.429832, 2603.273765, 33693.17525, 15169.161119999999, 1648.0797890000001, 3761.8377149999997, 7426.354773999999, 2393.219781, 707.2357863, 4336.032082, 1977.5570100000002 ], "xaxis": "x", "y": [ 39.854, 69.05199999999999, 50.00899999999999, 50.957, 65.525, 75.45, 56.596000000000004, 56.159, 59.62, 62.038000000000004, 74.45, 77.11, 63.739, 69.1, 67.123, 71.309, 66.983, 68, 57.489, 58.056000000000004, 49.593999999999994, 62.728, 56.158, 62.082, 63.012, 71.76, 68.757, 64.59, 72.16, 64.597, 58.816, 64.406, 49.113 ], "yaxis": "y" }, { "customdata": [ [ 2780097 ], [ 7574613 ], [ 9856303 ], [ 4172693 ], [ 8892098 ], [ 4413368 ], [ 10303704 ], [ 5117810 ], [ 4826933 ], [ 54433565 ], [ 78335266 ], [ 9786480 ], [ 10705535 ], [ 233997 ], [ 3480000 ], [ 56535636 ], [ 562548 ], [ 14310401 ], [ 4114787 ], [ 36227381 ], [ 9859650 ], [ 22356726 ], [ 9032824 ], [ 5048043 ], [ 1861252 ], [ 37983310 ], [ 8325260 ], [ 6468126 ], [ 47328791 ], [ 56339704 ] ], "hovertemplate": "%{hovertext}

continent=Europe
year=1982
gdpPercap=%{x}
lifeExp=%{y}
pop=%{customdata[0]}", "hovertext": [ "Albania", "Austria", "Belgium", "Bosnia and Herzegovina", "Bulgaria", "Croatia", "Czech Republic", "Denmark", "Finland", "France", "Germany", "Greece", "Hungary", "Iceland", "Ireland", "Italy", "Montenegro", "Netherlands", "Norway", "Poland", "Portugal", "Romania", "Serbia", "Slovak Republic", "Slovenia", "Spain", "Sweden", "Switzerland", "Turkey", "United Kingdom" ], "legendgroup": "Europe", "marker": { "color": "#EF553B", "size": [ 2780097, 7574613, 9856303, 4172693, 8892098, 4413368, 10303704, 5117810, 4826933, 54433565, 78335266, 9786480, 10705535, 233997, 3480000, 56535636, 562548, 14310401, 4114787, 36227381, 9859650, 22356726, 9032824, 5048043, 1861252, 37983310, 8325260, 6468126, 47328791, 56339704 ], "sizemode": "area", "sizeref": 824176.935, "symbol": "circle" }, "mode": "markers", "name": "Europe", "orientation": "v", "showlegend": true, "type": "scatter", "x": [ 3630.880722, 21597.083619999998, 20979.84589, 4126.613157, 8224.191647, 13221.82184, 15377.22855, 21688.04048, 18533.15761, 20293.89746, 22031.532740000002, 15268.420890000001, 12545.99066, 23269.6075, 12618.321409999999, 16537.4835, 11222.58762, 21399.46046, 26298.635309999998, 8451.531004, 11753.84291, 9605.314053, 15181.0927, 11348.54585, 17866.72175, 13926.169969999999, 20667.38125, 28397.715119999997, 4241.356344, 18232.42452 ], "xaxis": "x", "y": [ 70.42, 73.18, 73.93, 70.69, 71.08, 70.46, 70.96, 74.63, 74.55, 74.89, 73.8, 75.24, 69.39, 76.99, 73.1, 74.98, 74.101, 76.05, 75.97, 71.32, 72.77, 69.66, 70.16199999999999, 70.8, 71.063, 76.3, 76.42, 76.21, 61.036, 74.04 ], "yaxis": "y" }, { "customdata": [ [ 20033753 ], [ 7016384 ], [ 3641603 ], [ 970347 ], [ 6634596 ], [ 4580410 ], [ 9250831 ], [ 2476971 ], [ 4875118 ], [ 348643 ], [ 30646495 ], [ 1774735 ], [ 9025951 ], [ 305991 ], [ 45681811 ], [ 285483 ], [ 2637297 ], [ 38111756 ], [ 753874 ], [ 715523 ], [ 11400338 ], [ 4710497 ], [ 825987 ], [ 17661452 ], [ 1411807 ], [ 1956875 ], [ 3344074 ], [ 9171477 ], [ 6502825 ], [ 6998256 ], [ 1622136 ], [ 992040 ], [ 20198730 ], [ 12587223 ], [ 1099010 ], [ 6437188 ], [ 73039376 ], [ 517810 ], [ 5507565 ], [ 98593 ], [ 6147783 ], [ 3464522 ], [ 5828892 ], [ 31140029 ], [ 20367053 ], [ 649901 ], [ 19844382 ], [ 2644765 ], [ 6734098 ], [ 12939400 ], [ 6100407 ], [ 7636524 ] ], "hovertemplate": "%{hovertext}

continent=Africa
year=1982
gdpPercap=%{x}
lifeExp=%{y}
pop=%{customdata[0]}", "hovertext": [ "Algeria", "Angola", "Benin", "Botswana", "Burkina Faso", "Burundi", "Cameroon", "Central African Republic", "Chad", "Comoros", "Congo, Dem. Rep.", "Congo, Rep.", "Cote d'Ivoire", "Djibouti", "Egypt", "Equatorial Guinea", "Eritrea", "Ethiopia", "Gabon", "Gambia", "Ghana", "Guinea", "Guinea-Bissau", "Kenya", "Lesotho", "Liberia", "Libya", "Madagascar", "Malawi", "Mali", "Mauritania", "Mauritius", "Morocco", "Mozambique", "Namibia", "Niger", "Nigeria", "Reunion", "Rwanda", "Sao Tome and Principe", "Senegal", "Sierra Leone", "Somalia", "South Africa", "Sudan", "Swaziland", "Tanzania", "Togo", "Tunisia", "Uganda", "Zambia", "Zimbabwe" ], "legendgroup": "Africa", "marker": { "color": "#00cc96", "size": [ 20033753, 7016384, 3641603, 970347, 6634596, 4580410, 9250831, 2476971, 4875118, 348643, 30646495, 1774735, 9025951, 305991, 45681811, 285483, 2637297, 38111756, 753874, 715523, 11400338, 4710497, 825987, 17661452, 1411807, 1956875, 3344074, 9171477, 6502825, 6998256, 1622136, 992040, 20198730, 12587223, 1099010, 6437188, 73039376, 517810, 5507565, 98593, 6147783, 3464522, 5828892, 31140029, 20367053, 649901, 19844382, 2644765, 6734098, 12939400, 6100407, 7636524 ], "sizemode": "area", "sizeref": 824176.935, "symbol": "circle" }, "mode": "markers", "name": "Africa", "orientation": "v", "showlegend": true, "type": "scatter", "x": [ 5745.160213, 2756.953672, 1277.897616, 4551.14215, 807.1985855, 559.6032309999999, 2367.983282, 956.7529906999999, 797.9081006, 1267.100083, 673.7478181, 4879.507522, 2602.710169, 2879.4680670000002, 3503.729636, 927.8253427000001, 524.8758493, 577.8607471, 15113.36194, 835.8096107999999, 876.032569, 857.2503577, 838.1239671, 1348.225791, 797.2631074, 572.1995694, 17364.275380000003, 1302.878658, 632.8039209, 618.0140640999999, 1481.150189, 3688.037739, 2702.620356, 462.2114149, 4191.100511, 909.7221354000001, 1576.97375, 5267.219353, 881.5706467, 1890.2181170000001, 1518.479984, 1465.010784, 1176.807031, 8568.266228, 1895.544073, 3895.384018, 874.2426069, 1344.577953, 3560.2331740000004, 682.2662267999999, 1408.678565, 788.8550411 ], "xaxis": "x", "y": [ 61.368, 39.942, 50.903999999999996, 61.483999999999995, 48.122, 47.471000000000004, 52.961000000000006, 48.295, 49.516999999999996, 52.933, 47.784, 56.695, 53.983000000000004, 48.812, 56.006, 43.662, 43.89, 44.916000000000004, 56.56399999999999, 45.58, 53.744, 42.891000000000005, 39.327, 58.766000000000005, 55.078, 44.852, 62.155, 48.968999999999994, 45.641999999999996, 43.916000000000004, 53.599, 66.711, 59.65, 42.795, 58.968, 42.598, 45.826, 69.885, 46.218, 60.351000000000006, 52.379, 38.445, 42.955, 58.161, 50.338, 55.56100000000001, 50.608000000000004, 55.471000000000004, 64.048, 49.849, 51.821000000000005, 60.363 ], "yaxis": "y" }, { "customdata": [ [ 29341374 ], [ 5642224 ], [ 128962939 ], [ 25201900 ], [ 11487112 ], [ 27764644 ], [ 2424367 ], [ 9789224 ], [ 5968349 ], [ 8365850 ], [ 4474873 ], [ 6395630 ], [ 5198399 ], [ 3669448 ], [ 2298309 ], [ 71640904 ], [ 2979423 ], [ 2036305 ], [ 3366439 ], [ 18125129 ], [ 3279001 ], [ 1116479 ], [ 232187835 ], [ 2953997 ], [ 15620766 ] ], "hovertemplate": "%{hovertext}

continent=Americas
year=1982
gdpPercap=%{x}
lifeExp=%{y}
pop=%{customdata[0]}", "hovertext": [ "Argentina", "Bolivia", "Brazil", "Canada", "Chile", "Colombia", "Costa Rica", "Cuba", "Dominican Republic", "Ecuador", "El Salvador", "Guatemala", "Haiti", "Honduras", "Jamaica", "Mexico", "Nicaragua", "Panama", "Paraguay", "Peru", "Puerto Rico", "Trinidad and Tobago", "United States", "Uruguay", "Venezuela" ], "legendgroup": "Americas", "marker": { "color": "#ab63fa", "size": [ 29341374, 5642224, 128962939, 25201900, 11487112, 27764644, 2424367, 9789224, 5968349, 8365850, 4474873, 6395630, 5198399, 3669448, 2298309, 71640904, 2979423, 2036305, 3366439, 18125129, 3279001, 1116479, 232187835, 2953997, 15620766 ], "sizemode": "area", "sizeref": 824176.935, "symbol": "circle" }, "mode": "markers", "name": "Americas", "orientation": "v", "showlegend": true, "type": "scatter", "x": [ 8997.897412, 3156.510452, 7030.835878, 22898.79214, 5095.665738000001, 4397.575659, 5262.734751, 7316.9181069999995, 2861.092386, 7213.7912670000005, 4098.344175, 4820.49479, 2011.1595489999997, 3121.7607940000003, 6068.05135, 9611.147541, 3470.3381560000003, 7009.601598, 4258.5036039999995, 6434.501797, 10330.98915, 9119.528607, 25009.55914, 6920.223051000001, 11152.410109999999 ], "xaxis": "x", "y": [ 69.942, 53.858999999999995, 63.336000000000006, 75.76, 70.565, 66.653, 73.45, 73.717, 63.727, 64.342, 56.604, 58.137, 51.461000000000006, 60.909, 71.21, 67.405, 59.298, 70.472, 66.874, 61.406000000000006, 73.75, 68.832, 74.65, 70.805, 68.557 ], "yaxis": "y" }, { "customdata": [ [ 15184200 ], [ 3210650 ] ], "hovertemplate": "%{hovertext}

continent=Oceania
year=1982
gdpPercap=%{x}
lifeExp=%{y}
pop=%{customdata[0]}", "hovertext": [ "Australia", "New Zealand" ], "legendgroup": "Oceania", "marker": { "color": "#FFA15A", "size": [ 15184200, 3210650 ], "sizemode": "area", "sizeref": 824176.935, "symbol": "circle" }, "mode": "markers", "name": "Oceania", "orientation": "v", "showlegend": true, "type": "scatter", "x": [ 19477.009280000002, 17632.4104 ], "xaxis": "x", "y": [ 74.74, 73.84 ], "yaxis": "y" } ], "name": "1982" }, { "data": [ { "customdata": [ [ 13867957 ], [ 454612 ], [ 103764241 ], [ 8371791 ], [ 1084035000 ], [ 5584510 ], [ 788000000 ], [ 169276000 ], [ 51889696 ], [ 16543189 ], [ 4203148 ], [ 122091325 ], [ 2820042 ], [ 19067554 ], [ 41622000 ], [ 1891487 ], [ 3089353 ], [ 16331785 ], [ 2015133 ], [ 38028578 ], [ 17917180 ], [ 1593882 ], [ 105186881 ], [ 60017788 ], [ 14619745 ], [ 2794552 ], [ 16495304 ], [ 11242847 ], [ 19757799 ], [ 52910342 ], [ 62826491 ], [ 1691210 ], [ 11219340 ] ], "hovertemplate": "%{hovertext}

continent=Asia
year=1987
gdpPercap=%{x}
lifeExp=%{y}
pop=%{customdata[0]}", "hovertext": [ "Afghanistan", "Bahrain", "Bangladesh", "Cambodia", "China", "Hong Kong, China", "India", "Indonesia", "Iran", "Iraq", "Israel", "Japan", "Jordan", "Korea, Dem. Rep.", "Korea, Rep.", "Kuwait", "Lebanon", "Malaysia", "Mongolia", "Myanmar", "Nepal", "Oman", "Pakistan", "Philippines", "Saudi Arabia", "Singapore", "Sri Lanka", "Syria", "Taiwan", "Thailand", "Vietnam", "West Bank and Gaza", "Yemen, Rep." ], "legendgroup": "Asia", "marker": { "color": "#636efa", "size": [ 13867957, 454612, 103764241, 8371791, 1084035000, 5584510, 788000000, 169276000, 51889696, 16543189, 4203148, 122091325, 2820042, 19067554, 41622000, 1891487, 3089353, 16331785, 2015133, 38028578, 17917180, 1593882, 105186881, 60017788, 14619745, 2794552, 16495304, 11242847, 19757799, 52910342, 62826491, 1691210, 11219340 ], "sizemode": "area", "sizeref": 824176.935, "symbol": "circle" }, "mode": "markers", "name": "Asia", "orientation": "v", "showlegend": true, "type": "scatter", "x": [ 852.3959447999999, 18524.02406, 751.9794035, 683.8955732000001, 1378.904018, 20038.472690000002, 976.5126756000001, 1748.356961, 6642.881371, 11643.57268, 17122.47986, 22375.941890000002, 4448.679912, 4106.4923149999995, 8533.088805, 28118.42998, 5377.091329, 5249.802653, 2338.008304, 385, 775.6324501, 18115.223130000002, 1704.686583, 2189.634995, 21198.26136, 18861.53081, 1876.766827, 3116.774285, 11054.56175, 2982.653773, 820.7994449, 5107.197384, 1971.741538 ], "xaxis": "x", "y": [ 40.821999999999996, 70.75, 52.818999999999996, 53.913999999999994, 67.274, 76.2, 58.553000000000004, 60.137, 63.04, 65.044, 75.6, 78.67, 65.869, 70.64699999999999, 69.81, 74.17399999999999, 67.926, 69.5, 60.222, 58.339, 52.537, 67.734, 58.245, 64.15100000000001, 66.295, 73.56, 69.01100000000001, 66.97399999999999, 73.4, 66.084, 62.82, 67.046, 52.922 ], "yaxis": "y" }, { "customdata": [ [ 3075321 ], [ 7578903 ], [ 9870200 ], [ 4338977 ], [ 8971958 ], [ 4484310 ], [ 10311597 ], [ 5127024 ], [ 4931729 ], [ 55630100 ], [ 77718298 ], [ 9974490 ], [ 10612740 ], [ 244676 ], [ 3539900 ], [ 56729703 ], [ 569473 ], [ 14665278 ], [ 4186147 ], [ 37740710 ], [ 9915289 ], [ 22686371 ], [ 9230783 ], [ 5199318 ], [ 1945870 ], [ 38880702 ], [ 8421403 ], [ 6649942 ], [ 52881328 ], [ 56981620 ] ], "hovertemplate": "%{hovertext}

continent=Europe
year=1987
gdpPercap=%{x}
lifeExp=%{y}
pop=%{customdata[0]}", "hovertext": [ "Albania", "Austria", "Belgium", "Bosnia and Herzegovina", "Bulgaria", "Croatia", "Czech Republic", "Denmark", "Finland", "France", "Germany", "Greece", "Hungary", "Iceland", "Ireland", "Italy", "Montenegro", "Netherlands", "Norway", "Poland", "Portugal", "Romania", "Serbia", "Slovak Republic", "Slovenia", "Spain", "Sweden", "Switzerland", "Turkey", "United Kingdom" ], "legendgroup": "Europe", "marker": { "color": "#EF553B", "size": [ 3075321, 7578903, 9870200, 4338977, 8971958, 4484310, 10311597, 5127024, 4931729, 55630100, 77718298, 9974490, 10612740, 244676, 3539900, 56729703, 569473, 14665278, 4186147, 37740710, 9915289, 22686371, 9230783, 5199318, 1945870, 38880702, 8421403, 6649942, 52881328, 56981620 ], "sizemode": "area", "sizeref": 824176.935, "symbol": "circle" }, "mode": "markers", "name": "Europe", "orientation": "v", "showlegend": true, "type": "scatter", "x": [ 3738.9327350000003, 23687.82607, 22525.56308, 4314.114757, 8239.854824, 13822.58394, 16310.4434, 25116.17581, 21141.01223, 22066.44214, 24639.18566, 16120.528390000001, 12986.47998, 26923.206280000002, 13872.86652, 19207.234819999998, 11732.51017, 23651.32361, 31540.9748, 9082.351172, 13039.30876, 9696.273295, 15870.878509999999, 12037.26758, 18678.53492, 15764.98313, 23586.92927, 30281.704589999998, 5089.043686, 21664.787669999998 ], "xaxis": "x", "y": [ 72, 74.94, 75.35, 71.14, 71.34, 71.52, 71.58, 74.8, 74.83, 76.34, 74.847, 76.67, 69.58, 77.23, 74.36, 76.42, 74.865, 76.83, 75.89, 70.98, 74.06, 69.53, 71.218, 71.08, 72.25, 76.9, 77.19, 77.41, 63.108000000000004, 75.007 ], "yaxis": "y" }, { "customdata": [ [ 23254956 ], [ 7874230 ], [ 4243788 ], [ 1151184 ], [ 7586551 ], [ 5126023 ], [ 10780667 ], [ 2840009 ], [ 5498955 ], [ 395114 ], [ 35481645 ], [ 2064095 ], [ 10761098 ], [ 311025 ], [ 52799062 ], [ 341244 ], [ 2915959 ], [ 42999530 ], [ 880397 ], [ 848406 ], [ 14168101 ], [ 5650262 ], [ 927524 ], [ 21198082 ], [ 1599200 ], [ 2269414 ], [ 3799845 ], [ 10568642 ], [ 7824747 ], [ 7634008 ], [ 1841240 ], [ 1042663 ], [ 22987397 ], [ 12891952 ], [ 1278184 ], [ 7332638 ], [ 81551520 ], [ 562035 ], [ 6349365 ], [ 110812 ], [ 7171347 ], [ 3868905 ], [ 6921858 ], [ 35933379 ], [ 24725960 ], [ 779348 ], [ 23040630 ], [ 3154264 ], [ 7724976 ], [ 15283050 ], [ 7272406 ], [ 9216418 ] ], "hovertemplate": "%{hovertext}

continent=Africa
year=1987
gdpPercap=%{x}
lifeExp=%{y}
pop=%{customdata[0]}", "hovertext": [ "Algeria", "Angola", "Benin", "Botswana", "Burkina Faso", "Burundi", "Cameroon", "Central African Republic", "Chad", "Comoros", "Congo, Dem. Rep.", "Congo, Rep.", "Cote d'Ivoire", "Djibouti", "Egypt", "Equatorial Guinea", "Eritrea", "Ethiopia", "Gabon", "Gambia", "Ghana", "Guinea", "Guinea-Bissau", "Kenya", "Lesotho", "Liberia", "Libya", "Madagascar", "Malawi", "Mali", "Mauritania", "Mauritius", "Morocco", "Mozambique", "Namibia", "Niger", "Nigeria", "Reunion", "Rwanda", "Sao Tome and Principe", "Senegal", "Sierra Leone", "Somalia", "South Africa", "Sudan", "Swaziland", "Tanzania", "Togo", "Tunisia", "Uganda", "Zambia", "Zimbabwe" ], "legendgroup": "Africa", "marker": { "color": "#00cc96", "size": [ 23254956, 7874230, 4243788, 1151184, 7586551, 5126023, 10780667, 2840009, 5498955, 395114, 35481645, 2064095, 10761098, 311025, 52799062, 341244, 2915959, 42999530, 880397, 848406, 14168101, 5650262, 927524, 21198082, 1599200, 2269414, 3799845, 10568642, 7824747, 7634008, 1841240, 1042663, 22987397, 12891952, 1278184, 7332638, 81551520, 562035, 6349365, 110812, 7171347, 3868905, 6921858, 35933379, 24725960, 779348, 23040630, 3154264, 7724976, 15283050, 7272406, 9216418 ], "sizemode": "area", "sizeref": 824176.935, "symbol": "circle" }, "mode": "markers", "name": "Africa", "orientation": "v", "showlegend": true, "type": "scatter", "x": [ 5681.358539, 2430.208311, 1225.85601, 6205.88385, 912.0631417000001, 621.8188188999999, 2602.664206, 844.8763504000001, 952.3861289999999, 1315.980812, 672.774812, 4201.194936999999, 2156.9560690000003, 2880.102568, 3885.4607100000003, 966.8968149, 521.1341333, 573.7413142000001, 11864.408440000001, 611.6588611000001, 847.0061135, 805.5724717999999, 736.4153921, 1361.936856, 773.9932140999999, 506.1138573, 11770.5898, 1155.4419480000001, 635.5173633999999, 684.1715576, 1421.603576, 4783.586903, 2755.046991, 389.87618460000004, 3693.7313369999997, 668.3000228, 1385.029563, 5303.377488, 847.991217, 1516.525457, 1441.72072, 1294.4477880000002, 1093.244963, 7825.823398, 1507.819159, 3984.8398119999997, 831.8220794, 1202.201361, 3810.419296, 617.7244065, 1213.315116, 706.1573059 ], "xaxis": "x", "y": [ 65.79899999999999, 39.906, 52.336999999999996, 63.622, 49.556999999999995, 48.211000000000006, 54.985, 50.485, 51.051, 54.926, 47.412, 57.47, 54.655, 50.04, 59.797, 45.663999999999994, 46.453, 46.684, 60.19, 49.265, 55.729, 45.552, 41.245, 59.339, 57.18, 46.027, 66.234, 49.35, 47.457, 46.364, 56.145, 68.74, 62.677, 42.861000000000004, 60.835, 44.555, 46.886, 71.913, 44.02, 61.728, 55.769, 40.006, 44.501000000000005, 60.833999999999996, 51.744, 57.678000000000004, 51.535, 56.941, 66.89399999999999, 51.50899999999999, 50.821000000000005, 62.351000000000006 ], "yaxis": "y" }, { "customdata": [ [ 31620918 ], [ 6156369 ], [ 142938076 ], [ 26549700 ], [ 12463354 ], [ 30964245 ], [ 2799811 ], [ 10239839 ], [ 6655297 ], [ 9545158 ], [ 4842194 ], [ 7326406 ], [ 5756203 ], [ 4372203 ], [ 2326606 ], [ 80122492 ], [ 3344353 ], [ 2253639 ], [ 3886512 ], [ 20195924 ], [ 3444468 ], [ 1191336 ], [ 242803533 ], [ 3045153 ], [ 17910182 ] ], "hovertemplate": "%{hovertext}

continent=Americas
year=1987
gdpPercap=%{x}
lifeExp=%{y}
pop=%{customdata[0]}", "hovertext": [ "Argentina", "Bolivia", "Brazil", "Canada", "Chile", "Colombia", "Costa Rica", "Cuba", "Dominican Republic", "Ecuador", "El Salvador", "Guatemala", "Haiti", "Honduras", "Jamaica", "Mexico", "Nicaragua", "Panama", "Paraguay", "Peru", "Puerto Rico", "Trinidad and Tobago", "United States", "Uruguay", "Venezuela" ], "legendgroup": "Americas", "marker": { "color": "#ab63fa", "size": [ 31620918, 6156369, 142938076, 26549700, 12463354, 30964245, 2799811, 10239839, 6655297, 9545158, 4842194, 7326406, 5756203, 4372203, 2326606, 80122492, 3344353, 2253639, 3886512, 20195924, 3444468, 1191336, 242803533, 3045153, 17910182 ], "sizemode": "area", "sizeref": 824176.935, "symbol": "circle" }, "mode": "markers", "name": "Americas", "orientation": "v", "showlegend": true, "type": "scatter", "x": [ 9139.671389, 2753.6914899999997, 7807.095818000001, 26626.515030000002, 5547.063754, 4903.2191, 5629.915318, 7532.924762999999, 2899.842175, 6481.776993, 4140.442097, 4246.485974, 1823.015995, 3023.0966989999997, 6351.237495, 8688.156003, 2955.984375, 7034.779161, 3998.875695, 6360.9434439999995, 12281.34191, 7388.597823, 29884.350410000003, 7452.398969, 9883.584648 ], "xaxis": "x", "y": [ 70.774, 57.251000000000005, 65.205, 76.86, 72.492, 67.768, 74.752, 74.17399999999999, 66.046, 67.23100000000001, 63.153999999999996, 60.782, 53.636, 64.492, 71.77, 69.498, 62.008, 71.523, 67.378, 64.134, 74.63, 69.582, 75.02, 71.918, 70.19 ], "yaxis": "y" }, { "customdata": [ [ 16257249 ], [ 3317166 ] ], "hovertemplate": "%{hovertext}

continent=Oceania
year=1987
gdpPercap=%{x}
lifeExp=%{y}
pop=%{customdata[0]}", "hovertext": [ "Australia", "New Zealand" ], "legendgroup": "Oceania", "marker": { "color": "#FFA15A", "size": [ 16257249, 3317166 ], "sizemode": "area", "sizeref": 824176.935, "symbol": "circle" }, "mode": "markers", "name": "Oceania", "orientation": "v", "showlegend": true, "type": "scatter", "x": [ 21888.889030000002, 19007.19129 ], "xaxis": "x", "y": [ 76.32, 74.32 ], "yaxis": "y" } ], "name": "1987" }, { "data": [ { "customdata": [ [ 16317921 ], [ 529491 ], [ 113704579 ], [ 10150094 ], [ 1164970000 ], [ 5829696 ], [ 872000000 ], [ 184816000 ], [ 60397973 ], [ 17861905 ], [ 4936550 ], [ 124329269 ], [ 3867409 ], [ 20711375 ], [ 43805450 ], [ 1418095 ], [ 3219994 ], [ 18319502 ], [ 2312802 ], [ 40546538 ], [ 20326209 ], [ 1915208 ], [ 120065004 ], [ 67185766 ], [ 16945857 ], [ 3235865 ], [ 17587060 ], [ 13219062 ], [ 20686918 ], [ 56667095 ], [ 69940728 ], [ 2104779 ], [ 13367997 ] ], "hovertemplate": "%{hovertext}

continent=Asia
year=1992
gdpPercap=%{x}
lifeExp=%{y}
pop=%{customdata[0]}", "hovertext": [ "Afghanistan", "Bahrain", "Bangladesh", "Cambodia", "China", "Hong Kong, China", "India", "Indonesia", "Iran", "Iraq", "Israel", "Japan", "Jordan", "Korea, Dem. Rep.", "Korea, Rep.", "Kuwait", "Lebanon", "Malaysia", "Mongolia", "Myanmar", "Nepal", "Oman", "Pakistan", "Philippines", "Saudi Arabia", "Singapore", "Sri Lanka", "Syria", "Taiwan", "Thailand", "Vietnam", "West Bank and Gaza", "Yemen, Rep." ], "legendgroup": "Asia", "marker": { "color": "#636efa", "size": [ 16317921, 529491, 113704579, 10150094, 1164970000, 5829696, 872000000, 184816000, 60397973, 17861905, 4936550, 124329269, 3867409, 20711375, 43805450, 1418095, 3219994, 18319502, 2312802, 40546538, 20326209, 1915208, 120065004, 67185766, 16945857, 3235865, 17587060, 13219062, 20686918, 56667095, 69940728, 2104779, 13367997 ], "sizemode": "area", "sizeref": 824176.935, "symbol": "circle" }, "mode": "markers", "name": "Asia", "orientation": "v", "showlegend": true, "type": "scatter", "x": [ 649.3413952000001, 19035.579169999997, 837.8101642999999, 682.3031755, 1655.784158, 24757.60301, 1164.406809, 2383.140898, 7235.653187999999, 3745.6406869999996, 18051.52254, 26824.895109999998, 3431.5936469999997, 3726.063507, 12104.27872, 34932.91959, 6890.806854, 7277.912802, 1785.402016, 347, 897.7403604, 18616.70691, 1971.8294640000001, 2279.3240170000004, 24841.617769999997, 24769.8912, 2153.7392219999997, 3340.542768, 15215.6579, 4616.8965450000005, 989.0231487, 6017.654756, 1879.496673 ], "xaxis": "x", "y": [ 41.674, 72.601, 56.018, 55.803000000000004, 68.69, 77.601, 60.223, 62.681000000000004, 65.742, 59.461000000000006, 76.93, 79.36, 68.015, 69.97800000000001, 72.244, 75.19, 69.292, 70.693, 61.271, 59.32, 55.727, 71.197, 60.838, 66.458, 68.768, 75.788, 70.37899999999999, 69.249, 74.26, 67.298, 67.66199999999999, 69.718, 55.599 ], "yaxis": "y" }, { "customdata": [ [ 3326498 ], [ 7914969 ], [ 10045622 ], [ 4256013 ], [ 8658506 ], [ 4494013 ], [ 10315702 ], [ 5171393 ], [ 5041039 ], [ 57374179 ], [ 80597764 ], [ 10325429 ], [ 10348684 ], [ 259012 ], [ 3557761 ], [ 56840847 ], [ 621621 ], [ 15174244 ], [ 4286357 ], [ 38370697 ], [ 9927680 ], [ 22797027 ], [ 9826397 ], [ 5302888 ], [ 1999210 ], [ 39549438 ], [ 8718867 ], [ 6995447 ], [ 58179144 ], [ 57866349 ] ], "hovertemplate": "%{hovertext}

continent=Europe
year=1992
gdpPercap=%{x}
lifeExp=%{y}
pop=%{customdata[0]}", "hovertext": [ "Albania", "Austria", "Belgium", "Bosnia and Herzegovina", "Bulgaria", "Croatia", "Czech Republic", "Denmark", "Finland", "France", "Germany", "Greece", "Hungary", "Iceland", "Ireland", "Italy", "Montenegro", "Netherlands", "Norway", "Poland", "Portugal", "Romania", "Serbia", "Slovak Republic", "Slovenia", "Spain", "Sweden", "Switzerland", "Turkey", "United Kingdom" ], "legendgroup": "Europe", "marker": { "color": "#EF553B", "size": [ 3326498, 7914969, 10045622, 4256013, 8658506, 4494013, 10315702, 5171393, 5041039, 57374179, 80597764, 10325429, 10348684, 259012, 3557761, 56840847, 621621, 15174244, 4286357, 38370697, 9927680, 22797027, 9826397, 5302888, 1999210, 39549438, 8718867, 6995447, 58179144, 57866349 ], "sizemode": "area", "sizeref": 824176.935, "symbol": "circle" }, "mode": "markers", "name": "Europe", "orientation": "v", "showlegend": true, "type": "scatter", "x": [ 2497.4379010000002, 27042.01868, 25575.57069, 2546.781445, 6302.6234380000005, 8447.794873, 14297.021219999999, 26406.73985, 20647.16499, 24703.79615, 26505.30317, 17541.49634, 10535.62855, 25144.39201, 17558.81555, 22013.64486, 7003.339037000001, 26790.94961, 33965.66115, 7738.881247, 16207.266630000002, 6598.409903, 9325.068238, 9498.467723, 14214.71681, 18603.06452, 23880.01683, 31871.5303, 5678.348271, 22705.09254 ], "xaxis": "x", "y": [ 71.581, 76.04, 76.46, 72.178, 71.19, 72.527, 72.4, 75.33, 75.7, 77.46, 76.07, 77.03, 69.17, 78.77, 75.467, 77.44, 75.435, 77.42, 77.32, 70.99, 74.86, 69.36, 71.65899999999999, 71.38, 73.64, 77.57, 78.16, 78.03, 66.146, 76.42 ], "yaxis": "y" }, { "customdata": [ [ 26298373 ], [ 8735988 ], [ 4981671 ], [ 1342614 ], [ 8878303 ], [ 5809236 ], [ 12467171 ], [ 3265124 ], [ 6429417 ], [ 454429 ], [ 41672143 ], [ 2409073 ], [ 12772596 ], [ 384156 ], [ 59402198 ], [ 387838 ], [ 3668440 ], [ 52088559 ], [ 985739 ], [ 1025384 ], [ 16278738 ], [ 6990574 ], [ 1050938 ], [ 25020539 ], [ 1803195 ], [ 1912974 ], [ 4364501 ], [ 12210395 ], [ 10014249 ], [ 8416215 ], [ 2119465 ], [ 1096202 ], [ 25798239 ], [ 13160731 ], [ 1554253 ], [ 8392818 ], [ 93364244 ], [ 622191 ], [ 7290203 ], [ 125911 ], [ 8307920 ], [ 4260884 ], [ 6099799 ], [ 39964159 ], [ 28227588 ], [ 962344 ], [ 26605473 ], [ 3747553 ], [ 8523077 ], [ 18252190 ], [ 8381163 ], [ 10704340 ] ], "hovertemplate": "%{hovertext}

continent=Africa
year=1992
gdpPercap=%{x}
lifeExp=%{y}
pop=%{customdata[0]}", "hovertext": [ "Algeria", "Angola", "Benin", "Botswana", "Burkina Faso", "Burundi", "Cameroon", "Central African Republic", "Chad", "Comoros", "Congo, Dem. Rep.", "Congo, Rep.", "Cote d'Ivoire", "Djibouti", "Egypt", "Equatorial Guinea", "Eritrea", "Ethiopia", "Gabon", "Gambia", "Ghana", "Guinea", "Guinea-Bissau", "Kenya", "Lesotho", "Liberia", "Libya", "Madagascar", "Malawi", "Mali", "Mauritania", "Mauritius", "Morocco", "Mozambique", "Namibia", "Niger", "Nigeria", "Reunion", "Rwanda", "Sao Tome and Principe", "Senegal", "Sierra Leone", "Somalia", "South Africa", "Sudan", "Swaziland", "Tanzania", "Togo", "Tunisia", "Uganda", "Zambia", "Zimbabwe" ], "legendgroup": "Africa", "marker": { "color": "#00cc96", "size": [ 26298373, 8735988, 4981671, 1342614, 8878303, 5809236, 12467171, 3265124, 6429417, 454429, 41672143, 2409073, 12772596, 384156, 59402198, 387838, 3668440, 52088559, 985739, 1025384, 16278738, 6990574, 1050938, 25020539, 1803195, 1912974, 4364501, 12210395, 10014249, 8416215, 2119465, 1096202, 25798239, 13160731, 1554253, 8392818, 93364244, 622191, 7290203, 125911, 8307920, 4260884, 6099799, 39964159, 28227588, 962344, 26605473, 3747553, 8523077, 18252190, 8381163, 10704340 ], "sizemode": "area", "sizeref": 824176.935, "symbol": "circle" }, "mode": "markers", "name": "Africa", "orientation": "v", "showlegend": true, "type": "scatter", "x": [ 5023.216647, 2627.8456850000002, 1191.207681, 7954.111645, 931.7527731, 631.6998778, 1793.1632780000002, 747.9055252, 1058.0643, 1246.90737, 457.7191807, 4016.239529, 1648.073791, 2377.1561920000004, 3794.755195, 1132.055034, 582.8585102000001, 421.3534653, 13522.157519999999, 665.6244126, 925.0601539999999, 794.3484384, 745.5398706, 1341.9217210000002, 977.4862724999999, 636.6229191000001, 9640.138501000001, 1040.6761900000001, 563.2000145, 739.014375, 1361.369784, 6058.2538460000005, 2948.047252, 410.89682389999996, 3804.537999, 581.182725, 1619.848217, 6101.2558229999995, 737.0685949, 1428.777814, 1367.899369, 1068.696278, 926.9602964, 7225.0692579999995, 1492.197043, 3553.0224, 825.682454, 1034.298904, 4332.720164, 644.1707968999999, 1210.884633, 693.4207856 ], "xaxis": "x", "y": [ 67.744, 40.647, 53.919, 62.745, 50.26, 44.736000000000004, 54.31399999999999, 49.396, 51.724, 57.93899999999999, 45.548, 56.433, 52.044, 51.604, 63.674, 47.545, 49.99100000000001, 48.091, 61.36600000000001, 52.644, 57.501000000000005, 48.576, 43.266000000000005, 59.285, 59.685, 40.802, 68.755, 52.214, 49.42, 48.388000000000005, 58.333, 69.745, 65.393, 44.284, 61.998999999999995, 47.391000000000005, 47.472, 73.615, 23.599, 62.742, 58.196000000000005, 38.333, 39.658, 61.888000000000005, 53.556000000000004, 58.474, 50.44, 58.06100000000001, 70.001, 48.825, 46.1, 60.376999999999995 ], "yaxis": "y" }, { "customdata": [ [ 33958947 ], [ 6893451 ], [ 155975974 ], [ 28523502 ], [ 13572994 ], [ 34202721 ], [ 3173216 ], [ 10723260 ], [ 7351181 ], [ 10748394 ], [ 5274649 ], [ 8486949 ], [ 6326682 ], [ 5077347 ], [ 2378618 ], [ 88111030 ], [ 4017939 ], [ 2484997 ], [ 4483945 ], [ 22430449 ], [ 3585176 ], [ 1183669 ], [ 256894189 ], [ 3149262 ], [ 20265563 ] ], "hovertemplate": "%{hovertext}

continent=Americas
year=1992
gdpPercap=%{x}
lifeExp=%{y}
pop=%{customdata[0]}", "hovertext": [ "Argentina", "Bolivia", "Brazil", "Canada", "Chile", "Colombia", "Costa Rica", "Cuba", "Dominican Republic", "Ecuador", "El Salvador", "Guatemala", "Haiti", "Honduras", "Jamaica", "Mexico", "Nicaragua", "Panama", "Paraguay", "Peru", "Puerto Rico", "Trinidad and Tobago", "United States", "Uruguay", "Venezuela" ], "legendgroup": "Americas", "marker": { "color": "#ab63fa", "size": [ 33958947, 6893451, 155975974, 28523502, 13572994, 34202721, 3173216, 10723260, 7351181, 10748394, 5274649, 8486949, 6326682, 5077347, 2378618, 88111030, 4017939, 2484997, 4483945, 22430449, 3585176, 1183669, 256894189, 3149262, 20265563 ], "sizemode": "area", "sizeref": 824176.935, "symbol": "circle" }, "mode": "markers", "name": "Americas", "orientation": "v", "showlegend": true, "type": "scatter", "x": [ 9308.41871, 2961.699694, 6950.283020999999, 26342.88426, 7596.125964, 5444.648617, 6160.416317, 5592.843963, 3044.214214, 7103.702595000001, 4444.2317, 4439.4508399999995, 1456.309517, 3081.694603, 7404.923685, 9472.384295, 2170.151724, 6618.74305, 4196.411078, 4446.380924, 14641.587109999999, 7370.990932, 32003.93224, 8137.004775, 10733.926309999999 ], "xaxis": "x", "y": [ 71.868, 59.957, 67.057, 77.95, 74.126, 68.421, 75.71300000000001, 74.414, 68.457, 69.613, 66.798, 63.373000000000005, 55.089, 66.399, 71.766, 71.455, 65.843, 72.462, 68.225, 66.458, 73.911, 69.862, 76.09, 72.752, 71.15 ], "yaxis": "y" }, { "customdata": [ [ 17481977 ], [ 3437674 ] ], "hovertemplate": "%{hovertext}

continent=Oceania
year=1992
gdpPercap=%{x}
lifeExp=%{y}
pop=%{customdata[0]}", "hovertext": [ "Australia", "New Zealand" ], "legendgroup": "Oceania", "marker": { "color": "#FFA15A", "size": [ 17481977, 3437674 ], "sizemode": "area", "sizeref": 824176.935, "symbol": "circle" }, "mode": "markers", "name": "Oceania", "orientation": "v", "showlegend": true, "type": "scatter", "x": [ 23424.76683, 18363.324940000002 ], "xaxis": "x", "y": [ 77.56, 76.33 ], "yaxis": "y" } ], "name": "1992" }, { "data": [ { "customdata": [ [ 22227415 ], [ 598561 ], [ 123315288 ], [ 11782962 ], [ 1230075000 ], [ 6495918 ], [ 959000000 ], [ 199278000 ], [ 63327987 ], [ 20775703 ], [ 5531387 ], [ 125956499 ], [ 4526235 ], [ 21585105 ], [ 46173816 ], [ 1765345 ], [ 3430388 ], [ 20476091 ], [ 2494803 ], [ 43247867 ], [ 23001113 ], [ 2283635 ], [ 135564834 ], [ 75012988 ], [ 21229759 ], [ 3802309 ], [ 18698655 ], [ 15081016 ], [ 21628605 ], [ 60216677 ], [ 76048996 ], [ 2826046 ], [ 15826497 ] ], "hovertemplate": "%{hovertext}

continent=Asia
year=1997
gdpPercap=%{x}
lifeExp=%{y}
pop=%{customdata[0]}", "hovertext": [ "Afghanistan", "Bahrain", "Bangladesh", "Cambodia", "China", "Hong Kong, China", "India", "Indonesia", "Iran", "Iraq", "Israel", "Japan", "Jordan", "Korea, Dem. Rep.", "Korea, Rep.", "Kuwait", "Lebanon", "Malaysia", "Mongolia", "Myanmar", "Nepal", "Oman", "Pakistan", "Philippines", "Saudi Arabia", "Singapore", "Sri Lanka", "Syria", "Taiwan", "Thailand", "Vietnam", "West Bank and Gaza", "Yemen, Rep." ], "legendgroup": "Asia", "marker": { "color": "#636efa", "size": [ 22227415, 598561, 123315288, 11782962, 1230075000, 6495918, 959000000, 199278000, 63327987, 20775703, 5531387, 125956499, 4526235, 21585105, 46173816, 1765345, 3430388, 20476091, 2494803, 43247867, 23001113, 2283635, 135564834, 75012988, 21229759, 3802309, 18698655, 15081016, 21628605, 60216677, 76048996, 2826046, 15826497 ], "sizemode": "area", "sizeref": 824176.935, "symbol": "circle" }, "mode": "markers", "name": "Asia", "orientation": "v", "showlegend": true, "type": "scatter", "x": [ 635.341351, 20292.01679, 972.7700352, 734.28517, 2289.234136, 28377.632189999997, 1458.817442, 3119.335603, 8263.590301, 3076.239795, 20896.60924, 28816.58499, 3645.379572, 1690.756814, 15993.52796, 40300.61996, 8754.96385, 10132.90964, 1902.2521, 415, 1010.892138, 19702.055809999998, 2049.3505210000003, 2536.534925, 20586.69019, 33519.4766, 2664.477257, 4014.238972, 20206.82098, 5852.625497, 1385.896769, 7110.667619, 2117.484526 ], "xaxis": "x", "y": [ 41.763000000000005, 73.925, 59.412, 56.534, 70.426, 80, 61.765, 66.041, 68.042, 58.81100000000001, 78.26899999999999, 80.69, 69.77199999999999, 67.727, 74.64699999999999, 76.156, 70.265, 71.938, 63.625, 60.328, 59.426, 72.499, 61.818000000000005, 68.564, 70.533, 77.158, 70.457, 71.527, 75.25, 67.521, 70.672, 71.096, 58.02 ], "yaxis": "y" }, { "customdata": [ [ 3428038 ], [ 8069876 ], [ 10199787 ], [ 3607000 ], [ 8066057 ], [ 4444595 ], [ 10300707 ], [ 5283663 ], [ 5134406 ], [ 58623428 ], [ 82011073 ], [ 10502372 ], [ 10244684 ], [ 271192 ], [ 3667233 ], [ 57479469 ], [ 692651 ], [ 15604464 ], [ 4405672 ], [ 38654957 ], [ 10156415 ], [ 22562458 ], [ 10336594 ], [ 5383010 ], [ 2011612 ], [ 39855442 ], [ 8897619 ], [ 7193761 ], [ 63047647 ], [ 58808266 ] ], "hovertemplate": "%{hovertext}

continent=Europe
year=1997
gdpPercap=%{x}
lifeExp=%{y}
pop=%{customdata[0]}", "hovertext": [ "Albania", "Austria", "Belgium", "Bosnia and Herzegovina", "Bulgaria", "Croatia", "Czech Republic", "Denmark", "Finland", "France", "Germany", "Greece", "Hungary", "Iceland", "Ireland", "Italy", "Montenegro", "Netherlands", "Norway", "Poland", "Portugal", "Romania", "Serbia", "Slovak Republic", "Slovenia", "Spain", "Sweden", "Switzerland", "Turkey", "United Kingdom" ], "legendgroup": "Europe", "marker": { "color": "#EF553B", "size": [ 3428038, 8069876, 10199787, 3607000, 8066057, 4444595, 10300707, 5283663, 5134406, 58623428, 82011073, 10502372, 10244684, 271192, 3667233, 57479469, 692651, 15604464, 4405672, 38654957, 10156415, 22562458, 10336594, 5383010, 2011612, 39855442, 8897619, 7193761, 63047647, 58808266 ], "sizemode": "area", "sizeref": 824176.935, "symbol": "circle" }, "mode": "markers", "name": "Europe", "orientation": "v", "showlegend": true, "type": "scatter", "x": [ 3193.054604, 29095.920660000003, 27561.196630000002, 4766.355904, 5970.38876, 9875.604515, 16048.51424, 29804.34567, 23723.9502, 25889.78487, 27788.88416, 18747.69814, 11712.7768, 28061.099660000003, 24521.94713, 24675.02446, 6465.613349, 30246.13063, 41283.16433, 10159.58368, 17641.03156, 7346.547556999999, 7914.320304000001, 12126.23065, 17161.10735, 20445.29896, 25266.59499, 32135.323010000004, 6601.429915, 26074.53136 ], "xaxis": "x", "y": [ 72.95, 77.51, 77.53, 73.244, 70.32, 73.68, 74.01, 76.11, 77.13, 78.64, 77.34, 77.869, 71.04, 78.95, 76.122, 78.82, 75.445, 78.03, 78.32, 72.75, 75.97, 69.72, 72.232, 72.71, 75.13, 78.77, 79.39, 79.37, 68.835, 77.218 ], "yaxis": "y" }, { "customdata": [ [ 29072015 ], [ 9875024 ], [ 6066080 ], [ 1536536 ], [ 10352843 ], [ 6121610 ], [ 14195809 ], [ 3696513 ], [ 7562011 ], [ 527982 ], [ 47798986 ], [ 2800947 ], [ 14625967 ], [ 417908 ], [ 66134291 ], [ 439971 ], [ 4058319 ], [ 59861301 ], [ 1126189 ], [ 1235767 ], [ 18418288 ], [ 8048834 ], [ 1193708 ], [ 28263827 ], [ 1982823 ], [ 2200725 ], [ 4759670 ], [ 14165114 ], [ 10419991 ], [ 9384984 ], [ 2444741 ], [ 1149818 ], [ 28529501 ], [ 16603334 ], [ 1774766 ], [ 9666252 ], [ 106207839 ], [ 684810 ], [ 7212583 ], [ 145608 ], [ 9535314 ], [ 4578212 ], [ 6633514 ], [ 42835005 ], [ 32160729 ], [ 1054486 ], [ 30686889 ], [ 4320890 ], [ 9231669 ], [ 21210254 ], [ 9417789 ], [ 11404948 ] ], "hovertemplate": "%{hovertext}

continent=Africa
year=1997
gdpPercap=%{x}
lifeExp=%{y}
pop=%{customdata[0]}", "hovertext": [ "Algeria", "Angola", "Benin", "Botswana", "Burkina Faso", "Burundi", "Cameroon", "Central African Republic", "Chad", "Comoros", "Congo, Dem. Rep.", "Congo, Rep.", "Cote d'Ivoire", "Djibouti", "Egypt", "Equatorial Guinea", "Eritrea", "Ethiopia", "Gabon", "Gambia", "Ghana", "Guinea", "Guinea-Bissau", "Kenya", "Lesotho", "Liberia", "Libya", "Madagascar", "Malawi", "Mali", "Mauritania", "Mauritius", "Morocco", "Mozambique", "Namibia", "Niger", "Nigeria", "Reunion", "Rwanda", "Sao Tome and Principe", "Senegal", "Sierra Leone", "Somalia", "South Africa", "Sudan", "Swaziland", "Tanzania", "Togo", "Tunisia", "Uganda", "Zambia", "Zimbabwe" ], "legendgroup": "Africa", "marker": { "color": "#00cc96", "size": [ 29072015, 9875024, 6066080, 1536536, 10352843, 6121610, 14195809, 3696513, 7562011, 527982, 47798986, 2800947, 14625967, 417908, 66134291, 439971, 4058319, 59861301, 1126189, 1235767, 18418288, 8048834, 1193708, 28263827, 1982823, 2200725, 4759670, 14165114, 10419991, 9384984, 2444741, 1149818, 28529501, 16603334, 1774766, 9666252, 106207839, 684810, 7212583, 145608, 9535314, 4578212, 6633514, 42835005, 32160729, 1054486, 30686889, 4320890, 9231669, 21210254, 9417789, 11404948 ], "sizemode": "area", "sizeref": 824176.935, "symbol": "circle" }, "mode": "markers", "name": "Africa", "orientation": "v", "showlegend": true, "type": "scatter", "x": [ 4797.295051, 2277.140884, 1232.975292, 8647.142313, 946.2949617999999, 463.1151478, 1694.337469, 740.5063317, 1004.9613529999999, 1173.618235, 312.188423, 3484.1643759999997, 1786.265407, 1895.016984, 4173.181797, 2814.480755, 913.4707900000001, 515.8894013, 14722.841880000002, 653.7301704, 1005.2458119999999, 869.4497667999999, 796.6644681, 1360.4850210000002, 1186.147994, 609.1739508, 9467.446056, 986.2958956, 692.2758102999999, 790.2579846, 1483.1361359999999, 7425.705295000001, 2982.101858, 472.34607710000006, 3899.52426, 580.3052092, 1624.941275, 6071.941411, 589.9445051, 1339.076036, 1392.368347, 574.6481576, 930.5964284, 7479.188244, 1632.2107640000002, 3876.7684600000002, 789.1862231, 982.2869242999999, 4876.798614, 816.559081, 1071.353818, 792.4499602999999 ], "xaxis": "x", "y": [ 69.152, 40.963, 54.777, 52.556000000000004, 50.324, 45.326, 52.199, 46.066, 51.573, 60.66, 42.586999999999996, 52.961999999999996, 47.99100000000001, 53.157, 67.217, 48.245, 53.378, 49.402, 60.461000000000006, 55.861000000000004, 58.556000000000004, 51.455, 44.873000000000005, 54.407, 55.558, 42.221000000000004, 71.555, 54.978, 47.495, 49.903, 60.43, 70.736, 67.66, 46.343999999999994, 58.909, 51.313, 47.464, 74.77199999999999, 36.086999999999996, 63.306000000000004, 60.187, 39.897, 43.795, 60.236000000000004, 55.373000000000005, 54.288999999999994, 48.466, 58.39, 71.973, 44.578, 40.238, 46.809 ], "yaxis": "y" }, { "customdata": [ [ 36203463 ], [ 7693188 ], [ 168546719 ], [ 30305843 ], [ 14599929 ], [ 37657830 ], [ 3518107 ], [ 10983007 ], [ 7992357 ], [ 11911819 ], [ 5783439 ], [ 9803875 ], [ 6913545 ], [ 5867957 ], [ 2531311 ], [ 95895146 ], [ 4609572 ], [ 2734531 ], [ 5154123 ], [ 24748122 ], [ 3759430 ], [ 1138101 ], [ 272911760 ], [ 3262838 ], [ 22374398 ] ], "hovertemplate": "%{hovertext}

continent=Americas
year=1997
gdpPercap=%{x}
lifeExp=%{y}
pop=%{customdata[0]}", "hovertext": [ "Argentina", "Bolivia", "Brazil", "Canada", "Chile", "Colombia", "Costa Rica", "Cuba", "Dominican Republic", "Ecuador", "El Salvador", "Guatemala", "Haiti", "Honduras", "Jamaica", "Mexico", "Nicaragua", "Panama", "Paraguay", "Peru", "Puerto Rico", "Trinidad and Tobago", "United States", "Uruguay", "Venezuela" ], "legendgroup": "Americas", "marker": { "color": "#ab63fa", "size": [ 36203463, 7693188, 168546719, 30305843, 14599929, 37657830, 3518107, 10983007, 7992357, 11911819, 5783439, 9803875, 6913545, 5867957, 2531311, 95895146, 4609572, 2734531, 5154123, 24748122, 3759430, 1138101, 272911760, 3262838, 22374398 ], "sizemode": "area", "sizeref": 824176.935, "symbol": "circle" }, "mode": "markers", "name": "Americas", "orientation": "v", "showlegend": true, "type": "scatter", "x": [ 10967.28195, 3326.143191, 7957.980823999999, 28954.92589, 10118.053179999999, 6117.3617460000005, 6677.045314, 5431.990415, 3614.101285, 7429.455876999999, 5154.825496, 4684.313807, 1341.7269310000001, 3160.454906, 7121.924704000001, 9767.29753, 2253.023004, 7113.692252, 4247.400261, 5838.347657, 16999.4333, 8792.573126000001, 35767.43303, 9230.240708, 10165.49518 ], "xaxis": "x", "y": [ 73.275, 62.05, 69.388, 78.61, 75.816, 70.313, 77.26, 76.15100000000001, 69.957, 72.312, 69.535, 66.322, 56.67100000000001, 67.65899999999999, 72.262, 73.67, 68.426, 73.738, 69.4, 68.38600000000001, 74.917, 69.465, 76.81, 74.223, 72.146 ], "yaxis": "y" }, { "customdata": [ [ 18565243 ], [ 3676187 ] ], "hovertemplate": "%{hovertext}

continent=Oceania
year=1997
gdpPercap=%{x}
lifeExp=%{y}
pop=%{customdata[0]}", "hovertext": [ "Australia", "New Zealand" ], "legendgroup": "Oceania", "marker": { "color": "#FFA15A", "size": [ 18565243, 3676187 ], "sizemode": "area", "sizeref": 824176.935, "symbol": "circle" }, "mode": "markers", "name": "Oceania", "orientation": "v", "showlegend": true, "type": "scatter", "x": [ 26997.936569999998, 21050.41377 ], "xaxis": "x", "y": [ 78.83, 77.55 ], "yaxis": "y" } ], "name": "1997" }, { "data": [ { "customdata": [ [ 25268405 ], [ 656397 ], [ 135656790 ], [ 12926707 ], [ 1280400000 ], [ 6762476 ], [ 1034172547 ], [ 211060000 ], [ 66907826 ], [ 24001816 ], [ 6029529 ], [ 127065841 ], [ 5307470 ], [ 22215365 ], [ 47969150 ], [ 2111561 ], [ 3677780 ], [ 22662365 ], [ 2674234 ], [ 45598081 ], [ 25873917 ], [ 2713462 ], [ 153403524 ], [ 82995088 ], [ 24501530 ], [ 4197776 ], [ 19576783 ], [ 17155814 ], [ 22454239 ], [ 62806748 ], [ 80908147 ], [ 3389578 ], [ 18701257 ] ], "hovertemplate": "%{hovertext}

continent=Asia
year=2002
gdpPercap=%{x}
lifeExp=%{y}
pop=%{customdata[0]}", "hovertext": [ "Afghanistan", "Bahrain", "Bangladesh", "Cambodia", "China", "Hong Kong, China", "India", "Indonesia", "Iran", "Iraq", "Israel", "Japan", "Jordan", "Korea, Dem. Rep.", "Korea, Rep.", "Kuwait", "Lebanon", "Malaysia", "Mongolia", "Myanmar", "Nepal", "Oman", "Pakistan", "Philippines", "Saudi Arabia", "Singapore", "Sri Lanka", "Syria", "Taiwan", "Thailand", "Vietnam", "West Bank and Gaza", "Yemen, Rep." ], "legendgroup": "Asia", "marker": { "color": "#636efa", "size": [ 25268405, 656397, 135656790, 12926707, 1280400000, 6762476, 1034172547, 211060000, 66907826, 24001816, 6029529, 127065841, 5307470, 22215365, 47969150, 2111561, 3677780, 22662365, 2674234, 45598081, 25873917, 2713462, 153403524, 82995088, 24501530, 4197776, 19576783, 17155814, 22454239, 62806748, 80908147, 3389578, 18701257 ], "sizemode": "area", "sizeref": 824176.935, "symbol": "circle" }, "mode": "markers", "name": "Asia", "orientation": "v", "showlegend": true, "type": "scatter", "x": [ 726.7340548, 23403.559269999998, 1136.3904300000002, 896.2260152999999, 3119.280896, 30209.015160000003, 1746.769454, 2873.91287, 9240.761975, 4390.717312, 21905.59514, 28604.5919, 3844.9171939999997, 1646.758151, 19233.98818, 35110.10566, 9313.93883, 10206.97794, 2140.7393230000002, 611, 1057.206311, 19774.83687, 2092.712441, 2650.921068, 19014.54118, 36023.1054, 3015.3788329999998, 4090.9253310000004, 23235.42329, 5913.187529, 1764.456677, 4515.487575, 2234.820827 ], "xaxis": "x", "y": [ 42.129, 74.795, 62.013000000000005, 56.751999999999995, 72.028, 81.495, 62.879, 68.58800000000001, 69.45100000000001, 57.04600000000001, 79.696, 82, 71.263, 66.66199999999999, 77.045, 76.904, 71.028, 73.044, 65.033, 59.908, 61.34, 74.193, 63.61, 70.303, 71.626, 78.77, 70.815, 73.053, 76.99, 68.564, 73.017, 72.37, 60.308 ], "yaxis": "y" }, { "customdata": [ [ 3508512 ], [ 8148312 ], [ 10311970 ], [ 4165416 ], [ 7661799 ], [ 4481020 ], [ 10256295 ], [ 5374693 ], [ 5193039 ], [ 59925035 ], [ 82350671 ], [ 10603863 ], [ 10083313 ], [ 288030 ], [ 3879155 ], [ 57926999 ], [ 720230 ], [ 16122830 ], [ 4535591 ], [ 38625976 ], [ 10433867 ], [ 22404337 ], [ 10111559 ], [ 5410052 ], [ 2011497 ], [ 40152517 ], [ 8954175 ], [ 7361757 ], [ 67308928 ], [ 59912431 ] ], "hovertemplate": "%{hovertext}

continent=Europe
year=2002
gdpPercap=%{x}
lifeExp=%{y}
pop=%{customdata[0]}", "hovertext": [ "Albania", "Austria", "Belgium", "Bosnia and Herzegovina", "Bulgaria", "Croatia", "Czech Republic", "Denmark", "Finland", "France", "Germany", "Greece", "Hungary", "Iceland", "Ireland", "Italy", "Montenegro", "Netherlands", "Norway", "Poland", "Portugal", "Romania", "Serbia", "Slovak Republic", "Slovenia", "Spain", "Sweden", "Switzerland", "Turkey", "United Kingdom" ], "legendgroup": "Europe", "marker": { "color": "#EF553B", "size": [ 3508512, 8148312, 10311970, 4165416, 7661799, 4481020, 10256295, 5374693, 5193039, 59925035, 82350671, 10603863, 10083313, 288030, 3879155, 57926999, 720230, 16122830, 4535591, 38625976, 10433867, 22404337, 10111559, 5410052, 2011497, 40152517, 8954175, 7361757, 67308928, 59912431 ], "sizemode": "area", "sizeref": 824176.935, "symbol": "circle" }, "mode": "markers", "name": "Europe", "orientation": "v", "showlegend": true, "type": "scatter", "x": [ 4604.211737, 32417.607689999997, 30485.88375, 6018.975239, 7696.777725, 11628.38895, 17596.210219999997, 32166.500060000002, 28204.59057, 28926.032339999998, 30035.80198, 22514.2548, 14843.93556, 31163.201960000002, 34077.04939, 27968.098169999997, 6557.194282, 33724.75778, 44683.97525, 12002.23908, 19970.90787, 7885.360081, 7236.075251, 13638.778369999998, 20660.01936, 24835.47166, 29341.630930000003, 34480.95771, 6508.085718, 29478.99919 ], "xaxis": "x", "y": [ 75.65100000000001, 78.98, 78.32, 74.09, 72.14, 74.876, 75.51, 77.18, 78.37, 79.59, 78.67, 78.256, 72.59, 80.5, 77.783, 80.24, 73.98100000000001, 78.53, 79.05, 74.67, 77.29, 71.322, 73.21300000000001, 73.8, 76.66, 79.78, 80.04, 80.62, 70.845, 78.471 ], "yaxis": "y" }, { "customdata": [ [ 31287142 ], [ 10866106 ], [ 7026113 ], [ 1630347 ], [ 12251209 ], [ 7021078 ], [ 15929988 ], [ 4048013 ], [ 8835739 ], [ 614382 ], [ 55379852 ], [ 3328795 ], [ 16252726 ], [ 447416 ], [ 73312559 ], [ 495627 ], [ 4414865 ], [ 67946797 ], [ 1299304 ], [ 1457766 ], [ 20550751 ], [ 8807818 ], [ 1332459 ], [ 31386842 ], [ 2046772 ], [ 2814651 ], [ 5368585 ], [ 16473477 ], [ 11824495 ], [ 10580176 ], [ 2828858 ], [ 1200206 ], [ 31167783 ], [ 18473780 ], [ 1972153 ], [ 11140655 ], [ 119901274 ], [ 743981 ], [ 7852401 ], [ 170372 ], [ 10870037 ], [ 5359092 ], [ 7753310 ], [ 44433622 ], [ 37090298 ], [ 1130269 ], [ 34593779 ], [ 4977378 ], [ 9770575 ], [ 24739869 ], [ 10595811 ], [ 11926563 ] ], "hovertemplate": "%{hovertext}

continent=Africa
year=2002
gdpPercap=%{x}
lifeExp=%{y}
pop=%{customdata[0]}", "hovertext": [ "Algeria", "Angola", "Benin", "Botswana", "Burkina Faso", "Burundi", "Cameroon", "Central African Republic", "Chad", "Comoros", "Congo, Dem. Rep.", "Congo, Rep.", "Cote d'Ivoire", "Djibouti", "Egypt", "Equatorial Guinea", "Eritrea", "Ethiopia", "Gabon", "Gambia", "Ghana", "Guinea", "Guinea-Bissau", "Kenya", "Lesotho", "Liberia", "Libya", "Madagascar", "Malawi", "Mali", "Mauritania", "Mauritius", "Morocco", "Mozambique", "Namibia", "Niger", "Nigeria", "Reunion", "Rwanda", "Sao Tome and Principe", "Senegal", "Sierra Leone", "Somalia", "South Africa", "Sudan", "Swaziland", "Tanzania", "Togo", "Tunisia", "Uganda", "Zambia", "Zimbabwe" ], "legendgroup": "Africa", "marker": { "color": "#00cc96", "size": [ 31287142, 10866106, 7026113, 1630347, 12251209, 7021078, 15929988, 4048013, 8835739, 614382, 55379852, 3328795, 16252726, 447416, 73312559, 495627, 4414865, 67946797, 1299304, 1457766, 20550751, 8807818, 1332459, 31386842, 2046772, 2814651, 5368585, 16473477, 11824495, 10580176, 2828858, 1200206, 31167783, 18473780, 1972153, 11140655, 119901274, 743981, 7852401, 170372, 10870037, 5359092, 7753310, 44433622, 37090298, 1130269, 34593779, 4977378, 9770575, 24739869, 10595811, 11926563 ], "sizemode": "area", "sizeref": 824176.935, "symbol": "circle" }, "mode": "markers", "name": "Africa", "orientation": "v", "showlegend": true, "type": "scatter", "x": [ 5288.040382, 2773.287312, 1372.877931, 11003.60508, 1037.645221, 446.4035126, 1934.0114489999999, 738.6906068, 1156.18186, 1075.811558, 241.16587650000002, 3484.06197, 1648.800823, 1908.2608670000002, 4754.604414, 7703.4959, 765.3500015, 530.0535319, 12521.71392, 660.5855997, 1111.9845779999998, 945.5835837000001, 575.7047176, 1287.514732, 1275.184575, 531.4823679, 9534.677467, 894.6370822, 665.4231186000001, 951.4097517999999, 1579.0195429999999, 9021.815894, 3258.495584, 633.6179466, 4072.3247509999997, 601.0745012, 1615.2863949999999, 6316.1652, 785.6537647999999, 1353.09239, 1519.635262, 699.4897129999999, 882.0818218000001, 7710.946444, 1993.398314, 4128.116943, 899.0742111, 886.2205765000001, 5722.895654999999, 927.7210018, 1071.6139380000002, 672.0386227000001 ], "xaxis": "x", "y": [ 70.994, 41.003, 54.406000000000006, 46.63399999999999, 50.65, 47.36, 49.856, 43.308, 50.525, 62.974, 44.966, 52.97, 46.832, 53.373000000000005, 69.806, 49.348, 55.24, 50.725, 56.761, 58.041000000000004, 58.453, 53.676, 45.504, 50.992, 44.593, 43.753, 72.737, 57.286, 45.00899999999999, 51.818000000000005, 62.247, 71.954, 69.615, 44.026, 51.479, 54.496, 46.608000000000004, 75.744, 43.413000000000004, 64.337, 61.6, 41.012, 45.93600000000001, 53.365, 56.369, 43.869, 49.651, 57.56100000000001, 73.042, 47.813, 39.193000000000005, 39.989000000000004 ], "yaxis": "y" }, { "customdata": [ [ 38331121 ], [ 8445134 ], [ 179914212 ], [ 31902268 ], [ 15497046 ], [ 41008227 ], [ 3834934 ], [ 11226999 ], [ 8650322 ], [ 12921234 ], [ 6353681 ], [ 11178650 ], [ 7607651 ], [ 6677328 ], [ 2664659 ], [ 102479927 ], [ 5146848 ], [ 2990875 ], [ 5884491 ], [ 26769436 ], [ 3859606 ], [ 1101832 ], [ 287675526 ], [ 3363085 ], [ 24287670 ] ], "hovertemplate": "%{hovertext}

continent=Americas
year=2002
gdpPercap=%{x}
lifeExp=%{y}
pop=%{customdata[0]}", "hovertext": [ "Argentina", "Bolivia", "Brazil", "Canada", "Chile", "Colombia", "Costa Rica", "Cuba", "Dominican Republic", "Ecuador", "El Salvador", "Guatemala", "Haiti", "Honduras", "Jamaica", "Mexico", "Nicaragua", "Panama", "Paraguay", "Peru", "Puerto Rico", "Trinidad and Tobago", "United States", "Uruguay", "Venezuela" ], "legendgroup": "Americas", "marker": { "color": "#ab63fa", "size": [ 38331121, 8445134, 179914212, 31902268, 15497046, 41008227, 3834934, 11226999, 8650322, 12921234, 6353681, 11178650, 7607651, 6677328, 2664659, 102479927, 5146848, 2990875, 5884491, 26769436, 3859606, 1101832, 287675526, 3363085, 24287670 ], "sizemode": "area", "sizeref": 824176.935, "symbol": "circle" }, "mode": "markers", "name": "Americas", "orientation": "v", "showlegend": true, "type": "scatter", "x": [ 8797.640716, 3413.26269, 8131.212843000001, 33328.96507, 10778.78385, 5755.259962, 7723.447195000001, 6340.646683, 4563.808154, 5773.0445119999995, 5351.568665999999, 4858.347495, 1270.364932, 3099.72866, 6994.774861, 10742.44053, 2474.548819, 7356.031934000001, 3783.674243, 5909.020073, 18855.606180000002, 11460.60023, 39097.09955, 7727.002004000001, 8605.047831 ], "xaxis": "x", "y": [ 74.34, 63.883, 71.006, 79.77, 77.86, 71.682, 78.123, 77.158, 70.847, 74.173, 70.734, 68.97800000000001, 58.137, 68.565, 72.047, 74.902, 70.836, 74.712, 70.755, 69.906, 77.778, 68.976, 77.31, 75.307, 72.766 ], "yaxis": "y" }, { "customdata": [ [ 19546792 ], [ 3908037 ] ], "hovertemplate": "%{hovertext}

continent=Oceania
year=2002
gdpPercap=%{x}
lifeExp=%{y}
pop=%{customdata[0]}", "hovertext": [ "Australia", "New Zealand" ], "legendgroup": "Oceania", "marker": { "color": "#FFA15A", "size": [ 19546792, 3908037 ], "sizemode": "area", "sizeref": 824176.935, "symbol": "circle" }, "mode": "markers", "name": "Oceania", "orientation": "v", "showlegend": true, "type": "scatter", "x": [ 30687.75473, 23189.80135 ], "xaxis": "x", "y": [ 80.37, 79.11 ], "yaxis": "y" } ], "name": "2002" }, { "data": [ { "customdata": [ [ 31889923 ], [ 708573 ], [ 150448339 ], [ 14131858 ], [ 1318683096 ], [ 6980412 ], [ 1110396331 ], [ 223547000 ], [ 69453570 ], [ 27499638 ], [ 6426679 ], [ 127467972 ], [ 6053193 ], [ 23301725 ], [ 49044790 ], [ 2505559 ], [ 3921278 ], [ 24821286 ], [ 2874127 ], [ 47761980 ], [ 28901790 ], [ 3204897 ], [ 169270617 ], [ 91077287 ], [ 27601038 ], [ 4553009 ], [ 20378239 ], [ 19314747 ], [ 23174294 ], [ 65068149 ], [ 85262356 ], [ 4018332 ], [ 22211743 ] ], "hovertemplate": "%{hovertext}

continent=Asia
year=2007
gdpPercap=%{x}
lifeExp=%{y}
pop=%{customdata[0]}", "hovertext": [ "Afghanistan", "Bahrain", "Bangladesh", "Cambodia", "China", "Hong Kong, China", "India", "Indonesia", "Iran", "Iraq", "Israel", "Japan", "Jordan", "Korea, Dem. Rep.", "Korea, Rep.", "Kuwait", "Lebanon", "Malaysia", "Mongolia", "Myanmar", "Nepal", "Oman", "Pakistan", "Philippines", "Saudi Arabia", "Singapore", "Sri Lanka", "Syria", "Taiwan", "Thailand", "Vietnam", "West Bank and Gaza", "Yemen, Rep." ], "legendgroup": "Asia", "marker": { "color": "#636efa", "size": [ 31889923, 708573, 150448339, 14131858, 1318683096, 6980412, 1110396331, 223547000, 69453570, 27499638, 6426679, 127467972, 6053193, 23301725, 49044790, 2505559, 3921278, 24821286, 2874127, 47761980, 28901790, 3204897, 169270617, 91077287, 27601038, 4553009, 20378239, 19314747, 23174294, 65068149, 85262356, 4018332, 22211743 ], "sizemode": "area", "sizeref": 824176.935, "symbol": "circle" }, "mode": "markers", "name": "Asia", "orientation": "v", "showlegend": true, "type": "scatter", "x": [ 974.5803384, 29796.048339999998, 1391.253792, 1713.7786859999999, 4959.1148539999995, 39724.97867, 2452.210407, 3540.6515640000002, 11605.71449, 4471.061906, 25523.2771, 31656.06806, 4519.461171, 1593.06548, 23348.139730000003, 47306.98978, 10461.05868, 12451.6558, 3095.7722710000003, 944, 1091.359778, 22316.19287, 2605.94758, 3190.481016, 21654.83194, 47143.179639999995, 3970.0954070000003, 4184.548089, 28718.27684, 7458.3963269999995, 2441.576404, 3025.349798, 2280.769906 ], "xaxis": "x", "y": [ 43.828, 75.635, 64.062, 59.723, 72.961, 82.208, 64.69800000000001, 70.65, 70.964, 59.545, 80.745, 82.603, 72.535, 67.297, 78.623, 77.58800000000001, 71.993, 74.241, 66.803, 62.068999999999996, 63.785, 75.64, 65.483, 71.688, 72.777, 79.972, 72.396, 74.143, 78.4, 70.616, 74.249, 73.422, 62.698 ], "yaxis": "y" }, { "customdata": [ [ 3600523 ], [ 8199783 ], [ 10392226 ], [ 4552198 ], [ 7322858 ], [ 4493312 ], [ 10228744 ], [ 5468120 ], [ 5238460 ], [ 61083916 ], [ 82400996 ], [ 10706290 ], [ 9956108 ], [ 301931 ], [ 4109086 ], [ 58147733 ], [ 684736 ], [ 16570613 ], [ 4627926 ], [ 38518241 ], [ 10642836 ], [ 22276056 ], [ 10150265 ], [ 5447502 ], [ 2009245 ], [ 40448191 ], [ 9031088 ], [ 7554661 ], [ 71158647 ], [ 60776238 ] ], "hovertemplate": "%{hovertext}

continent=Europe
year=2007
gdpPercap=%{x}
lifeExp=%{y}
pop=%{customdata[0]}", "hovertext": [ "Albania", "Austria", "Belgium", "Bosnia and Herzegovina", "Bulgaria", "Croatia", "Czech Republic", "Denmark", "Finland", "France", "Germany", "Greece", "Hungary", "Iceland", "Ireland", "Italy", "Montenegro", "Netherlands", "Norway", "Poland", "Portugal", "Romania", "Serbia", "Slovak Republic", "Slovenia", "Spain", "Sweden", "Switzerland", "Turkey", "United Kingdom" ], "legendgroup": "Europe", "marker": { "color": "#EF553B", "size": [ 3600523, 8199783, 10392226, 4552198, 7322858, 4493312, 10228744, 5468120, 5238460, 61083916, 82400996, 10706290, 9956108, 301931, 4109086, 58147733, 684736, 16570613, 4627926, 38518241, 10642836, 22276056, 10150265, 5447502, 2009245, 40448191, 9031088, 7554661, 71158647, 60776238 ], "sizemode": "area", "sizeref": 824176.935, "symbol": "circle" }, "mode": "markers", "name": "Europe", "orientation": "v", "showlegend": true, "type": "scatter", "x": [ 5937.029525999999, 36126.4927, 33692.60508, 7446.298803, 10680.79282, 14619.222719999998, 22833.30851, 35278.41874, 33207.0844, 30470.0167, 32170.37442, 27538.41188, 18008.94444, 36180.789189999996, 40675.99635, 28569.7197, 9253.896111, 36797.93332, 49357.19017, 15389.924680000002, 20509.64777, 10808.47561, 9786.534714, 18678.31435, 25768.25759, 28821.0637, 33859.74835, 37506.419069999996, 8458.276384, 33203.26128 ], "xaxis": "x", "y": [ 76.423, 79.829, 79.441, 74.852, 73.005, 75.748, 76.486, 78.332, 79.313, 80.657, 79.406, 79.483, 73.33800000000001, 81.757, 78.885, 80.546, 74.543, 79.762, 80.196, 75.563, 78.098, 72.476, 74.002, 74.663, 77.926, 80.941, 80.884, 81.70100000000001, 71.777, 79.425 ], "yaxis": "y" }, { "customdata": [ [ 33333216 ], [ 12420476 ], [ 8078314 ], [ 1639131 ], [ 14326203 ], [ 8390505 ], [ 17696293 ], [ 4369038 ], [ 10238807 ], [ 710960 ], [ 64606759 ], [ 3800610 ], [ 18013409 ], [ 496374 ], [ 80264543 ], [ 551201 ], [ 4906585 ], [ 76511887 ], [ 1454867 ], [ 1688359 ], [ 22873338 ], [ 9947814 ], [ 1472041 ], [ 35610177 ], [ 2012649 ], [ 3193942 ], [ 6036914 ], [ 19167654 ], [ 13327079 ], [ 12031795 ], [ 3270065 ], [ 1250882 ], [ 33757175 ], [ 19951656 ], [ 2055080 ], [ 12894865 ], [ 135031164 ], [ 798094 ], [ 8860588 ], [ 199579 ], [ 12267493 ], [ 6144562 ], [ 9118773 ], [ 43997828 ], [ 42292929 ], [ 1133066 ], [ 38139640 ], [ 5701579 ], [ 10276158 ], [ 29170398 ], [ 11746035 ], [ 12311143 ] ], "hovertemplate": "%{hovertext}

continent=Africa
year=2007
gdpPercap=%{x}
lifeExp=%{y}
pop=%{customdata[0]}", "hovertext": [ "Algeria", "Angola", "Benin", "Botswana", "Burkina Faso", "Burundi", "Cameroon", "Central African Republic", "Chad", "Comoros", "Congo, Dem. Rep.", "Congo, Rep.", "Cote d'Ivoire", "Djibouti", "Egypt", "Equatorial Guinea", "Eritrea", "Ethiopia", "Gabon", "Gambia", "Ghana", "Guinea", "Guinea-Bissau", "Kenya", "Lesotho", "Liberia", "Libya", "Madagascar", "Malawi", "Mali", "Mauritania", "Mauritius", "Morocco", "Mozambique", "Namibia", "Niger", "Nigeria", "Reunion", "Rwanda", "Sao Tome and Principe", "Senegal", "Sierra Leone", "Somalia", "South Africa", "Sudan", "Swaziland", "Tanzania", "Togo", "Tunisia", "Uganda", "Zambia", "Zimbabwe" ], "legendgroup": "Africa", "marker": { "color": "#00cc96", "size": [ 33333216, 12420476, 8078314, 1639131, 14326203, 8390505, 17696293, 4369038, 10238807, 710960, 64606759, 3800610, 18013409, 496374, 80264543, 551201, 4906585, 76511887, 1454867, 1688359, 22873338, 9947814, 1472041, 35610177, 2012649, 3193942, 6036914, 19167654, 13327079, 12031795, 3270065, 1250882, 33757175, 19951656, 2055080, 12894865, 135031164, 798094, 8860588, 199579, 12267493, 6144562, 9118773, 43997828, 42292929, 1133066, 38139640, 5701579, 10276158, 29170398, 11746035, 12311143 ], "sizemode": "area", "sizeref": 824176.935, "symbol": "circle" }, "mode": "markers", "name": "Africa", "orientation": "v", "showlegend": true, "type": "scatter", "x": [ 6223.367465, 4797.231267, 1441.284873, 12569.851770000001, 1217.032994, 430.07069160000003, 2042.0952399999999, 706.016537, 1704.0637239999999, 986.1478792000001, 277.55185869999997, 3632.557798, 1544.750112, 2082.4815670000003, 5581.180998, 12154.08975, 641.3695236000001, 690.8055759, 13206.48452, 752.7497265, 1327.60891, 942.6542111, 579.2317429999999, 1463.249282, 1569.331442, 414.5073415, 12057.49928, 1044.770126, 759.3499101, 1042.581557, 1803.1514960000002, 10956.99112, 3820.17523, 823.6856205, 4811.060429, 619.6768923999999, 2013.9773050000001, 7670.122558, 863.0884639000001, 1598.435089, 1712.4721359999999, 862.5407561000001, 926.1410683, 9269.657808, 2602.394995, 4513.480643, 1107.482182, 882.9699437999999, 7092.923025, 1056.3801210000001, 1271.211593, 469.70929810000007 ], "xaxis": "x", "y": [ 72.301, 42.731, 56.728, 50.728, 52.295, 49.58, 50.43, 44.74100000000001, 50.651, 65.152, 46.461999999999996, 55.321999999999996, 48.328, 54.791000000000004, 71.33800000000001, 51.57899999999999, 58.04, 52.946999999999996, 56.735, 59.448, 60.022, 56.007, 46.388000000000005, 54.11, 42.592, 45.678000000000004, 73.952, 59.443000000000005, 48.303000000000004, 54.467, 64.164, 72.801, 71.164, 42.082, 52.906000000000006, 56.867, 46.858999999999995, 76.442, 46.242, 65.528, 63.062, 42.568000000000005, 48.159, 49.339, 58.556000000000004, 39.613, 52.516999999999996, 58.42, 73.923, 51.542, 42.38399999999999, 43.486999999999995 ], "yaxis": "y" }, { "customdata": [ [ 40301927 ], [ 9119152 ], [ 190010647 ], [ 33390141 ], [ 16284741 ], [ 44227550 ], [ 4133884 ], [ 11416987 ], [ 9319622 ], [ 13755680 ], [ 6939688 ], [ 12572928 ], [ 8502814 ], [ 7483763 ], [ 2780132 ], [ 108700891 ], [ 5675356 ], [ 3242173 ], [ 6667147 ], [ 28674757 ], [ 3942491 ], [ 1056608 ], [ 301139947 ], [ 3447496 ], [ 26084662 ] ], "hovertemplate": "%{hovertext}

continent=Americas
year=2007
gdpPercap=%{x}
lifeExp=%{y}
pop=%{customdata[0]}", "hovertext": [ "Argentina", "Bolivia", "Brazil", "Canada", "Chile", "Colombia", "Costa Rica", "Cuba", "Dominican Republic", "Ecuador", "El Salvador", "Guatemala", "Haiti", "Honduras", "Jamaica", "Mexico", "Nicaragua", "Panama", "Paraguay", "Peru", "Puerto Rico", "Trinidad and Tobago", "United States", "Uruguay", "Venezuela" ], "legendgroup": "Americas", "marker": { "color": "#ab63fa", "size": [ 40301927, 9119152, 190010647, 33390141, 16284741, 44227550, 4133884, 11416987, 9319622, 13755680, 6939688, 12572928, 8502814, 7483763, 2780132, 108700891, 5675356, 3242173, 6667147, 28674757, 3942491, 1056608, 301139947, 3447496, 26084662 ], "sizemode": "area", "sizeref": 824176.935, "symbol": "circle" }, "mode": "markers", "name": "Americas", "orientation": "v", "showlegend": true, "type": "scatter", "x": [ 12779.379640000001, 3822.1370840000004, 9065.800825, 36319.235010000004, 13171.63885, 7006.580419, 9645.06142, 8948.102923, 6025.374752000001, 6873.262326000001, 5728.353514, 5186.050003, 1201.637154, 3548.3308460000003, 7320.880262000001, 11977.57496, 2749.320965, 9809.185636, 4172.838464, 7408.905561, 19328.70901, 18008.50924, 42951.65309, 10611.46299, 11415.805690000001 ], "xaxis": "x", "y": [ 75.32, 65.554, 72.39, 80.653, 78.553, 72.889, 78.782, 78.273, 72.235, 74.994, 71.878, 70.259, 60.916000000000004, 70.19800000000001, 72.567, 76.195, 72.899, 75.53699999999999, 71.752, 71.421, 78.74600000000001, 69.819, 78.242, 76.384, 73.747 ], "yaxis": "y" }, { "customdata": [ [ 20434176 ], [ 4115771 ] ], "hovertemplate": "%{hovertext}

continent=Oceania
year=2007
gdpPercap=%{x}
lifeExp=%{y}
pop=%{customdata[0]}", "hovertext": [ "Australia", "New Zealand" ], "legendgroup": "Oceania", "marker": { "color": "#FFA15A", "size": [ 20434176, 4115771 ], "sizemode": "area", "sizeref": 824176.935, "symbol": "circle" }, "mode": "markers", "name": "Oceania", "orientation": "v", "showlegend": true, "type": "scatter", "x": [ 34435.367439999995, 25185.00911 ], "xaxis": "x", "y": [ 81.235, 80.204 ], "yaxis": "y" } ], "name": "2007" } ], "layout": { "legend": { "itemsizing": "constant", "title": { "text": "continent" }, "tracegroupgap": 0 }, "margin": { "t": 60 }, "sliders": [ { "active": 0, "currentvalue": { "prefix": "year=" }, "len": 0.9, "pad": { "b": 10, "t": 60 }, "steps": [ { "args": [ [ "1952" ], { "frame": { "duration": 0, "redraw": false }, "fromcurrent": true, "mode": "immediate", "transition": { "duration": 0, "easing": "linear" } } ], "label": "1952", "method": "animate" }, { "args": [ [ "1957" ], { "frame": { "duration": 0, "redraw": false }, "fromcurrent": true, "mode": "immediate", "transition": { "duration": 0, "easing": "linear" } } ], "label": "1957", "method": "animate" }, { "args": [ [ "1962" ], { "frame": { "duration": 0, "redraw": false }, "fromcurrent": true, "mode": "immediate", "transition": { "duration": 0, "easing": "linear" } } ], "label": "1962", "method": "animate" }, { "args": [ [ "1967" ], { "frame": { "duration": 0, "redraw": false }, "fromcurrent": true, "mode": "immediate", "transition": { "duration": 0, "easing": "linear" } } ], "label": "1967", "method": "animate" }, { "args": [ [ "1972" ], { "frame": { "duration": 0, "redraw": false }, "fromcurrent": true, "mode": "immediate", "transition": { "duration": 0, "easing": "linear" } } ], "label": "1972", "method": "animate" }, { "args": [ [ "1977" ], { "frame": { "duration": 0, "redraw": false }, "fromcurrent": true, "mode": "immediate", "transition": { "duration": 0, "easing": "linear" } } ], "label": "1977", "method": "animate" }, { "args": [ [ "1982" ], { "frame": { "duration": 0, "redraw": false }, "fromcurrent": true, "mode": "immediate", "transition": { "duration": 0, "easing": "linear" } } ], "label": "1982", "method": "animate" }, { "args": [ [ "1987" ], { "frame": { "duration": 0, "redraw": false }, "fromcurrent": true, "mode": "immediate", "transition": { "duration": 0, "easing": "linear" } } ], "label": "1987", "method": "animate" }, { "args": [ [ "1992" ], { "frame": { "duration": 0, "redraw": false }, "fromcurrent": true, "mode": "immediate", "transition": { "duration": 0, "easing": "linear" } } ], "label": "1992", "method": "animate" }, { "args": [ [ "1997" ], { "frame": { "duration": 0, "redraw": false }, "fromcurrent": true, "mode": "immediate", "transition": { "duration": 0, "easing": "linear" } } ], "label": "1997", "method": "animate" }, { "args": [ [ "2002" ], { "frame": { "duration": 0, "redraw": false }, "fromcurrent": true, "mode": "immediate", "transition": { "duration": 0, "easing": "linear" } } ], "label": "2002", "method": "animate" }, { "args": [ [ "2007" ], { "frame": { "duration": 0, "redraw": false }, "fromcurrent": true, "mode": "immediate", "transition": { "duration": 0, "easing": "linear" } } ], "label": "2007", "method": "animate" } ], "x": 0.1, "xanchor": "left", "y": 0, "yanchor": "top" } ], "template": { "data": { "bar": [ { "error_x": { "color": "#2a3f5f" }, "error_y": { "color": "#2a3f5f" }, "marker": { "line": { "color": "#E5ECF6", "width": 0.5 } }, "type": "bar" } ], "barpolar": [ { "marker": { "line": { "color": "#E5ECF6", "width": 0.5 } }, "type": "barpolar" } ], "carpet": [ { "aaxis": { "endlinecolor": "#2a3f5f", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "baxis": { "endlinecolor": "#2a3f5f", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "type": "carpet" } ], "choropleth": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "choropleth" } ], "contour": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "contour" } ], "contourcarpet": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "contourcarpet" } ], "heatmap": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "heatmap" } ], "heatmapgl": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "heatmapgl" } ], "histogram": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "histogram" } ], "histogram2d": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "histogram2d" } ], "histogram2dcontour": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "histogram2dcontour" } ], "mesh3d": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "mesh3d" } ], "parcoords": [ { "line": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "parcoords" } ], "pie": [ { "automargin": true, "type": "pie" } ], "scatter": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatter" } ], "scatter3d": [ { "line": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatter3d" } ], "scattercarpet": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattercarpet" } ], "scattergeo": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattergeo" } ], "scattergl": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattergl" } ], "scattermapbox": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattermapbox" } ], "scatterpolar": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterpolar" } ], "scatterpolargl": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterpolargl" } ], "scatterternary": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterternary" } ], "surface": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "surface" } ], "table": [ { "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } }, "type": "table" } ] }, "layout": { "annotationdefaults": { "arrowcolor": "#2a3f5f", "arrowhead": 0, "arrowwidth": 1 }, "coloraxis": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "sequentialminus": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ] }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#FFA15A", "#19d3f3", "#FF6692", "#B6E880", "#FF97FF", "#FECB52" ], "font": { "color": "#2a3f5f" }, "geo": { "bgcolor": "white", "lakecolor": "white", "landcolor": "#E5ECF6", "showlakes": true, "showland": true, "subunitcolor": "white" }, "hoverlabel": { "align": "left" }, "hovermode": "closest", "mapbox": { "style": "light" }, "paper_bgcolor": "white", "plot_bgcolor": "#E5ECF6", "polar": { "angularaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "bgcolor": "#E5ECF6", "radialaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" } }, "scene": { "xaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" }, "yaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" }, "zaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" } }, "shapedefaults": { "line": { "color": "#2a3f5f" } }, "ternary": { "aaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "baxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "bgcolor": "#E5ECF6", "caxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" } }, "title": { "x": 0.05 }, "xaxis": { "automargin": true, "gridcolor": "white", "linecolor": "white", "ticks": "", "title": { "standoff": 15 }, "zerolinecolor": "white", "zerolinewidth": 2 }, "yaxis": { "automargin": true, "gridcolor": "white", "linecolor": "white", "ticks": "", "title": { "standoff": 15 }, "zerolinecolor": "white", "zerolinewidth": 2 } } }, "updatemenus": [ { "buttons": [ { "args": [ null, { "frame": { "duration": 500, "redraw": false }, "fromcurrent": true, "mode": "immediate", "transition": { "duration": 500, "easing": "linear" } } ], "label": "▶", "method": "animate" }, { "args": [ [ null ], { "frame": { "duration": 0, "redraw": false }, "fromcurrent": true, "mode": "immediate", "transition": { "duration": 0, "easing": "linear" } } ], "label": "◼", "method": "animate" } ], "direction": "left", "pad": { "r": 10, "t": 70 }, "showactive": false, "type": "buttons", "x": 0.1, "xanchor": "right", "y": 0, "yanchor": "top" } ], "xaxis": { "anchor": "y", "domain": [ 0, 1 ], "title": { "text": "gdpPercap" }, "type": "log" }, "yaxis": { "anchor": "x", "domain": [ 0, 1 ], "title": { "text": "lifeExp" } } } }, "text/html": [ "
\n", " \n", " \n", "
\n", " \n", "
" ] }, "metadata": {}, "output_type": "display_data" } ], "source": [ "px.scatter(\n", " gapminder,\n", " x=\"gdpPercap\", y=\"lifeExp\", log_x=True,\n", " size=\"pop\", size_max=40, color=\"continent\",\n", " hover_name=\"country\", hover_data=[\"pop\"],\n", " animation_frame=\"year\", # これだけ!\n", ").show()" ] }, { "cell_type": "markdown", "metadata": { "slideshow": { "slide_type": "subslide" } }, "source": [ "### 階層をもったデータをインタラクティブに\n", "\n", "- 親子関係があるデータを可視化\n", "- 階層が増えると下の階層のデータが多くなり、可視化するとわかりにくくなる\n", "- ドリルダウンして階層を深堀りできる" ] }, { "cell_type": "markdown", "metadata": { "slideshow": { "slide_type": "subslide" } }, "source": [ "### サンバーストグラフ" ] }, { "cell_type": "code", "execution_count": 5, "metadata": { "slideshow": { "slide_type": "fragment" } }, "outputs": [ { "data": { "application/vnd.plotly.v1+json": { "config": { "plotlyServerURL": "https://plot.ly" }, "data": [ { "branchvalues": "total", "domain": { "x": [ 0, 1 ], "y": [ 0, 1 ] }, "hovertemplate": "labels=%{label}
pop=%{value}
parent=%{parent}
id=%{id}", "ids": [ "Asia/Afghanistan", "Europe/Albania", "Africa/Algeria", "Africa/Angola", "Americas/Argentina", "Oceania/Australia", "Europe/Austria", "Asia/Bahrain", "Asia/Bangladesh", "Europe/Belgium", "Africa/Benin", "Americas/Bolivia", "Europe/Bosnia and Herzegovina", "Africa/Botswana", "Americas/Brazil", "Europe/Bulgaria", "Africa/Burkina Faso", "Africa/Burundi", "Asia/Cambodia", "Africa/Cameroon", "Americas/Canada", "Africa/Central African Republic", "Africa/Chad", "Americas/Chile", "Asia/China", "Americas/Colombia", "Africa/Comoros", "Africa/Congo, Dem. Rep.", "Africa/Congo, Rep.", "Americas/Costa Rica", "Africa/Cote d'Ivoire", "Europe/Croatia", "Americas/Cuba", "Europe/Czech Republic", "Europe/Denmark", "Africa/Djibouti", "Americas/Dominican Republic", "Americas/Ecuador", "Africa/Egypt", "Americas/El Salvador", "Africa/Equatorial Guinea", "Africa/Eritrea", "Africa/Ethiopia", "Europe/Finland", "Europe/France", "Africa/Gabon", "Africa/Gambia", "Europe/Germany", "Africa/Ghana", "Europe/Greece", "Americas/Guatemala", "Africa/Guinea", "Africa/Guinea-Bissau", "Americas/Haiti", "Americas/Honduras", "Asia/Hong Kong, China", "Europe/Hungary", "Europe/Iceland", "Asia/India", "Asia/Indonesia", "Asia/Iran", "Asia/Iraq", "Europe/Ireland", "Asia/Israel", "Europe/Italy", "Americas/Jamaica", "Asia/Japan", "Asia/Jordan", "Africa/Kenya", "Asia/Korea, Dem. Rep.", "Asia/Korea, Rep.", "Asia/Kuwait", "Asia/Lebanon", "Africa/Lesotho", "Africa/Liberia", "Africa/Libya", "Africa/Madagascar", "Africa/Malawi", "Asia/Malaysia", "Africa/Mali", "Africa/Mauritania", "Africa/Mauritius", "Americas/Mexico", "Asia/Mongolia", "Europe/Montenegro", "Africa/Morocco", "Africa/Mozambique", "Asia/Myanmar", "Africa/Namibia", "Asia/Nepal", "Europe/Netherlands", "Oceania/New Zealand", "Americas/Nicaragua", "Africa/Niger", "Africa/Nigeria", "Europe/Norway", "Asia/Oman", "Asia/Pakistan", "Americas/Panama", "Americas/Paraguay", "Americas/Peru", "Asia/Philippines", "Europe/Poland", "Europe/Portugal", "Americas/Puerto Rico", "Africa/Reunion", "Europe/Romania", "Africa/Rwanda", "Africa/Sao Tome and Principe", "Asia/Saudi Arabia", "Africa/Senegal", "Europe/Serbia", "Africa/Sierra Leone", "Asia/Singapore", "Europe/Slovak Republic", "Europe/Slovenia", "Africa/Somalia", "Africa/South Africa", "Europe/Spain", "Asia/Sri Lanka", "Africa/Sudan", "Africa/Swaziland", "Europe/Sweden", "Europe/Switzerland", "Asia/Syria", "Asia/Taiwan", "Africa/Tanzania", "Asia/Thailand", "Africa/Togo", "Americas/Trinidad and Tobago", "Africa/Tunisia", "Europe/Turkey", "Africa/Uganda", "Europe/United Kingdom", "Americas/United States", "Americas/Uruguay", "Americas/Venezuela", "Asia/Vietnam", "Asia/West Bank and Gaza", "Asia/Yemen, Rep.", "Africa/Zambia", "Africa/Zimbabwe", "Africa", "Americas", "Asia", "Europe", "Oceania" ], "labels": [ "Afghanistan", "Albania", "Algeria", "Angola", "Argentina", "Australia", "Austria", "Bahrain", "Bangladesh", "Belgium", "Benin", "Bolivia", "Bosnia and Herzegovina", "Botswana", "Brazil", "Bulgaria", "Burkina Faso", "Burundi", "Cambodia", "Cameroon", "Canada", "Central African Republic", "Chad", "Chile", "China", "Colombia", "Comoros", "Congo, Dem. Rep.", "Congo, Rep.", "Costa Rica", "Cote d'Ivoire", "Croatia", "Cuba", "Czech Republic", "Denmark", "Djibouti", "Dominican Republic", "Ecuador", "Egypt", "El Salvador", "Equatorial Guinea", "Eritrea", "Ethiopia", "Finland", "France", "Gabon", "Gambia", "Germany", "Ghana", "Greece", "Guatemala", "Guinea", "Guinea-Bissau", "Haiti", "Honduras", "Hong Kong, China", "Hungary", "Iceland", "India", "Indonesia", "Iran", "Iraq", "Ireland", "Israel", "Italy", "Jamaica", "Japan", "Jordan", "Kenya", "Korea, Dem. Rep.", "Korea, Rep.", "Kuwait", "Lebanon", "Lesotho", "Liberia", "Libya", "Madagascar", "Malawi", "Malaysia", "Mali", "Mauritania", "Mauritius", "Mexico", "Mongolia", "Montenegro", "Morocco", "Mozambique", "Myanmar", "Namibia", "Nepal", "Netherlands", "New Zealand", "Nicaragua", "Niger", "Nigeria", "Norway", "Oman", "Pakistan", "Panama", "Paraguay", "Peru", "Philippines", "Poland", "Portugal", "Puerto Rico", "Reunion", "Romania", "Rwanda", "Sao Tome and Principe", "Saudi Arabia", "Senegal", "Serbia", "Sierra Leone", "Singapore", "Slovak Republic", "Slovenia", "Somalia", "South Africa", "Spain", "Sri Lanka", "Sudan", "Swaziland", "Sweden", "Switzerland", "Syria", "Taiwan", "Tanzania", "Thailand", "Togo", "Trinidad and Tobago", "Tunisia", "Turkey", "Uganda", "United Kingdom", "United States", "Uruguay", "Venezuela", "Vietnam", "West Bank and Gaza", "Yemen, Rep.", "Zambia", "Zimbabwe", "Africa", "Americas", "Asia", "Europe", "Oceania" ], "name": "", "parents": [ "Asia", "Europe", "Africa", "Africa", "Americas", "Oceania", "Europe", "Asia", "Asia", "Europe", "Africa", "Americas", "Europe", "Africa", "Americas", "Europe", "Africa", "Africa", "Asia", "Africa", "Americas", "Africa", "Africa", "Americas", "Asia", "Americas", "Africa", "Africa", "Africa", "Americas", "Africa", "Europe", "Americas", "Europe", "Europe", "Africa", "Americas", "Americas", "Africa", "Americas", "Africa", "Africa", "Africa", "Europe", "Europe", "Africa", "Africa", "Europe", "Africa", "Europe", "Americas", "Africa", "Africa", "Americas", "Americas", "Asia", "Europe", "Europe", "Asia", "Asia", "Asia", "Asia", "Europe", "Asia", "Europe", "Americas", "Asia", "Asia", "Africa", "Asia", "Asia", "Asia", "Asia", "Africa", "Africa", "Africa", "Africa", "Africa", "Asia", "Africa", "Africa", "Africa", "Americas", "Asia", "Europe", "Africa", "Africa", "Asia", "Africa", "Asia", "Europe", "Oceania", "Americas", "Africa", "Africa", "Europe", "Asia", "Asia", "Americas", "Americas", "Americas", "Asia", "Europe", "Europe", "Americas", "Africa", "Europe", "Africa", "Africa", "Asia", "Africa", "Europe", "Africa", "Asia", "Europe", "Europe", "Africa", "Africa", "Europe", "Asia", "Africa", "Africa", "Europe", "Europe", "Asia", "Asia", "Africa", "Asia", "Africa", "Americas", "Africa", "Europe", "Africa", "Europe", "Americas", "Americas", "Americas", "Asia", "Asia", "Asia", "Africa", "Africa", "", "", "", "", "" ], "type": "sunburst", "values": [ 31889923, 3600523, 33333216, 12420476, 40301927, 20434176, 8199783, 708573, 150448339, 10392226, 8078314, 9119152, 4552198, 1639131, 190010647, 7322858, 14326203, 8390505, 14131858, 17696293, 33390141, 4369038, 10238807, 16284741, 1318683096, 44227550, 710960, 64606759, 3800610, 4133884, 18013409, 4493312, 11416987, 10228744, 5468120, 496374, 9319622, 13755680, 80264543, 6939688, 551201, 4906585, 76511887, 5238460, 61083916, 1454867, 1688359, 82400996, 22873338, 10706290, 12572928, 9947814, 1472041, 8502814, 7483763, 6980412, 9956108, 301931, 1110396331, 223547000, 69453570, 27499638, 4109086, 6426679, 58147733, 2780132, 127467972, 6053193, 35610177, 23301725, 49044790, 2505559, 3921278, 2012649, 3193942, 6036914, 19167654, 13327079, 24821286, 12031795, 3270065, 1250882, 108700891, 2874127, 684736, 33757175, 19951656, 47761980, 2055080, 28901790, 16570613, 4115771, 5675356, 12894865, 135031164, 4627926, 3204897, 169270617, 3242173, 6667147, 28674757, 91077287, 38518241, 10642836, 3942491, 798094, 22276056, 8860588, 199579, 27601038, 12267493, 10150265, 6144562, 4553009, 5447502, 2009245, 9118773, 43997828, 40448191, 20378239, 42292929, 1133066, 9031088, 7554661, 19314747, 23174294, 38139640, 65068149, 5701579, 1056608, 10276158, 71158647, 29170398, 60776238, 301139947, 3447496, 26084662, 85262356, 4018332, 22211743, 11746035, 12311143, 929539692, 898871184, 3811953827, 586098529, 24549947 ] } ], "layout": { "legend": { "tracegroupgap": 0 }, "template": { "data": { "bar": [ { "error_x": { "color": "#2a3f5f" }, "error_y": { "color": "#2a3f5f" }, "marker": { "line": { "color": "#E5ECF6", "width": 0.5 } }, "type": "bar" } ], "barpolar": [ { "marker": { "line": { "color": "#E5ECF6", "width": 0.5 } }, "type": "barpolar" } ], "carpet": [ { "aaxis": { "endlinecolor": "#2a3f5f", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "baxis": { "endlinecolor": "#2a3f5f", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "type": "carpet" } ], "choropleth": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "choropleth" } ], "contour": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "contour" } ], "contourcarpet": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "contourcarpet" } ], "heatmap": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "heatmap" } ], "heatmapgl": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "heatmapgl" } ], "histogram": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "histogram" } ], "histogram2d": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "histogram2d" } ], "histogram2dcontour": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "histogram2dcontour" } ], "mesh3d": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "mesh3d" } ], "parcoords": [ { "line": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "parcoords" } ], "pie": [ { "automargin": true, "type": "pie" } ], "scatter": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatter" } ], "scatter3d": [ { "line": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatter3d" } ], "scattercarpet": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattercarpet" } ], "scattergeo": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattergeo" } ], "scattergl": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattergl" } ], "scattermapbox": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattermapbox" } ], "scatterpolar": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterpolar" } ], "scatterpolargl": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterpolargl" } ], "scatterternary": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterternary" } ], "surface": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "surface" } ], "table": [ { "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } }, "type": "table" } ] }, "layout": { "annotationdefaults": { "arrowcolor": "#2a3f5f", "arrowhead": 0, "arrowwidth": 1 }, "coloraxis": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "sequentialminus": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ] }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#FFA15A", "#19d3f3", "#FF6692", "#B6E880", "#FF97FF", "#FECB52" ], "font": { "color": "#2a3f5f" }, "geo": { "bgcolor": "white", "lakecolor": "white", "landcolor": "#E5ECF6", "showlakes": true, "showland": true, "subunitcolor": "white" }, "hoverlabel": { "align": "left" }, "hovermode": "closest", "mapbox": { "style": "light" }, "paper_bgcolor": "white", "plot_bgcolor": "#E5ECF6", "polar": { "angularaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "bgcolor": "#E5ECF6", "radialaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" } }, "scene": { "xaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" }, "yaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" }, "zaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" } }, "shapedefaults": { "line": { "color": "#2a3f5f" } }, "ternary": { "aaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "baxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "bgcolor": "#E5ECF6", "caxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" } }, "title": { "x": 0.05 }, "xaxis": { "automargin": true, "gridcolor": "white", "linecolor": "white", "ticks": "", "title": { "standoff": 15 }, "zerolinecolor": "white", "zerolinewidth": 2 }, "yaxis": { "automargin": true, "gridcolor": "white", "linecolor": "white", "ticks": "", "title": { "standoff": 15 }, "zerolinecolor": "white", "zerolinewidth": 2 } } }, "title": { "text": "各国の人口" } } }, "text/html": [ "
\n", " \n", " \n", "
\n", " \n", "
" ] }, "metadata": {}, "output_type": "display_data" } ], "source": [ "gapminder_2007 = gapminder[gapminder[\"year\"] == 2007]\n", "px.sunburst(\n", " gapminder_2007, path=[\"continent\", \"country\"], values=\"pop\", title=\"各国の人口\"\n", ").show()" ] }, { "cell_type": "markdown", "metadata": { "slideshow": { "slide_type": "subslide" } }, "source": [ "### ツリーマップ" ] }, { "cell_type": "code", "execution_count": 6, "metadata": { "scrolled": false, "slideshow": { "slide_type": "fragment" } }, "outputs": [ { "data": { "application/vnd.plotly.v1+json": { "config": { "plotlyServerURL": "https://plot.ly" }, "data": [ { "branchvalues": "total", "domain": { "x": [ 0, 1 ], "y": [ 0, 1 ] }, "hovertemplate": "labels=%{label}
pop=%{value}
parent=%{parent}
id=%{id}", "ids": [ "Asia/Afghanistan", "Europe/Albania", "Africa/Algeria", "Africa/Angola", "Americas/Argentina", "Oceania/Australia", "Europe/Austria", "Asia/Bahrain", "Asia/Bangladesh", "Europe/Belgium", "Africa/Benin", "Americas/Bolivia", "Europe/Bosnia and Herzegovina", "Africa/Botswana", "Americas/Brazil", "Europe/Bulgaria", "Africa/Burkina Faso", "Africa/Burundi", "Asia/Cambodia", "Africa/Cameroon", "Americas/Canada", "Africa/Central African Republic", "Africa/Chad", "Americas/Chile", "Asia/China", "Americas/Colombia", "Africa/Comoros", "Africa/Congo, Dem. Rep.", "Africa/Congo, Rep.", "Americas/Costa Rica", "Africa/Cote d'Ivoire", "Europe/Croatia", "Americas/Cuba", "Europe/Czech Republic", "Europe/Denmark", "Africa/Djibouti", "Americas/Dominican Republic", "Americas/Ecuador", "Africa/Egypt", "Americas/El Salvador", "Africa/Equatorial Guinea", "Africa/Eritrea", "Africa/Ethiopia", "Europe/Finland", "Europe/France", "Africa/Gabon", "Africa/Gambia", "Europe/Germany", "Africa/Ghana", "Europe/Greece", "Americas/Guatemala", "Africa/Guinea", "Africa/Guinea-Bissau", "Americas/Haiti", "Americas/Honduras", "Asia/Hong Kong, China", "Europe/Hungary", "Europe/Iceland", "Asia/India", "Asia/Indonesia", "Asia/Iran", "Asia/Iraq", "Europe/Ireland", "Asia/Israel", "Europe/Italy", "Americas/Jamaica", "Asia/Japan", "Asia/Jordan", "Africa/Kenya", "Asia/Korea, Dem. Rep.", "Asia/Korea, Rep.", "Asia/Kuwait", "Asia/Lebanon", "Africa/Lesotho", "Africa/Liberia", "Africa/Libya", "Africa/Madagascar", "Africa/Malawi", "Asia/Malaysia", "Africa/Mali", "Africa/Mauritania", "Africa/Mauritius", "Americas/Mexico", "Asia/Mongolia", "Europe/Montenegro", "Africa/Morocco", "Africa/Mozambique", "Asia/Myanmar", "Africa/Namibia", "Asia/Nepal", "Europe/Netherlands", "Oceania/New Zealand", "Americas/Nicaragua", "Africa/Niger", "Africa/Nigeria", "Europe/Norway", "Asia/Oman", "Asia/Pakistan", "Americas/Panama", "Americas/Paraguay", "Americas/Peru", "Asia/Philippines", "Europe/Poland", "Europe/Portugal", "Americas/Puerto Rico", "Africa/Reunion", "Europe/Romania", "Africa/Rwanda", "Africa/Sao Tome and Principe", "Asia/Saudi Arabia", "Africa/Senegal", "Europe/Serbia", "Africa/Sierra Leone", "Asia/Singapore", "Europe/Slovak Republic", "Europe/Slovenia", "Africa/Somalia", "Africa/South Africa", "Europe/Spain", "Asia/Sri Lanka", "Africa/Sudan", "Africa/Swaziland", "Europe/Sweden", "Europe/Switzerland", "Asia/Syria", "Asia/Taiwan", "Africa/Tanzania", "Asia/Thailand", "Africa/Togo", "Americas/Trinidad and Tobago", "Africa/Tunisia", "Europe/Turkey", "Africa/Uganda", "Europe/United Kingdom", "Americas/United States", "Americas/Uruguay", "Americas/Venezuela", "Asia/Vietnam", "Asia/West Bank and Gaza", "Asia/Yemen, Rep.", "Africa/Zambia", "Africa/Zimbabwe", "Africa", "Americas", "Asia", "Europe", "Oceania" ], "labels": [ "Afghanistan", "Albania", "Algeria", "Angola", "Argentina", "Australia", "Austria", "Bahrain", "Bangladesh", "Belgium", "Benin", "Bolivia", "Bosnia and Herzegovina", "Botswana", "Brazil", "Bulgaria", "Burkina Faso", "Burundi", "Cambodia", "Cameroon", "Canada", "Central African Republic", "Chad", "Chile", "China", "Colombia", "Comoros", "Congo, Dem. Rep.", "Congo, Rep.", "Costa Rica", "Cote d'Ivoire", "Croatia", "Cuba", "Czech Republic", "Denmark", "Djibouti", "Dominican Republic", "Ecuador", "Egypt", "El Salvador", "Equatorial Guinea", "Eritrea", "Ethiopia", "Finland", "France", "Gabon", "Gambia", "Germany", "Ghana", "Greece", "Guatemala", "Guinea", "Guinea-Bissau", "Haiti", "Honduras", "Hong Kong, China", "Hungary", "Iceland", "India", "Indonesia", "Iran", "Iraq", "Ireland", "Israel", "Italy", "Jamaica", "Japan", "Jordan", "Kenya", "Korea, Dem. Rep.", "Korea, Rep.", "Kuwait", "Lebanon", "Lesotho", "Liberia", "Libya", "Madagascar", "Malawi", "Malaysia", "Mali", "Mauritania", "Mauritius", "Mexico", "Mongolia", "Montenegro", "Morocco", "Mozambique", "Myanmar", "Namibia", "Nepal", "Netherlands", "New Zealand", "Nicaragua", "Niger", "Nigeria", "Norway", "Oman", "Pakistan", "Panama", "Paraguay", "Peru", "Philippines", "Poland", "Portugal", "Puerto Rico", "Reunion", "Romania", "Rwanda", "Sao Tome and Principe", "Saudi Arabia", "Senegal", "Serbia", "Sierra Leone", "Singapore", "Slovak Republic", "Slovenia", "Somalia", "South Africa", "Spain", "Sri Lanka", "Sudan", "Swaziland", "Sweden", "Switzerland", "Syria", "Taiwan", "Tanzania", "Thailand", "Togo", "Trinidad and Tobago", "Tunisia", "Turkey", "Uganda", "United Kingdom", "United States", "Uruguay", "Venezuela", "Vietnam", "West Bank and Gaza", "Yemen, Rep.", "Zambia", "Zimbabwe", "Africa", "Americas", "Asia", "Europe", "Oceania" ], "name": "", "parents": [ "Asia", "Europe", "Africa", "Africa", "Americas", "Oceania", "Europe", "Asia", "Asia", "Europe", "Africa", "Americas", "Europe", "Africa", "Americas", "Europe", "Africa", "Africa", "Asia", "Africa", "Americas", "Africa", "Africa", "Americas", "Asia", "Americas", "Africa", "Africa", "Africa", "Americas", "Africa", "Europe", "Americas", "Europe", "Europe", "Africa", "Americas", "Americas", "Africa", "Americas", "Africa", "Africa", "Africa", "Europe", "Europe", "Africa", "Africa", "Europe", "Africa", "Europe", "Americas", "Africa", "Africa", "Americas", "Americas", "Asia", "Europe", "Europe", "Asia", "Asia", "Asia", "Asia", "Europe", "Asia", "Europe", "Americas", "Asia", "Asia", "Africa", "Asia", "Asia", "Asia", "Asia", "Africa", "Africa", "Africa", "Africa", "Africa", "Asia", "Africa", "Africa", "Africa", "Americas", "Asia", "Europe", "Africa", "Africa", "Asia", "Africa", "Asia", "Europe", "Oceania", "Americas", "Africa", "Africa", "Europe", "Asia", "Asia", "Americas", "Americas", "Americas", "Asia", "Europe", "Europe", "Americas", "Africa", "Europe", "Africa", "Africa", "Asia", "Africa", "Europe", "Africa", "Asia", "Europe", "Europe", "Africa", "Africa", "Europe", "Asia", "Africa", "Africa", "Europe", "Europe", "Asia", "Asia", "Africa", "Asia", "Africa", "Americas", "Africa", "Europe", "Africa", "Europe", "Americas", "Americas", "Americas", "Asia", "Asia", "Asia", "Africa", "Africa", "", "", "", "", "" ], "type": "treemap", "values": [ 31889923, 3600523, 33333216, 12420476, 40301927, 20434176, 8199783, 708573, 150448339, 10392226, 8078314, 9119152, 4552198, 1639131, 190010647, 7322858, 14326203, 8390505, 14131858, 17696293, 33390141, 4369038, 10238807, 16284741, 1318683096, 44227550, 710960, 64606759, 3800610, 4133884, 18013409, 4493312, 11416987, 10228744, 5468120, 496374, 9319622, 13755680, 80264543, 6939688, 551201, 4906585, 76511887, 5238460, 61083916, 1454867, 1688359, 82400996, 22873338, 10706290, 12572928, 9947814, 1472041, 8502814, 7483763, 6980412, 9956108, 301931, 1110396331, 223547000, 69453570, 27499638, 4109086, 6426679, 58147733, 2780132, 127467972, 6053193, 35610177, 23301725, 49044790, 2505559, 3921278, 2012649, 3193942, 6036914, 19167654, 13327079, 24821286, 12031795, 3270065, 1250882, 108700891, 2874127, 684736, 33757175, 19951656, 47761980, 2055080, 28901790, 16570613, 4115771, 5675356, 12894865, 135031164, 4627926, 3204897, 169270617, 3242173, 6667147, 28674757, 91077287, 38518241, 10642836, 3942491, 798094, 22276056, 8860588, 199579, 27601038, 12267493, 10150265, 6144562, 4553009, 5447502, 2009245, 9118773, 43997828, 40448191, 20378239, 42292929, 1133066, 9031088, 7554661, 19314747, 23174294, 38139640, 65068149, 5701579, 1056608, 10276158, 71158647, 29170398, 60776238, 301139947, 3447496, 26084662, 85262356, 4018332, 22211743, 11746035, 12311143, 929539692, 898871184, 3811953827, 586098529, 24549947 ] } ], "layout": { "legend": { "tracegroupgap": 0 }, "template": { "data": { "bar": [ { "error_x": { "color": "#2a3f5f" }, "error_y": { "color": "#2a3f5f" }, "marker": { "line": { "color": "#E5ECF6", "width": 0.5 } }, "type": "bar" } ], "barpolar": [ { "marker": { "line": { "color": "#E5ECF6", "width": 0.5 } }, "type": "barpolar" } ], "carpet": [ { "aaxis": { "endlinecolor": "#2a3f5f", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "baxis": { "endlinecolor": "#2a3f5f", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "type": "carpet" } ], "choropleth": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "choropleth" } ], "contour": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "contour" } ], "contourcarpet": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "contourcarpet" } ], "heatmap": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "heatmap" } ], "heatmapgl": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "heatmapgl" } ], "histogram": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "histogram" } ], "histogram2d": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "histogram2d" } ], "histogram2dcontour": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "histogram2dcontour" } ], "mesh3d": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "mesh3d" } ], "parcoords": [ { "line": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "parcoords" } ], "pie": [ { "automargin": true, "type": "pie" } ], "scatter": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatter" } ], "scatter3d": [ { "line": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatter3d" } ], "scattercarpet": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattercarpet" } ], "scattergeo": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattergeo" } ], "scattergl": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattergl" } ], "scattermapbox": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattermapbox" } ], "scatterpolar": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterpolar" } ], "scatterpolargl": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterpolargl" } ], "scatterternary": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterternary" } ], "surface": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "surface" } ], "table": [ { "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } }, "type": "table" } ] }, "layout": { "annotationdefaults": { "arrowcolor": "#2a3f5f", "arrowhead": 0, "arrowwidth": 1 }, "coloraxis": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "sequentialminus": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ] }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#FFA15A", "#19d3f3", "#FF6692", "#B6E880", "#FF97FF", "#FECB52" ], "font": { "color": "#2a3f5f" }, "geo": { "bgcolor": "white", "lakecolor": "white", "landcolor": "#E5ECF6", "showlakes": true, "showland": true, "subunitcolor": "white" }, "hoverlabel": { "align": "left" }, "hovermode": "closest", "mapbox": { "style": "light" }, "paper_bgcolor": "white", "plot_bgcolor": "#E5ECF6", "polar": { "angularaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "bgcolor": "#E5ECF6", "radialaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" } }, "scene": { "xaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" }, "yaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" }, "zaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" } }, "shapedefaults": { "line": { "color": "#2a3f5f" } }, "ternary": { "aaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "baxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "bgcolor": "#E5ECF6", "caxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" } }, "title": { "x": 0.05 }, "xaxis": { "automargin": true, "gridcolor": "white", "linecolor": "white", "ticks": "", "title": { "standoff": 15 }, "zerolinecolor": "white", "zerolinewidth": 2 }, "yaxis": { "automargin": true, "gridcolor": "white", "linecolor": "white", "ticks": "", "title": { "standoff": 15 }, "zerolinecolor": "white", "zerolinewidth": 2 } } }, "title": { "text": "各国の人口" } } }, "text/html": [ "
\n", " \n", " \n", "
\n", " \n", "
" ] }, "metadata": {}, "output_type": "display_data" } ], "source": [ "px.treemap(gapminder_2007, path=[\"continent\", \"country\"], values=\"pop\", title=\"各国の人口\").show()" ] }, { "cell_type": "markdown", "metadata": { "slideshow": { "slide_type": "subslide" } }, "source": [ "### 要素を移動\n", "\n", "- 要素の位置を移動して関係をみやすくできる\n", " - 平行グラフ\n", " - ネットワーク図(あとで紹介)" ] }, { "cell_type": "code", "execution_count": 7, "metadata": { "slideshow": { "slide_type": "fragment" } }, "outputs": [ { "data": { "application/vnd.plotly.v1+json": { "config": { "plotlyServerURL": "https://plot.ly" }, "data": [ { "dimensions": [ { "label": "sex", "values": [ "Female", "Male", "Male", "Male", "Female", "Male", "Male", "Male", "Male", "Male", "Male", "Female", "Male", "Male", "Female", "Male", "Female", "Male", "Female", "Male", "Male", "Female", "Female", "Male", "Male", "Male", "Male", "Male", "Male", "Female", "Male", "Male", "Female", "Female", "Male", "Male", "Male", "Female", "Male", "Male", "Male", "Male", "Male", "Male", "Male", "Male", "Male", "Male", "Male", "Male", "Male", "Female", "Female", "Male", "Male", "Male", "Male", "Female", "Male", "Male", "Male", "Male", "Male", "Male", "Male", "Male", "Female", "Female", "Male", "Male", "Male", "Female", "Female", "Female", "Female", "Male", "Male", "Male", "Male", "Male", "Male", "Male", "Female", "Male", "Male", "Female", "Male", "Male", "Male", "Male", "Male", "Male", "Female", "Female", "Female", "Male", "Male", "Male", "Male", "Male", "Female", "Female", "Female", "Female", "Female", "Male", "Male", "Male", "Male", "Female", "Male", "Female", "Male", "Male", "Female", "Female", "Male", "Female", "Female", "Female", "Male", "Female", "Male", "Male", "Female", "Female", "Male", "Female", "Female", "Male", "Male", "Female", "Female", "Female", "Female", "Female", "Female", "Female", "Male", "Female", "Female", "Male", "Male", "Female", "Female", "Female", "Female", "Female", "Male", "Male", "Male", "Male", "Male", "Male", "Male", "Female", "Male", "Female", "Female", "Male", "Male", "Male", "Female", "Male", "Female", "Male", "Male", "Male", "Female", "Female", "Male", "Male", "Male", "Male", "Male", "Male", "Male", "Male", "Female", "Male", "Male", "Male", "Male", "Male", "Male", "Male", "Female", "Male", "Female", "Male", "Male", "Female", "Male", "Male", "Male", "Male", "Male", "Female", "Female", "Male", "Male", "Female", "Female", "Female", "Male", "Female", "Male", "Male", "Male", "Female", "Male", "Male", "Male", "Female", "Female", "Female", "Male", "Male", "Male", "Female", "Male", "Female", "Male", "Female", "Male", "Female", "Female", "Male", "Male", "Female", "Male", "Male", "Male", "Male", "Male", "Male", "Male", "Male", "Female", "Male", "Female", "Male", "Male", "Female" ] }, { "label": "smoker", "values": [ "No", "No", "No", "No", "No", "No", "No", "No", "No", "No", "No", "No", "No", "No", "No", "No", "No", "No", "No", "No", "No", "No", "No", "No", "No", "No", "No", "No", "No", "No", "No", "No", "No", "No", "No", "No", "No", "No", "No", "No", "No", "No", "No", "No", "No", "No", "No", "No", "No", "No", "No", "No", "No", "No", "No", "No", "Yes", "No", "Yes", "No", "Yes", "Yes", "Yes", "Yes", "No", "No", "No", "Yes", "No", "Yes", "No", "No", "Yes", "Yes", "No", "No", "Yes", "No", "No", "No", "Yes", "No", "No", "Yes", "No", "No", "No", "No", "No", "No", "Yes", "No", "Yes", "Yes", "No", "Yes", "Yes", "Yes", "Yes", "No", "Yes", "Yes", "Yes", "Yes", "No", "Yes", "Yes", "Yes", "No", "Yes", "No", "No", "No", "No", "No", "No", "No", "No", "No", "No", "No", "No", "No", "No", "No", "No", "No", "No", "No", "No", "No", "No", "No", "No", "No", "No", "No", "No", "Yes", "No", "No", "No", "No", "No", "No", "No", "No", "No", "No", "No", "No", "No", "No", "No", "No", "No", "No", "No", "No", "No", "No", "No", "No", "No", "Yes", "No", "No", "No", "Yes", "Yes", "Yes", "Yes", "Yes", "Yes", "Yes", "Yes", "Yes", "Yes", "Yes", "Yes", "Yes", "Yes", "Yes", "Yes", "Yes", "No", "Yes", "Yes", "Yes", "Yes", "Yes", "Yes", "Yes", "Yes", "Yes", "No", "Yes", "Yes", "Yes", "Yes", "Yes", "Yes", "Yes", "Yes", "Yes", "Yes", "Yes", "Yes", "Yes", "Yes", "Yes", "Yes", "No", "Yes", "Yes", "Yes", "Yes", "Yes", "Yes", "Yes", "Yes", "Yes", "Yes", "No", "Yes", "Yes", "Yes", "No", "No", "Yes", "Yes", "Yes", "No", "No", "Yes", "No", "Yes", "Yes", "No", "No", "Yes", "Yes", "No", "No" ] }, { "label": "time", "values": [ "Dinner", "Dinner", "Dinner", "Dinner", "Dinner", "Dinner", "Dinner", "Dinner", "Dinner", "Dinner", "Dinner", "Dinner", "Dinner", "Dinner", "Dinner", "Dinner", "Dinner", "Dinner", "Dinner", "Dinner", "Dinner", "Dinner", "Dinner", "Dinner", "Dinner", "Dinner", "Dinner", "Dinner", "Dinner", "Dinner", "Dinner", "Dinner", "Dinner", "Dinner", "Dinner", "Dinner", "Dinner", "Dinner", "Dinner", "Dinner", "Dinner", "Dinner", "Dinner", "Dinner", "Dinner", "Dinner", "Dinner", "Dinner", "Dinner", "Dinner", "Dinner", "Dinner", "Dinner", "Dinner", "Dinner", "Dinner", "Dinner", "Dinner", "Dinner", "Dinner", "Dinner", "Dinner", "Dinner", "Dinner", "Dinner", "Dinner", "Dinner", "Dinner", "Dinner", "Dinner", "Dinner", "Dinner", "Dinner", "Dinner", "Dinner", "Dinner", "Dinner", "Lunch", "Lunch", "Lunch", "Lunch", "Lunch", "Lunch", "Lunch", "Lunch", "Lunch", "Lunch", "Lunch", "Lunch", "Lunch", "Dinner", "Dinner", "Dinner", "Dinner", "Dinner", "Dinner", "Dinner", "Dinner", "Dinner", "Dinner", "Dinner", "Dinner", "Dinner", "Dinner", "Dinner", "Dinner", "Dinner", "Dinner", "Dinner", "Dinner", "Dinner", "Dinner", "Dinner", "Dinner", "Dinner", "Dinner", "Dinner", "Lunch", "Lunch", "Lunch", "Lunch", "Lunch", "Lunch", "Lunch", "Lunch", "Lunch", "Lunch", "Lunch", "Lunch", "Lunch", "Lunch", "Lunch", "Lunch", "Lunch", "Lunch", "Lunch", "Lunch", "Lunch", "Lunch", "Lunch", "Lunch", "Lunch", "Lunch", "Lunch", "Lunch", "Lunch", "Lunch", "Lunch", "Lunch", "Lunch", "Dinner", "Dinner", "Dinner", "Dinner", "Dinner", "Dinner", "Dinner", "Dinner", "Dinner", "Dinner", "Dinner", "Dinner", "Dinner", "Dinner", "Dinner", "Dinner", "Dinner", "Dinner", "Dinner", "Dinner", "Dinner", "Dinner", "Dinner", "Dinner", "Dinner", "Dinner", "Dinner", "Dinner", "Dinner", "Dinner", "Dinner", "Dinner", "Dinner", "Dinner", "Dinner", "Dinner", "Dinner", "Dinner", "Dinner", "Dinner", "Dinner", "Lunch", "Lunch", "Lunch", "Lunch", "Lunch", "Lunch", "Lunch", "Lunch", "Lunch", "Lunch", "Lunch", "Lunch", "Lunch", "Lunch", "Lunch", "Dinner", "Dinner", "Dinner", "Dinner", "Dinner", "Dinner", "Dinner", "Dinner", "Dinner", "Dinner", "Dinner", "Dinner", "Dinner", "Dinner", "Lunch", "Lunch", "Lunch", "Lunch", "Lunch", "Lunch", "Lunch", "Dinner", "Dinner", "Dinner", "Dinner", "Dinner", "Dinner", "Dinner", "Dinner", "Dinner", "Dinner", "Dinner", "Dinner", "Dinner", "Dinner", "Dinner", "Dinner", "Dinner" ] }, { "label": "day", "values": [ "Sun", "Sun", "Sun", "Sun", "Sun", "Sun", "Sun", "Sun", "Sun", "Sun", "Sun", "Sun", "Sun", "Sun", "Sun", "Sun", "Sun", "Sun", "Sun", "Sat", "Sat", "Sat", "Sat", "Sat", "Sat", "Sat", "Sat", "Sat", "Sat", "Sat", "Sat", "Sat", "Sat", "Sat", "Sat", "Sat", "Sat", "Sat", "Sat", "Sat", "Sat", "Sun", "Sun", "Sun", "Sun", "Sun", "Sun", "Sun", "Sun", "Sun", "Sun", "Sun", "Sun", "Sun", "Sun", "Sun", "Sat", "Sat", "Sat", "Sat", "Sat", "Sat", "Sat", "Sat", "Sat", "Sat", "Sat", "Sat", "Sat", "Sat", "Sat", "Sat", "Sat", "Sat", "Sat", "Sat", "Sat", "Thur", "Thur", "Thur", "Thur", "Thur", "Thur", "Thur", "Thur", "Thur", "Thur", "Thur", "Thur", "Thur", "Fri", "Fri", "Fri", "Fri", "Fri", "Fri", "Fri", "Fri", "Fri", "Fri", "Fri", "Fri", "Sat", "Sat", "Sat", "Sat", "Sat", "Sat", "Sat", "Sat", "Sat", "Sat", "Sun", "Sun", "Sun", "Sun", "Sun", "Thur", "Thur", "Thur", "Thur", "Thur", "Thur", "Thur", "Thur", "Thur", "Thur", "Thur", "Thur", "Thur", "Thur", "Thur", "Thur", "Thur", "Thur", "Thur", "Thur", "Thur", "Thur", "Thur", "Thur", "Thur", "Thur", "Thur", "Thur", "Thur", "Thur", "Thur", "Thur", "Thur", "Sun", "Sun", "Sun", "Sun", "Sun", "Sun", "Sun", "Sun", "Sun", "Sun", "Sun", "Sun", "Sun", "Sun", "Sun", "Sun", "Sun", "Sun", "Sat", "Sat", "Sat", "Sat", "Sun", "Sun", "Sun", "Sun", "Sun", "Sun", "Sun", "Sun", "Sun", "Sun", "Sun", "Sun", "Sun", "Sun", "Sun", "Sun", "Sun", "Sun", "Sun", "Thur", "Thur", "Thur", "Thur", "Thur", "Thur", "Thur", "Thur", "Thur", "Thur", "Thur", "Thur", "Thur", "Thur", "Thur", "Sat", "Sat", "Sat", "Sat", "Sat", "Sat", "Sat", "Sat", "Sat", "Sat", "Sat", "Sat", "Sat", "Sat", "Fri", "Fri", "Fri", "Fri", "Fri", "Fri", "Fri", "Sat", "Sat", "Sat", "Sat", "Sat", "Sat", "Sat", "Sat", "Sat", "Sat", "Sat", "Sat", "Sat", "Sat", "Sat", "Sat", "Thur" ] } ], "domain": { "x": [ 0, 1 ], "y": [ 0, 1 ] }, "line": { "color": [ 2, 3, 3, 2, 4, 4, 2, 4, 2, 2, 2, 4, 2, 4, 2, 2, 3, 3, 3, 3, 2, 2, 2, 4, 2, 4, 2, 2, 2, 2, 2, 4, 2, 4, 2, 3, 3, 3, 3, 3, 3, 2, 2, 2, 4, 2, 2, 4, 3, 2, 2, 2, 4, 2, 4, 2, 4, 2, 2, 4, 2, 2, 2, 4, 3, 3, 2, 1, 2, 2, 2, 3, 2, 2, 2, 2, 2, 4, 2, 2, 2, 2, 1, 2, 2, 4, 2, 2, 2, 2, 2, 2, 2, 2, 2, 4, 2, 2, 2, 2, 2, 2, 3, 2, 2, 2, 2, 2, 2, 2, 2, 1, 3, 2, 3, 2, 4, 2, 2, 4, 2, 2, 2, 2, 2, 6, 2, 2, 2, 3, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 6, 5, 6, 2, 2, 3, 2, 2, 2, 2, 2, 3, 4, 4, 5, 6, 4, 2, 4, 4, 2, 3, 2, 2, 3, 2, 4, 2, 2, 3, 2, 2, 2, 2, 2, 2, 2, 2, 2, 4, 2, 3, 4, 2, 5, 3, 5, 3, 3, 2, 2, 2, 2, 2, 2, 2, 4, 2, 2, 3, 2, 2, 2, 4, 3, 3, 4, 2, 2, 3, 4, 4, 2, 3, 2, 5, 2, 2, 4, 2, 2, 1, 3, 2, 2, 2, 4, 2, 2, 4, 3, 2, 2, 2, 2, 2, 2, 3, 3, 2, 2, 2, 2 ], "coloraxis": "coloraxis" }, "name": "", "type": "parcats" } ], "layout": { "coloraxis": { "colorbar": { "title": { "text": "size" } }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ] }, "legend": { "tracegroupgap": 0 }, "margin": { "t": 60 }, "template": { "data": { "bar": [ { "error_x": { "color": "#2a3f5f" }, "error_y": { "color": "#2a3f5f" }, "marker": { "line": { "color": "#E5ECF6", "width": 0.5 } }, "type": "bar" } ], "barpolar": [ { "marker": { "line": { "color": "#E5ECF6", "width": 0.5 } }, "type": "barpolar" } ], "carpet": [ { "aaxis": { "endlinecolor": "#2a3f5f", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "baxis": { "endlinecolor": "#2a3f5f", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "#2a3f5f" }, "type": "carpet" } ], "choropleth": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "choropleth" } ], "contour": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "contour" } ], "contourcarpet": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "contourcarpet" } ], "heatmap": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "heatmap" } ], "heatmapgl": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "heatmapgl" } ], "histogram": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "histogram" } ], "histogram2d": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "histogram2d" } ], "histogram2dcontour": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "histogram2dcontour" } ], "mesh3d": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "type": "mesh3d" } ], "parcoords": [ { "line": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "parcoords" } ], "pie": [ { "automargin": true, "type": "pie" } ], "scatter": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatter" } ], "scatter3d": [ { "line": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatter3d" } ], "scattercarpet": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattercarpet" } ], "scattergeo": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattergeo" } ], "scattergl": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattergl" } ], "scattermapbox": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scattermapbox" } ], "scatterpolar": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterpolar" } ], "scatterpolargl": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterpolargl" } ], "scatterternary": [ { "marker": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "type": "scatterternary" } ], "surface": [ { "colorbar": { "outlinewidth": 0, "ticks": "" }, "colorscale": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "type": "surface" } ], "table": [ { "cells": { "fill": { "color": "#EBF0F8" }, "line": { "color": "white" } }, "header": { "fill": { "color": "#C8D4E3" }, "line": { "color": "white" } }, "type": "table" } ] }, "layout": { "annotationdefaults": { "arrowcolor": "#2a3f5f", "arrowhead": 0, "arrowwidth": 1 }, "coloraxis": { "colorbar": { "outlinewidth": 0, "ticks": "" } }, "colorscale": { "diverging": [ [ 0, "#8e0152" ], [ 0.1, "#c51b7d" ], [ 0.2, "#de77ae" ], [ 0.3, "#f1b6da" ], [ 0.4, "#fde0ef" ], [ 0.5, "#f7f7f7" ], [ 0.6, "#e6f5d0" ], [ 0.7, "#b8e186" ], [ 0.8, "#7fbc41" ], [ 0.9, "#4d9221" ], [ 1, "#276419" ] ], "sequential": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ], "sequentialminus": [ [ 0, "#0d0887" ], [ 0.1111111111111111, "#46039f" ], [ 0.2222222222222222, "#7201a8" ], [ 0.3333333333333333, "#9c179e" ], [ 0.4444444444444444, "#bd3786" ], [ 0.5555555555555556, "#d8576b" ], [ 0.6666666666666666, "#ed7953" ], [ 0.7777777777777778, "#fb9f3a" ], [ 0.8888888888888888, "#fdca26" ], [ 1, "#f0f921" ] ] }, "colorway": [ "#636efa", "#EF553B", "#00cc96", "#ab63fa", "#FFA15A", "#19d3f3", "#FF6692", "#B6E880", "#FF97FF", "#FECB52" ], "font": { "color": "#2a3f5f" }, "geo": { "bgcolor": "white", "lakecolor": "white", "landcolor": "#E5ECF6", "showlakes": true, "showland": true, "subunitcolor": "white" }, "hoverlabel": { "align": "left" }, "hovermode": "closest", "mapbox": { "style": "light" }, "paper_bgcolor": "white", "plot_bgcolor": "#E5ECF6", "polar": { "angularaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "bgcolor": "#E5ECF6", "radialaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" } }, "scene": { "xaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" }, "yaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" }, "zaxis": { "backgroundcolor": "#E5ECF6", "gridcolor": "white", "gridwidth": 2, "linecolor": "white", "showbackground": true, "ticks": "", "zerolinecolor": "white" } }, "shapedefaults": { "line": { "color": "#2a3f5f" } }, "ternary": { "aaxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "baxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" }, "bgcolor": "#E5ECF6", "caxis": { "gridcolor": "white", "linecolor": "white", "ticks": "" } }, "title": { "x": 0.05 }, "xaxis": { "automargin": true, "gridcolor": "white", "linecolor": "white", "ticks": "", "title": { "standoff": 15 }, "zerolinecolor": "white", "zerolinewidth": 2 }, "yaxis": { "automargin": true, "gridcolor": "white", "linecolor": "white", "ticks": "", "title": { "standoff": 15 }, "zerolinecolor": "white", "zerolinewidth": 2 } } } } }, "text/html": [ "
\n", " \n", " \n", "
\n", " \n", "
" ] }, "metadata": {}, "output_type": "display_data" } ], "source": [ "tips = px.data.tips()\n", "px.parallel_categories(\n", " tips, dimensions=[\"sex\", \"smoker\", \"time\", \"day\"], color=\"size\"\n", ").show()" ] }, { "cell_type": "markdown", "metadata": { "slideshow": { "slide_type": "subslide" } }, "source": [ "### インタラクティブな可視化は超簡単\n", "\n", "- 引数にデータ(列名)を渡すだけ\n", "- ホバーツールで探索\n", "- アニメーションで多次元のデータをわかりやすく\n", "- ドリルダウンで詳細に\n", "- 移動してみやすく\n", "\n", "![](https://regeld.xsrv.jp/desi/wp-content/uploads/2018/10/joy-180x152.png)" ] }, { "cell_type": "markdown", "metadata": { "slideshow": { "slide_type": "subslide" } }, "source": [ "### コールバック\n", "\n", "- コールバック関数\n", " - なにかをきっかけに呼び出される関数\n", " - 必ず実行されるわけではない\n", "- ハンドラ\n", " - 特定の条件でコールバック関数を呼び出す\n", "\n", "![](https://regeld.xsrv.jp/desi/wp-content/uploads/2018/09/ill_9-1_s-180x163.png)" ] }, { "cell_type": "markdown", "metadata": { "slideshow": { "slide_type": "subslide" } }, "source": [ "### コールバックの例\n", "\n", "時刻が5時のときだけコールバック関数が実行される(※ import文は省略)\n", "\n", "```python\n", "def handler(callback):\n", " while True:\n", " if datetime.datetime.now().hour == 5:\n", " callback()\n", " time.sleep(360)\n", "\n", "def callback():\n", " print(\"5時です\")\n", "```" ] }, { "cell_type": "markdown", "metadata": { "slideshow": { "slide_type": "subslide" } }, "source": [ "### コールバックによるインタラクティブな可視化\n", "\n", "- イベント(発生条件)\n", " - UIを操作\n", " - グラフの要素を選択\n", "- 処理(コールバック関数)\n", " - グラフを描画する\n", " - 種類を変更する\n", " - データを変更する\n", " - スタイルを変更する\n", " - テーブルを表示する(Dash DataTable)\n", " - 計器を表示する(Dash Daq)" ] }, { "cell_type": "markdown", "metadata": { "slideshow": { "slide_type": "subslide" } }, "source": [ "### plotly/Dashのコールバック\n", "\n", "- コールバック関数だけを書けばよい\n", " - デコレータをつけるだけでコールバック関数となる\n", "- ハンドラ(イベント)はライブラリのものを使う\n", " - クリックされた\n", " - 値が変わった\n", " - UIを操作した" ] }, { "cell_type": "markdown", "metadata": { "slideshow": { "slide_type": "subslide" } }, "source": [ "### コールバックを利用したグラフ" ] }, { "cell_type": "code", "execution_count": 8, "metadata": { "slideshow": { "slide_type": "fragment" } }, "outputs": [ { "data": { "application/vnd.jupyter.widget-view+json": { "model_id": "7726fca5f9384f2fa2f89d4b5d870a23", "version_major": 2, "version_minor": 0 }, "text/plain": [ "FigureWidget({\n", " 'data': [{'mode': 'markers',\n", " 'name': '散布図',\n", " 'text': array(['Afg…" ] }, "metadata": {}, "output_type": "display_data" } ], "source": [ "import plotly.graph_objects as go\n", "from plotly.subplots import make_subplots\n", "\n", "# ❶ 引数にfigureを渡す\n", "subplots_fig = go.FigureWidget(make_subplots(rows=1, cols=2))\n", "subplots_fig.add_trace(\n", " go.Scatter(\n", " x=gapminder[\"gdpPercap\"],\n", " y=gapminder[\"lifeExp\"],\n", " text=gapminder[\"country\"],\n", " mode=\"markers\",\n", " name=\"散布図\",\n", " ),\n", " row=1,\n", " col=1,\n", ")\n", "subplots_fig.add_trace(go.Scatter(name=\"時系列データ\"), row=1, col=2)\n", "trace0, trace1 = subplots_fig.data\n", "title_text = \"1人当りGDPと平均余命の散布図(左図)\" \"と平均余命の時系列データ(右図)\"\n", "subplots_fig.update_layout(title={\"text\": title_text})\n", "# 軸ラベル\n", "subplots_fig.update_xaxes(title=\"1人当りGDP\", type=\"log\", row=1, col=1)\n", "subplots_fig.update_xaxes(title=\"年\", row=1, col=2)\n", "subplots_fig.update_yaxes(title=\"平均余命\")\n", "\n", "\n", "def update_line(trace, points, selector): # ❷\n", " n = points.point_inds[0]\n", " country = gapminder.iloc[n, 0] # ❸ インデックスから国名を取得\n", " # ❸ countryから選択された国名のデータを抽出\n", " country_df = gapminder.loc[gapminder[\"country\"] == country].sort_values(\"year\")\n", " trace1.x = country_df[\"year\"] # ❹\n", " trace1.y = country_df[\"lifeExp\"] # ❹\n", " subplots_fig.update_layout( # ❺\n", " annotations=[\n", " {\n", " \"x\": 1,\n", " \"y\": 1.1,\n", " \"showarrow\": False,\n", " \"text\": country,\n", " \"xref\": \"paper\",\n", " \"yref\": \"paper\",\n", " }\n", " ]\n", " )\n", "\n", "\n", "trace0.on_click(update_line)\n", "subplots_fig" ] }, { "cell_type": "markdown", "metadata": { "slideshow": { "slide_type": "slide" } }, "source": [ "## Dashによるインタラクティブな可視化\n", "\n", "" ] }, { "cell_type": "markdown", "metadata": { "slideshow": { "slide_type": "subslide" } }, "source": [ "### Dash\n", "\n", "- データ可視化のWebフレームワーク\n", " - ダッシュボードが簡単に作れる\n", "- フロントエンドの知識なしでUIを実装できる\n", "- plotlyのグラフが利用できる\n", "- HTMLコンポーネントを利用して柔軟なレイアウトを実装\n", " - HTMLの知識があるとレイアウトが自由に組める\n", " - CSSの知識があると見た目を綺麗にできる" ] }, { "cell_type": "markdown", "metadata": { "slideshow": { "slide_type": "subslide" } }, "source": [ "### DashによるUIを実装したグラフ\n", "\n", "- demo: https://stapy61-dash-sample.herokuapp.com\n", "- source: [dash_sample.py](https://github.com/drillan/stapy61/blob/master/dash_sample.py)" ] }, { "cell_type": "markdown", "metadata": { "slideshow": { "slide_type": "subslide" } }, "source": [ "### Jupyter Dash\n", "\n", "- Jupyter上からDashを実行\n", "- Colabにも対応\n", "- Jupyterでデータを処理しながらDashで可視化できる" ] }, { "cell_type": "markdown", "metadata": { "slideshow": { "slide_type": "subslide" } }, "source": [ "### Jupyter Dashのデモ" ] }, { "cell_type": "code", "execution_count": 15, "metadata": { "slideshow": { "slide_type": "fragment" } }, "outputs": [], "source": [ "import dash\n", "from jupyter_dash import JupyterDash\n", "import dash_core_components as dcc\n", "import dash_html_components as html\n", "from dash.dependencies import Input, Output\n", "\n", "JupyterDash.infer_jupyter_proxy_config()" ] }, { "cell_type": "code", "execution_count": 16, "metadata": { "scrolled": false, "slideshow": { "slide_type": "fragment" } }, "outputs": [], "source": [ "external_stylesheets = [\"https://codepen.io/chriddyp/pen/bWLwgP.css\"]\n", "app = JupyterDash(__name__, external_stylesheets=external_stylesheets)\n", "\n", "continents = gapminder[\"continent\"].unique().tolist()\n", "years = gapminder[\"year\"].unique().tolist()\n", "contries = gapminder.country.unique().tolist()\n", "\n", "app.layout = html.Div(\n", " [\n", " html.Div(\n", " [\n", " dcc.Dropdown(\n", " id=\"continent-dropdown\",\n", " options=[{\"label\": c, \"value\": c} for c in continents],\n", " value=continents,\n", " multi=True,\n", " style={\"textAlign\": \"center\"},\n", " ),\n", " dcc.Graph(id=\"scatter\"),\n", " dcc.Slider(\n", " id=\"year-slider\",\n", " min=gapminder[\"year\"].min(),\n", " max=gapminder[\"year\"].max(),\n", " value=gapminder[\"year\"].min(),\n", " marks={str(year): str(year)[2:] for year in years},\n", " step=None,\n", " ),\n", " ],\n", " style={\"width\": \"50%\", \"display\": \"inline-block\", \"verticalAlign\": \"top\"},\n", " ),\n", " html.Div(\n", " [\n", " dcc.Dropdown(\n", " id=\"country-dropdown\",\n", " options=[{\"value\": contry, \"label\": contry} for contry in contries],\n", " value=[\"Japan\", \"United States\"],\n", " multi=True,\n", " ),\n", " dcc.Graph(id=\"line\"),\n", " ],\n", " style={\"width\": \"50%\", \"display\": \"inline-block\", \"verticalAlign\": \"top\"},\n", " ),\n", " ]\n", ")\n", "\n", "\n", "@app.callback(\n", " Output(\"scatter\", \"figure\"),\n", " [Input(\"year-slider\", \"value\"), Input(\"continent-dropdown\", \"value\")],\n", ")\n", "def update_figure(selected_year, selected_continent):\n", " filtered_df = gapminder[\n", " (gapminder[\"year\"] == selected_year)\n", " & gapminder[\"continent\"].isin(selected_continent)\n", " ]\n", "\n", " if len(filtered_df) == 0:\n", " fig = px.scatter()\n", " else:\n", " fig = px.scatter(\n", " filtered_df,\n", " x=\"gdpPercap\",\n", " y=\"lifeExp\",\n", " size=\"pop\",\n", " color=\"continent\",\n", " hover_name=\"country\",\n", " log_x=True,\n", " size_max=55,\n", " )\n", "\n", " fig.update_layout(transition_duration=500)\n", "\n", " return fig\n", "\n", "\n", "@app.callback(Output(\"line\", \"figure\"), [Input(\"country-dropdown\", \"value\")])\n", "def update_graph(selected_country):\n", " selected_gapminder = gapminder[gapminder[\"country\"].isin(selected_country)]\n", " return px.line(selected_gapminder, x=\"year\", y=\"lifeExp\", color=\"country\")" ] }, { "cell_type": "code", "execution_count": 17, "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ "Dash app running on http://localhost:8888/proxy/8050/\n" ] } ], "source": [ "app.run_server()" ] }, { "cell_type": "code", "execution_count": 18, "metadata": {}, "outputs": [ { "data": { "text/html": [ "\n", " \n", " " ], "text/plain": [ "" ] }, "metadata": {}, "output_type": "display_data" } ], "source": [ "app.run_server(mode=\"inline\")" ] }, { "cell_type": "markdown", "metadata": { "slideshow": { "slide_type": "slide" } }, "source": [ "## Dash Cytoscapeによるインタラクティブなネットワーク可視化\n", "\n", "![](https://regeld.xsrv.jp/desi/wp-content/uploads/2018/09/ill_aff006_l-172x180.png)" ] }, { "cell_type": "markdown", "metadata": { "slideshow": { "slide_type": "subslide" } }, "source": [ "### ネットワーク可視化とは\n", "\n", "「何か」と「何か」の関係を可視化する方法\n", "\n", "- 論文と論文の引用関係\n", "- SNS上のアカウントのフォロー・フォロワー関係\n", "- 企業と企業の取引関係" ] }, { "cell_type": "markdown", "metadata": { "slideshow": { "slide_type": "subslide" } }, "source": [ "### 用語:ノードとエッジ\n", "\n", "何かと何かの関係を表現する場合\n", "\n", "- ノード: 「何か」は**点**で表現\n", "- エッジ: 「関係」は**線**で表現" ] }, { "cell_type": "markdown", "metadata": { "slideshow": { "slide_type": "subslide" } }, "source": [ "### 従来のネットワーク可視化\n", "\n", "静的な画像による可視化\n", "\n", "- ノードの位置が固定(動かせない)\n", "- スタイル(エッジ太さやノードの色など)以外の情報が得られない\n", "\n", "![](cytoscape_sample.png)" ] }, { "cell_type": "markdown", "metadata": { "slideshow": { "slide_type": "subslide" } }, "source": [ "### Dash Cytoscape\n", "\n", "- Dashのコンポーネントのひとつ\n", " - [Cytoscape.js](https://js.cytoscape.org)のラッパ\n", "- インタラクティブなネットワーク可視化\n", " - 隣接するノードの強調やノードの詳細情報を表示\n", " - レイアウトやスタイルを動的に変更\n", " - ノードの移動\n", " - ネットワーク図の拡大・縮小" ] }, { "cell_type": "markdown", "metadata": { "slideshow": { "slide_type": "subslide" } }, "source": [ "### Dash Cytoscapeによるネットワーク可視化\n", "\n", "- demo: https://stapy61-cytoscape-sample.herokuapp.com\n", "- source: [cytoscape_sample.py](https://github.com/drillan/stapy61/blob/master/cytoscape_sample.py)\n", "\n", "- パッケージの依存関係を可視化\n", "- ノードが移動できる\n", "- ノードを選択すると関係があるノードのスタイルが変更される" ] }, { "cell_type": "markdown", "metadata": { "slideshow": { "slide_type": "slide" } }, "source": [ "### まとめ\n", "\n", "- Pythonだけでインタラクティブな可視化ができる\n", "- インタラクティブな可視化がちょー簡単にできる\n", "- コールバックを活用すると可視化の幅がひろがる" ] }, { "cell_type": "markdown", "metadata": { "slideshow": { "slide_type": "subslide" } }, "source": [ "## 詳しくは\n", "\n", "Pythonインタラクティブ・データビジュアライゼーション入門 \n", "―Plotly/Dashによるデータ可視化とWebアプリ構築―\n", "\n", "- 2020年11月15日 発売\n", "- @driller ・小川英幸 ・古木友子 著\n", "\n", "http://www.asakura.co.jp/books/isbn/978-4-254-12258-9/" ] } ], "metadata": { "celltoolbar": "Slideshow", "hide_code_all_hidden": false, "kernelspec": { "display_name": "Python 3", "language": "python", "name": "python3" }, "language_info": { "codemirror_mode": { "name": "ipython", "version": 3 }, "file_extension": ".py", "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", "version": "3.8.2" } }, "nbformat": 4, "nbformat_minor": 4 }