CINXE.COM

Intro to animations in R

<!DOCTYPE html> <html> <head> <!-- This page was last built at 2025-02-13 14:47 --> <meta charset="utf-8" /> <link rel="canonical" href="https://plotly.com/r/animations/" /> <link rel="preconnect" href="https://fonts.googleapis.com" /> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin /> <link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@1,500&display=swap" rel="stylesheet" /> <!-- Media query magic - http://stackoverflow.com/questions/19945658/my-iphone-thinks-its-980px-wide --> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <script src="/all_static/javascripts/algolia/instantsearch.js"></script> <script src="/all_static/javascripts/algolia/polyfill.min.js"></script> <script src="//ajax.googleapis.com/ajax/libs/jquery/2.2.0/jquery.min.js"></script> <script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script> <script> const theme = localStorage.getItem('theme'); if (theme === "dark-mode") { var root = document.getElementsByTagName('html')[0]; // '0' to assign the first (and only `HTML` tag) root.setAttribute('class', 'dark-mode'); } </script> <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" crossorigin="anonymous"> <script src="https://stackpath.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js" crossorigin="anonymous"></script> <link href="https://esm.sh/@markprompt/css@0.18.0?css" rel="stylesheet" /> <link href="/all_static/css/markprompt.css" rel="stylesheet" /> <!-- code highlighting --> <!-- <script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.8.0/highlight.min.js"></script> <script> hljs.initHighlightingOnLoad(); </script>--> <!-- Mathjax --> <script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js?config=TeX-MML-AM_CHTML"></script> <!-- Plotly.js hardcoded to 1.x due to Plotly.plot() --> <script src="https://cdn.plot.ly/plotly-1.58.4.min.js"></script> <script src="/all_static/r_files/r_dependencies.js"></script> <!-- //// Stylesheets --> <!-- Fonts --> <link href="//fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic|Ubuntu+Mono:400,700|Asap" rel="stylesheet" type="text/css" /> <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" /> <!-- Main Stylesheets --> <link rel="stylesheet" type="text/css" href="/all_static/css/main.css?version=false" /> <link rel="stylesheet" type="text/css" href="/all_static/css/improve.css?version=2025-02-13-14-47"> <!-- LOCAL DEV STYLESHEET --> <!--<link rel="stylesheet" type="text/css" href="http://api.plotly.dev/all_static/css/main.css">--> <!-- Icon --> <link rel="shortcut icon" href="https://dash.plotly.com/assets/favicon.ico" /> <!-- Google Tags--> <!-- Google Tag Manager Tag --> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-N6T2RXG');</script> <!-- META TAGS --> <!-- Capture language --> <!-- Create a title --> <!-- Count number of plots on the page --> <!-- SEO Tags - title, meta_description --> <title> Intro to animations in R </title> <meta name="description" content="Detailed examples of Intro to Animations including changing color, size, log axes, and more in R."> <!-- Bing tags --> <meta name="msvalidate.01" content="D319859A832F9F1D15A7646E2A42150A" /> <!-- Facebook tags --> <meta property="og:title" content= Intro to animations in R /> <meta property="og:type" content="website"/> <meta property="og:image" content="https://images.plot.ly/plotly-documentation/thumbnail/animations.gif"> <meta property="og:description" content="Detailed examples of Intro to Animations including changing color, size, log axes, and more in R."/> <meta property="og:url" /> <meta property="fb:admins" content="1123751525"/> <meta property="fb:admins" content="22418"/> <!-- twitter tags --> <meta name="twitter:card" content="photo" /> <meta name="twitter:title" content= Intro to animations in R /> <meta name="twitter:url" content="https://plotly.com/r/animations/"/> <meta name="twitter:description" content="Detailed examples of Intro to Animations including changing color, size, log axes, and more in R."/> <meta name="twitter:image" content="https://images.plot.ly/plotly-documentation/thumbnail/animations.gif"> <meta name="twitter:site" content="@plotlygraphs"/> </head> <body data-spy="scroll" data-target=".watch" style="position:relative;" class="darkmode"> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-N6T2RXG" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) --> <!--[if lt IE 10]> <p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p> <![endif]--> <div class="menu-mobile"> <div class="switch-mode"> <div class="icon-dark"></div> <div class="switch"></div> <div class="icon-light"></div> </div> <div class="close-menu"></div> <ul> <li><a style="font-weight: bold;" href="https://community.plotly.com/c/plotly-r-matlab-julia-net/29">Forum</a> </li> <li><a style="font-weight: bold;" href="https://plotly.com/get-pricing/">Pricing</a></li> <li><a style="font-weight: bold;" href="https://dash.plotly.com">Dash</a></li> <!--<li><a style="font-weight: bold;" href="http://plotly.cloud">Dash Cloud</a></li>--> </ul> </div> <div class="header-container"> <header class="header-main --default"> <div class="--wrap"> <div class="--wrap-left"> <div class="-identity"> <a href="https://plotly.com/"><img src="/all_static/images/graphing_library_dark.svg" style="height: 30px;" class="logo-dark"></a> <a href="/graphing-libraries/"><img src="/all_static/images/graphing_library.svg" style="height: 30px;" class="logo-white"></a> </div> </div> <div class="--wrap-right"> <nav class="--nav-meta" role="navigation"> <ul> <li class="languages"> <a class="r"> <div class="icon"></div> R </a> <ul> <li> <a href="https://plotly.com/python/" class="python"> <div class="icon"></div>Python (v6.0.0) </a> </li> <li> <a href="https://plotly.com/r/" class="r"> <div class="icon"></div>R </a> </li> <li> <a href="https://plotly.com/julia/" class="julia"> <div class="icon"></div>Julia </a> </li> <li> <a href="https://plotly.com/javascript/" class="plotly_js"> <div class="icon"></div>Javascript (v3.0.0) </a> </li> <li> <a href="https://plotly.com/ggplot2/" class="ggplot2"> <div class="icon"></div>ggplot2 </a> </li> <li> <a href="https://plotly.com/matlab/" class="matlab"> <div class="icon"></div>MATLAB </a> </li> <li> <a href="https://plotly.com/fsharp/" class="fsharp"> <div class="icon"></div>F# </a> </li> <li> <a href="https://dash.plotly.com/" class="dash"> <div class="icon"></div>Dash </a> </li> </ul> </li> <li><a style="font-weight: bold;" href="https://community.plotly.com/c/plotly-r-matlab-julia-net/29">Forum</a> </li> <li><a style="font-weight: bold;" href="https://plotly.com/get-pricing/">Pricing</a></li> <li><a style="font-weight: bold;" href="https://dash.plotly.com">Dash</a></li> <!--<li><a style="font-weight: bold;" href="http://plotly.cloud">Dash Cloud</a></li>--> <iframe src="https://ghbtns.com/github-btn.html?user=plotly&repo=plotly.R&type=star&count=true&size=large" style="padding-top: 5px;" frameborder="0" scrolling="0" width="160px" height="40px"></iframe> </ul> <div class="switch-mode"> <div class="icon-dark"></div> <div class="switch"></div> <div class="icon-light"></div> </div> </nav> </div> <div class="menu-icon"> <span></span><span></span><span></span> </div> </div> </header> </div> <main class="--page page--single --index"> <div class="--wrap"> <!-- aside - Main Sidebar--> <!-- START OF GGPLOT CUSTOM LAYOUT --> <aside class="--sidebar-container"> <div class="--sidebar-fixed reference" data-spy="affix" id="where"> <div class="brand"> <a href="/graphing-libraries/"><img src="/all_static/images/graphing_library.svg" style="height: 30px;"></a> </div> <button id="modal-button" type="button" data-toggle="modal" data-target="#myModal"> <input id="modal-input" style="border-radius: 5px; width: 100%;" type="text" placeholder=" Search..." readonly /> </button> <details style="color: white;margin-top: 20px;" > <summary>Quick Reference</summary> <nav class="--sidebar-body watch" id="where"> <ul class="--sidebar-list" style="margin-left: 15px;"> <!-- Getting Started --> <li class="--sidebar-item"> <a href="/r/getting-started" class="js-splash--navigation-item">Getting Started</a> </li> <li class="--sidebar-item"> <a href="/r/is-plotly-free" class="js-splash--navigation-item">Is Plotly Free?</a> </li> <!-- Reference Pages --> <li class="--sidebar-item"> <a href="/r/reference/index/" class="js-splash--navigation-item">Figure Reference</a> </li> <!-- Python Specific --> <!-- JS Specific --> <!-- R Specific --> <li class="--sidebar-item"> <a href="/ggplot2/" class="js-splash--navigation-item">ggplot2 integration</a> </li> <li class="--sidebar-item"> <a href="https://plotly.com/dash" class="js-splash--navigation-item">Dash for R</a> </li> <!-- Python/v3 Index Page Specific --> <!-- User Guides --> <!-- Github Links --> <li class="--sidebar-item"> <a target="_blank" href="https://github.com/plotly/plotly.R" class="js-splash--navigation-item">GitHub</a> </li> <li class="--sidebar-item"> <a target="_blank" href="http://community.plotly.com/" class="js-splash--navigation-item">community.plotly.com</a> </li> </ul> </nav> </details> <details style="color: white;margin-top: 20px;" open> <summary>On This Page</summary> <nav class="--sidebar-body watch" id="where"> <ul class="--sidebar-list" id="nav_header_insertion_list"></ul> </nav> </details> </div> <a href="https://go.plotly.com/dash-club?utm_source=Dash+Club+2022&utm_medium=graphing_libraries&utm_content=sidebar" target="_blank"> <img src="https://images.prismic.io/plotly-marketing-website-2/7953022d-73b1-481e-8f6b-9ce9bd80e588_Dash+Club.jpeg?auto=compress,format" style="width: 200px; height: 200px; position: fixed; bottom: 10px; left: 50px" alt="Sign up to Dash Club to get two free cheat sheets as well as tips and tricks, community apps, and deep dives delivered every two months"> </a> </aside> <!-- Main--> <section class="--page-body --tutorial-index --base"> <header class="--welcome"> <div class="--welcome-body"> <!--div.--wrap-inner--> <div class="--title"> <div class="--body"> <div class="nav-breadcrumb-container"> <div> <div class="breadcrumb-nav"> <a href="/r"> R </a> &gt; <a href="/r/#animations">Animations</a> &gt; <span>Intro to Animations</span> </div> </div> <div class="nav-breadcrumb-right"> <div class="--fork"> <a id="forklink" href= "https://github.com/plotly/plotly.r-docs/edit/master/r/2017-05-28-intro-to-animations.Rmd" > <div class="icon"> <svg style="width:20px;height:20px" viewbox="0 0 24 24"> <path fill="#000000" d="M2.6,10.59L8.38,4.8L10.07,6.5C9.83,7.35 10.22,8.28 11,8.73V14.27C10.4,14.61 10,15.26 10,16A2,2 0 0,0 12,18A2,2 0 0,0 14,16C14,15.26 13.6,14.61 13,14.27V9.41L15.07,11.5C15,11.65 15,11.82 15,12A2,2 0 0,0 17,14A2,2 0 0,0 19,12A2,2 0 0,0 17,10C16.82,10 16.65,10 16.5,10.07L13.93,7.5C14.19,6.57 13.71,5.55 12.78,5.16C12.35,5 11.9,4.96 11.5,5.07L9.8,3.38L10.59,2.6C11.37,1.81 12.63,1.81 13.41,2.6L21.4,10.59C22.19,11.37 22.19,12.63 21.4,13.41L13.41,21.4C12.63,22.19 11.37,22.19 10.59,21.4L2.6,13.41C1.81,12.63 1.81,11.37 2.6,10.59Z"> </path> </svg> </div> <span>Suggest an edit to this page</span> </a> </div> </div> </div> <h1> Intro to Animations in R </h1> <p>How to create animations in R with Plotly. </p> <br> <!-- <div class="db-client-lib"> <label> This page in another language </label> <div class="list-lib-wrap"> <div class="list-lib"> <a href=" /ggplot2/animations/" class="list-lib-item ggplot2"> <div class="item-icon"> </div> <p class="item-language"> ggplot2 </p> </a> <a href=" /python/animations/" class="list-lib-item python"> <div class="item-icon"> </div> <p class="item-language"> Python </p> </a> <a href=" /fsharp/animations/" class="list-lib-item fsharp"> <div class="item-icon"> </div> <p class="item-language"> F# </p> </a> <a href=" /r/animations/" class="current list-lib-item r"> <div class="item-icon"> </div> <p class="item-language"> R </p> </a> </div> </div> </div> --> <details> <summary><span style="cursor: pointer; color: #506784 !important">New to Plotly?</span></summary> <p>Plotly is a <a href="/r/is-plotly-free/">free and open-source</a> graphing library for R. We recommend you read our <a href="/r/getting-started/">Getting Started guide</a> for the latest installation or upgrade instructions, then move on to our <a href="/r/plotly-fundamentals/">Plotly Fundamentals tutorials</a> or dive straight in to some <a href="/r/basic-charts/">Basic Charts tutorials</a>.</p> </details> </div> </div> </div> </header> <!-- Start Plotly Basics Section --> <section class="tutorial-content"> <h3>Frames</h3> <p>Now, along with <code>data</code> and <code>layout</code>, <code>frames</code> is added to the keys that <code>figure</code> allows. Your <code>frames</code> key points to a list of figures, each of which will be cycled through upon instantiation of the plot.</p> <h3>Basic Example</h3> <div class="highlight"><pre><code class="language-r" data-lang="r"><span class="n">library</span><span class="p">(</span><span class="n">plotly</span><span class="p">)</span><span class="w"> </span><span class="n">df</span><span class="w"> </span><span class="o">&lt;-</span><span class="w"> </span><span class="n">data.frame</span><span class="p">(</span><span class="w"> </span><span class="n">x</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="nf">c</span><span class="p">(</span><span class="m">1</span><span class="p">,</span><span class="m">2</span><span class="p">,</span><span class="m">1</span><span class="p">),</span><span class="w"> </span><span class="n">y</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="nf">c</span><span class="p">(</span><span class="m">1</span><span class="p">,</span><span class="m">2</span><span class="p">,</span><span class="m">1</span><span class="p">),</span><span class="w"> </span><span class="n">f</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="nf">c</span><span class="p">(</span><span class="m">1</span><span class="p">,</span><span class="m">2</span><span class="p">,</span><span class="m">3</span><span class="p">)</span><span class="w"> </span><span class="p">)</span><span class="w"> </span><span class="n">fig</span><span class="w"> </span><span class="o">&lt;-</span><span class="w"> </span><span class="n">df</span><span class="w"> </span><span class="o">%&gt;%</span><span class="w"> </span><span class="n">plot_ly</span><span class="p">(</span><span class="w"> </span><span class="n">x</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="o">~</span><span class="n">x</span><span class="p">,</span><span class="w"> </span><span class="n">y</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="o">~</span><span class="n">y</span><span class="p">,</span><span class="w"> </span><span class="n">frame</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="o">~</span><span class="n">f</span><span class="p">,</span><span class="w"> </span><span class="n">type</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="s1">'scatter'</span><span class="p">,</span><span class="w"> </span><span class="n">mode</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="s1">'markers'</span><span class="p">,</span><span class="w"> </span><span class="n">showlegend</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="nb">F</span><span class="w"> </span><span class="p">)</span><span class="w"> </span><span class="n">fig</span><span class="w"> </span></code></pre></div> <div class="plotly html-widget html-fill-item" id="htmlwidget-01fe85d43e979be94564" style="width:672px;height:480px;"></div> <script type="application/json" data-for="htmlwidget-01fe85d43e979be94564">{"x":{"visdat":{"240236a72112":["function () ","plotlyVisDat"]},"cur_data":"240236a72112","attrs":{"240236a72112":{"x":{},"y":{},"mode":"markers","showlegend":false,"frame":{},"alpha_stroke":1,"sizes":[10,100],"spans":[1,20],"type":"scatter"}},"layout":{"margin":{"b":40,"l":60,"t":25,"r":10},"xaxis":{"domain":[0,1],"automargin":true,"title":"x","range":[0.94999999999999996,2.0499999999999998]},"yaxis":{"domain":[0,1],"automargin":true,"title":"y","range":[0.94999999999999996,2.0499999999999998]},"hovermode":"closest","showlegend":false,"sliders":[{"currentvalue":{"prefix":"f: ","xanchor":"right","font":{"size":16,"color":"rgba(204,204,204,1)"}},"steps":[{"method":"animate","args":[["1"],{"transition":{"duration":500,"easing":"linear"},"frame":{"duration":500,"redraw":false},"mode":"immediate"}],"label":"1","value":"1"},{"method":"animate","args":[["2"],{"transition":{"duration":500,"easing":"linear"},"frame":{"duration":500,"redraw":false},"mode":"immediate"}],"label":"2","value":"2"},{"method":"animate","args":[["3"],{"transition":{"duration":500,"easing":"linear"},"frame":{"duration":500,"redraw":false},"mode":"immediate"}],"label":"3","value":"3"}],"visible":true,"pad":{"t":40}}],"updatemenus":[{"type":"buttons","direction":"right","showactive":false,"y":0,"x":0,"yanchor":"top","xanchor":"right","pad":{"t":60,"r":5},"buttons":[{"label":"Play","method":"animate","args":[null,{"fromcurrent":true,"mode":"immediate","transition":{"duration":500,"easing":"linear"},"frame":{"duration":500,"redraw":false}}]}]}]},"source":"A","config":{"modeBarButtonsToAdd":["hoverclosest","hovercompare"],"showSendToCloud":false},"data":[{"x":[1],"y":[1],"mode":"markers","showlegend":false,"frame":"1","type":"scatter","marker":{"color":"rgba(31,119,180,1)","line":{"color":"rgba(31,119,180,1)"}},"error_y":{"color":"rgba(31,119,180,1)"},"error_x":{"color":"rgba(31,119,180,1)"},"line":{"color":"rgba(31,119,180,1)"},"xaxis":"x","yaxis":"y","visible":true}],"highlight":{"on":"plotly_click","persistent":false,"dynamic":false,"selectize":false,"opacityDim":0.20000000000000001,"selected":{"opacity":1},"debounce":0},"frames":[{"name":"1","data":[{"x":[1],"y":[1],"mode":"markers","showlegend":false,"frame":"1","type":"scatter","marker":{"color":"rgba(31,119,180,1)","line":{"color":"rgba(31,119,180,1)"}},"error_y":{"color":"rgba(31,119,180,1)"},"error_x":{"color":"rgba(31,119,180,1)"},"line":{"color":"rgba(31,119,180,1)"},"xaxis":"x","yaxis":"y","visible":true}],"traces":[0]},{"name":"2","data":[{"x":[2],"y":[2],"mode":"markers","showlegend":false,"frame":"2","type":"scatter","marker":{"color":"rgba(31,119,180,1)","line":{"color":"rgba(31,119,180,1)"}},"error_y":{"color":"rgba(31,119,180,1)"},"error_x":{"color":"rgba(31,119,180,1)"},"line":{"color":"rgba(31,119,180,1)"},"xaxis":"x","yaxis":"y","visible":true}],"traces":[0]},{"name":"3","data":[{"x":[1],"y":[1],"mode":"markers","showlegend":false,"frame":"3","type":"scatter","marker":{"color":"rgba(31,119,180,1)","line":{"color":"rgba(31,119,180,1)"}},"error_y":{"color":"rgba(31,119,180,1)"},"error_x":{"color":"rgba(31,119,180,1)"},"line":{"color":"rgba(31,119,180,1)"},"xaxis":"x","yaxis":"y","visible":true}],"traces":[0]}],"shinyEvents":["plotly_hover","plotly_click","plotly_selected","plotly_relayout","plotly_brushed","plotly_brushing","plotly_clickannotation","plotly_doubleclick","plotly_deselect","plotly_afterplot","plotly_sunburstclick"],"base_url":"https://plot.ly"},"evals":[],"jsHooks":[]}</script> <h3>Mulitple Trace Animations</h3> <div class="highlight"><pre><code class="language-r" data-lang="r"><span class="n">library</span><span class="p">(</span><span class="n">plotly</span><span class="p">)</span><span class="w"> </span><span class="n">library</span><span class="p">(</span><span class="n">gapminder</span><span class="p">)</span><span class="w"> </span><span class="n">df</span><span class="w"> </span><span class="o">&lt;-</span><span class="w"> </span><span class="n">gapminder</span><span class="w"> </span><span class="n">fig</span><span class="w"> </span><span class="o">&lt;-</span><span class="w"> </span><span class="n">df</span><span class="w"> </span><span class="o">%&gt;%</span><span class="w"> </span><span class="n">plot_ly</span><span class="p">(</span><span class="w"> </span><span class="n">x</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="o">~</span><span class="n">gdpPercap</span><span class="p">,</span><span class="w"> </span><span class="n">y</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="o">~</span><span class="n">lifeExp</span><span class="p">,</span><span class="w"> </span><span class="n">size</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="o">~</span><span class="n">pop</span><span class="p">,</span><span class="w"> </span><span class="n">color</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="o">~</span><span class="n">continent</span><span class="p">,</span><span class="w"> </span><span class="n">frame</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="o">~</span><span class="n">year</span><span class="p">,</span><span class="w"> </span><span class="n">text</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="o">~</span><span class="n">country</span><span class="p">,</span><span class="w"> </span><span class="n">hoverinfo</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="s2">"text"</span><span class="p">,</span><span class="w"> </span><span class="n">type</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="s1">'scatter'</span><span class="p">,</span><span class="w"> </span><span class="n">mode</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="s1">'markers'</span><span class="w"> </span><span class="p">)</span><span class="w"> </span><span class="n">fig</span><span class="w"> </span><span class="o">&lt;-</span><span class="w"> </span><span class="n">fig</span><span class="w"> </span><span class="o">%&gt;%</span><span class="w"> </span><span class="n">layout</span><span class="p">(</span><span class="w"> </span><span class="n">xaxis</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="nf">list</span><span class="p">(</span><span class="w"> </span><span class="n">type</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="s2">"log"</span><span class="w"> </span><span class="p">)</span><span class="w"> </span><span class="p">)</span><span class="w"> </span><span class="n">fig</span><span class="w"> </span></code></pre></div> <div class="plotly html-widget html-fill-item" id="htmlwidget-e3212fc339bab10ae69e" style="width:672px;height:480px;"></div> <script type="application/json" data-for="htmlwidget-e3212fc339bab10ae69e">{"x":{"visdat":{"2402287d8e93":["function () ","plotlyVisDat"]},"cur_data":"2402287d8e93","attrs":{"2402287d8e93":{"x":{},"y":{},"text":{},"hoverinfo":"text","mode":"markers","color":{},"size":{},"frame":{},"alpha_stroke":1,"sizes":[10,100],"spans":[1,20],"type":"scatter"}},"layout":{"margin":{"b":40,"l":60,"t":25,"r":10},"xaxis":{"domain":[0,1],"automargin":true,"type":"log","title":"gdpPercap","range":[2.2486774322932659,5.1887227933502453]},"yaxis":{"domain":[0,1],"automargin":true,"title":"lifeExp","range":[20.648800000000001,85.55319999999999]},"hovermode":"closest","showlegend":true,"sliders":[{"currentvalue":{"prefix":"year: ","xanchor":"right","font":{"size":16,"color":"rgba(204,204,204,1)"}},"steps":[{"method":"animate","args":[["1952"],{"transition":{"duration":500,"easing":"linear"},"frame":{"duration":500,"redraw":false},"mode":"immediate"}],"label":"1952","value":"1952"},{"method":"animate","args":[["1957"],{"transition":{"duration":500,"easing":"linear"},"frame":{"duration":500,"redraw":false},"mode":"immediate"}],"label":"1957","value":"1957"},{"method":"animate","args":[["1962"],{"transition":{"duration":500,"easing":"linear"},"frame":{"duration":500,"redraw":false},"mode":"immediate"}],"label":"1962","value":"1962"},{"method":"animate","args":[["1967"],{"transition":{"duration":500,"easing":"linear"},"frame":{"duration":500,"redraw":false},"mode":"immediate"}],"label":"1967","value":"1967"},{"method":"animate","args":[["1972"],{"transition":{"duration":500,"easing":"linear"},"frame":{"duration":500,"redraw":false},"mode":"immediate"}],"label":"1972","value":"1972"},{"method":"animate","args":[["1977"],{"transition":{"duration":500,"easing":"linear"},"frame":{"duration":500,"redraw":false},"mode":"immediate"}],"label":"1977","value":"1977"},{"method":"animate","args":[["1982"],{"transition":{"duration":500,"easing":"linear"},"frame":{"duration":500,"redraw":false},"mode":"immediate"}],"label":"1982","value":"1982"},{"method":"animate","args":[["1987"],{"transition":{"duration":500,"easing":"linear"},"frame":{"duration":500,"redraw":false},"mode":"immediate"}],"label":"1987","value":"1987"},{"method":"animate","args":[["1992"],{"transition":{"duration":500,"easing":"linear"},"frame":{"duration":500,"redraw":false},"mode":"immediate"}],"label":"1992","value":"1992"},{"method":"animate","args":[["1997"],{"transition":{"duration":500,"easing":"linear"},"frame":{"duration":500,"redraw":false},"mode":"immediate"}],"label":"1997","value":"1997"},{"method":"animate","args":[["2002"],{"transition":{"duration":500,"easing":"linear"},"frame":{"duration":500,"redraw":false},"mode":"immediate"}],"label":"2002","value":"2002"},{"method":"animate","args":[["2007"],{"transition":{"duration":500,"easing":"linear"},"frame":{"duration":500,"redraw":false},"mode":"immediate"}],"label":"2007","value":"2007"}],"visible":true,"pad":{"t":40}}],"updatemenus":[{"type":"buttons","direction":"right","showactive":false,"y":0,"x":0,"yanchor":"top","xanchor":"right","pad":{"t":60,"r":5},"buttons":[{"label":"Play","method":"animate","args":[null,{"fromcurrent":true,"mode":"immediate","transition":{"duration":500,"easing":"linear"},"frame":{"duration":500,"redraw":false}}]}]}]},"source":"A","config":{"modeBarButtonsToAdd":["hoverclosest","hovercompare"],"showSendToCloud":false},"data":[{"x":[2449.0081850000001,3520.6102729999998,1062.7521999999999,851.24114069999996,543.25524129999997,339.29645870000002,1172.667655,1071.3107130000001,1178.665927,1102.9909359999999,780.54232569999999,2125.6214180000002,1388.594732,2669.5294749999998,1418.822445,375.64312310000003,328.94055709999998,362.14627960000001,4293.4764750000004,485.23065910000003,911.29893709999999,510.19649229999999,299.85031900000001,853.54091900000003,298.8462121,575.57299609999995,2387.5480600000001,1443.0117150000001,369.16508019999998,452.33698070000003,743.11590969999997,1967.9557070000001,1688.2035699999999,468.52603809999999,2423.7804430000001,761.87937599999998,1077.2818560000001,2718.885295,493.32387519999997,879.58358550000003,1450.3569829999999,879.78773579999995,1135.7498419999999,4725.2955309999998,1615.991129,1148.376626,716.65007209999999,859.80865670000003,1468.475631,734.75348399999996,1147.388831,406.88411480000002],"y":[43.076999999999998,30.015000000000001,38.222999999999999,47.622,31.975000000000001,39.030999999999999,38.523000000000003,35.463000000000001,38.091999999999999,40.715000000000003,39.143000000000001,42.110999999999997,40.476999999999997,34.811999999999998,41.893000000000001,34.481999999999999,35.927999999999997,34.078000000000003,37.003,30,43.149000000000001,33.609000000000002,32.5,42.270000000000003,42.137999999999998,38.479999999999997,42.722999999999999,36.680999999999997,36.256,33.685000000000002,40.542999999999999,50.985999999999997,42.872999999999998,31.286000000000001,41.725000000000001,37.444000000000003,36.323999999999998,52.723999999999997,40,46.470999999999997,37.277999999999999,30.331,32.978000000000002,45.009,38.634999999999998,41.406999999999996,41.215000000000003,38.595999999999997,44.600000000000001,39.978000000000002,42.037999999999997,48.451000000000001],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1952","type":"scatter","name":"Africa","marker":{"color":"rgba(102,194,165,1)","size":[10.629259618945621,10.284757308036966,10.114549306559425,10.026092922527592,10.30099360804077,10.162824868184376,10.337787988900558,10.084066145406517,10.178990185053525,10.00641066434841,10.958271908306536,10.054252546321832,10.199094588124854,10.000214177958215,11.512711890676478,10.010712515320479,10.094103774923674,11.419726168376613,10.024618247905162,10.01530976533753,10.37682420826115,10.177747092907902,10.035535385761884,10.437094691088317,10.047008307912341,10.054827441459514,10.065503646176497,10.320987168217217,10.195052849389482,10.257870602955506,10.06569659744733,10.031160572317752,10.67428558631673,10.435884565148502,10.029063498459834,10.22656294539239,12.256382194309907,10.013492870102452,10.168920476619746,10,10.183981323214891,10.142187272566975,10.16837902545897,10.969528877920411,10.576373224953816,10.015714027939985,10.563968785667058,10.079112205137831,10.244872976723292,10.393464020084254,10.178276122020115,10.206185257252644],"sizemode":"area","line":{"color":"rgba(102,194,165,1)"}},"textfont":{"color":"rgba(102,194,165,1)","size":[10.629259618945621,10.284757308036966,10.114549306559425,10.026092922527592,10.30099360804077,10.162824868184376,10.337787988900558,10.084066145406517,10.178990185053525,10.00641066434841,10.958271908306536,10.054252546321832,10.199094588124854,10.000214177958215,11.512711890676478,10.010712515320479,10.094103774923674,11.419726168376613,10.024618247905162,10.01530976533753,10.37682420826115,10.177747092907902,10.035535385761884,10.437094691088317,10.047008307912341,10.054827441459514,10.065503646176497,10.320987168217217,10.195052849389482,10.257870602955506,10.06569659744733,10.031160572317752,10.67428558631673,10.435884565148502,10.029063498459834,10.22656294539239,12.256382194309907,10.013492870102452,10.168920476619746,10,10.183981323214891,10.142187272566975,10.16837902545897,10.969528877920411,10.576373224953816,10.015714027939985,10.563968785667058,10.079112205137831,10.244872976723292,10.393464020084254,10.178276122020115,10.206185257252644]},"error_y":{"color":"rgba(102,194,165,1)","width":[]},"error_x":{"color":"rgba(102,194,165,1)","width":[]},"line":{"color":"rgba(102,194,165,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[5911.3150530000003,2677.3263470000002,2108.9443550000001,11367.161120000001,3939.9787889999998,2144.115096,2627.0094709999998,5586.5387799999999,1397.7171370000001,3522.110717,3048.3029000000001,2428.2377689999998,1840.366939,2194.9262039999999,2898.5308810000001,3478.1255289999999,3112.3639480000002,2480.3803339999999,1952.3087009999999,3758.5234369999998,3081.959785,3023.2719280000001,13990.48208,5716.7667439999996,7689.7997610000002],"y":[62.484999999999999,40.414000000000001,50.917000000000002,68.75,54.744999999999997,50.643000000000001,57.206000000000003,59.420999999999999,45.927999999999997,48.356999999999999,45.262,42.023000000000003,37.579000000000001,41.911999999999999,58.530000000000001,50.789000000000001,42.314,55.191000000000003,62.649000000000001,43.902000000000001,64.280000000000001,59.100000000000001,68.439999999999998,66.070999999999998,55.088000000000001],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1952","type":"scatter","name":"Americas","marker":{"color":"rgba(252,141,98,1)","size":[11.21606019812705,10.192699007692559,13.859199393585619,11.005064741453392,10.431195787839556,10.838881415457701,10.059127995624314,10.405954321662737,10.165945942012687,10.238117156882629,10.135335762000556,10.210654055097176,10.214415273944638,10.099474809361464,10.093239350500223,12.053344561308055,10.075472749667506,10.060067361857236,10.102097294921846,10.543682283554137,10.147903530750032,10.041145578761045,20.749371197304647,10.14967572026088,10.367170979719349],"sizemode":"area","line":{"color":"rgba(252,141,98,1)"}},"textfont":{"color":"rgba(252,141,98,1)","size":[11.21606019812705,10.192699007692559,13.859199393585619,11.005064741453392,10.431195787839556,10.838881415457701,10.059127995624314,10.405954321662737,10.165945942012687,10.238117156882629,10.135335762000556,10.210654055097176,10.214415273944638,10.099474809361464,10.093239350500223,12.053344561308055,10.075472749667506,10.060067361857236,10.102097294921846,10.543682283554137,10.147903530750032,10.041145578761045,20.749371197304647,10.14967572026088,10.367170979719349]},"error_y":{"color":"rgba(252,141,98,1)","width":[]},"error_x":{"color":"rgba(252,141,98,1)","width":[]},"line":{"color":"rgba(252,141,98,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[779.44531449999999,9867.0847649999996,684.24417159999996,368.46928559999998,400.44861100000003,3054.4212090000001,546.56574929999999,749.6816546,3035.3260019999998,4129.7660560000004,4086.5221280000001,3216.9563469999998,1546.907807,1088.2777579999999,1030.592226,108382.3529,4834.804067,1831.1328940000001,786.56685749999997,331,545.86572290000004,1828.230307,684.59714380000003,1272.880995,6459.5548230000004,2315.1382269999999,1083.5320300000001,1643.4853539999999,1206.947913,757.79741769999998,605.06649170000003,1515.5923290000001,781.71757609999997],"y":[28.800999999999998,50.939,37.484000000000002,39.417000000000002,44,60.960000000000001,37.372999999999998,37.468000000000004,44.869,45.32,65.390000000000001,63.030000000000001,43.158000000000001,50.055999999999997,47.453000000000003,55.564999999999998,55.927999999999997,48.463000000000001,42.244,36.319000000000003,36.156999999999996,37.578000000000003,43.436,47.752000000000002,39.875,60.396000000000001,57.593000000000004,45.883000000000003,58.5,50.847999999999999,40.411999999999999,43.159999999999997,32.548000000000002],"text":["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."],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1952","type":"scatter","name":"Asia","marker":{"color":"rgba(141,160,203,1)","size":[10.570958440333994,10.004124939159547,13.196073516337687,10.316272523015931,47.962566414495925,10.141003151025526,35.386025309878448,15.596200380490078,11.174770127735174,10.367320999844319,10.106536334452237,15.89699311991038,10.037396031178993,10.60100034575081,11.425638926987236,10.006824550625852,10.094156261491509,10.456501207090577,10.05055173139184,11.367311607471214,10.62263982736204,10.030565201275845,12.817931410627473,11.527412361357225,10.269303597092721,10.072825215250953,10.540722969369218,10.245815823859932,10.579492046432662,11.448969923046661,11.787329940458308,10.066244600897457,10.334700359049151],"sizemode":"area","line":{"color":"rgba(141,160,203,1)"}},"textfont":{"color":"rgba(141,160,203,1)","size":[10.570958440333994,10.004124939159547,13.196073516337687,10.316272523015931,47.962566414495925,10.141003151025526,35.386025309878448,15.596200380490078,11.174770127735174,10.367320999844319,10.106536334452237,15.89699311991038,10.037396031178993,10.60100034575081,11.425638926987236,10.006824550625852,10.094156261491509,10.456501207090577,10.05055173139184,11.367311607471214,10.62263982736204,10.030565201275845,12.817931410627473,11.527412361357225,10.269303597092721,10.072825215250953,10.540722969369218,10.245815823859932,10.579492046432662,11.448969923046661,11.787329940458308,10.066244600897457,10.334700359049151]},"error_y":{"color":"rgba(141,160,203,1)","width":[]},"error_x":{"color":"rgba(141,160,203,1)","width":[]},"line":{"color":"rgba(141,160,203,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[1601.0561359999999,6137.0764920000001,8343.1051270000007,973.53319480000005,2444.2866479999998,3119.2365199999999,6876.1402500000004,9692.3852449999995,6424.5190709999997,7029.8093269999999,7144.1143929999998,3530.690067,5263.6738160000004,7267.6884280000004,5210.2803279999998,4931.4041550000002,2647.5856010000002,8941.5718579999993,10095.42172,4029.3296989999999,3068.3198670000002,3144.613186,3581.4594480000001,5074.6591040000003,4215.041741,3834.0347419999998,8527.8446619999995,14734.232749999999,1969.1009799999999,9979.5084869999991],"y":[55.229999999999997,66.799999999999997,68,53.82,59.600000000000001,61.210000000000001,66.870000000000005,70.780000000000001,66.549999999999997,67.409999999999997,67.5,65.859999999999999,64.030000000000001,72.489999999999995,66.909999999999997,65.939999999999998,59.164000000000001,72.129999999999995,72.670000000000002,61.310000000000002,59.82,61.049999999999997,57.996000000000002,64.359999999999999,65.569999999999993,64.939999999999998,71.859999999999999,69.620000000000005,43.585000000000001,69.180000000000007],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1952","type":"scatter","name":"Europe","marker":{"color":"rgba(231,138,195,1)","size":[10.083452004785734,10.468745388300251,10.591780523848481,10.186398230696833,10.492437920575309,10.26087789900933,10.618725312244932,10.291712631437814,10.275093022506884,12.893904318382232,14.715323704498925,10.523721689583494,10.644580714283491,10.006002920842237,10.197397613435532,13.249252237988841,10.024149486204392,10.704506041618405,10.22303153444337,11.752091728319773,10.577832679154104,11.130951692689347,10.464129778222411,10.238757643166849,10.097568161412857,11.944518747751182,10.482184475027601,10.32454233121514,11.513556043954743,13.437903568933802],"sizemode":"area","line":{"color":"rgba(231,138,195,1)"}},"textfont":{"color":"rgba(231,138,195,1)","size":[10.083452004785734,10.468745388300251,10.591780523848481,10.186398230696833,10.492437920575309,10.26087789900933,10.618725312244932,10.291712631437814,10.275093022506884,12.893904318382232,14.715323704498925,10.523721689583494,10.644580714283491,10.006002920842237,10.197397613435532,13.249252237988841,10.024149486204392,10.704506041618405,10.22303153444337,11.752091728319773,10.577832679154104,11.130951692689347,10.464129778222411,10.238757643166849,10.097568161412857,11.944518747751182,10.482184475027601,10.32454233121514,11.513556043954743,13.437903568933802]},"error_y":{"color":"rgba(231,138,195,1)","width":[]},"error_x":{"color":"rgba(231,138,195,1)","width":[]},"line":{"color":"rgba(231,138,195,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[10039.59564,10556.57566],"y":[69.120000000000005,69.390000000000001],"text":["Australia","New Zealand"],"hoverinfo":["text","text"],"mode":"markers","frame":"1952","type":"scatter","name":"Oceania","marker":{"color":"rgba(166,216,84,1)","size":[10.589105483467248,10.132054771360233],"sizemode":"area","line":{"color":"rgba(166,216,84,1)"}},"textfont":{"color":"rgba(166,216,84,1)","size":[10.589105483467248,10.132054771360233]},"error_y":{"color":"rgba(166,216,84,1)","width":[]},"error_x":{"color":"rgba(166,216,84,1)","width":[]},"line":{"color":"rgba(166,216,84,1)"},"xaxis":"x","yaxis":"y","visible":true}],"highlight":{"on":"plotly_click","persistent":false,"dynamic":false,"selectize":false,"opacityDim":0.20000000000000001,"selected":{"opacity":1},"debounce":0},"frames":[{"name":"1952","data":[{"x":[2449.0081850000001,3520.6102729999998,1062.7521999999999,851.24114069999996,543.25524129999997,339.29645870000002,1172.667655,1071.3107130000001,1178.665927,1102.9909359999999,780.54232569999999,2125.6214180000002,1388.594732,2669.5294749999998,1418.822445,375.64312310000003,328.94055709999998,362.14627960000001,4293.4764750000004,485.23065910000003,911.29893709999999,510.19649229999999,299.85031900000001,853.54091900000003,298.8462121,575.57299609999995,2387.5480600000001,1443.0117150000001,369.16508019999998,452.33698070000003,743.11590969999997,1967.9557070000001,1688.2035699999999,468.52603809999999,2423.7804430000001,761.87937599999998,1077.2818560000001,2718.885295,493.32387519999997,879.58358550000003,1450.3569829999999,879.78773579999995,1135.7498419999999,4725.2955309999998,1615.991129,1148.376626,716.65007209999999,859.80865670000003,1468.475631,734.75348399999996,1147.388831,406.88411480000002],"y":[43.076999999999998,30.015000000000001,38.222999999999999,47.622,31.975000000000001,39.030999999999999,38.523000000000003,35.463000000000001,38.091999999999999,40.715000000000003,39.143000000000001,42.110999999999997,40.476999999999997,34.811999999999998,41.893000000000001,34.481999999999999,35.927999999999997,34.078000000000003,37.003,30,43.149000000000001,33.609000000000002,32.5,42.270000000000003,42.137999999999998,38.479999999999997,42.722999999999999,36.680999999999997,36.256,33.685000000000002,40.542999999999999,50.985999999999997,42.872999999999998,31.286000000000001,41.725000000000001,37.444000000000003,36.323999999999998,52.723999999999997,40,46.470999999999997,37.277999999999999,30.331,32.978000000000002,45.009,38.634999999999998,41.406999999999996,41.215000000000003,38.595999999999997,44.600000000000001,39.978000000000002,42.037999999999997,48.451000000000001],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1952","type":"scatter","name":"Africa","marker":{"color":"rgba(102,194,165,1)","size":[10.629259618945621,10.284757308036966,10.114549306559425,10.026092922527592,10.30099360804077,10.162824868184376,10.337787988900558,10.084066145406517,10.178990185053525,10.00641066434841,10.958271908306536,10.054252546321832,10.199094588124854,10.000214177958215,11.512711890676478,10.010712515320479,10.094103774923674,11.419726168376613,10.024618247905162,10.01530976533753,10.37682420826115,10.177747092907902,10.035535385761884,10.437094691088317,10.047008307912341,10.054827441459514,10.065503646176497,10.320987168217217,10.195052849389482,10.257870602955506,10.06569659744733,10.031160572317752,10.67428558631673,10.435884565148502,10.029063498459834,10.22656294539239,12.256382194309907,10.013492870102452,10.168920476619746,10,10.183981323214891,10.142187272566975,10.16837902545897,10.969528877920411,10.576373224953816,10.015714027939985,10.563968785667058,10.079112205137831,10.244872976723292,10.393464020084254,10.178276122020115,10.206185257252644],"sizemode":"area","line":{"color":"rgba(102,194,165,1)"}},"textfont":{"color":"rgba(102,194,165,1)","size":[10.629259618945621,10.284757308036966,10.114549306559425,10.026092922527592,10.30099360804077,10.162824868184376,10.337787988900558,10.084066145406517,10.178990185053525,10.00641066434841,10.958271908306536,10.054252546321832,10.199094588124854,10.000214177958215,11.512711890676478,10.010712515320479,10.094103774923674,11.419726168376613,10.024618247905162,10.01530976533753,10.37682420826115,10.177747092907902,10.035535385761884,10.437094691088317,10.047008307912341,10.054827441459514,10.065503646176497,10.320987168217217,10.195052849389482,10.257870602955506,10.06569659744733,10.031160572317752,10.67428558631673,10.435884565148502,10.029063498459834,10.22656294539239,12.256382194309907,10.013492870102452,10.168920476619746,10,10.183981323214891,10.142187272566975,10.16837902545897,10.969528877920411,10.576373224953816,10.015714027939985,10.563968785667058,10.079112205137831,10.244872976723292,10.393464020084254,10.178276122020115,10.206185257252644]},"error_y":{"color":"rgba(102,194,165,1)","width":[]},"error_x":{"color":"rgba(102,194,165,1)","width":[]},"line":{"color":"rgba(102,194,165,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[5911.3150530000003,2677.3263470000002,2108.9443550000001,11367.161120000001,3939.9787889999998,2144.115096,2627.0094709999998,5586.5387799999999,1397.7171370000001,3522.110717,3048.3029000000001,2428.2377689999998,1840.366939,2194.9262039999999,2898.5308810000001,3478.1255289999999,3112.3639480000002,2480.3803339999999,1952.3087009999999,3758.5234369999998,3081.959785,3023.2719280000001,13990.48208,5716.7667439999996,7689.7997610000002],"y":[62.484999999999999,40.414000000000001,50.917000000000002,68.75,54.744999999999997,50.643000000000001,57.206000000000003,59.420999999999999,45.927999999999997,48.356999999999999,45.262,42.023000000000003,37.579000000000001,41.911999999999999,58.530000000000001,50.789000000000001,42.314,55.191000000000003,62.649000000000001,43.902000000000001,64.280000000000001,59.100000000000001,68.439999999999998,66.070999999999998,55.088000000000001],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1952","type":"scatter","name":"Americas","marker":{"color":"rgba(252,141,98,1)","size":[11.21606019812705,10.192699007692559,13.859199393585619,11.005064741453392,10.431195787839556,10.838881415457701,10.059127995624314,10.405954321662737,10.165945942012687,10.238117156882629,10.135335762000556,10.210654055097176,10.214415273944638,10.099474809361464,10.093239350500223,12.053344561308055,10.075472749667506,10.060067361857236,10.102097294921846,10.543682283554137,10.147903530750032,10.041145578761045,20.749371197304647,10.14967572026088,10.367170979719349],"sizemode":"area","line":{"color":"rgba(252,141,98,1)"}},"textfont":{"color":"rgba(252,141,98,1)","size":[11.21606019812705,10.192699007692559,13.859199393585619,11.005064741453392,10.431195787839556,10.838881415457701,10.059127995624314,10.405954321662737,10.165945942012687,10.238117156882629,10.135335762000556,10.210654055097176,10.214415273944638,10.099474809361464,10.093239350500223,12.053344561308055,10.075472749667506,10.060067361857236,10.102097294921846,10.543682283554137,10.147903530750032,10.041145578761045,20.749371197304647,10.14967572026088,10.367170979719349]},"error_y":{"color":"rgba(252,141,98,1)","width":[]},"error_x":{"color":"rgba(252,141,98,1)","width":[]},"line":{"color":"rgba(252,141,98,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[779.44531449999999,9867.0847649999996,684.24417159999996,368.46928559999998,400.44861100000003,3054.4212090000001,546.56574929999999,749.6816546,3035.3260019999998,4129.7660560000004,4086.5221280000001,3216.9563469999998,1546.907807,1088.2777579999999,1030.592226,108382.3529,4834.804067,1831.1328940000001,786.56685749999997,331,545.86572290000004,1828.230307,684.59714380000003,1272.880995,6459.5548230000004,2315.1382269999999,1083.5320300000001,1643.4853539999999,1206.947913,757.79741769999998,605.06649170000003,1515.5923290000001,781.71757609999997],"y":[28.800999999999998,50.939,37.484000000000002,39.417000000000002,44,60.960000000000001,37.372999999999998,37.468000000000004,44.869,45.32,65.390000000000001,63.030000000000001,43.158000000000001,50.055999999999997,47.453000000000003,55.564999999999998,55.927999999999997,48.463000000000001,42.244,36.319000000000003,36.156999999999996,37.578000000000003,43.436,47.752000000000002,39.875,60.396000000000001,57.593000000000004,45.883000000000003,58.5,50.847999999999999,40.411999999999999,43.159999999999997,32.548000000000002],"text":["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."],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1952","type":"scatter","name":"Asia","marker":{"color":"rgba(141,160,203,1)","size":[10.570958440333994,10.004124939159547,13.196073516337687,10.316272523015931,47.962566414495925,10.141003151025526,35.386025309878448,15.596200380490078,11.174770127735174,10.367320999844319,10.106536334452237,15.89699311991038,10.037396031178993,10.60100034575081,11.425638926987236,10.006824550625852,10.094156261491509,10.456501207090577,10.05055173139184,11.367311607471214,10.62263982736204,10.030565201275845,12.817931410627473,11.527412361357225,10.269303597092721,10.072825215250953,10.540722969369218,10.245815823859932,10.579492046432662,11.448969923046661,11.787329940458308,10.066244600897457,10.334700359049151],"sizemode":"area","line":{"color":"rgba(141,160,203,1)"}},"textfont":{"color":"rgba(141,160,203,1)","size":[10.570958440333994,10.004124939159547,13.196073516337687,10.316272523015931,47.962566414495925,10.141003151025526,35.386025309878448,15.596200380490078,11.174770127735174,10.367320999844319,10.106536334452237,15.89699311991038,10.037396031178993,10.60100034575081,11.425638926987236,10.006824550625852,10.094156261491509,10.456501207090577,10.05055173139184,11.367311607471214,10.62263982736204,10.030565201275845,12.817931410627473,11.527412361357225,10.269303597092721,10.072825215250953,10.540722969369218,10.245815823859932,10.579492046432662,11.448969923046661,11.787329940458308,10.066244600897457,10.334700359049151]},"error_y":{"color":"rgba(141,160,203,1)","width":[]},"error_x":{"color":"rgba(141,160,203,1)","width":[]},"line":{"color":"rgba(141,160,203,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[1601.0561359999999,6137.0764920000001,8343.1051270000007,973.53319480000005,2444.2866479999998,3119.2365199999999,6876.1402500000004,9692.3852449999995,6424.5190709999997,7029.8093269999999,7144.1143929999998,3530.690067,5263.6738160000004,7267.6884280000004,5210.2803279999998,4931.4041550000002,2647.5856010000002,8941.5718579999993,10095.42172,4029.3296989999999,3068.3198670000002,3144.613186,3581.4594480000001,5074.6591040000003,4215.041741,3834.0347419999998,8527.8446619999995,14734.232749999999,1969.1009799999999,9979.5084869999991],"y":[55.229999999999997,66.799999999999997,68,53.82,59.600000000000001,61.210000000000001,66.870000000000005,70.780000000000001,66.549999999999997,67.409999999999997,67.5,65.859999999999999,64.030000000000001,72.489999999999995,66.909999999999997,65.939999999999998,59.164000000000001,72.129999999999995,72.670000000000002,61.310000000000002,59.82,61.049999999999997,57.996000000000002,64.359999999999999,65.569999999999993,64.939999999999998,71.859999999999999,69.620000000000005,43.585000000000001,69.180000000000007],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1952","type":"scatter","name":"Europe","marker":{"color":"rgba(231,138,195,1)","size":[10.083452004785734,10.468745388300251,10.591780523848481,10.186398230696833,10.492437920575309,10.26087789900933,10.618725312244932,10.291712631437814,10.275093022506884,12.893904318382232,14.715323704498925,10.523721689583494,10.644580714283491,10.006002920842237,10.197397613435532,13.249252237988841,10.024149486204392,10.704506041618405,10.22303153444337,11.752091728319773,10.577832679154104,11.130951692689347,10.464129778222411,10.238757643166849,10.097568161412857,11.944518747751182,10.482184475027601,10.32454233121514,11.513556043954743,13.437903568933802],"sizemode":"area","line":{"color":"rgba(231,138,195,1)"}},"textfont":{"color":"rgba(231,138,195,1)","size":[10.083452004785734,10.468745388300251,10.591780523848481,10.186398230696833,10.492437920575309,10.26087789900933,10.618725312244932,10.291712631437814,10.275093022506884,12.893904318382232,14.715323704498925,10.523721689583494,10.644580714283491,10.006002920842237,10.197397613435532,13.249252237988841,10.024149486204392,10.704506041618405,10.22303153444337,11.752091728319773,10.577832679154104,11.130951692689347,10.464129778222411,10.238757643166849,10.097568161412857,11.944518747751182,10.482184475027601,10.32454233121514,11.513556043954743,13.437903568933802]},"error_y":{"color":"rgba(231,138,195,1)","width":[]},"error_x":{"color":"rgba(231,138,195,1)","width":[]},"line":{"color":"rgba(231,138,195,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[10039.59564,10556.57566],"y":[69.120000000000005,69.390000000000001],"text":["Australia","New Zealand"],"hoverinfo":["text","text"],"mode":"markers","frame":"1952","type":"scatter","name":"Oceania","marker":{"color":"rgba(166,216,84,1)","size":[10.589105483467248,10.132054771360233],"sizemode":"area","line":{"color":"rgba(166,216,84,1)"}},"textfont":{"color":"rgba(166,216,84,1)","size":[10.589105483467248,10.132054771360233]},"error_y":{"color":"rgba(166,216,84,1)","width":[]},"error_x":{"color":"rgba(166,216,84,1)","width":[]},"line":{"color":"rgba(166,216,84,1)"},"xaxis":"x","yaxis":"y","visible":true}],"traces":[0,1,2,3,4]},{"name":"1957","data":[{"x":[3013.9760230000002,3827.9404650000001,959.60108049999997,918.23253490000002,617.18346480000002,379.56462809999999,1313.0480990000001,1190.8443279999999,1308.4955769999999,1211.1485479999999,905.86023030000001,2315.056572,1500.895925,2864.9690759999999,1458.915272,426.09640810000002,344.16188590000002,378.90416320000003,4976.1980990000002,520.92671110000003,1043.561537,576.26702450000005,431.79045660000003,944.43831520000003,335.99711509999997,620.96999010000002,3448.2843950000001,1589.2027499999999,416.36980640000002,490.38218669999998,846.12026130000004,2034.0379809999999,1642.0023140000001,495.58683330000002,2621.4480579999999,835.52340249999997,1100.5925629999999,2769.4518440000002,540.28939830000002,860.73690260000001,1567.653006,1004.484437,1258.1474129999999,5487.1042189999998,1770.337074,1244.7083640000001,698.53560730000004,925.90832020000005,1395.2324679999999,774.37106919999997,1311.956766,518.76426809999998],"y":[45.685000000000002,31.998999999999999,40.357999999999997,49.618000000000002,34.905999999999999,40.533000000000001,40.427999999999997,37.463999999999999,39.881,42.460000000000001,40.652000000000001,45.052999999999997,42.469000000000001,37.328000000000003,44.444000000000003,35.982999999999997,38.046999999999997,36.667000000000002,38.999000000000002,32.064999999999998,44.779000000000003,34.558,33.488999999999997,44.686,45.046999999999997,39.485999999999997,45.289000000000001,38.865000000000002,37.207000000000001,35.307000000000002,42.338000000000001,58.088999999999999,45.423000000000002,33.779000000000003,45.225999999999999,38.597999999999999,37.802,55.090000000000003,41.5,48.945,39.329000000000001,31.57,34.976999999999997,47.984999999999999,39.624000000000002,43.423999999999999,42.973999999999997,41.207999999999998,47.100000000000001,42.570999999999998,44.076999999999998,50.469000000000001],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1957","type":"scatter","name":"Africa","marker":{"color":"rgba(102,194,165,1)","size":[10.696920947656547,10.307230704974348,10.127302928266268,10.028299610726139,10.317608917031814,10.177970212010964,10.361734968412145,10.090931647840824,10.193486647475158,10.007570419563828,11.059144880661634,10.060093161496562,10.22113901486868,10.000808115686826,11.702894273233508,10.011801696919328,10.101191918689942,11.553138492187099,10.025587577211269,10.017960029874647,10.432128738289153,10.192249288582719,10.036930613875914,10.504715204496819,10.051416838345432,10.062515597472647,10.077915388535763,10.349569278168675,10.215763270972918,10.285425436791893,10.069402463100364,10.037525848411793,10.774421835637741,10.476271170392865,10.033312180333928,10.247906754946582,12.533096567166499,10.016973773821046,10.188519670880781,10.000089684460514,10.204386107801229,10.15259101125171,10.185675772542689,11.098295969844939,10.661602469973442,10.018205126448246,10.641087934540446,10.08855378108294,10.265561420836191,10.451527132182735,10.201755158867099,10.244777763768637],"sizemode":"area","line":{"color":"rgba(102,194,165,1)"}},"textfont":{"color":"rgba(102,194,165,1)","size":[10.696920947656547,10.307230704974348,10.127302928266268,10.028299610726139,10.317608917031814,10.177970212010964,10.361734968412145,10.090931647840824,10.193486647475158,10.007570419563828,11.059144880661634,10.060093161496562,10.22113901486868,10.000808115686826,11.702894273233508,10.011801696919328,10.101191918689942,11.553138492187099,10.025587577211269,10.017960029874647,10.432128738289153,10.192249288582719,10.036930613875914,10.504715204496819,10.051416838345432,10.062515597472647,10.077915388535763,10.349569278168675,10.215763270972918,10.285425436791893,10.069402463100364,10.037525848411793,10.774421835637741,10.476271170392865,10.033312180333928,10.247906754946582,12.533096567166499,10.016973773821046,10.188519670880781,10.000089684460514,10.204386107801229,10.15259101125171,10.185675772542689,11.098295969844939,10.661602469973442,10.018205126448246,10.641087934540446,10.08855378108294,10.265561420836191,10.451527132182735,10.201755158867099,10.244777763768637]},"error_y":{"color":"rgba(102,194,165,1)","width":[]},"error_x":{"color":"rgba(102,194,165,1)","width":[]},"line":{"color":"rgba(102,194,165,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[6856.8562119999997,2127.686326,2487.3659889999999,12489.950059999999,4315.6227230000004,2323.8055810000001,2990.0108019999998,6092.1743589999996,1544.4029949999999,3780.5466510000001,3421.5232179999998,2617.1559670000001,1726.887882,2220.4876819999999,4756.5257810000003,4131.5466409999999,3457.415947,2961.8009050000001,2046.154706,4245.2566980000001,3907.1561889999998,4100.3933999999999,14847.127119999999,6150.7729689999996,9802.4665260000002],"y":[64.399000000000001,41.890000000000001,53.284999999999997,69.959999999999994,56.073999999999998,55.118000000000002,60.026000000000003,62.325000000000003,49.828000000000003,51.356000000000002,48.57,44.142000000000003,40.695999999999998,44.664999999999999,62.609999999999999,55.189999999999998,45.432000000000002,59.201000000000001,63.195999999999998,46.262999999999998,68.540000000000006,61.799999999999997,69.489999999999995,67.043999999999997,57.906999999999996],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1957","type":"scatter","name":"Americas","marker":{"color":"rgba(252,141,98,1)","size":[11.334382394799345,10.215114867339063,14.469969066255199,11.156898349007745,10.476980387462275,10.984616752709133,10.071821895943829,10.449155408196118,10.195420323617343,10.27290107695938,10.156694860229905,10.244404829299647,10.235315234148203,10.116738521986365,10.10067858777097,12.385820759387055,10.088648175001426,10.068491558374317,10.116773467529578,10.620152960540654,10.150155880215005,10.048110798848937,21.734330443638488,10.161414829166288,10.45338136181652],"sizemode":"area","line":{"color":"rgba(252,141,98,1)"}},"textfont":{"color":"rgba(252,141,98,1)","size":[11.334382394799345,10.215114867339063,14.469969066255199,11.156898349007745,10.476980387462275,10.984616752709133,10.071821895943829,10.449155408196118,10.195420323617343,10.27290107695938,10.156694860229905,10.244404829299647,10.235315234148203,10.116738521986365,10.10067858777097,12.385820759387055,10.088648175001426,10.068491558374317,10.116773467529578,10.620152960540654,10.150155880215005,10.048110798848937,21.734330443638488,10.161414829166288,10.45338136181652]},"error_y":{"color":"rgba(252,141,98,1)","width":[]},"error_x":{"color":"rgba(252,141,98,1)","width":[]},"line":{"color":"rgba(252,141,98,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[820.85302960000001,11635.79945,661.63745770000003,434.03833639999999,575.9870009,3629.0764570000001,590.06199600000002,858.90027069999996,3290.2576429999999,6229.3335619999998,5385.2784510000001,4317.6943650000003,1886.0805909999999,1571.1346550000001,1487.593537,113523.1329,6089.7869339999997,1810.066992,912.66260850000003,350,597.9363558,2242.7465510000002,747.08352920000004,1547.9448440000001,8157.5912479999997,2843.104409,1072.5466019999999,2117.2348929999998,1507.8612900000001,793.57741480000004,676.28544780000004,1827.067742,804.83045470000002],"y":[30.332000000000001,53.832000000000001,39.347999999999999,41.366,50.548960000000001,64.75,40.249000000000002,39.917999999999999,47.180999999999997,48.436999999999998,67.840000000000003,65.5,45.668999999999997,54.081000000000003,52.680999999999997,58.033000000000001,59.488999999999997,52.101999999999997,45.247999999999998,41.905000000000001,37.686,40.079999999999998,45.557000000000002,51.334000000000003,42.868000000000002,63.179000000000002,61.456000000000003,48.283999999999999,62.399999999999999,53.630000000000003,42.887,45.670999999999999,33.969999999999999],"text":["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."],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1957","type":"scatter","name":"Asia","marker":{"color":"rgba(141,160,203,1)","size":[10.626625666878871,10.005367690040099,13.501752079518614,10.35918319297436,53.500921273496438,10.182664790826106,37.911386831211132,16.147138710225143,11.346767723242158,10.422392787094275,10.128615297221192,16.245355411777886,10.046858970317512,10.638259188371482,11.53921064562585,10.010431449408456,10.108344902819596,10.524130183872824,10.056112372702772,11.479167923106701,10.656752820310286,10.034260692470738,13.181950943927241,11.775409892812547,10.297558502094629,10.094593080781685,10.618954847131317,10.279147797567946,10.689642377980968,11.70509038221487,11.975142032342017,10.068964756521003,10.371165282609928],"sizemode":"area","line":{"color":"rgba(141,160,203,1)"}},"textfont":{"color":"rgba(141,160,203,1)","size":[10.626625666878871,10.005367690040099,13.501752079518614,10.35918319297436,53.500921273496438,10.182664790826106,37.911386831211132,16.147138710225143,11.346767723242158,10.422392787094275,10.128615297221192,16.245355411777886,10.046858970317512,10.638259188371482,11.53921064562585,10.010431449408456,10.108344902819596,10.524130183872824,10.056112372702772,11.479167923106701,10.656752820310286,10.034260692470738,13.181950943927241,11.775409892812547,10.297558502094629,10.094593080781685,10.618954847131317,10.279147797567946,10.689642377980968,11.70509038221487,11.975142032342017,10.068964756521003,10.371165282609928]},"error_y":{"color":"rgba(141,160,203,1)","width":[]},"error_x":{"color":"rgba(141,160,203,1)","width":[]},"line":{"color":"rgba(141,160,203,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[1942.2842439999999,8842.5980299999992,9714.9606230000009,1353.989176,3008.6707270000002,4338.2316170000004,8256.3439180000005,11099.65935,7545.4153859999997,8662.8348979999992,10187.826650000001,4916.2998889999999,6040.1800110000004,9244.0014119999996,5599.0778719999998,6248.6562320000003,3682.2599030000001,11276.193439999999,11653.973040000001,4734.2530189999998,3774.571743,3943.3702250000001,4981.0908909999998,6093.2629800000004,5862.276629,4564.8024100000002,9911.8782260000007,17909.489730000001,2218.7542570000001,11283.177949999999],"y":[59.280000000000001,67.480000000000004,69.239999999999995,58.450000000000003,66.609999999999999,64.769999999999996,69.030000000000001,71.810000000000002,67.489999999999995,68.930000000000007,69.099999999999994,67.859999999999999,66.409999999999997,73.469999999999999,68.900000000000006,67.810000000000002,61.448,72.989999999999995,73.439999999999998,65.769999999999996,61.509999999999998,64.099999999999994,61.685000000000002,67.450000000000003,67.849999999999994,66.659999999999997,72.489999999999995,70.560000000000002,48.079000000000001,70.420000000000002],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1957","type":"scatter","name":"Europe","marker":{"color":"rgba(231,138,195,1)","size":[10.096679984940502,10.471345009100913,10.609437988111667,10.205850339712503,10.518125215440165,10.268318364834331,10.645246727194982,10.302212060848305,10.291030101296915,13.020254025053717,14.843169585492278,10.54849534960174,10.667445474003665,10.007173323527853,10.19235125858577,13.352723807349392,10.026128482347934,10.748487942632977,10.2342393618871,11.923051536747515,10.59773525806277,11.212809375318953,10.492180947977261,10.258287560618582,10.100540716682508,12.032684169183948,10.498505750033946,10.345769018597153,11.748023029643836,13.506156583023873],"sizemode":"area","line":{"color":"rgba(231,138,195,1)"}},"textfont":{"color":"rgba(231,138,195,1)","size":[10.096679984940502,10.471345009100913,10.609437988111667,10.205850339712503,10.518125215440165,10.268318364834331,10.645246727194982,10.302212060848305,10.291030101296915,13.020254025053717,14.843169585492278,10.54849534960174,10.667445474003665,10.007173323527853,10.19235125858577,13.352723807349392,10.026128482347934,10.748487942632977,10.2342393618871,11.923051536747515,10.59773525806277,11.212809375318953,10.492180947977261,10.258287560618582,10.100540716682508,12.032684169183948,10.498505750033946,10.345769018597153,11.748023029643836,13.506156583023873]},"error_y":{"color":"rgba(231,138,195,1)","width":[]},"error_x":{"color":"rgba(231,138,195,1)","width":[]},"line":{"color":"rgba(231,138,195,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[10949.649590000001,12247.39532],"y":[70.329999999999998,70.260000000000005],"text":["Australia","New Zealand"],"hoverinfo":["text","text"],"mode":"markers","frame":"1957","type":"scatter","name":"Oceania","marker":{"color":"rgba(166,216,84,1)","size":[10.658816177179244,10.148067815754947],"sizemode":"area","line":{"color":"rgba(166,216,84,1)"}},"textfont":{"color":"rgba(166,216,84,1)","size":[10.658816177179244,10.148067815754947]},"error_y":{"color":"rgba(166,216,84,1)","width":[]},"error_x":{"color":"rgba(166,216,84,1)","width":[]},"line":{"color":"rgba(166,216,84,1)"},"xaxis":"x","yaxis":"y","visible":true}],"traces":[0,1,2,3,4]},{"name":"1962","data":[{"x":[2550.8168799999999,4269.276742,949.49906410000006,983.65397640000003,722.51202060000003,355.20322729999998,1399.6074410000001,1193.068753,1389.817618,1406.6482779999999,896.31463350000001,2464.7831569999998,1728.869428,3020.9892629999999,1693.335853,582.84197140000003,380.99584329999999,419.45641610000001,6631.4592220000004,599.65027599999996,1190.0411180000001,686.37367389999997,522.03437250000002,896.96637320000002,411.80062659999999,634.19516250000004,6757.0308160000004,1643.3871099999999,427.90108559999999,496.17434279999998,1055.8960360000001,2529.0674869999998,1566.3534930000001,556.68635389999997,3173.2155950000001,997.76611270000001,1150.9274780000001,3173.72334,597.47307269999999,1071.551119,1654.9887229999999,1116.6398770000001,1369.4883359999999,5768.7297170000002,1959.5937670000001,1856.182125,722.00380729999995,1067.5348100000001,1660.30321,767.27173979999998,1452.725766,527.2721818],"y":[48.302999999999997,34,42.618000000000002,51.520000000000003,37.814,42.045000000000002,42.643000000000001,39.475000000000001,41.716000000000001,44.466999999999999,42.122,48.435000000000002,44.93,39.692999999999998,46.991999999999997,37.484999999999999,40.158000000000001,40.058999999999997,40.488999999999997,33.896000000000001,46.451999999999998,35.753,34.488,47.948999999999998,47.747,40.502000000000002,47.808,40.847999999999999,38.409999999999997,36.936,44.247999999999998,60.246000000000002,47.923999999999999,36.161000000000001,48.386000000000003,39.487000000000002,39.359999999999999,57.665999999999997,43,51.893000000000001,41.454000000000001,32.767000000000003,36.981000000000002,49.951000000000001,40.869999999999997,44.991999999999997,44.246000000000002,43.921999999999997,49.579000000000001,45.344000000000001,46.023000000000003,52.357999999999997],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1962","type":"scatter","name":"Africa","marker":{"color":"rgba(102,194,165,1)","size":[10.746751927219597,10.325294138165342,10.142777388126797,10.030901756888323,10.331683780585413,10.198063694600037,10.391336983153151,10.099886033771357,10.210929524262045,10.008987420389353,11.189405894558565,10.067428039908766,10.257477465594347,10.002039877832109,11.91881732451241,10.012914084542968,10.10965577020821,11.712151497787557,10.027004305024738,10.021432060701409,10.497921913751419,10.21021873737331,10.03875467567747,10.588241741573938,10.056863770134891,10.071855749438818,10.094315564026395,10.385173121703691,10.24356750132279,10.316036094575123,10.07417369005033,10.043750523296808,10.887056645151938,10.527522972950226,10.0383159453029,10.27410389982669,12.853749978144815,10.020400075128368,10.204160531589661,10.000364061577157,10.230028492182814,10.16434534057926,10.206133794480021,11.248801237239071,10.759193018374921,10.021158093102851,10.737401946819398,10.100201362696453,10.288474162425269,10.520687638348148,10.22939762957358,10.287872443853052],"sizemode":"area","line":{"color":"rgba(102,194,165,1)"}},"textfont":{"color":"rgba(102,194,165,1)","size":[10.746751927219597,10.325294138165342,10.142777388126797,10.030901756888323,10.331683780585413,10.198063694600037,10.391336983153151,10.099886033771357,10.210929524262045,10.008987420389353,11.189405894558565,10.067428039908766,10.257477465594347,10.002039877832109,11.91881732451241,10.012914084542968,10.10965577020821,11.712151497787557,10.027004305024738,10.021432060701409,10.497921913751419,10.21021873737331,10.03875467567747,10.588241741573938,10.056863770134891,10.071855749438818,10.094315564026395,10.385173121703691,10.24356750132279,10.316036094575123,10.07417369005033,10.043750523296808,10.887056645151938,10.527522972950226,10.0383159453029,10.27410389982669,12.853749978144815,10.020400075128368,10.204160531589661,10.000364061577157,10.230028492182814,10.16434534057926,10.206133794480021,11.248801237239071,10.759193018374921,10.021158093102851,10.737401946819398,10.100201362696453,10.288474162425269,10.520687638348148,10.22939762957358,10.287872443853052]},"error_y":{"color":"rgba(102,194,165,1)","width":[]},"error_x":{"color":"rgba(102,194,165,1)","width":[]},"line":{"color":"rgba(102,194,165,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[7133.1660229999998,2180.972546,3336.5858020000001,13462.485549999999,4519.0943310000002,2492.3511090000002,3460.9370250000002,5180.7559099999999,1662.1373590000001,4086.1140780000001,3776.8036269999998,2750.364446,1796.5890320000001,2291.1568349999998,5246.107524,4581.6093849999997,3634.3644060000001,3536.540301,2148.0271459999999,4957.0379819999998,5108.3446299999996,4997.5239709999996,16173.145860000001,5603.3577169999999,8422.9741649999996],"y":[65.141999999999996,43.427999999999997,55.664999999999999,71.299999999999997,57.923999999999999,57.863,62.841999999999999,65.245999999999995,53.459000000000003,54.640000000000001,52.307000000000002,46.954000000000001,43.590000000000003,48.040999999999997,65.609999999999999,58.298999999999999,48.631999999999998,61.817,64.361000000000004,49.095999999999997,69.620000000000005,64.900000000000006,70.209999999999994,68.253,60.770000000000003],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1962","type":"scatter","name":"Americas","marker":{"color":"rgba(252,141,98,1)","size":[11.448586409360487,10.241199804264006,15.185821625441967,11.291745487680432,10.539283922820143,11.156879988946955,10.087717135636224,10.491036890955083,10.231611347832576,10.315444682208032,10.183441987897551,10.283171312748555,10.260734635932755,10.138563924807976,10.109554073217215,12.802569363481149,10.104467107824068,10.078880963926094,10.133079863378851,10.713686891049688,10.162990586502586,10.056478481870352,22.727684810705405,10.173257204882015,10.551713956987186],"sizemode":"area","line":{"color":"rgba(252,141,98,1)"}},"textfont":{"color":"rgba(252,141,98,1)","size":[11.448586409360487,10.241199804264006,15.185821625441967,11.291745487680432,10.539283922820143,11.156879988946955,10.087717135636224,10.491036890955083,10.231611347832576,10.315444682208032,10.183441987897551,10.283171312748555,10.260734635932755,10.138563924807976,10.109554073217215,12.802569363481149,10.104467107824068,10.078880963926094,10.133079863378851,10.713686891049688,10.162990586502586,10.056478481870352,22.727684810705405,10.173257204882015,10.551713956987186]},"error_y":{"color":"rgba(252,141,98,1)","width":[]},"error_x":{"color":"rgba(252,141,98,1)","width":[]},"line":{"color":"rgba(252,141,98,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[853.10071000000005,12753.27514,686.34155380000004,496.91364759999999,487.6740183,4692.6482720000004,658.34715089999997,849.28977010000006,4187.3298020000002,8341.7378150000004,7105.6307059999999,6576.649461,2348.0091579999998,1621.6935980000001,1536.3443870000001,95458.11176,5714.5606109999999,2036.8849439999999,1056.3539579999999,388,652.39685929999996,2924.638113,803.3427418,1649.5521530000001,11626.419749999999,3674.735572,1074.4719600000001,2193.0371329999998,1822.8790280000001,1002.199172,772.04916019999996,2198.9563119999998,825.62320060000002],"y":[31.997,56.923000000000002,41.216000000000001,43.414999999999999,44.501359999999998,67.650000000000006,43.604999999999997,42.518000000000001,49.325000000000003,51.457000000000001,69.390000000000001,68.730000000000004,48.125999999999998,56.655999999999999,55.292000000000002,60.469999999999999,62.094000000000001,55.737000000000002,48.250999999999998,45.107999999999997,39.393000000000001,43.164999999999999,47.670000000000002,54.756999999999998,45.914000000000001,65.798000000000002,62.192,50.305,65.200000000000003,56.061,45.363,48.127000000000002,35.18],"text":["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."],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1962","type":"scatter","name":"Asia","marker":{"color":"rgba(141,160,203,1)","size":[10.696663429034386,10.007634236132002,13.875356861358149,10.411129401697075,55.436713259119074,10.221493930541948,40.982772465264404,16.754863547683151,11.557123512667761,10.49007363616723,10.153630231644247,16.536710329168855,10.059622283952354,10.741055940181724,11.799169654306484,10.020356802717435,10.124687131501267,10.603791689268052,10.06485872344636,11.609025561690359,10.701098100371874,10.038778154714317,13.620184914326749,12.065694739448611,10.333280696356079,10.115360493631886,10.707232613025276,10.325881523604602,10.809407511624142,11.99321911613583,12.302592487981507,10.073243879239381,10.413618043096827],"sizemode":"area","line":{"color":"rgba(141,160,203,1)"}},"textfont":{"color":"rgba(141,160,203,1)","size":[10.696663429034386,10.007634236132002,13.875356861358149,10.411129401697075,55.436713259119074,10.221493930541948,40.982772465264404,16.754863547683151,11.557123512667761,10.49007363616723,10.153630231644247,16.536710329168855,10.059622283952354,10.741055940181724,11.799169654306484,10.020356802717435,10.124687131501267,10.603791689268052,10.06485872344636,11.609025561690359,10.701098100371874,10.038778154714317,13.620184914326749,12.065694739448611,10.333280696356079,10.115360493631886,10.707232613025276,10.325881523604602,10.809407511624142,11.99321911613583,12.302592487981507,10.073243879239381,10.413618043096827]},"error_y":{"color":"rgba(141,160,203,1)","width":[]},"error_x":{"color":"rgba(141,160,203,1)","width":[]},"line":{"color":"rgba(141,160,203,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[2312.888958,10750.72111,10991.206759999999,1709.683679,4254.3378389999998,5477.8900180000001,10136.867130000001,13583.31351,9371.8425609999995,10560.48553,12902.46291,6017.1907330000004,7550.3598769999999,10350.15906,6631.5973139999996,8243.5823400000008,4649.593785,12790.849560000001,13450.40151,5338.7521429999997,4727.9548889999996,4734.9975860000004,6289.6291570000003,7481.1075979999996,7402.3033949999999,5693.843879,12329.441919999999,20431.092700000001,2322.8699080000001,12477.17707],"y":[64.819999999999993,69.540000000000006,70.25,61.93,69.510000000000005,67.129999999999995,69.900000000000006,72.349999999999994,68.75,70.510000000000005,70.299999999999997,69.510000000000005,67.959999999999994,73.680000000000007,70.290000000000006,69.239999999999995,63.728000000000002,73.230000000000004,73.469999999999999,67.640000000000001,64.390000000000001,66.799999999999997,64.531000000000006,70.329999999999998,69.150000000000006,69.689999999999998,73.370000000000005,71.319999999999993,52.097999999999999,70.760000000000005],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1962","type":"scatter","name":"Europe","marker":{"color":"rgba(231,138,195,1)","size":[10.113854627382016,10.482538776423741,10.625087653459365,10.224483412559094,10.542811784612432,10.274141370731424,10.652517311267912,10.313068931293586,10.302458590735199,13.212259104352022,15.028821059961952,10.572521434356657,10.682734149159842,10.008329734345581,10.189060098246346,13.46610571435582,10.028292034641575,10.801677926031456,10.244271258151073,12.065991844818946,10.611532604861077,11.270919581997155,10.51572311886228,10.28511829822849,10.103945996061491,12.122535644823781,10.512005240678764,10.382625646205792,12.029072287931315,13.633243695259591],"sizemode":"area","line":{"color":"rgba(231,138,195,1)"}},"textfont":{"color":"rgba(231,138,195,1)","size":[10.113854627382016,10.482538776423741,10.625087653459365,10.224483412559094,10.542811784612432,10.274141370731424,10.652517311267912,10.313068931293586,10.302458590735199,13.212259104352022,15.028821059961952,10.572521434356657,10.682734149159842,10.008329734345581,10.189060098246346,13.46610571435582,10.028292034641575,10.801677926031456,10.244271258151073,12.065991844818946,10.611532604861077,11.270919581997155,10.51572311886228,10.28511829822849,10.103945996061491,12.122535644823781,10.512005240678764,10.382625646205792,12.029072287931315,13.633243695259591]},"error_y":{"color":"rgba(231,138,195,1)","width":[]},"error_x":{"color":"rgba(231,138,195,1)","width":[]},"line":{"color":"rgba(231,138,195,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[12217.226860000001,13175.678],"y":[70.930000000000007,71.239999999999995],"text":["Australia","New Zealand"],"hoverinfo":["text","text"],"mode":"markers","frame":"1962","type":"scatter","name":"Oceania","marker":{"color":"rgba(166,216,84,1)","size":[10.732693171377324,10.165755106585291],"sizemode":"area","line":{"color":"rgba(166,216,84,1)"}},"textfont":{"color":"rgba(166,216,84,1)","size":[10.732693171377324,10.165755106585291]},"error_y":{"color":"rgba(166,216,84,1)","width":[]},"error_x":{"color":"rgba(166,216,84,1)","width":[]},"line":{"color":"rgba(166,216,84,1)"},"xaxis":"x","yaxis":"y","visible":true}],"traces":[0,1,2,3,4]},{"name":"1967","data":[{"x":[3246.991771,5522.7763750000004,1035.8314109999999,1214.709294,794.82655969999996,412.97751360000001,1508.4531480000001,1136.056615,1196.810565,1876.0296430000001,861.59324240000001,2677.9396419999998,2052.0504729999998,3020.0505130000001,1814.8807280000001,915.59600250000005,468.79496990000001,516.11864379999997,8358.7619869999999,734.78291239999999,1125.6971599999999,708.75954090000005,715.58064019999995,1056.736457,498.6390265,713.60364830000003,18772.751690000001,1634.047282,495.51478059999999,545.00988729999995,1421.1451930000001,2475.3875619999999,1711.04477,566.66915389999997,3793.6947530000002,1054.3848909999999,1014.514104,4021.1757389999998,510.96371420000003,1384.8405929999999,1612.404632,1206.043465,1284.7331799999999,7114.4779710000003,1687.9976409999999,2613.1016650000001,848.21865749999995,1477.5967599999999,1932.360167,908.91852170000004,1777.0773180000001,569.79507120000005],"y":[51.406999999999996,35.984999999999999,44.884999999999998,53.298000000000002,40.697000000000003,43.548000000000002,44.798999999999999,41.478000000000002,43.600999999999999,46.472000000000001,44.055999999999997,52.039999999999999,47.350000000000001,42.073999999999998,49.292999999999999,38.987000000000002,42.189,42.115000000000002,44.597999999999999,35.856999999999999,48.072000000000003,37.197000000000003,35.491999999999997,50.654000000000003,48.491999999999997,41.536000000000001,50.226999999999997,42.881,39.487000000000002,38.487000000000002,46.289000000000001,61.557000000000002,50.335000000000001,38.113,51.158999999999999,40.118000000000002,41.039999999999999,60.542000000000002,44.100000000000001,54.424999999999997,43.563000000000002,34.113,38.976999999999997,51.927,42.857999999999997,46.633000000000003,45.756999999999998,46.768999999999998,52.052999999999997,48.051000000000002,47.768000000000001,53.994999999999997],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1967","type":"scatter","name":"Africa","marker":{"color":"rgba(102,194,165,1)","size":[10.866846586414798,10.354059643965661,10.161576930074753,10.033684910043874,10.345901088179417,10.223254107522317,10.428321448657179,10.114230087212526,10.23451435328087,10.010740772068312,11.356942404811607,10.076426244274344,10.319755747337004,10.004614313270574,12.15824063932568,10.013640569624943,10.120146326726868,11.897453312066048,10.029280065273543,10.025907615594338,10.575386695888158,10.231473749756171,10.036943718454618,10.691505480506585,10.063910006550508,10.083227384116364,10.115976408831035,10.428256608293795,10.278966517562523,10.351667171062761,10.079892268835867,10.049776786669861,11.004021289373984,10.588402272663078,10.044134378248049,10.305367465942703,13.223435671915299,10.02416245427707,10.231450611984394,10.000735494479835,10.266584670023429,10.177606559951892,10.229932664951031,11.429034514438218,10.863818200179621,10.024617428868993,10.856391111945381,10.114360586975467,10.32263029127842,10.60337596015923,10.262090823322724,10.33685735905344],"sizemode":"area","line":{"color":"rgba(102,194,165,1)"}},"textfont":{"color":"rgba(102,194,165,1)","size":[10.866846586414798,10.354059643965661,10.161576930074753,10.033684910043874,10.345901088179417,10.223254107522317,10.428321448657179,10.114230087212526,10.23451435328087,10.010740772068312,11.356942404811607,10.076426244274344,10.319755747337004,10.004614313270574,12.15824063932568,10.013640569624943,10.120146326726868,11.897453312066048,10.029280065273543,10.025907615594338,10.575386695888158,10.231473749756171,10.036943718454618,10.691505480506585,10.063910006550508,10.083227384116364,10.115976408831035,10.428256608293795,10.278966517562523,10.351667171062761,10.079892268835867,10.049776786669861,11.004021289373984,10.588402272663078,10.044134378248049,10.305367465942703,13.223435671915299,10.02416245427707,10.231450611984394,10.000735494479835,10.266584670023429,10.177606559951892,10.229932664951031,11.429034514438218,10.863818200179621,10.024617428868993,10.856391111945381,10.114360586975467,10.32263029127842,10.60337596015923,10.262090823322724,10.33685735905344]},"error_y":{"color":"rgba(102,194,165,1)","width":[]},"error_x":{"color":"rgba(102,194,165,1)","width":[]},"line":{"color":"rgba(102,194,165,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[8052.9530210000003,2586.8860530000002,3429.8643569999999,16076.588030000001,5106.654313,2678.7298390000001,4161.7278340000003,5690.2680149999997,1653.7230030000001,4579.0742149999996,4358.5953929999996,3242.5311470000001,1452.0576659999999,2538.269358,6124.7034510000003,5754.7338829999999,4643.3935339999998,4421.0090840000003,2299.376311,5788.0933299999997,6929.2777139999998,5621.3684720000001,19530.365570000002,5444.6196200000004,9541.4741880000001],"y":[65.634,45.031999999999996,57.631999999999998,72.129999999999995,60.523000000000003,59.963000000000001,65.424000000000007,68.290000000000006,56.750999999999998,56.677999999999997,55.854999999999997,50.015999999999998,46.243000000000002,50.923999999999999,67.510000000000005,60.109999999999999,51.884,64.070999999999998,64.950999999999993,51.445,71.099999999999994,65.400000000000006,70.760000000000005,68.468000000000004,63.478999999999999],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1967","type":"scatter","name":"Americas","marker":{"color":"rgba(252,141,98,1)","size":[11.561234050441335,10.271691633549704,16.005569878218839,11.416915918774469,10.600551240918097,11.344858481679015,10.104338792157579,10.55143801005122,10.272270487362201,10.366683380186689,10.216561080454618,10.316063464033773,10.290629933875305,10.166583629923331,10.122929479882419,13.271745633059352,10.123229383626331,10.091832724132841,10.152065940814316,10.823963285915019,10.176703640828494,10.061437541115094,23.558597004237946,10.183502869586118,10.658610257835733],"sizemode":"area","line":{"color":"rgba(252,141,98,1)"}},"textfont":{"color":"rgba(252,141,98,1)","size":[11.561234050441335,10.271691633549704,16.005569878218839,11.416915918774469,10.600551240918097,11.344858481679015,10.104338792157579,10.55143801005122,10.272270487362201,10.366683380186689,10.216561080454618,10.316063464033773,10.290629933875305,10.166583629923331,10.122929479882419,13.271745633059352,10.123229383626331,10.091832724132841,10.152065940814316,10.823963285915019,10.176703640828494,10.061437541115094,23.558597004237946,10.183502869586118,10.658610257835733]},"error_y":{"color":"rgba(252,141,98,1)","width":[]},"error_x":{"color":"rgba(252,141,98,1)","width":[]},"line":{"color":"rgba(252,141,98,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[836.19713820000004,14804.672699999999,721.18608619999998,523.43231419999995,612.70569339999997,6197.9628140000004,700.77061070000002,762.43177209999999,5906.7318050000003,8931.4598110000006,8393.7414040000003,9847.7886070000004,2741.7962520000001,2143.5406090000001,2029.2281419999999,80894.883260000002,6006.9830419999998,2277.7423960000001,1226.0411300000001,349,676.44222539999998,4720.9426869999998,942.4082588,1814.12743,16903.048859999999,4977.4185399999997,1135.514326,1881.923632,2643.8586810000002,1295.46066,637.12328869999999,2649.7150069999998,862.44214629999999],"y":[34.020000000000003,59.923000000000002,43.453000000000003,45.414999999999999,58.381120000000003,70,47.192999999999998,45.963999999999999,52.469000000000001,54.459000000000003,70.75,71.430000000000007,51.628999999999998,59.942,57.716000000000001,64.623999999999995,63.869999999999997,59.371000000000002,51.253,49.378999999999998,41.472000000000001,46.988,49.799999999999997,56.393000000000001,49.901000000000003,67.945999999999998,64.266000000000005,53.655000000000001,67.5,58.284999999999997,47.838000000000001,51.631,36.984000000000002],"text":["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."],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1967","type":"scatter","name":"Asia","marker":{"color":"rgba(141,160,203,1)","size":[10.783405024340219,10.009703599266199,14.283687002188348,10.470949619390289,61.496215850035725,10.249996389225963,44.531929197948173,17.458893388022247,11.807202556293788,10.577370742754743,10.179749363329249,16.877533256593942,10.081565559729299,10.857052961423014,12.052435635919418,10.035149756232274,10.145166175366937,10.689005099588408,10.074360908067979,11.761628039448437,10.764548354619471,10.044689616517672,14.134896455267199,12.409098586348502,10.379363015626259,10.130881229035968,10.797016722940203,10.383636609850495,10.927468435758502,12.318161614772579,12.689434873650796,10.073892419379264,10.455982961954591],"sizemode":"area","line":{"color":"rgba(141,160,203,1)"}},"textfont":{"color":"rgba(141,160,203,1)","size":[10.783405024340219,10.009703599266199,14.283687002188348,10.470949619390289,61.496215850035725,10.249996389225963,44.531929197948173,17.458893388022247,11.807202556293788,10.577370742754743,10.179749363329249,16.877533256593942,10.081565559729299,10.857052961423014,12.052435635919418,10.035149756232274,10.145166175366937,10.689005099588408,10.074360908067979,11.761628039448437,10.764548354619471,10.044689616517672,14.134896455267199,12.409098586348502,10.379363015626259,10.130881229035968,10.797016722940203,10.383636609850495,10.927468435758502,12.318161614772579,12.689434873650796,10.073892419379264,10.455982961954591]},"error_y":{"color":"rgba(141,160,203,1)","width":[]},"error_x":{"color":"rgba(141,160,203,1)","width":[]},"line":{"color":"rgba(141,160,203,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[2760.1969309999999,12834.6024,13149.04119,2172.3524229999998,5577.0028000000002,6960.297861,11399.444890000001,15937.211230000001,10921.636259999999,12999.917659999999,14745.625609999999,8513.0970159999997,9326.6446699999997,13319.89568,7655.5689629999997,10022.401309999999,5907.8509370000002,15363.25136,16361.876469999999,6557.1527759999999,6361.5179930000004,6470.8665449999999,7991.7070659999999,8412.9023969999998,9405.4893969999994,7993.5122940000001,15258.296969999999,22966.144319999999,2826.3563869999998,14142.85089],"y":[66.219999999999999,70.140000000000001,70.939999999999998,64.790000000000006,70.420000000000002,68.5,70.379999999999995,72.959999999999994,69.829999999999998,71.549999999999997,70.799999999999997,71,69.5,73.730000000000004,71.079999999999998,71.060000000000002,67.177999999999997,73.819999999999993,74.079999999999998,69.609999999999999,66.599999999999994,66.799999999999997,66.914000000000001,70.980000000000004,69.180000000000007,71.439999999999998,74.159999999999997,72.769999999999996,54.335999999999999,71.359999999999999],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1967","type":"scatter","name":"Europe","marker":{"color":"rgba(231,138,195,1)","size":[10.13132214350699,10.499406416807878,10.64816399752322,10.24059112388435,10.563102040641128,10.280817129786561,10.66717990152584,10.326166752950485,10.310259978498708,13.379137723802248,15.208281167017487,10.590827438759728,10.693683434186198,10.009464304198801,10.193844634534059,13.590592386754704,10.03010121728606,10.855675137827577,10.254311276523723,12.165351920863724,10.617211255633372,11.312150750037869,10.539963995852537,10.299100201176897,10.10831077631255,12.238034350809201,10.53291407377416,10.409722092799552,12.276327158340322,13.74702146974774],"sizemode":"area","line":{"color":"rgba(231,138,195,1)"}},"textfont":{"color":"rgba(231,138,195,1)","size":[10.13132214350699,10.499406416807878,10.64816399752322,10.24059112388435,10.563102040641128,10.280817129786561,10.66717990152584,10.326166752950485,10.310259978498708,13.379137723802248,15.208281167017487,10.590827438759728,10.693683434186198,10.009464304198801,10.193844634534059,13.590592386754704,10.03010121728606,10.855675137827577,10.254311276523723,12.165351920863724,10.617211255633372,11.312150750037869,10.539963995852537,10.299100201176897,10.10831077631255,12.238034350809201,10.53291407377416,10.409722092799552,12.276327158340322,13.74702146974774]},"error_y":{"color":"rgba(231,138,195,1)","width":[]},"error_x":{"color":"rgba(231,138,195,1)","width":[]},"line":{"color":"rgba(231,138,195,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[14526.12465,14463.91893],"y":[71.099999999999994,71.519999999999996],"text":["Australia","New Zealand"],"hoverinfo":["text","text"],"mode":"markers","frame":"1967","type":"scatter","name":"Oceania","marker":{"color":"rgba(166,216,84,1)","size":[10.806221870444503,10.182108528761272],"sizemode":"area","line":{"color":"rgba(166,216,84,1)"}},"textfont":{"color":"rgba(166,216,84,1)","size":[10.806221870444503,10.182108528761272]},"error_y":{"color":"rgba(166,216,84,1)","width":[]},"error_x":{"color":"rgba(166,216,84,1)","width":[]},"line":{"color":"rgba(166,216,84,1)"},"xaxis":"x","yaxis":"y","visible":true}],"traces":[0,1,2,3,4]},{"name":"1972","data":[{"x":[4182.6637659999997,5473.2880050000003,1085.796879,2263.6111139999998,854.73597629999995,464.0995039,1684.146528,1070.013275,1104.103987,1937.577675,904.89606849999996,3213.1526829999998,2378.2011109999999,3694.212352,2024.008147,672.41225710000003,514.32420820000004,566.24394419999999,11401.948410000001,756.08683629999996,1178.223708,741.66623070000003,820.22458759999995,1222.359968,496.58159219999999,803.00545350000004,21011.497210000001,1748.5629819999999,584.62197089999995,581.36887609999997,1586.8517810000001,2575.4841580000002,1930.1949750000001,724.91780370000004,3746.0809479999998,954.20923630000004,1698.3888380000001,5047.658563,590.58066380000002,1532.9852539999999,1597.7120560000001,1353.7597619999999,1254.576127,7765.9626360000002,1659.652775,3364.8366249999999,915.98505920000002,1649.6601880000001,2753.2859939999998,950.73586899999998,1773.4982649999999,799.36217580000005],"y":[54.518000000000001,37.927999999999997,47.014000000000003,56.024000000000001,43.591000000000001,44.057000000000002,47.048999999999999,43.457000000000001,45.569000000000003,48.944000000000003,45.988999999999997,54.906999999999996,49.801000000000002,44.366,51.137,40.515999999999998,44.142000000000003,43.515000000000001,48.689999999999998,38.308,49.875,38.841999999999999,36.485999999999997,53.558999999999997,49.767000000000003,42.613999999999997,52.773000000000003,44.850999999999999,41.765999999999998,39.976999999999997,48.436999999999998,62.944000000000003,52.862000000000002,40.328000000000003,53.866999999999997,40.545999999999999,42.820999999999998,64.274000000000001,44.600000000000001,56.479999999999997,45.814999999999998,35.399999999999999,40.972999999999999,53.695999999999998,45.082999999999998,49.552,47.619999999999997,49.759,55.601999999999997,51.015999999999998,50.106999999999999,55.634999999999998],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1972","type":"scatter","name":"Africa","marker":{"color":"rgba(102,194,165,1)","size":[11.003372271463,10.398245894504418,10.184378419250866,10.038176640901142,10.366783166093288,10.236836047808158,10.475110391382234,10.127445372306674,10.262027211513592,10.012969164725339,11.566246824808168,10.087394367132591,10.410315621010078,10.008110983435422,12.371615191311474,10.014851309841887,10.150168643528639,12.096074702044216,10.032622620132576,10.031197770210431,10.634350952531671,10.25604271898516,10.038586841515823,10.817996948688336,10.072127601193937,10.097097898145776,10.144960256023426,10.479301262953394,10.318808873272532,10.393693418464609,10.086870730008492,10.054010179868799,11.13304501263149,10.665438562377361,10.051993166796409,10.341282201956899,13.663826847078139,10.027411912024883,10.268378359233715,10.00113190798567,10.3090964011145,10.192405383225942,10.258006631212588,11.629595245558741,10.992194611851499,10.028672681701154,10.999673367617405,10.136256222148576,10.357884406369239,10.691421734058297,10.30348607160931,10.395944198110259],"sizemode":"area","line":{"color":"rgba(102,194,165,1)"}},"textfont":{"color":"rgba(102,194,165,1)","size":[11.003372271463,10.398245894504418,10.184378419250866,10.038176640901142,10.366783166093288,10.236836047808158,10.475110391382234,10.127445372306674,10.262027211513592,10.012969164725339,11.566246824808168,10.087394367132591,10.410315621010078,10.008110983435422,12.371615191311474,10.014851309841887,10.150168643528639,12.096074702044216,10.032622620132576,10.031197770210431,10.634350952531671,10.25604271898516,10.038586841515823,10.817996948688336,10.072127601193937,10.097097898145776,10.144960256023426,10.479301262953394,10.318808873272532,10.393693418464609,10.086870730008492,10.054010179868799,11.13304501263149,10.665438562377361,10.051993166796409,10.341282201956899,13.663826847078139,10.027411912024883,10.268378359233715,10.00113190798567,10.3090964011145,10.192405383225942,10.258006631212588,11.629595245558741,10.992194611851499,10.028672681701154,10.999673367617405,10.136256222148576,10.357884406369239,10.691421734058297,10.30348607160931,10.395944198110259]},"error_y":{"color":"rgba(102,194,165,1)","width":[]},"error_x":{"color":"rgba(102,194,165,1)","width":[]},"line":{"color":"rgba(102,194,165,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[9443.0385260000003,2980.3313389999998,4985.7114670000001,18970.57086,5494.024437,3264.6600410000001,5118.1469390000002,5305.445256,2189.874499,5280.9947099999999,4520.2460080000001,4031.4082709999998,1654.456946,2529.842345,7433.8892930000002,6809.4066899999998,4688.5932670000002,5364.2496629999996,2523.3379770000001,5937.8272829999996,9123.0417419999994,6619.5514190000004,21806.035940000002,5703.4088979999997,10505.25966],"y":[67.064999999999998,46.713999999999999,59.503999999999998,72.879999999999995,63.441000000000003,61.622999999999998,67.849000000000004,70.722999999999999,59.631,58.795999999999999,58.207000000000001,53.738,48.042000000000002,53.884,69,62.360999999999997,55.151000000000003,66.215999999999994,65.814999999999998,55.448,72.159999999999997,65.900000000000006,71.340000000000003,68.673000000000002,65.712000000000003],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1972","type":"scatter","name":"Americas","marker":{"color":"rgba(252,141,98,1)","size":[11.687200038667608,10.307538594320908,16.878541967889177,11.516888360861664,10.659154370864059,11.534524257172396,10.121134425611849,10.598670187849775,10.314736352427806,10.42580598382289,10.254644624244539,10.347378492922411,10.316577272723842,10.198284220088564,10.132247381365994,13.817000875576207,10.144894118852774,10.106227148298409,10.174324545516356,10.948354404094177,10.190229408883738,10.062464339459066,24.321938713821318,10.189027746317667,10.78188182182477],"sizemode":"area","line":{"color":"rgba(252,141,98,1)"}},"textfont":{"color":"rgba(252,141,98,1)","size":[11.687200038667608,10.307538594320908,16.878541967889177,11.516888360861664,10.659154370864059,11.534524257172396,10.121134425611849,10.598670187849775,10.314736352427806,10.42580598382289,10.254644624244539,10.347378492922411,10.316577272723842,10.198284220088564,10.132247381365994,13.817000875576207,10.144894118852774,10.106227148298409,10.174324545516356,10.948354404094177,10.190229408883738,10.062464339459066,24.321938713821318,10.189027746317667,10.78188182182477]},"error_y":{"color":"rgba(252,141,98,1)","width":[]},"error_x":{"color":"rgba(252,141,98,1)","width":[]},"line":{"color":"rgba(252,141,98,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[739.98110580000002,18268.658390000001,630.23362650000001,421.6240257,676.90009210000005,8315.9281449999999,724.03252699999996,1111.1079070000001,9613.8186069999992,9576.0375960000001,12786.93223,14778.78636,2110.8563089999998,3701.6215029999998,3030.8766500000002,109347.867,7486.3843409999999,2849.0947799999999,1421.7419749999999,357,674.78812960000005,10618.038549999999,1049.938981,1989.3740700000001,24837.428650000002,8597.7562020000005,1213.39553,2571.423014,4062.523897,1524.3589360000001,699.50164410000002,3133.4092770000002,1265.0470310000001],"y":[36.088000000000001,63.299999999999997,45.252000000000002,40.317,63.118879999999997,72,50.651000000000003,49.203000000000003,55.234000000000002,56.950000000000003,71.629999999999995,73.420000000000002,56.527999999999999,63.982999999999997,62.612000000000002,67.712000000000003,65.421000000000006,63.009999999999998,53.753999999999998,53.07,43.970999999999997,52.143000000000001,51.929000000000002,58.064999999999998,53.886000000000003,69.521000000000001,65.042000000000002,57.295999999999999,69.390000000000001,60.405000000000001,50.253999999999998,56.531999999999996,39.847999999999999],"text":["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."],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1972","type":"scatter","name":"Asia","marker":{"color":"rgba(141,160,203,1)","size":[10.888616636041981,10.011656864023429,14.825439227010044,10.504430384669019,68.832049804436721,10.276812998461953,48.695363057442606,18.273766123243625,12.085401841724924,10.682632179156791,10.207208096921798,17.311826775730989,10.106033787509491,11.0047683186132,12.282721305459322,10.053368601536352,10.178823374687088,10.776818335468471,10.086032173477381,11.938820986134942,10.843100953294776,10.052489229702815,14.7276071311917,12.784049317625893,10.437689174841042,10.142811855898913,10.884335329227154,10.453279255307441,11.035127122774435,12.676619892484288,13.043743368105829,10.070270641439588,10.501459262712665],"sizemode":"area","line":{"color":"rgba(141,160,203,1)"}},"textfont":{"color":"rgba(141,160,203,1)","size":[10.888616636041981,10.011656864023429,14.825439227010044,10.504430384669019,68.832049804436721,10.276812998461953,48.695363057442606,18.273766123243625,12.085401841724924,10.682632179156791,10.207208096921798,17.311826775730989,10.106033787509491,11.0047683186132,12.282721305459322,10.053368601536352,10.178823374687088,10.776818335468471,10.086032173477381,11.938820986134942,10.843100953294776,10.052489229702815,14.7276071311917,12.784049317625893,10.437689174841042,10.142811855898913,10.884335329227154,10.453279255307441,11.035127122774435,12.676619892484288,13.043743368105829,10.070270641439588,10.501459262712665]},"error_y":{"color":"rgba(141,160,203,1)","width":[]},"error_x":{"color":"rgba(141,160,203,1)","width":[]},"line":{"color":"rgba(141,160,203,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[3313.422188,16661.625599999999,16672.14356,2860.16975,6597.4943979999998,9164.0901269999995,13108.453600000001,18866.20721,14358.875899999999,16107.191709999999,18016.180270000001,12724.82957,10168.65611,15798.063620000001,9530.7728960000004,12269.27378,7778.4140170000001,18794.74567,18965.055509999998,8006.506993,9022.2474170000005,8011.4144020000003,10522.067489999999,9674.1676260000004,12383.486199999999,10638.75131,17832.02464,27195.11304,3450.6963799999999,15895.116410000001],"y":[67.689999999999998,70.629999999999995,71.439999999999998,67.450000000000003,70.900000000000006,69.609999999999999,70.290000000000006,73.469999999999999,70.870000000000005,72.379999999999995,71,72.340000000000003,69.760000000000005,74.459999999999994,71.280000000000001,72.189999999999998,70.635999999999996,73.75,74.340000000000003,70.849999999999994,69.260000000000005,69.209999999999994,68.700000000000003,70.349999999999994,69.819999999999993,73.060000000000002,74.719999999999999,73.780000000000001,57.005000000000003,72.010000000000005],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1972","type":"scatter","name":"Europe","marker":{"color":"rgba(231,138,195,1)","size":[10.150398451427082,10.510818525522781,10.658579407473365,10.256562329181428,10.581255567810722,10.284294211336366,10.669026077303963,10.336595540491391,10.312574642965545,13.526768993279076,15.368582584764926,10.602579720496854,10.705332107847937,10.010187717895141,10.202328484185456,13.706517674078185,10.031919682340462,10.905708146312334,10.264343445799753,12.250952598786029,10.608164318615732,11.406192073453651,10.563311031370272,10.309419715642246,10.11155948327721,12.351531332397386,10.550275046944138,10.432818912767631,12.55491111775887,13.823464845528623],"sizemode":"area","line":{"color":"rgba(231,138,195,1)"}},"textfont":{"color":"rgba(231,138,195,1)","size":[10.150398451427082,10.510818525522781,10.658579407473365,10.256562329181428,10.581255567810722,10.284294211336366,10.669026077303963,10.336595540491391,10.312574642965545,13.526768993279076,15.368582584764926,10.602579720496854,10.705332107847937,10.010187717895141,10.202328484185456,13.706517674078185,10.031919682340462,10.905708146312334,10.264343445799753,12.250952598786029,10.608164318615732,11.406192073453651,10.563311031370272,10.309419715642246,10.11155948327721,12.351531332397386,10.550275046944138,10.432818912767631,12.55491111775887,13.823464845528623]},"error_y":{"color":"rgba(231,138,195,1)","width":[]},"error_x":{"color":"rgba(231,138,195,1)","width":[]},"line":{"color":"rgba(231,138,195,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[16788.62948,16046.03728],"y":[71.930000000000007,71.890000000000001],"text":["Australia","New Zealand"],"hoverinfo":["text","text"],"mode":"markers","frame":"1972","type":"scatter","name":"Oceania","marker":{"color":"rgba(166,216,84,1)","size":[10.895274035036326,10.195823971942673],"sizemode":"area","line":{"color":"rgba(166,216,84,1)"}},"textfont":{"color":"rgba(166,216,84,1)","size":[10.895274035036326,10.195823971942673]},"error_y":{"color":"rgba(166,216,84,1)","width":[]},"error_x":{"color":"rgba(166,216,84,1)","width":[]},"line":{"color":"rgba(166,216,84,1)"},"xaxis":"x","yaxis":"y","visible":true}],"traces":[0,1,2,3,4]},{"name":"1977","data":[{"x":[4910.4167559999996,3008.6473550000001,1029.161251,3214.857818,743.38703680000003,556.10326510000004,1783.432873,1109.3743380000001,1133.98495,1172.6030470000001,795.75728200000003,3259.1789779999999,2517.736547,3081.7610220000001,2785.4935820000001,958.5668124,505.75380769999998,556.80838340000003,21745.573280000001,884.75525070000003,993.22395710000001,874.68586430000005,764.72596280000005,1267.613204,745.36954079999998,640.32243830000004,21951.211759999998,1544.228586,663.22367659999998,686.3952693,1497.492223,3710.9829629999999,2370.619976,502.31973340000002,3876.4859580000002,808.89707280000005,1981.951806,4319.804067,670.08060109999997,1737.561657,1561.7691159999999,1348.285159,1450.9925129999999,8028.6514390000002,2202.9884229999998,3781.4106179999999,962.49229319999995,1532.776998,3120.8768110000001,843.73313719999999,1588.6882989999999,685.58768210000005],"y":[58.014000000000003,39.482999999999997,49.189999999999998,59.319000000000003,46.137,45.909999999999997,49.354999999999997,46.774999999999999,47.383000000000003,50.939,47.804000000000002,55.625,52.374000000000002,46.518999999999998,53.319000000000003,42.024000000000001,44.534999999999997,44.509999999999998,52.789999999999999,41.841999999999999,51.756,40.762,37.465000000000003,56.155000000000001,52.207999999999998,43.764000000000003,57.442,46.881,43.767000000000003,41.713999999999999,50.851999999999997,64.930000000000007,55.729999999999997,42.494999999999997,56.436999999999998,41.290999999999997,44.514000000000003,67.063999999999993,45,58.549999999999997,48.878999999999998,36.787999999999997,41.973999999999997,55.527000000000001,47.799999999999997,52.536999999999999,49.918999999999997,52.887,59.837000000000003,50.350000000000001,51.386000000000003,57.673999999999999],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1977","type":"scatter","name":"Africa","marker":{"color":"rgba(102,194,165,1)","size":[11.166634641467695,10.416525211978978,10.212147840563553,10.049241887798438,10.397885245577966,10.257614449393627,10.539188846371516,10.143844728761138,10.295416039982342,10.016703423632235,11.80330326159882,10.100793184581628,10.50504247769938,10.011513123175757,12.643019616177886,10.009054717861245,10.167399458200748,12.358673191285742,10.044115745175203,10.037420602264065,10.715160678382937,10.284411333508544,10.046768125555758,10.985600346895186,10.081324353577505,10.112181063476529,10.181673961820561,10.542417282190991,10.380663099038646,10.438978679036246,10.095327414960281,10.058220776561029,11.251550741658676,10.755414599767908,10.062589037715808,10.383723564190445,14.241867629672205,10.029491035340095,10.313763269205923,10.001828156982402,10.35497327881227,10.210279755567907,10.293054895212912,11.847603699430152,11.163370918839934,10.033540486666059,11.165048509673255,10.153471748145529,10.405767581416185,10.777930586586082,10.351949329023009,10.449247891030211],"sizemode":"area","line":{"color":"rgba(102,194,165,1)"}},"textfont":{"color":"rgba(102,194,165,1)","size":[11.166634641467695,10.416525211978978,10.212147840563553,10.049241887798438,10.397885245577966,10.257614449393627,10.539188846371516,10.143844728761138,10.295416039982342,10.016703423632235,11.80330326159882,10.100793184581628,10.50504247769938,10.011513123175757,12.643019616177886,10.009054717861245,10.167399458200748,12.358673191285742,10.044115745175203,10.037420602264065,10.715160678382937,10.284411333508544,10.046768125555758,10.985600346895186,10.081324353577505,10.112181063476529,10.181673961820561,10.542417282190991,10.380663099038646,10.438978679036246,10.095327414960281,10.058220776561029,11.251550741658676,10.755414599767908,10.062589037715808,10.383723564190445,14.241867629672205,10.029491035340095,10.313763269205923,10.001828156982402,10.35497327881227,10.210279755567907,10.293054895212912,11.847603699430152,11.163370918839934,10.033540486666059,11.165048509673255,10.153471748145529,10.405767581416185,10.777930586586082,10.351949329023009,10.449247891030211]},"error_y":{"color":"rgba(102,194,165,1)","width":[]},"error_x":{"color":"rgba(102,194,165,1)","width":[]},"line":{"color":"rgba(102,194,165,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[10079.026739999999,3548.0978319999999,6660.1186539999999,22090.88306,4756.7638360000001,3815.8078700000001,5926.8769670000001,6380.4949660000002,2681.9888999999998,6679.6232600000003,5138.9223739999998,4879.9927479999997,1874.298931,3203.2080660000001,6650.195573,7674.9291080000003,5486.3710890000002,5351.9121439999999,3248.3733109999998,6281.2908550000002,9770.5249210000002,7899.5542089999999,24072.632130000002,6504.3396629999997,13143.95095],"y":[68.480999999999995,50.023000000000003,61.488999999999997,74.209999999999994,67.052000000000007,63.837000000000003,70.75,72.649000000000001,61.787999999999997,61.310000000000002,56.695999999999998,56.029000000000003,49.923000000000002,57.402000000000001,70.109999999999999,65.031999999999996,57.469999999999999,68.680999999999997,66.352999999999994,58.447000000000003,73.439999999999998,68.299999999999997,73.379999999999995,69.480999999999995,67.456000000000003],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1977","type":"scatter","name":"Americas","marker":{"color":"rgba(252,141,98,1)","size":[11.837631661059536,10.342609996093008,17.798175776666309,11.620080092864445,10.719371889352294,11.708673324189528,10.139812613700753,10.646900497726383,10.357836151488277,10.49270861202919,10.288203470971389,10.385180356523183,10.330927673695323,10.204433065874923,10.143113124703106,14.347714608682132,10.170263081659911,10.121474735140103,10.199604779405178,11.087276520720096,10.206179865264531,10.066819564288153,25.027879638554939,10.192030469419546,10.917562944076623],"sizemode":"area","line":{"color":"rgba(252,141,98,1)"}},"textfont":{"color":"rgba(252,141,98,1)","size":[11.837631661059536,10.342609996093008,17.798175776666309,11.620080092864445,10.719371889352294,11.708673324189528,10.139812613700753,10.646900497726383,10.357836151488277,10.49270861202919,10.288203470971389,10.385180356523183,10.330927673695323,10.204433065874923,10.143113124703106,14.347714608682132,10.170263081659911,10.121474735140103,10.199604779405178,11.087276520720096,10.206179865264531,10.066819564288153,25.027879638554939,10.192030469419546,10.917562944076623]},"error_y":{"color":"rgba(252,141,98,1)","width":[]},"error_x":{"color":"rgba(252,141,98,1)","width":[]},"line":{"color":"rgba(252,141,98,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[786.11335999999994,19340.10196,659.87723219999998,524.97218320000002,741.23746989999995,11186.141250000001,813.33732299999997,1382.7020560000001,11888.595079999999,14688.235070000001,13306.619210000001,16610.37701,2852.351568,4106.3012490000001,4657.22102,59265.477140000003,8659.6968359999992,3827.9215709999999,1647.511665,371,694.11243979999995,11848.343919999999,1175.9211929999999,2373.204287,34167.762600000002,11210.089480000001,1348.7756509999999,3195.484582,5596.5198259999997,1961.224635,713.53711959999998,3682.831494,1829.765177],"y":[38.438000000000002,65.593000000000004,46.923000000000002,31.219999999999999,63.967359999999999,73.599999999999994,54.207999999999998,52.701999999999998,57.701999999999998,60.412999999999997,73.060000000000002,75.379999999999995,61.134,67.159000000000006,64.766000000000005,69.343000000000004,66.099000000000004,65.256,55.491,56.058999999999997,46.747999999999998,57.366999999999997,54.042999999999999,60.060000000000002,58.689999999999998,70.795000000000002,65.948999999999998,61.195,70.590000000000003,62.494,55.764000000000003,60.765000000000001,44.174999999999997],"text":["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."],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1977","type":"scatter","name":"Asia","marker":{"color":"rgba(141,160,203,1)","size":[11.011534308152962,10.016203197291969,15.485378371030112,10.472215030271521,74.389551476720882,10.308755409056106,53.268315001477468,19.327797419836617,12.417567352083784,10.806948901550589,10.23451100888318,17.768043572511854,10.128154657629098,11.110156364356385,12.482770889757326,10.073736870760154,10.208565922384105,10.872640038756792,10.100194673901072,12.147791034615475,10.946886827785212,10.064466473374383,15.330060447106462,13.193623437890896,10.550699034667666,10.154612802035086,10.959420674786685,10.537321307399983,11.141544287464072,13.009157586528982,13.444968165410209,10.081977330163305,10.569501716254269],"sizemode":"area","line":{"color":"rgba(141,160,203,1)"}},"textfont":{"color":"rgba(141,160,203,1)","size":[11.011534308152962,10.016203197291969,15.485378371030112,10.472215030271521,74.389551476720882,10.308755409056106,53.268315001477468,19.327797419836617,12.417567352083784,10.806948901550589,10.23451100888318,17.768043572511854,10.128154657629098,11.110156364356385,12.482770889757326,10.073736870760154,10.208565922384105,10.872640038756792,10.100194673901072,12.147791034615475,10.946886827785212,10.064466473374383,15.330060447106462,13.193623437890896,10.550699034667666,10.154612802035086,10.959420674786685,10.537321307399983,11.141544287464072,13.009157586528982,13.444968165410209,10.081977330163305,10.569501716254269]},"error_y":{"color":"rgba(141,160,203,1)","width":[]},"error_x":{"color":"rgba(141,160,203,1)","width":[]},"line":{"color":"rgba(141,160,203,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[3533.0039099999999,19749.422299999998,19117.974480000001,3528.4813049999998,7612.2404379999998,11305.38517,14800.160620000001,20422.9015,15605.42283,18292.635139999999,20512.92123,14195.52428,11674.837369999999,19654.962469999999,11150.98113,14255.98475,9595.9299050000009,21209.0592,23311.349389999999,9508.1414540000005,10172.485720000001,9356.3972400000002,12980.66956,10922.66404,15277.03017,13236.92117,18855.725210000001,26982.290519999999,4269.1223259999997,17428.748459999999],"y":[68.930000000000007,72.170000000000002,72.799999999999997,69.859999999999999,70.810000000000002,70.640000000000001,70.709999999999994,74.689999999999998,72.519999999999996,73.829999999999998,72.5,73.680000000000007,69.950000000000003,76.109999999999999,72.030000000000001,73.480000000000004,73.066000000000003,75.239999999999995,75.370000000000005,70.670000000000002,70.409999999999997,69.459999999999994,70.299999999999997,70.450000000000003,70.969999999999999,74.390000000000001,75.439999999999998,75.390000000000001,59.506999999999998,72.760000000000005],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1977","type":"scatter","name":"Europe","marker":{"color":"rgba(231,138,195,1)","size":[10.16715415686811,10.512472227801169,10.666271522161315,10.274785883943478,10.59632733488812,10.290666517490857,10.689485396048561,10.343204002074634,10.319348413348914,13.624576859277418,15.330612409231406,10.631235816715586,10.721923050512952,10.011044156715943,10.21922110517275,13.822116507235272,10.034130738731911,10.941412321778062,10.271864996205492,12.358909005449423,10.655405642318176,11.474168594583645,10.588774797613983,10.325416174554535,10.115136555492656,12.482975648799595,10.55910391558176,10.427019044642313,12.890107130196345,13.830290146937628],"sizemode":"area","line":{"color":"rgba(231,138,195,1)"}},"textfont":{"color":"rgba(231,138,195,1)","size":[10.16715415686811,10.512472227801169,10.666271522161315,10.274785883943478,10.59632733488812,10.290666517490857,10.689485396048561,10.343204002074634,10.319348413348914,13.624576859277418,15.330612409231406,10.631235816715586,10.721923050512952,10.011044156715943,10.21922110517275,13.822116507235272,10.034130738731911,10.941412321778062,10.271864996205492,12.358909005449423,10.655405642318176,11.474168594583645,10.588774797613983,10.325416174554535,10.115136555492656,12.482975648799595,10.55910391558176,10.427019044642313,12.890107130196345,13.830290146937628]},"error_y":{"color":"rgba(231,138,195,1)","width":[]},"error_x":{"color":"rgba(231,138,195,1)","width":[]},"line":{"color":"rgba(231,138,195,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[18334.197510000002,16233.717699999999],"y":[73.489999999999995,72.219999999999999],"text":["Australia","New Zealand"],"hoverinfo":["text","text"],"mode":"markers","frame":"1977","type":"scatter","name":"Oceania","marker":{"color":"rgba(166,216,84,1)","size":[10.956503813976532,10.211918032665112],"sizemode":"area","line":{"color":"rgba(166,216,84,1)"}},"textfont":{"color":"rgba(166,216,84,1)","size":[10.956503813976532,10.211918032665112]},"error_y":{"color":"rgba(166,216,84,1)","width":[]},"error_x":{"color":"rgba(166,216,84,1)","width":[]},"line":{"color":"rgba(166,216,84,1)"},"xaxis":"x","yaxis":"y","visible":true}],"traces":[0,1,2,3,4]},{"name":"1982","data":[{"x":[5745.1602130000001,2756.9536720000001,1277.897616,4551.1421499999997,807.19858550000004,559.60323100000005,2367.9832820000001,956.75299070000005,797.90810060000001,1267.100083,673.74781810000002,4879.5075219999999,2602.710169,2879.4680669999998,3503.729636,927.82534269999996,524.87584930000003,577.86074710000003,15113.361940000001,835.80961079999997,876.03256899999997,857.2503577,838.12396709999996,1348.2257910000001,797.26310739999997,572.19956939999997,17364.275379999999,1302.8786580000001,632.80392089999998,618.01406410000004,1481.150189,3688.0377389999999,2702.6203559999999,462.21141490000002,4191.1005109999996,909.72213539999996,1576.9737500000001,5267.2193530000004,881.5706467,1890.2181169999999,1518.4799840000001,1465.0107840000001,1176.8070310000001,8568.2662280000004,1895.544073,3895.3840180000002,874.24260690000006,1344.577953,3560.233174,682.26622680000003,1408.6785649999999,788.85504109999999],"y":[61.368000000000002,39.942,50.904000000000003,61.484000000000002,48.122,47.470999999999997,52.960999999999999,48.295000000000002,49.517000000000003,52.933,47.783999999999999,56.695,53.982999999999997,48.811999999999998,56.006,43.661999999999999,43.890000000000001,44.915999999999997,56.564,45.579999999999998,53.744,42.890999999999998,39.326999999999998,58.765999999999998,55.078000000000003,44.851999999999997,62.155000000000001,48.969000000000001,45.642000000000003,43.915999999999997,53.598999999999997,66.710999999999999,59.649999999999999,42.795000000000002,58.968000000000004,42.597999999999999,45.826000000000001,69.885000000000005,46.218000000000004,60.350999999999999,52.378999999999998,38.445,42.954999999999998,58.161000000000001,50.338000000000001,55.561,50.607999999999997,55.470999999999997,64.048000000000002,49.848999999999997,51.820999999999998,60.363],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1982","type":"scatter","name":"Africa","marker":{"color":"rgba(102,194,165,1)","size":[11.363268094157474,10.474793424384801,10.244454449240891,10.062133175834701,10.44873524264138,10.30853085663975,10.62730116695932,10.164964804935142,10.328645565916208,10.019700003962846,12.087619723417781,10.117035081332586,10.611952429150746,10.016788876405876,13.113825358214473,10.015389143592916,10.175907537672147,12.59714628763685,10.04735824111558,10.044740669772212,10.77401149851703,10.317409686483686,10.052280170720657,11.201351400578581,10.092264151434904,10.129466685318951,10.224147198211686,10.621885017279217,10.439741474721718,10.473556133745376,10.106619739635455,10.063613788469356,11.374528271663014,10.855019977145327,10.070914813386571,10.435261551635888,14.981061627629551,10.031246161597421,10.371811979918432,10.002633337789623,10.415508788093149,10.232368137252807,10.393743516176952,12.121304906473711,11.386016823753696,10.040261770481592,11.350342952626225,10.176417251181372,10.455526554049371,10.879057118888525,10.412275233297619,10.517119848542618],"sizemode":"area","line":{"color":"rgba(102,194,165,1)"}},"textfont":{"color":"rgba(102,194,165,1)","size":[11.363268094157474,10.474793424384801,10.244454449240891,10.062133175834701,10.44873524264138,10.30853085663975,10.62730116695932,10.164964804935142,10.328645565916208,10.019700003962846,12.087619723417781,10.117035081332586,10.611952429150746,10.016788876405876,13.113825358214473,10.015389143592916,10.175907537672147,12.59714628763685,10.04735824111558,10.044740669772212,10.77401149851703,10.317409686483686,10.052280170720657,11.201351400578581,10.092264151434904,10.129466685318951,10.224147198211686,10.621885017279217,10.439741474721718,10.473556133745376,10.106619739635455,10.063613788469356,11.374528271663014,10.855019977145327,10.070914813386571,10.435261551635888,14.981061627629551,10.031246161597421,10.371811979918432,10.002633337789623,10.415508788093149,10.232368137252807,10.393743516176952,12.121304906473711,11.386016823753696,10.040261770481592,11.350342952626225,10.176417251181372,10.455526554049371,10.879057118888525,10.412275233297619,10.517119848542618]},"error_y":{"color":"rgba(102,194,165,1)","width":[]},"error_x":{"color":"rgba(102,194,165,1)","width":[]},"line":{"color":"rgba(102,194,165,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[8997.8974120000003,3156.510452,7030.8358779999999,22898.792140000001,5095.6657379999997,4397.5756590000001,5262.734751,7316.9181070000004,2861.0923859999998,7213.7912669999996,4098.3441750000002,4820.4947899999997,2011.159549,3121.7607939999998,6068.0513499999997,9611.1475410000003,3470.3381559999998,7009.6015980000002,4258.5036040000005,6434.5017969999999,10330.989149999999,9119.5286070000002,25009.559140000001,6920.2230509999999,11152.410110000001],"y":[69.941999999999993,53.859000000000002,63.335999999999999,75.760000000000005,70.564999999999998,66.653000000000006,73.450000000000003,73.716999999999999,63.726999999999997,64.341999999999999,56.603999999999999,58.137,51.460999999999999,60.908999999999999,71.209999999999994,67.405000000000001,59.298000000000002,70.471999999999994,66.873999999999995,61.405999999999999,73.75,68.831999999999994,74.650000000000006,70.805000000000007,68.557000000000002],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1982","type":"scatter","name":"Americas","marker":{"color":"rgba(252,141,98,1)","size":[11.99854128141553,10.381002862542786,18.798013361035615,11.716009704168041,10.779934085561683,11.89092470650929,10.161374423381949,10.664048111974317,10.403261876762912,10.566898546296875,10.301327638291726,10.432425092876331,10.350710468564261,10.24635495441823,10.152770584931782,14.885611698508979,10.199258668370726,10.134888022228125,10.225673676871811,11.232998753392824,10.219705769825802,10.07210712528971,25.843423642169896,10.197523267234473,11.062068430267168],"sizemode":"area","line":{"color":"rgba(252,141,98,1)"}},"textfont":{"color":"rgba(252,141,98,1)","size":[11.99854128141553,10.381002862542786,18.798013361035615,11.716009704168041,10.779934085561683,11.89092470650929,10.161374423381949,10.664048111974317,10.403261876762912,10.566898546296875,10.301327638291726,10.432425092876331,10.350710468564261,10.24635495441823,10.152770584931782,14.885611698508979,10.199258668370726,10.134888022228125,10.225673676871811,11.232998753392824,10.219705769825802,10.07210712528971,25.843423642169896,10.197523267234473,11.062068430267168]},"error_y":{"color":"rgba(252,141,98,1)","width":[]},"error_x":{"color":"rgba(252,141,98,1)","width":[]},"line":{"color":"rgba(252,141,98,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[978.01143879999995,19211.14731,676.98186559999999,624.47547840000004,962.42138050000005,14560.530510000001,855.72353769999995,1516.8729880000001,7608.3346019999999,14517.90711,15367.029200000001,19384.10571,4161.4159589999999,4106.5252929999997,5622.9424639999997,31354.03573,7640.5195210000002,4920.3559509999995,2000.6031390000001,424,718.37309470000002,12954.791010000001,1443.429832,2603.2737649999999,33693.17525,15169.161120000001,1648.0797889999999,3761.8377150000001,7426.3547740000004,2393.2197809999998,707.23578629999997,4336.0320819999997,1977.55701],"y":[39.853999999999999,69.052000000000007,50.009,50.957000000000001,65.525000000000006,75.450000000000003,56.595999999999997,56.158999999999999,59.619999999999997,62.037999999999997,74.450000000000003,77.109999999999999,63.738999999999997,69.099999999999994,67.123000000000005,71.308999999999997,66.983000000000004,68,57.488999999999997,58.055999999999997,49.594000000000001,62.728000000000002,56.158000000000001,62.082000000000001,63.012,71.760000000000005,68.757000000000005,64.590000000000003,72.159999999999997,64.596999999999994,58.816000000000003,64.406000000000006,49.113],"text":["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."],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1982","type":"scatter","name":"Asia","marker":{"color":"rgba(141,160,203,1)","size":[10.875126837325164,10.021701455348023,16.348512812514578,10.492273089546282,78.268097255403362,10.355222061048629,58.319038044142836,20.462026007985443,12.935749149272629,10.96327574152852,10.259252931249872,18.080813077832623,10.156096008284278,11.20040036308025,12.680022100477636,10.09811254745324,10.206592659493747,10.981608364607085,10.11575854521006,12.362948764847387,11.074050110384652,10.084704515847301,16.2384672493429,13.644490017403268,10.764069354966587,10.176902120593468,11.047693321704587,10.638198647947984,11.258679700727368,13.32850490782967,13.827777139211847,10.093224403090137,10.65506560580198],"sizemode":"area","line":{"color":"rgba(141,160,203,1)"}},"textfont":{"color":"rgba(141,160,203,1)","size":[10.875126837325164,10.021701455348023,16.348512812514578,10.492273089546282,78.268097255403362,10.355222061048629,58.319038044142836,20.462026007985443,12.935749149272629,10.96327574152852,10.259252931249872,18.080813077832623,10.156096008284278,11.20040036308025,12.680022100477636,10.09811254745324,10.206592659493747,10.981608364607085,10.11575854521006,12.362948764847387,11.074050110384652,10.084704515847301,16.2384672493429,13.644490017403268,10.764069354966587,10.176902120593468,11.047693321704587,10.638198647947984,11.258679700727368,13.32850490782967,13.827777139211847,10.093224403090137,10.65506560580198]},"error_y":{"color":"rgba(141,160,203,1)","width":[]},"error_x":{"color":"rgba(141,160,203,1)","width":[]},"line":{"color":"rgba(141,160,203,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[3630.8807219999999,21597.083620000001,20979.845890000001,4126.6131569999998,8224.1916469999996,13221.821840000001,15377.22855,21688.04048,18533.157609999998,20293.89746,22031.532739999999,15268.420889999999,12545.990659999999,23269.607499999998,12618.32141,16537.483499999998,11222.58762,21399.460459999998,26298.635310000001,8451.5310040000004,11753.842909999999,9605.3140530000001,15181.092699999999,11348.54585,17866.721750000001,13926.169970000001,20667.381249999999,28397.715120000001,4241.3563439999998,18232.42452],"y":[70.420000000000002,73.180000000000007,73.930000000000007,70.689999999999998,71.079999999999998,70.459999999999994,70.959999999999994,74.629999999999995,74.549999999999997,74.890000000000001,73.799999999999997,75.239999999999995,69.390000000000001,76.989999999999995,73.099999999999994,74.980000000000004,74.100999999999999,76.049999999999997,75.969999999999999,71.319999999999993,72.769999999999996,69.659999999999997,70.162000000000006,70.799999999999997,71.063000000000002,76.299999999999997,76.420000000000002,76.209999999999994,61.036000000000001,74.040000000000006],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1982","type":"scatter","name":"Europe","marker":{"color":"rgba(231,138,195,1)","size":[10.18565406808421,10.512894236187288,10.668626455906466,10.280702942493988,10.602816558455746,10.297129736660116,10.699162922663378,10.345210026411754,10.325356794432277,13.711158947289324,15.342522082419025,10.663860825703654,10.726589099568207,10.011875068909475,10.233424557404893,13.854631628870656,10.034299664941782,10.97263206945903,10.276750683460088,12.468532014210869,10.668854898744625,11.521818003057334,10.612421532116587,10.340448218377732,10.122940127352617,12.588379460989035,10.564128156454959,10.437373163385805,13.226236707360542,13.84125867931396],"sizemode":"area","line":{"color":"rgba(231,138,195,1)"}},"textfont":{"color":"rgba(231,138,195,1)","size":[10.18565406808421,10.512894236187288,10.668626455906466,10.280702942493988,10.602816558455746,10.297129736660116,10.699162922663378,10.345210026411754,10.325356794432277,13.711158947289324,15.342522082419025,10.663860825703654,10.726589099568207,10.011875068909475,10.233424557404893,13.854631628870656,10.034299664941782,10.97263206945903,10.276750683460088,12.468532014210869,10.668854898744625,11.521818003057334,10.612421532116587,10.340448218377732,10.122940127352617,12.588379460989035,10.564128156454959,10.437373163385805,13.226236707360542,13.84125867931396]},"error_y":{"color":"rgba(231,138,195,1)","width":[]},"error_x":{"color":"rgba(231,138,195,1)","width":[]},"line":{"color":"rgba(231,138,195,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[19477.009279999998,17632.410400000001],"y":[74.739999999999995,73.840000000000003],"text":["Australia","New Zealand"],"hoverinfo":["text","text"],"mode":"markers","frame":"1982","type":"scatter","name":"Oceania","marker":{"color":"rgba(166,216,84,1)","size":[11.032271484917921,10.215040608059732],"sizemode":"area","line":{"color":"rgba(166,216,84,1)"}},"textfont":{"color":"rgba(166,216,84,1)","size":[11.032271484917921,10.215040608059732]},"error_y":{"color":"rgba(166,216,84,1)","width":[]},"error_x":{"color":"rgba(166,216,84,1)","width":[]},"line":{"color":"rgba(166,216,84,1)"},"xaxis":"x","yaxis":"y","visible":true}],"traces":[0,1,2,3,4]},{"name":"1987","data":[{"x":[5681.3585389999998,2430.2083109999999,1225.85601,6205.8838500000002,912.06314169999996,621.8188189,2602.6642059999999,844.87635039999998,952.38612899999998,1315.980812,672.774812,4201.1949370000002,2156.9560689999998,2880.1025679999998,3885.4607099999998,966.89681489999998,521.13413330000003,573.74131420000003,11864.408439999999,611.65886109999997,847.00611349999997,805.57247180000002,736.41539209999996,1361.936856,773.99321410000005,506.11385730000001,11770.5898,1155.4419479999999,635.51736340000002,684.17155760000003,1421.603576,4783.5869030000003,2755.0469910000002,389.87618459999999,3693.7313370000002,668.30002279999997,1385.0295630000001,5303.3774880000001,847.99121700000001,1516.525457,1441.72072,1294.4477879999999,1093.2449630000001,7825.8233980000005,1507.8191589999999,3984.8398120000002,831.82207940000001,1202.2013609999999,3810.419296,617.72440649999999,1213.315116,706.15730589999998],"y":[65.799000000000007,39.905999999999999,52.337000000000003,63.622,49.557000000000002,48.210999999999999,54.984999999999999,50.484999999999999,51.051000000000002,54.926000000000002,47.411999999999999,57.469999999999999,54.655000000000001,50.039999999999999,59.796999999999997,45.664000000000001,46.453000000000003,46.683999999999997,60.189999999999998,49.265000000000001,55.728999999999999,45.552,41.244999999999997,59.338999999999999,57.18,46.027000000000001,66.233999999999995,49.350000000000001,47.457000000000001,46.363999999999997,56.145000000000003,68.739999999999995,62.677,42.860999999999997,60.835000000000001,44.555,46.886000000000003,71.912999999999997,44.020000000000003,61.728000000000002,55.768999999999998,40.006,44.500999999999998,60.834000000000003,51.744,57.677999999999997,51.534999999999997,56.941000000000003,66.894000000000005,51.509,50.820999999999998,62.350999999999999],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1987","type":"scatter","name":"Africa","marker":{"color":"rgba(102,194,165,1)","size":[11.583124907903459,10.533343999509913,10.285555390530721,10.074475846143708,10.513709040669495,10.345770588416476,10.731717085022822,10.189743242664374,10.371224321467116,10.022871789780625,12.417633284495395,10.136784773489689,10.730381441790092,10.017132462078806,13.599599191000056,10.019194999911594,10.194927059084515,12.930751595327941,10.055993817217299,10.053810335043543,10.962919665554013,10.381551480270042,10.059210377012322,11.442737057799956,10.105054288504284,10.150798414089648,10.255254942696533,10.717245739710373,10.529966635613693,10.516948123959168,10.121574248034646,10.067068960801638,11.564863199706533,10.875818649875981,10.083143978933146,10.496378713102843,15.562041111998278,10.034264651145554,10.429267367179454,10.00346732136879,10.485370116207241,10.259968495849593,10.468341739974923,12.448465491562359,11.683525364642012,10.049096918396511,11.56849651240559,10.211192093607249,10.523156964144913,11.039018295360725,10.492267697558169,10.624952375985439],"sizemode":"area","line":{"color":"rgba(102,194,165,1)"}},"textfont":{"color":"rgba(102,194,165,1)","size":[11.583124907903459,10.533343999509913,10.285555390530721,10.074475846143708,10.513709040669495,10.345770588416476,10.731717085022822,10.189743242664374,10.371224321467116,10.022871789780625,12.417633284495395,10.136784773489689,10.730381441790092,10.017132462078806,13.599599191000056,10.019194999911594,10.194927059084515,12.930751595327941,10.055993817217299,10.053810335043543,10.962919665554013,10.381551480270042,10.059210377012322,11.442737057799956,10.105054288504284,10.150798414089648,10.255254942696533,10.717245739710373,10.529966635613693,10.516948123959168,10.121574248034646,10.067068960801638,11.564863199706533,10.875818649875981,10.083143978933146,10.496378713102843,15.562041111998278,10.034264651145554,10.429267367179454,10.00346732136879,10.485370116207241,10.259968495849593,10.468341739974923,12.448465491562359,11.683525364642012,10.049096918396511,11.56849651240559,10.211192093607249,10.523156964144913,11.039018295360725,10.492267697558169,10.624952375985439]},"error_y":{"color":"rgba(102,194,165,1)","width":[]},"error_x":{"color":"rgba(102,194,165,1)","width":[]},"line":{"color":"rgba(102,194,165,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[9139.6713889999992,2753.6914900000002,7807.0958179999998,26626.515029999999,5547.0637539999998,4903.2191000000003,5629.9153180000003,7532.924763,2899.8421750000002,6481.7769930000004,4140.4420970000001,4246.4859740000002,1823.015995,3023.0966990000002,6351.2374950000003,8688.1560030000001,2955.984375,7034.7791610000004,3998.8756950000002,6360.9434440000005,12281.341909999999,7388.5978230000001,29884.350409999999,7452.3989689999999,9883.584648],"y":[70.774000000000001,57.250999999999998,65.204999999999998,76.859999999999999,72.492000000000004,67.768000000000001,74.751999999999995,74.174000000000007,66.046000000000006,67.230999999999995,63.154000000000003,60.781999999999996,53.636000000000003,64.492000000000004,71.769999999999996,69.498000000000005,62.008000000000003,71.522999999999996,67.378,64.134,74.629999999999995,69.581999999999994,75.019999999999996,71.918000000000006,70.189999999999998],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1987","type":"scatter","name":"Americas","marker":{"color":"rgba(252,141,98,1)","size":[12.154127030166471,10.416094808472128,19.751858583607309,11.808001116558641,10.846565544543003,12.109307118644901,10.186999608003982,10.694803943918515,10.450148148286059,10.64738987183741,10.326398403680306,10.495953360319033,10.388782272835758,10.294320101335098,10.154701940471488,15.464505643779169,10.224166240802617,10.149721722792378,10.261170226668677,11.374336753705476,10.230999391308245,10.077216341165451,26.567977027339847,10.203744938986867,11.218327972773205],"sizemode":"area","line":{"color":"rgba(252,141,98,1)"}},"textfont":{"color":"rgba(252,141,98,1)","size":[12.154127030166471,10.416094808472128,19.751858583607309,11.808001116558641,10.846565544543003,12.109307118644901,10.186999608003982,10.694803943918515,10.450148148286059,10.64738987183741,10.326398403680306,10.495953360319033,10.388782272835758,10.294320101335098,10.154701940471488,15.464505643779169,10.224166240802617,10.149721722792378,10.261170226668677,11.374336753705476,10.230999391308245,10.077216341165451,26.567977027339847,10.203744938986867,11.218327972773205]},"error_y":{"color":"rgba(252,141,98,1)","width":[]},"error_x":{"color":"rgba(252,141,98,1)","width":[]},"line":{"color":"rgba(252,141,98,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[852.39594480000005,18524.02406,751.97940349999999,683.89557319999994,1378.904018,20038.472689999999,976.51267559999997,1748.356961,6642.8813710000004,11643.572679999999,17122.479859999999,22375.941889999998,4448.6799119999996,4106.4923150000004,8533.0888049999994,28118.429980000001,5377.0913289999999,5249.8026529999997,2338.008304,385,775.63245010000003,18115.223129999998,1704.6865829999999,2189.6349949999999,21198.26136,18861.53081,1876.7668269999999,3116.774285,11054.561750000001,2982.653773,820.79944490000003,5107.1973840000001,1971.741538],"y":[40.822000000000003,70.75,52.819000000000003,53.914000000000001,67.274000000000001,76.200000000000003,58.552999999999997,60.137,63.039999999999999,65.043999999999997,75.599999999999994,78.670000000000002,65.869,70.647000000000006,69.810000000000002,74.174000000000007,67.926000000000002,69.5,60.222000000000001,58.338999999999999,52.536999999999999,67.733999999999995,58.244999999999997,64.150999999999996,66.295000000000002,73.560000000000002,69.010999999999996,66.974000000000004,73.400000000000006,66.084000000000003,62.82,67.046000000000006,52.921999999999997],"text":["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."],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1987","type":"scatter","name":"Asia","marker":{"color":"rgba(141,160,203,1)","size":[10.942433932892962,10.026932707612957,17.078126271390129,10.567304037453583,83.984560197503285,10.377063708087592,63.779279171348648,21.54950128148257,13.537532220589025,11.125026580283174,10.282781588038102,18.329004993872076,10.188380434732037,11.297322100196661,12.836731020828442,10.12500375723363,10.206761722209649,11.110597620092477,10.13344296941381,12.591469138430865,11.218805607365807,10.104691318975354,17.175225739355231,14.092298998390429,10.993745729849708,10.186640665402882,11.121758284703471,10.763262263074971,11.344433401907263,13.607194386408,14.284001443824259,10.111334248330712,10.761657839472756],"sizemode":"area","line":{"color":"rgba(141,160,203,1)"}},"textfont":{"color":"rgba(141,160,203,1)","size":[10.942433932892962,10.026932707612957,17.078126271390129,10.567304037453583,83.984560197503285,10.377063708087592,63.779279171348648,21.54950128148257,13.537532220589025,11.125026580283174,10.282781588038102,18.329004993872076,10.188380434732037,11.297322100196661,12.836731020828442,10.12500375723363,10.206761722209649,11.110597620092477,10.13344296941381,12.591469138430865,11.218805607365807,10.104691318975354,17.175225739355231,14.092298998390429,10.993745729849708,10.186640665402882,11.121758284703471,10.763262263074971,11.344433401907263,13.607194386408,14.284001443824259,10.111334248330712,10.761657839472756]},"error_y":{"color":"rgba(141,160,203,1)","width":[]},"error_x":{"color":"rgba(141,160,203,1)","width":[]},"line":{"color":"rgba(141,160,203,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[3738.9327349999999,23687.826069999999,22525.56308,4314.1147570000003,8239.854824,13822.58394,16310.4434,25116.175810000001,21141.01223,22066.442139999999,24639.185659999999,16120.528389999999,12986.47998,26923.206279999999,13872.86652,19207.234820000001,11732.51017,23651.323609999999,31540.9748,9082.3511720000006,13039.30876,9696.2732950000009,15870.87851,12037.26758,18678.534919999998,15764.983130000001,23586.929270000001,30281.704590000001,5089.043686,21664.787670000002],"y":[72,74.939999999999998,75.349999999999994,71.140000000000001,71.340000000000003,71.519999999999996,71.579999999999998,74.799999999999997,74.829999999999998,76.340000000000003,74.846999999999994,76.670000000000002,69.579999999999998,77.230000000000004,74.359999999999999,76.420000000000002,74.864999999999995,76.829999999999998,75.890000000000001,70.980000000000004,74.060000000000002,69.530000000000001,71.218000000000004,71.079999999999998,72.25,76.900000000000006,77.189999999999998,77.409999999999997,63.107999999999997,75.007000000000005],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1987","type":"scatter","name":"Europe","marker":{"color":"rgba(231,138,195,1)","size":[10.205803995915938,10.513187041617734,10.669574968043275,10.292052326688941,10.608267244160981,10.301971741985694,10.699701643703591,10.345838909683581,10.33250943729686,13.792826067503588,15.300412156821903,10.67669307488273,10.720255561125718,10.012603942846944,10.237512912948889,13.867877286556075,10.034772317064357,10.996853494340272,10.281621218545556,12.571821279770784,10.672652428195583,11.544317267887056,10.625932830532843,10.350773193084208,10.12871556089889,12.649629169809355,10.570690205988621,10.449782653395607,13.605214093457191,13.885071381106604],"sizemode":"area","line":{"color":"rgba(231,138,195,1)"}},"textfont":{"color":"rgba(231,138,195,1)","size":[10.205803995915938,10.513187041617734,10.669574968043275,10.292052326688941,10.608267244160981,10.301971741985694,10.699701643703591,10.345838909683581,10.33250943729686,13.792826067503588,15.300412156821903,10.67669307488273,10.720255561125718,10.012603942846944,10.237512912948889,13.867877286556075,10.034772317064357,10.996853494340272,10.281621218545556,12.571821279770784,10.672652428195583,11.544317267887056,10.625932830532843,10.350773193084208,10.12871556089889,12.649629169809355,10.570690205988621,10.449782653395607,13.605214093457191,13.885071381106604]},"error_y":{"color":"rgba(231,138,195,1)","width":[]},"error_x":{"color":"rgba(231,138,195,1)","width":[]},"line":{"color":"rgba(231,138,195,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[21888.889029999998,19007.191289999999],"y":[76.319999999999993,74.319999999999993],"text":["Australia","New Zealand"],"hoverinfo":["text","text"],"mode":"markers","frame":"1987","type":"scatter","name":"Oceania","marker":{"color":"rgba(166,216,84,1)","size":[11.105510313434259,10.22231064610855],"sizemode":"area","line":{"color":"rgba(166,216,84,1)"}},"textfont":{"color":"rgba(166,216,84,1)","size":[11.105510313434259,10.22231064610855]},"error_y":{"color":"rgba(166,216,84,1)","width":[]},"error_x":{"color":"rgba(166,216,84,1)","width":[]},"line":{"color":"rgba(166,216,84,1)"},"xaxis":"x","yaxis":"y","visible":true}],"traces":[0,1,2,3,4]},{"name":"1992","data":[{"x":[5023.2166470000002,2627.8456849999998,1191.2076810000001,7954.111645,931.75277310000001,631.69987779999997,1793.163278,747.90552520000006,1058.0643,1246.9073699999999,457.71918069999998,4016.2395289999999,1648.073791,2377.1561919999999,3794.7551950000002,1132.055034,582.85851019999996,421.35346529999998,13522.157520000001,665.62441260000003,925.06015400000001,794.34843839999996,745.53987059999997,1341.9217209999999,977.48627250000004,636.62291909999999,9640.1385009999995,1040.6761899999999,563.20001449999995,739.01437499999997,1361.369784,6058.2538459999996,2948.0472519999998,410.89682390000002,3804.5379990000001,581.182725,1619.848217,6101.2558230000004,737.06859489999999,1428.777814,1367.899369,1068.6962779999999,926.96029639999995,7225.0692580000004,1492.1970429999999,3553.0223999999998,825.68245400000001,1034.298904,4332.7201640000003,644.17079690000003,1210.8846329999999,693.42078560000004],"y":[67.744,40.646999999999998,53.918999999999997,62.744999999999997,50.259999999999998,44.735999999999997,54.314,49.396000000000001,51.723999999999997,57.939,45.548000000000002,56.433,52.043999999999997,51.603999999999999,63.673999999999999,47.545000000000002,49.991,48.091000000000001,61.366,52.643999999999998,57.500999999999998,48.576000000000001,43.265999999999998,59.284999999999997,59.685000000000002,40.802,68.754999999999995,52.213999999999999,49.420000000000002,48.387999999999998,58.332999999999998,69.745000000000005,65.393000000000001,44.283999999999999,61.999000000000002,47.390999999999998,47.472000000000001,73.614999999999995,23.599,62.741999999999997,58.195999999999998,38.332999999999998,39.658000000000001,61.887999999999998,53.555999999999997,58.473999999999997,50.439999999999998,58.061,70.001000000000005,48.825000000000003,46.100000000000001,60.377000000000002],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1992","type":"scatter","name":"Africa","marker":{"color":"rgba(102,194,165,1)","size":[11.790847291286426,10.592161580426145,10.335918129326547,10.087541520630969,10.601875008126374,10.392401934931998,10.846826066297785,10.218758622749275,10.434731157463393,10.026920217311378,12.840153431713961,10.160330561784454,10.867672243126245,10.022123873252227,14.050283125446724,10.022375180850107,10.246286155380027,13.551105219730019,10.063183726227575,10.065889616971175,11.106977002454041,10.473031814091136,10.067633754493233,11.703631269279652,10.118977562113589,10.126470309747383,10.293794416620576,10.829300330351792,10.679406746469937,10.570336109351521,10.140563942879856,10.070723158923007,11.756711638337501,10.894163626750096,10.101986520279977,10.568739193580855,16.368295129612417,10.038370479461157,10.493482396449931,10.004497873628535,10.562944649190637,10.286722244059606,10.412233735465051,12.723578375696341,11.922522029864204,10.061586946962937,11.811807791913488,10.251685856083734,10.577629762943214,11.241671049616123,10.567943704701635,10.726507537216369],"sizemode":"area","line":{"color":"rgba(102,194,165,1)"}},"textfont":{"color":"rgba(102,194,165,1)","size":[11.790847291286426,10.592161580426145,10.335918129326547,10.087541520630969,10.601875008126374,10.392401934931998,10.846826066297785,10.218758622749275,10.434731157463393,10.026920217311378,12.840153431713961,10.160330561784454,10.867672243126245,10.022123873252227,14.050283125446724,10.022375180850107,10.246286155380027,13.551105219730019,10.063183726227575,10.065889616971175,11.106977002454041,10.473031814091136,10.067633754493233,11.703631269279652,10.118977562113589,10.126470309747383,10.293794416620576,10.829300330351792,10.679406746469937,10.570336109351521,10.140563942879856,10.070723158923007,11.756711638337501,10.894163626750096,10.101986520279977,10.568739193580855,16.368295129612417,10.038370479461157,10.493482396449931,10.004497873628535,10.562944649190637,10.286722244059606,10.412233735465051,12.723578375696341,11.922522029864204,10.061586946962937,11.811807791913488,10.251685856083734,10.577629762943214,11.241671049616123,10.567943704701635,10.726507537216369]},"error_y":{"color":"rgba(102,194,165,1)","width":[]},"error_x":{"color":"rgba(102,194,165,1)","width":[]},"line":{"color":"rgba(102,194,165,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[9308.4187099999999,2961.6996939999999,6950.2830210000002,26342.884259999999,7596.1259639999998,5444.6486169999998,6160.4163170000002,5592.8439630000003,3044.2142140000001,7103.7025949999997,4444.2317000000003,4439.4508400000004,1456.3095169999999,3081.6946029999999,7404.9236849999998,9472.3842949999998,2170.1517239999998,6618.74305,4196.4110780000001,4446.3809240000001,14641.58711,7370.9909319999997,32003.932239999998,8137.0047750000003,10733.926310000001],"y":[71.867999999999995,59.957000000000001,67.057000000000002,77.950000000000003,74.126000000000005,68.421000000000006,75.712999999999994,74.414000000000001,68.456999999999994,69.613,66.798000000000002,63.372999999999998,55.088999999999999,66.399000000000001,71.766000000000005,71.454999999999998,65.843000000000004,72.462000000000003,68.224999999999994,66.457999999999998,73.911000000000001,69.861999999999995,76.090000000000003,72.751999999999995,71.150000000000006],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1992","type":"scatter","name":"Americas","marker":{"color":"rgba(252,141,98,1)","size":[12.313704556446469,10.466402876603667,20.641734419506236,11.942719052275654,10.922301819097912,12.330342866703262,10.212485624730284,10.727798884242953,10.497644328743114,10.729514355499091,10.355914760888629,10.575163918050169,10.42771918406085,10.342448304702629,10.15825191624034,16.009747440452252,10.270140515551493,10.16551260362623,10.301946829635551,11.526849820015096,10.240603136414832,10.076693045306422,27.529706769846214,10.210850692030771,11.379089825353695],"sizemode":"area","line":{"color":"rgba(252,141,98,1)"}},"textfont":{"color":"rgba(252,141,98,1)","size":[12.313704556446469,10.466402876603667,20.641734419506236,11.942719052275654,10.922301819097912,12.330342866703262,10.212485624730284,10.727798884242953,10.497644328743114,10.729514355499091,10.355914760888629,10.575163918050169,10.42771918406085,10.342448304702629,10.15825191624034,16.009747440452252,10.270140515551493,10.16551260362623,10.301946829635551,11.526849820015096,10.240603136414832,10.076693045306422,27.529706769846214,10.210850692030771,11.379089825353695]},"error_y":{"color":"rgba(252,141,98,1)","width":[]},"error_x":{"color":"rgba(252,141,98,1)","width":[]},"line":{"color":"rgba(252,141,98,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[649.34139519999997,19035.579170000001,837.8101643,682.30317549999995,1655.7841579999999,24757.603009999999,1164.4068090000001,2383.1408980000001,7235.6531880000002,3745.6406870000001,18051.522540000002,26824.895110000001,3431.5936470000001,3726.0635069999998,12104.27872,34932.919589999998,6890.8068540000004,7277.9128019999998,1785.402016,347,897.74036039999999,18616.706910000001,1971.8294639999999,2279.3240169999999,24841.617770000001,24769.891199999998,2153.7392220000002,3340.5427679999998,15215.6579,4616.8965449999996,989.02314869999998,6017.6547559999999,1879.4966730000001],"y":[41.673999999999999,72.600999999999999,56.018000000000001,55.802999999999997,68.689999999999998,77.600999999999999,60.222999999999999,62.680999999999997,65.742000000000004,59.460999999999999,76.930000000000007,79.359999999999999,68.015000000000001,69.977999999999994,72.244,75.189999999999998,69.292000000000002,70.692999999999998,61.271000000000001,59.32,55.726999999999997,71.197000000000003,60.838000000000001,66.457999999999998,68.768000000000001,75.787999999999997,70.379000000000005,69.248999999999995,74.260000000000005,67.298000000000002,67.662000000000006,69.718000000000004,55.598999999999997],"text":["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."],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1992","type":"scatter","name":"Asia","marker":{"color":"rgba(141,160,203,1)","size":[11.109651360305133,10.032043425055008,17.756584300964214,10.688678577169002,89.508617892883322,10.393798391600281,69.512532354914754,22.610153120442298,14.118247770552266,11.215032922011979,10.332838485077788,18.481751417236865,10.259866389340514,11.409517838071219,12.985758064443411,10.092693326387502,10.21567836422339,11.246265296500553,10.153759775864989,12.763327497789104,11.383229097646201,10.12662278698086,18.190702478108065,14.58153510182176,11.152509884960796,10.216761607810014,11.196273922354393,10.898144893314983,11.407848574105618,13.863604101849923,14.769569562025376,10.139561579114929,10.90831015596849],"sizemode":"area","line":{"color":"rgba(141,160,203,1)"}},"textfont":{"color":"rgba(141,160,203,1)","size":[11.109651360305133,10.032043425055008,17.756584300964214,10.688678577169002,89.508617892883322,10.393798391600281,69.512532354914754,22.610153120442298,14.118247770552266,11.215032922011979,10.332838485077788,18.481751417236865,10.259866389340514,11.409517838071219,12.985758064443411,10.092693326387502,10.21567836422339,11.246265296500553,10.153759775864989,12.763327497789104,11.383229097646201,10.12662278698086,18.190702478108065,14.58153510182176,11.152509884960796,10.216761607810014,11.196273922354393,10.898144893314983,11.407848574105618,13.863604101849923,14.769569562025376,10.139561579114929,10.90831015596849]},"error_y":{"color":"rgba(141,160,203,1)","width":[]},"error_x":{"color":"rgba(141,160,203,1)","width":[]},"line":{"color":"rgba(141,160,203,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[2497.4379009999998,27042.018680000001,25575.57069,2546.7814450000001,6302.6234379999996,8447.7948730000007,14297.021220000001,26406.739850000002,20647.164990000001,24703.796149999998,26505.303169999999,17541.496340000002,10535.628549999999,25144.39201,17558.815549999999,22013.64486,7003.3390369999997,26790.94961,33965.66115,7738.8812470000003,16207.26663,6598.4099029999998,9325.0682379999998,9498.4677229999998,14214.71681,18603.06452,23880.01683,31871.530299999999,5678.3482709999998,22705.092540000001],"y":[71.581000000000003,76.040000000000006,76.459999999999994,72.177999999999997,71.189999999999998,72.527000000000001,72.400000000000006,75.329999999999998,75.700000000000003,77.459999999999994,76.069999999999993,77.030000000000001,69.170000000000002,78.769999999999996,75.466999999999999,77.439999999999998,75.435000000000002,77.420000000000002,77.319999999999993,70.989999999999995,74.859999999999999,69.359999999999999,71.659000000000006,71.379999999999995,73.640000000000001,77.569999999999993,78.159999999999997,78.030000000000001,66.146000000000001,76.420000000000002],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1992","type":"scatter","name":"Europe","marker":{"color":"rgba(231,138,195,1)","size":[10.222947583236039,10.536124559050929,10.681548048280984,10.286389783627973,10.586873200388419,10.30263400098141,10.69998182232643,10.348867227665744,10.339970174267046,13.911864716064787,15.496944390291787,10.700645719394485,10.702232943237149,10.013582418056938,10.238731980033551,13.875463199554101,10.038331575243125,11.03159195790964,10.288460853087521,12.614819791358347,10.673498151293172,11.551869873414207,10.666585281267087,10.357842157753517,10.132356176670454,12.695272417439893,10.59099302057191,10.473364411028797,13.966806003551802,13.945456802009499],"sizemode":"area","line":{"color":"rgba(231,138,195,1)"}},"textfont":{"color":"rgba(231,138,195,1)","size":[10.222947583236039,10.536124559050929,10.681548048280984,10.286389783627973,10.586873200388419,10.30263400098141,10.69998182232643,10.348867227665744,10.339970174267046,13.911864716064787,15.496944390291787,10.700645719394485,10.702232943237149,10.013582418056938,10.238731980033551,13.875463199554101,10.038331575243125,11.03159195790964,10.288460853087521,12.614819791358347,10.673498151293172,11.551869873414207,10.666585281267087,10.357842157753517,10.132356176670454,12.695272417439893,10.59099302057191,10.473364411028797,13.966806003551802,13.945456802009499]},"error_y":{"color":"rgba(231,138,195,1)","width":[]},"error_x":{"color":"rgba(231,138,195,1)","width":[]},"line":{"color":"rgba(231,138,195,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[23424.76683,18363.324939999999],"y":[77.560000000000002,76.329999999999998],"text":["Australia","New Zealand"],"hoverinfo":["text","text"],"mode":"markers","frame":"1992","type":"scatter","name":"Oceania","marker":{"color":"rgba(166,216,84,1)","size":[11.189101690874766,10.230535680330517],"sizemode":"area","line":{"color":"rgba(166,216,84,1)"}},"textfont":{"color":"rgba(166,216,84,1)","size":[11.189101690874766,10.230535680330517]},"error_y":{"color":"rgba(166,216,84,1)","width":[]},"error_x":{"color":"rgba(166,216,84,1)","width":[]},"line":{"color":"rgba(166,216,84,1)"},"xaxis":"x","yaxis":"y","visible":true}],"traces":[0,1,2,3,4]},{"name":"1997","data":[{"x":[4797.2950510000001,2277.1408839999999,1232.9752920000001,8647.1423130000003,946.29496180000001,463.11514779999999,1694.3374690000001,740.50633170000003,1004.961353,1173.6182349999999,312.188423,3484.1643760000002,1786.2654070000001,1895.0169840000001,4173.1817970000002,2814.480755,913.47078999999997,515.88940130000003,14722.84188,653.73017040000002,1005.245812,869.44976680000002,796.66446810000002,1360.485021,1186.1479939999999,609.17395079999994,9467.4460560000007,986.29589559999999,692.27581029999999,790.25798459999999,1483.1361360000001,7425.7052949999998,2982.101858,472.3460771,3899.5242600000001,580.30520920000004,1624.9412749999999,6071.9414109999998,589.94450510000001,1339.0760359999999,1392.3683470000001,574.64815759999999,930.59642840000004,7479.1882439999999,1632.2107639999999,3876.7684599999998,789.18622310000001,982.28692430000001,4876.7986140000003,816.55908099999999,1071.353818,792.44996030000004],"y":[69.152000000000001,40.963000000000001,54.777000000000001,52.555999999999997,50.323999999999998,45.326000000000001,52.198999999999998,46.066000000000003,51.573,60.659999999999997,42.587000000000003,52.962000000000003,47.991,53.156999999999996,67.216999999999999,48.244999999999997,53.378,49.402000000000001,60.460999999999999,55.860999999999997,58.555999999999997,51.454999999999998,44.872999999999998,54.406999999999996,55.558,42.220999999999997,71.555000000000007,54.978000000000002,47.494999999999997,49.902999999999999,60.43,70.736000000000004,67.659999999999997,46.344000000000001,58.908999999999999,51.313000000000002,47.463999999999999,74.772000000000006,36.087000000000003,63.305999999999997,60.186999999999998,39.896999999999998,43.795000000000002,60.235999999999997,55.372999999999998,54.289000000000001,48.466000000000001,58.390000000000001,71.972999999999999,44.578000000000003,40.238,46.808999999999997],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1997","type":"scatter","name":"Africa","marker":{"color":"rgba(102,194,165,1)","size":[11.980156717793243,10.669904220583245,10.409932312082947,10.100777281629345,10.70251680752275,10.41372240195537,10.96481082006842,10.248202222244577,10.512034111703725,10.031940431256745,13.258328933320623,10.187077143427988,10.994170400103377,10.024427548983795,14.509768763831403,10.025933415233665,10.27289657226045,14.081618288974518,10.072769862056525,10.080248890834488,11.253007738750455,10.545261248782095,10.077378237314873,11.924995450841815,10.131237714528561,10.146110182804815,10.320765891945536,10.962715793800925,10.707099860912871,10.636457513558547,10.162765010291018,10.07438261252646,11.94312850210718,11.129131657815622,10.117037197176023,10.655654902325633,17.244909200114606,10.042644414950463,10.488184597496259,10.005842253247067,10.646717989166707,10.308380836514781,10.448661392880135,12.919522268184771,12.190970757955448,10.067875916187225,12.090376735668935,10.290817834423095,10.625993302703327,11.44356783348746,10.638696553685772,10.774326144911987],"sizemode":"area","line":{"color":"rgba(102,194,165,1)"}},"textfont":{"color":"rgba(102,194,165,1)","size":[11.980156717793243,10.669904220583245,10.409932312082947,10.100777281629345,10.70251680752275,10.41372240195537,10.96481082006842,10.248202222244577,10.512034111703725,10.031940431256745,13.258328933320623,10.187077143427988,10.994170400103377,10.024427548983795,14.509768763831403,10.025933415233665,10.27289657226045,14.081618288974518,10.072769862056525,10.080248890834488,11.253007738750455,10.545261248782095,10.077378237314873,11.924995450841815,10.131237714528561,10.146110182804815,10.320765891945536,10.962715793800925,10.707099860912871,10.636457513558547,10.162765010291018,10.07438261252646,11.94312850210718,11.129131657815622,10.117037197176023,10.655654902325633,17.244909200114606,10.042644414950463,10.488184597496259,10.005842253247067,10.646717989166707,10.308380836514781,10.448661392880135,12.919522268184771,12.190970757955448,10.067875916187225,12.090376735668935,10.290817834423095,10.625993302703327,11.44356783348746,10.638696553685772,10.774326144911987]},"error_y":{"color":"rgba(102,194,165,1)","width":[]},"error_x":{"color":"rgba(102,194,165,1)","width":[]},"line":{"color":"rgba(102,194,165,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[10967.281950000001,3326.1431910000001,7957.9808240000002,28954.925889999999,10118.053180000001,6117.3617459999996,6677.045314,5431.9904150000002,3614.1012850000002,7429.4558770000003,5154.8254960000004,4684.3138070000005,1341.7269309999999,3160.4549059999999,7121.924704,9767.2975299999998,2253.0230040000001,7113.6922519999998,4247.4002609999998,5838.3476570000003,16999.433300000001,8792.5731259999993,35767.43303,9230.2407079999994,10165.49518],"y":[73.275000000000006,62.049999999999997,69.388000000000005,78.609999999999999,75.816000000000003,70.313000000000002,77.260000000000005,76.150999999999996,69.956999999999994,72.311999999999998,69.534999999999997,66.322000000000003,56.670999999999999,67.659000000000006,72.262,73.670000000000002,68.426000000000002,73.738,69.400000000000006,68.385999999999996,74.917000000000002,69.465000000000003,76.810000000000002,74.222999999999999,72.146000000000001],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1997","type":"scatter","name":"Americas","marker":{"color":"rgba(252,141,98,1)","size":[12.466899538619863,10.520987337333018,21.499725655113949,12.064369197661968,10.9923932281225,12.566164469962999,10.236025475012823,10.745527399893806,10.541406523305332,10.808921618416836,10.390641211927516,10.66504808688375,10.467774352668792,10.39640982017238,10.168673673720797,16.541036819479011,10.310521251036645,10.18254405124418,10.347688498112408,11.685037987940277,10.252496497132082,10.073582891960367,28.622954268997955,10.218602596359064,11.523024170322334],"sizemode":"area","line":{"color":"rgba(252,141,98,1)"}},"textfont":{"color":"rgba(252,141,98,1)","size":[12.466899538619863,10.520987337333018,21.499725655113949,12.064369197661968,10.9923932281225,12.566164469962999,10.236025475012823,10.745527399893806,10.541406523305332,10.808921618416836,10.390641211927516,10.66504808688375,10.467774352668792,10.39640982017238,10.168673673720797,16.541036819479011,10.310521251036645,10.18254405124418,10.347688498112408,11.685037987940277,10.252496497132082,10.073582891960367,28.622954268997955,10.218602596359064,11.523024170322334]},"error_y":{"color":"rgba(252,141,98,1)","width":[]},"error_x":{"color":"rgba(252,141,98,1)","width":[]},"line":{"color":"rgba(252,141,98,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[635.34135100000003,20292.016790000001,972.77003520000005,734.28516999999999,2289.234136,28377.63219,1458.817442,3119.335603,8263.5903010000002,3076.239795,20896.609240000002,28816.584989999999,3645.3795719999998,1690.7568140000001,15993.527959999999,40300.619960000004,8754.9638500000001,10132.90964,1902.2520999999999,415,1010.892138,19702.055810000002,2049.3505209999998,2536.5349249999999,20586.690190000001,33519.476600000002,2664.477257,4014.2389720000001,20206.82098,5852.625497,1385.8967689999999,7110.6676189999998,2117.4845260000002],"y":[41.762999999999998,73.924999999999997,59.411999999999999,56.533999999999999,70.426000000000002,80,61.765000000000001,66.040999999999997,68.042000000000002,58.811,78.269000000000005,80.689999999999998,69.772000000000006,67.727000000000004,74.647000000000006,76.156000000000006,70.265000000000001,71.938000000000002,63.625,60.328000000000003,59.426000000000002,72.498999999999995,61.817999999999998,68.563999999999993,70.533000000000001,77.158000000000001,70.456999999999994,71.527000000000001,75.25,67.521000000000001,70.671999999999997,71.096000000000004,58.020000000000003],"text":["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."],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1997","type":"scatter","name":"Asia","marker":{"color":"rgba(141,160,203,1)","size":[11.512992137552331,10.036757660738209,18.412544157756798,10.800126739780231,93.952230375217496,10.439270051153397,75.450544580751057,23.597228210212926,14.318230057378376,11.413908417961604,10.373437903220085,18.592814769354657,10.304833249601421,11.469152544072138,13.14740618241186,10.116394185530281,10.230038388869856,11.39345899590405,10.166181892682395,12.947701344088028,11.565799358047792,10.151769040203023,19.248612593491792,15.115766595273888,11.444899108527286,10.25542311812325,11.272143631551847,11.025228865912052,11.472121550185054,14.105873772109792,15.186477263895316,10.188790225828633,11.076110191108933],"sizemode":"area","line":{"color":"rgba(141,160,203,1)"}},"textfont":{"color":"rgba(141,160,203,1)","size":[11.512992137552331,10.036757660738209,18.412544157756798,10.800126739780231,93.952230375217496,10.439270051153397,75.450544580751057,23.597228210212926,14.318230057378376,11.413908417961604,10.373437903220085,18.592814769354657,10.304833249601421,11.469152544072138,13.14740618241186,10.116394185530281,10.230038388869856,11.39345899590405,10.166181892682395,12.947701344088028,11.565799358047792,10.151769040203023,19.248612593491792,15.115766595273888,11.444899108527286,10.25542311812325,11.272143631551847,11.025228865912052,11.472121550185054,14.105873772109792,15.186477263895316,10.188790225828633,11.076110191108933]},"error_y":{"color":"rgba(141,160,203,1)","width":[]},"error_x":{"color":"rgba(141,160,203,1)","width":[]},"line":{"color":"rgba(141,160,203,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[3193.0546039999999,29095.92066,27561.196629999999,4766.355904,5970.3887599999998,9875.6045150000009,16048.51424,29804.345669999999,23723.950199999999,25889.78487,27788.884160000001,18747.69814,11712.7768,28061.09966,24521.94713,24675.024460000001,6465.6133490000002,30246.13063,41283.16433,10159.58368,17641.031559999999,7346.5475569999999,7914.3203039999999,12126.23065,17161.107349999998,20445.29896,25266.594990000001,32135.32301,6601.4299149999997,26074.531360000001],"y":[72.950000000000003,77.510000000000005,77.530000000000001,73.244,70.319999999999993,73.680000000000007,74.010000000000005,76.109999999999999,77.129999999999995,78.640000000000001,77.340000000000003,77.869,71.040000000000006,78.950000000000003,76.122,78.819999999999993,75.444999999999993,78.030000000000001,78.319999999999993,72.75,75.969999999999999,69.719999999999999,72.231999999999999,72.709999999999994,75.129999999999995,78.769999999999996,79.390000000000001,79.370000000000005,68.834999999999994,77.218000000000004],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1997","type":"scatter","name":"Europe","marker":{"color":"rgba(231,138,195,1)","size":[10.229877994286745,10.546697428704579,10.69207027419818,10.242092690194333,10.546436770443769,10.299261073531106,10.698958368380151,10.356529993557636,10.346342753433595,13.997129725663797,15.593406989382412,10.712722612466624,10.695134629771783,10.014413739768555,10.24620377399202,13.919051075918333,10.043179586833944,11.060955769631471,10.296604461463678,12.634221393143591,10.689110004471065,11.535859832152113,10.7014077642968,10.363310725748443,10.133202650551199,12.716158112763512,10.603193383346538,10.486899939265056,14.299096007408364,14.009745476282177],"sizemode":"area","line":{"color":"rgba(231,138,195,1)"}},"textfont":{"color":"rgba(231,138,195,1)","size":[10.229877994286745,10.546697428704579,10.69207027419818,10.242092690194333,10.546436770443769,10.299261073531106,10.698958368380151,10.356529993557636,10.346342753433595,13.997129725663797,15.593406989382412,10.712722612466624,10.695134629771783,10.014413739768555,10.24620377399202,13.919051075918333,10.043179586833944,11.060955769631471,10.296604461463678,12.634221393143591,10.689110004471065,11.535859832152113,10.7014077642968,10.363310725748443,10.133202650551199,12.716158112763512,10.603193383346538,10.486899939265056,14.299096007408364,14.009745476282177]},"error_y":{"color":"rgba(231,138,195,1)","width":[]},"error_x":{"color":"rgba(231,138,195,1)","width":[]},"line":{"color":"rgba(231,138,195,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[26997.936570000002,21050.413769999999],"y":[78.829999999999998,77.549999999999997],"text":["Australia","New Zealand"],"hoverinfo":["text","text"],"mode":"markers","frame":"1997","type":"scatter","name":"Oceania","marker":{"color":"rgba(166,216,84,1)","size":[11.263037860436063,10.246814911480183],"sizemode":"area","line":{"color":"rgba(166,216,84,1)"}},"textfont":{"color":"rgba(166,216,84,1)","size":[11.263037860436063,10.246814911480183]},"error_y":{"color":"rgba(166,216,84,1)","width":[]},"error_x":{"color":"rgba(166,216,84,1)","width":[]},"line":{"color":"rgba(166,216,84,1)"},"xaxis":"x","yaxis":"y","visible":true}],"traces":[0,1,2,3,4]},{"name":"2002","data":[{"x":[5288.0403820000001,2773.2873119999999,1372.877931,11003.605079999999,1037.645221,446.4035126,1934.0114490000001,738.69060679999996,1156.1818599999999,1075.8115580000001,241.1658765,3484.0619700000002,1648.800823,1908.260867,4754.6044140000004,7703.4958999999999,765.35000149999996,530.05353190000005,12521.71392,660.58559969999999,1111.9845780000001,945.58358369999996,575.70471759999998,1287.5147320000001,1275.184575,531.48236789999999,9534.6774669999995,894.63708220000001,665.42311859999995,951.40975179999998,1579.0195430000001,9021.8158939999994,3258.4955839999998,633.61794659999998,4072.3247510000001,601.07450119999999,1615.2863950000001,6316.1652000000004,785.65376479999998,1353.09239,1519.635262,699.48971300000005,882.08182179999994,7710.9464440000002,1993.398314,4128.116943,899.07421109999996,886.22057649999999,5722.8956550000003,927.72100179999995,1071.613938,672.03862270000002],"y":[70.994,41.003,54.405999999999999,46.634,50.649999999999999,47.359999999999999,49.856000000000002,43.308,50.524999999999999,62.973999999999997,44.966000000000001,52.969999999999999,46.832000000000001,53.372999999999998,69.805999999999997,49.347999999999999,55.240000000000002,50.725000000000001,56.761000000000003,58.040999999999997,58.453000000000003,53.676000000000002,45.503999999999998,50.991999999999997,44.593000000000004,43.753,72.736999999999995,57.286000000000001,45.009,51.817999999999998,62.247,71.953999999999994,69.614999999999995,44.026000000000003,51.478999999999999,54.496000000000002,46.607999999999997,75.744,43.412999999999997,64.337000000000003,61.600000000000001,41.012,45.936,53.365000000000002,56.369,43.869,49.651000000000003,57.561,73.042000000000002,47.813000000000002,39.192999999999998,39.988999999999997],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"2002","type":"scatter","name":"Africa","marker":{"color":"rgba(102,194,165,1)","size":[12.131345812135542,10.737548554293664,10.475457457958884,10.107180165134148,10.832086008868865,10.47511380403294,11.083173763790128,10.272193156697238,10.598969886834645,10.037837491674127,13.775745887233576,10.223104360409405,11.10520160505153,10.026441558923565,14.99970719077772,10.029732104985861,10.297231911422209,14.633477761387743,10.084585482590729,10.09540099170947,11.398554765936014,10.597064194428235,10.086848411272884,12.138150637640322,10.135602426526606,10.188012482733077,10.362326176020193,11.120268526164928,10.802961492214434,10.718032969974889,10.188982153304256,10.07782174540043,12.123199200626766,11.256795235008342,10.13050945486822,10.756287351059079,18.179527412111096,10.046683014047186,10.53185410446534,10.007532470887995,10.737816856892051,10.361678250157436,10.525090845046142,13.028632696810401,12.527428700370432,10.073048334354013,12.357033753887299,10.335625119137058,10.662775261514552,11.684474695814991,10.719100105850186,10.809927940856578],"sizemode":"area","line":{"color":"rgba(102,194,165,1)"}},"textfont":{"color":"rgba(102,194,165,1)","size":[12.131345812135542,10.737548554293664,10.475457457958884,10.107180165134148,10.832086008868865,10.47511380403294,11.083173763790128,10.272193156697238,10.598969886834645,10.037837491674127,13.775745887233576,10.223104360409405,11.10520160505153,10.026441558923565,14.99970719077772,10.029732104985861,10.297231911422209,14.633477761387743,10.084585482590729,10.09540099170947,11.398554765936014,10.597064194428235,10.086848411272884,12.138150637640322,10.135602426526606,10.188012482733077,10.362326176020193,11.120268526164928,10.802961492214434,10.718032969974889,10.188982153304256,10.07782174540043,12.123199200626766,11.256795235008342,10.13050945486822,10.756287351059079,18.179527412111096,10.046683014047186,10.53185410446534,10.007532470887995,10.737816856892051,10.361678250157436,10.525090845046142,13.028632696810401,12.527428700370432,10.073048334354013,12.357033753887299,10.335625119137058,10.662775261514552,11.684474695814991,10.719100105850186,10.809927940856578]},"error_y":{"color":"rgba(102,194,165,1)","width":[]},"error_x":{"color":"rgba(102,194,165,1)","width":[]},"line":{"color":"rgba(102,194,165,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[8797.6407159999999,3413.26269,8131.2128430000002,33328.965069999998,10778.78385,5755.2599620000001,7723.4471949999997,6340.6466829999999,4563.8081540000003,5773.0445120000004,5351.5686660000001,4858.347495,1270.364932,3099.7286600000002,6994.7748609999999,10742.44053,2474.5488190000001,7356.0319339999996,3783.6742429999999,5909.0200729999997,18855.606179999999,11460.60023,39097.099549999999,7727.0020039999999,8605.0478309999999],"y":[74.340000000000003,63.883000000000003,71.006,79.769999999999996,77.859999999999999,71.682000000000002,78.123000000000005,77.158000000000001,70.846999999999994,74.173000000000002,70.733999999999995,68.977999999999994,58.137,68.564999999999998,72.046999999999997,74.902000000000001,70.835999999999999,74.712000000000003,70.754999999999995,69.906000000000006,77.778000000000006,68.975999999999999,77.310000000000002,75.307000000000002,72.766000000000005],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"2002","type":"scatter","name":"Americas","marker":{"color":"rgba(252,141,98,1)","size":[12.612118610072718,10.572309918265992,22.275591315011752,12.173330015680712,11.053624167363944,12.794839163611336,10.257649872707939,10.762180589307672,10.586314617721106,10.877817234634566,10.429561947188267,10.75888062432943,10.515149179266796,10.451651830439477,10.17777507664368,16.990467969852052,10.347191957434903,10.200040301888087,10.397538315507346,11.822998760862738,10.259333811071569,10.071107423392334,29.630625797818489,10.225444756262553,11.653610751096474],"sizemode":"area","line":{"color":"rgba(252,141,98,1)"}},"textfont":{"color":"rgba(252,141,98,1)","size":[12.612118610072718,10.572309918265992,22.275591315011752,12.173330015680712,11.053624167363944,12.794839163611336,10.257649872707939,10.762180589307672,10.586314617721106,10.877817234634566,10.429561947188267,10.75888062432943,10.515149179266796,10.451651830439477,10.17777507664368,16.990467969852052,10.347191957434903,10.200040301888087,10.397538315507346,11.822998760862738,10.259333811071569,10.071107423392334,29.630625797818489,10.225444756262553,11.653610751096474]},"error_y":{"color":"rgba(252,141,98,1)","width":[]},"error_x":{"color":"rgba(252,141,98,1)","width":[]},"line":{"color":"rgba(252,141,98,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[726.73405479999997,23403.559270000002,1136.3904299999999,896.22601529999997,3119.2808960000002,30209.015159999999,1746.769454,2873.9128700000001,9240.7619749999994,4390.7173119999998,21905.595140000001,28604.591899999999,3844.9171940000001,1646.758151,19233.98818,35110.105660000001,9313.9388299999991,10206.977940000001,2140.7393229999998,611,1057.2063109999999,19774.836869999999,2092.7124410000001,2650.9210680000001,19014.54118,36023.1054,3015.3788330000002,4090.9253309999999,23235.423289999999,5913.1875289999998,1764.4566769999999,4515.4875750000001,2234.820827],"y":[42.128999999999998,74.795000000000002,62.012999999999998,56.752000000000002,72.028000000000006,81.495000000000005,62.878999999999998,68.587999999999994,69.450999999999993,57.045999999999999,79.695999999999998,82,71.263000000000005,66.662000000000006,77.045000000000002,76.903999999999996,71.028000000000006,73.043999999999997,65.033000000000001,59.908000000000001,61.340000000000003,74.192999999999998,63.609999999999999,70.302999999999997,71.626000000000005,78.769999999999996,70.814999999999998,73.052999999999997,76.989999999999995,68.563999999999993,73.016999999999996,72.370000000000005,60.308],"text":["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."],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"2002","type":"scatter","name":"Asia","marker":{"color":"rgba(141,160,203,1)","size":[11.720548870870102,10.040705142061123,19.25488886765546,10.878190783380681,97.387063309300402,10.457463438083218,80.581297490328708,24.401385222222164,14.562564859085565,11.634100354006771,10.407437596164941,18.668530704511365,10.358154893064079,11.512169688732547,13.269943139210246,10.140024471056488,10.246923638531628,11.542678786030809,10.178428599253593,13.108110533344712,11.76187688993781,10.181106028490317,20.466156953410231,15.660568979042257,11.668207340689777,10.282414932846409,11.332078514308733,11.166840083040105,11.528473559220298,14.282653924567079,15.518128965564106,10.22725298336484,11.27232122589451],"sizemode":"area","line":{"color":"rgba(141,160,203,1)"}},"textfont":{"color":"rgba(141,160,203,1)","size":[11.720548870870102,10.040705142061123,19.25488886765546,10.878190783380681,97.387063309300402,10.457463438083218,80.581297490328708,24.401385222222164,14.562564859085565,11.634100354006771,10.407437596164941,18.668530704511365,10.358154893064079,11.512169688732547,13.269943139210246,10.140024471056488,10.246923638531628,11.542678786030809,10.178428599253593,13.108110533344712,11.76187688993781,10.181106028490317,20.466156953410231,15.660568979042257,11.668207340689777,10.282414932846409,11.332078514308733,11.166840083040105,11.528473559220298,14.282653924567079,15.518128965564106,10.22725298336484,11.27232122589451]},"error_y":{"color":"rgba(141,160,203,1)","width":[]},"error_x":{"color":"rgba(141,160,203,1)","width":[]},"line":{"color":"rgba(141,160,203,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[4604.2117369999996,32417.607690000001,30485.883750000001,6018.9752390000003,7696.7777249999999,11628.38895,17596.210220000001,32166.500059999998,28204.59057,28926.032340000002,30035.80198,22514.254799999999,14843.93556,31163.201959999999,34077.04939,27968.098170000001,6557.1942820000004,33724.75778,44683.975250000003,12002.239079999999,19970.907869999999,7885.3600809999998,7236.0752510000002,13638.77837,20660.019359999998,24835.471659999999,29341.630929999999,34480.957710000002,6508.0857180000003,29478.999189999999],"y":[75.650999999999996,78.980000000000004,78.319999999999993,74.090000000000003,72.140000000000001,74.876000000000005,75.510000000000005,77.180000000000007,78.370000000000005,79.590000000000003,78.670000000000002,78.256,72.590000000000003,80.5,77.783000000000001,80.239999999999995,73.980999999999995,78.530000000000001,79.049999999999997,74.670000000000002,77.290000000000006,71.322000000000003,73.212999999999994,73.799999999999997,76.659999999999997,79.780000000000001,80.040000000000006,80.620000000000005,70.844999999999999,78.471000000000004],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"2002","type":"scatter","name":"Europe","marker":{"color":"rgba(231,138,195,1)","size":[10.235370587342629,10.552050922117749,10.699727102077846,10.280206265310454,10.518844943473745,10.301747189569337,10.695927115518382,10.362743065430255,10.350344632408737,14.085968326574534,15.616585576461375,10.719649679119641,10.684120572635052,10.015562984019803,10.260668089244016,13.949596347314062,10.045061936709534,11.096335811533287,10.305471824801247,12.632243352542247,10.708046939736384,11.525067597311175,10.686048447271041,10.365156423755465,10.133194801454579,12.73643437692432,10.607053500811416,10.49836617262013,14.589941279543122,14.085108065584944],"sizemode":"area","line":{"color":"rgba(231,138,195,1)"}},"textfont":{"color":"rgba(231,138,195,1)","size":[10.235370587342629,10.552050922117749,10.699727102077846,10.280206265310454,10.518844943473745,10.301747189569337,10.695927115518382,10.362743065430255,10.350344632408737,14.085968326574534,15.616585576461375,10.719649679119641,10.684120572635052,10.015562984019803,10.260668089244016,13.949596347314062,10.045061936709534,11.096335811533287,10.305471824801247,12.632243352542247,10.708046939736384,11.525067597311175,10.686048447271041,10.365156423755465,10.133194801454579,12.73643437692432,10.607053500811416,10.49836617262013,14.589941279543122,14.085108065584944]},"error_y":{"color":"rgba(231,138,195,1)","width":[]},"error_x":{"color":"rgba(231,138,195,1)","width":[]},"line":{"color":"rgba(231,138,195,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[30687.754730000001,23189.801350000002],"y":[80.370000000000005,79.109999999999999],"text":["Australia","New Zealand"],"hoverinfo":["text","text"],"mode":"markers","frame":"2002","type":"scatter","name":"Oceania","marker":{"color":"rgba(166,216,84,1)","size":[11.330031538163158,10.262639372796965],"sizemode":"area","line":{"color":"rgba(166,216,84,1)"}},"textfont":{"color":"rgba(166,216,84,1)","size":[11.330031538163158,10.262639372796965]},"error_y":{"color":"rgba(166,216,84,1)","width":[]},"error_x":{"color":"rgba(166,216,84,1)","width":[]},"line":{"color":"rgba(166,216,84,1)"},"xaxis":"x","yaxis":"y","visible":true}],"traces":[0,1,2,3,4]},{"name":"2007","data":[{"x":[6223.3674650000003,4797.2312670000001,1441.2848730000001,12569.851769999999,1217.0329939999999,430.07069159999998,2042.0952400000001,706.01653699999997,1704.0637240000001,986.14787920000003,277.55185870000003,3632.5577979999998,1544.7501119999999,2082.4815669999998,5581.1809979999998,12154.089749999999,641.36952359999998,690.80557590000001,13206.48452,752.74972649999995,1327.6089099999999,942.6542111,579.23174300000005,1463.249282,1569.3314419999999,414.5073415,12057.49928,1044.7701259999999,759.34991009999999,1042.581557,1803.151496,10956.991120000001,3820.1752299999998,823.68562050000003,4811.0604290000001,619.67689240000004,2013.9773049999999,7670.122558,863.08846389999997,1598.4350890000001,1712.4721360000001,862.54075609999995,926.14106830000003,9269.6578079999999,2602.3949950000001,4513.4806429999999,1107.482182,882.96994380000001,7092.9230250000001,1056.3801209999999,1271.211593,469.70929810000001],"y":[72.301000000000002,42.731000000000002,56.728000000000002,50.728000000000002,52.295000000000002,49.579999999999998,50.43,44.741,50.651000000000003,65.152000000000001,46.462000000000003,55.322000000000003,48.328000000000003,54.790999999999997,71.337999999999994,51.579000000000001,58.039999999999999,52.947000000000003,56.734999999999999,59.448,60.021999999999998,56.006999999999998,46.387999999999998,54.109999999999999,42.591999999999999,45.677999999999997,73.951999999999998,59.442999999999998,48.302999999999997,54.466999999999999,64.164000000000001,72.801000000000002,71.164000000000001,42.082000000000001,52.905999999999999,56.866999999999997,46.859000000000002,76.441999999999993,46.241999999999997,65.528000000000006,63.061999999999998,42.567999999999998,48.158999999999999,49.338999999999999,58.555999999999997,39.613,52.517000000000003,58.420000000000002,73.923000000000002,51.542000000000002,42.384,43.487000000000002],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"2007","type":"scatter","name":"Africa","marker":{"color":"rgba(102,194,165,1)","size":[12.270996529686874,10.843638991804848,10.547273347637471,10.107779699609916,10.973710603587682,10.568581324359265,11.203729403842495,10.294104080545504,10.694733506807975,10.044429231268918,14.405510100712366,10.255307156252311,11.22537352665868,10.029783089987387,15.474201052683679,10.033525197990903,10.33079328351058,15.218070969840483,10.095203126221623,10.111139658987542,11.557078329172434,10.674872357478861,10.096375303485605,12.42640598090242,10.133273428926811,10.213900236700315,10.407941644673997,11.304154226907077,10.905517379137951,10.817110342035306,10.219095860891894,10.08128053514246,12.299933009287487,11.357664726459722,10.136169472567667,10.876017470906024,19.212188007462345,10.050376389398643,10.600665905981769,10.009525936670522,10.833197440950308,10.415288945134765,10.618287810424615,12.998888442788031,12.88252394731888,10.073239238034423,12.599049454681737,10.385054020194103,10.697282825137252,11.986871654078467,10.797606360728926,10.836176685015339],"sizemode":"area","line":{"color":"rgba(102,194,165,1)"}},"textfont":{"color":"rgba(102,194,165,1)","size":[12.270996529686874,10.843638991804848,10.547273347637471,10.107779699609916,10.973710603587682,10.568581324359265,11.203729403842495,10.294104080545504,10.694733506807975,10.044429231268918,14.405510100712366,10.255307156252311,11.22537352665868,10.029783089987387,15.474201052683679,10.033525197990903,10.33079328351058,15.218070969840483,10.095203126221623,10.111139658987542,11.557078329172434,10.674872357478861,10.096375303485605,12.42640598090242,10.133273428926811,10.213900236700315,10.407941644673997,11.304154226907077,10.905517379137951,10.817110342035306,10.219095860891894,10.08128053514246,12.299933009287487,11.357664726459722,10.136169472567667,10.876017470906024,19.212188007462345,10.050376389398643,10.600665905981769,10.009525936670522,10.833197440950308,10.415288945134765,10.618287810424615,12.998888442788031,12.88252394731888,10.073239238034423,12.599049454681737,10.385054020194103,10.697282825137252,11.986871654078467,10.797606360728926,10.836176685015339]},"error_y":{"color":"rgba(102,194,165,1)","width":[]},"error_x":{"color":"rgba(102,194,165,1)","width":[]},"line":{"color":"rgba(102,194,165,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[12779.379639999999,3822.137084,9065.8008250000003,36319.235009999997,13171.638849999999,7006.5804189999999,9645.06142,8948.1029230000004,6025.3747519999997,6873.262326,5728.3535140000004,5186.0500030000003,1201.637154,3548.3308459999998,7320.8802619999997,11977.57496,2749.3209649999999,9809.1856360000002,4172.8384640000004,7408.9055609999996,19328.709009999999,18008.509239999999,42951.65309,10611.46299,11415.805689999999],"y":[75.319999999999993,65.554000000000002,72.390000000000001,80.653000000000006,78.552999999999997,72.888999999999996,78.781999999999996,78.272999999999996,72.234999999999999,74.994,71.878,70.259,60.915999999999997,70.197999999999993,72.566999999999993,76.194999999999993,72.899000000000001,75.537000000000006,71.751999999999995,71.421000000000006,78.745999999999995,69.819000000000003,78.242000000000004,76.384,73.747],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"2007","type":"scatter","name":"Americas","marker":{"color":"rgba(252,141,98,1)","size":[12.746632059759518,10.618313678316955,22.96470343532625,12.274881832513952,11.107386725297623,13.014567661690831,10.278054111270166,10.775147842948616,10.631996360051591,10.934770689229971,10.469558691216148,10.854044300308908,10.576246752118708,10.506693449857204,10.185656456939702,17.415067513397887,10.383264221405618,10.217192147822894,10.450956946503027,11.953042661921849,10.264990962144426,10.068020749083123,30.549613114046156,10.231206061434909,11.776260871392221],"sizemode":"area","line":{"color":"rgba(252,141,98,1)"}},"textfont":{"color":"rgba(252,141,98,1)","size":[12.746632059759518,10.618313678316955,22.96470343532625,12.274881832513952,11.107386725297623,13.014567661690831,10.278054111270166,10.775147842948616,10.631996360051591,10.934770689229971,10.469558691216148,10.854044300308908,10.576246752118708,10.506693449857204,10.185656456939702,17.415067513397887,10.383264221405618,10.217192147822894,10.450956946503027,11.953042661921849,10.264990962144426,10.068020749083123,30.549613114046156,10.231206061434909,11.776260871392221]},"error_y":{"color":"rgba(252,141,98,1)","width":[]},"error_x":{"color":"rgba(252,141,98,1)","width":[]},"line":{"color":"rgba(252,141,98,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[974.58033839999996,29796.048340000001,1391.253792,1713.7786860000001,4959.1148540000004,39724.978669999997,2452.210407,3540.6515639999998,11605.71449,4471.0619059999999,25523.277099999999,31656.068060000001,4519.4611709999999,1593.06548,23348.139729999999,47306.989780000004,10461.05868,12451.6558,3095.7722709999998,944,1091.359778,22316.192869999999,2605.94758,3190.4810160000002,21654.83194,47143.179640000002,3970.0954069999998,4184.5480889999999,28718.276839999999,7458.3963270000004,2441.5764039999999,3025.3497980000002,2280.769906],"y":[43.828000000000003,75.635000000000005,64.061999999999998,59.722999999999999,72.960999999999999,82.207999999999998,64.697999999999993,70.650000000000006,70.963999999999999,59.545000000000002,80.745000000000005,82.602999999999994,72.534999999999997,67.296999999999997,78.623000000000005,77.587999999999994,71.992999999999995,74.241,66.802999999999997,62.069000000000003,63.784999999999997,75.640000000000001,65.483000000000004,71.688000000000002,72.777000000000001,79.971999999999994,72.396000000000001,74.143000000000001,78.400000000000006,70.616,74.248999999999995,73.421999999999997,62.698],"text":["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."],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"2007","type":"scatter","name":"Asia","marker":{"color":"rgba(141,160,203,1)","size":[12.172487432221772,10.044266311324286,20.26445666996646,10.960445971564345,100,10.472338226961952,85.783800493679365,25.253660609164903,14.736319560187283,11.872837248257337,10.434544280710814,18.69597735732042,10.40905273549037,11.586317033119437,13.343358811286093,10.166916022101949,10.263543110956533,11.690031651463162,10.192071898999099,13.255803162281207,11.96853834846976,10.214647948469672,21.549133875507721,16.212203421268025,11.87975810388607,10.306660655800668,11.386780301969308,11.314193767508629,11.577619483280925,14.437001358883384,15.815316853792227,10.270167338986031,11.511922476315512],"sizemode":"area","line":{"color":"rgba(141,160,203,1)"}},"textfont":{"color":"rgba(141,160,203,1)","size":[12.172487432221772,10.044266311324286,20.26445666996646,10.960445971564345,100,10.472338226961952,85.783800493679365,25.253660609164903,14.736319560187283,11.872837248257337,10.434544280710814,18.69597735732042,10.40905273549037,11.586317033119437,13.343358811286093,10.166916022101949,10.263543110956533,11.690031651463162,10.192071898999099,13.255803162281207,11.96853834846976,10.214647948469672,21.549133875507721,16.212203421268025,11.87975810388607,10.306660655800668,11.386780301969308,11.314193767508629,11.577619483280925,14.437001358883384,15.815316853792227,10.270167338986031,11.511922476315512]},"error_y":{"color":"rgba(141,160,203,1)","width":[]},"error_x":{"color":"rgba(141,160,203,1)","width":[]},"line":{"color":"rgba(141,160,203,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[5937.0295260000003,36126.492700000003,33692.605080000001,7446.2988029999997,10680.792820000001,14619.22272,22833.308509999999,35278.418740000001,33207.0844,30470.0167,32170.37442,27538.41188,18008.944439999999,36180.789190000003,40675.996350000001,28569.719700000001,9253.896111,36797.933319999996,49357.190170000002,15389.92468,20509.64777,10808.47561,9786.5347139999994,18678.314350000001,25768.257590000001,28821.063699999999,33859.748350000002,37506.419070000004,8458.2763840000007,33203.261279999999],"y":[76.423000000000002,79.828999999999994,79.441000000000003,74.852000000000004,73.004999999999995,75.748000000000005,76.486000000000004,78.331999999999994,79.313000000000002,80.656999999999996,79.406000000000006,79.483000000000004,73.337999999999994,81.757000000000005,78.885000000000005,80.546000000000006,74.543000000000006,79.762,80.195999999999998,75.563000000000002,78.097999999999999,72.475999999999999,74.001999999999995,74.662999999999997,77.926000000000002,80.941000000000003,80.884,81.700999999999993,71.777000000000001,79.424999999999997],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"2007","type":"scatter","name":"Europe","marker":{"color":"rgba(231,138,195,1)","size":[10.241650615422071,10.555563973005979,10.705204815976659,10.306605302606242,10.495711198625042,10.302586155618533,10.694046676727186,10.369119739777648,10.353444752561723,14.165065447796252,15.620020409395456,10.726640630593844,10.675438447977726,10.01651176916867,10.27636157302676,13.96466210812622,10.042639364227421,11.12689835094158,10.311773966857254,12.624890114069252,10.722309703837773,11.516312032410687,10.688690248434412,10.367712499133139,10.133041095666849,12.756615018612388,10.612303044884126,10.511532452050163,14.852696204692943,14.144065496927047],"sizemode":"area","line":{"color":"rgba(231,138,195,1)"}},"textfont":{"color":"rgba(231,138,195,1)","size":[10.241650615422071,10.555563973005979,10.705204815976659,10.306605302606242,10.495711198625042,10.302586155618533,10.694046676727186,10.369119739777648,10.353444752561723,14.165065447796252,15.620020409395456,10.726640630593844,10.675438447977726,10.01651176916867,10.27636157302676,13.96466210812622,10.042639364227421,11.12689835094158,10.311773966857254,12.624890114069252,10.722309703837773,11.516312032410687,10.688690248434412,10.367712499133139,10.133041095666849,12.756615018612388,10.612303044884126,10.511532452050163,14.852696204692943,14.144065496927047]},"error_y":{"color":"rgba(231,138,195,1)","width":[]},"error_x":{"color":"rgba(231,138,195,1)","width":[]},"line":{"color":"rgba(231,138,195,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[34435.367440000002,25185.009109999999],"y":[81.234999999999999,80.203999999999994],"text":["Australia","New Zealand"],"hoverinfo":["text","text"],"mode":"markers","frame":"2007","type":"scatter","name":"Oceania","marker":{"color":"rgba(166,216,84,1)","size":[11.390598170818464,10.276817844425953],"sizemode":"area","line":{"color":"rgba(166,216,84,1)"}},"textfont":{"color":"rgba(166,216,84,1)","size":[11.390598170818464,10.276817844425953]},"error_y":{"color":"rgba(166,216,84,1)","width":[]},"error_x":{"color":"rgba(166,216,84,1)","width":[]},"line":{"color":"rgba(166,216,84,1)"},"xaxis":"x","yaxis":"y","visible":true}],"traces":[0,1,2,3,4]}],"shinyEvents":["plotly_hover","plotly_click","plotly_selected","plotly_relayout","plotly_brushed","plotly_brushing","plotly_clickannotation","plotly_doubleclick","plotly_deselect","plotly_afterplot","plotly_sunburstclick"],"base_url":"https://plot.ly"},"evals":[],"jsHooks":[]}</script> <h3>Add Animation Options</h3> <div class="highlight"><pre><code class="language-r" data-lang="r"><span class="n">library</span><span class="p">(</span><span class="n">plotly</span><span class="p">)</span><span class="w"> </span><span class="n">fig</span><span class="w"> </span><span class="o">&lt;-</span><span class="w"> </span><span class="n">fig</span><span class="w"> </span><span class="o">%&gt;%</span><span class="w"> </span><span class="n">animation_opts</span><span class="p">(</span><span class="w"> </span><span class="m">1000</span><span class="p">,</span><span class="w"> </span><span class="n">easing</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="s2">"elastic"</span><span class="p">,</span><span class="w"> </span><span class="n">redraw</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="kc">FALSE</span><span class="w"> </span><span class="p">)</span><span class="w"> </span><span class="n">fig</span><span class="w"> </span></code></pre></div> <div class="plotly html-widget html-fill-item" id="htmlwidget-b6d5ba08b483739347a7" style="width:672px;height:480px;"></div> <script type="application/json" data-for="htmlwidget-b6d5ba08b483739347a7">{"x":{"visdat":{"2402287d8e93":["function () ","plotlyVisDat"]},"cur_data":"2402287d8e93","attrs":{"2402287d8e93":{"x":{},"y":{},"text":{},"hoverinfo":"text","mode":"markers","color":{},"size":{},"frame":{},"alpha_stroke":1,"sizes":[10,100],"spans":[1,20],"type":"scatter"}},"layout":{"margin":{"b":40,"l":60,"t":25,"r":10},"xaxis":{"domain":[0,1],"automargin":true,"type":"log","title":"gdpPercap","range":[2.2486774322932659,5.1887227933502453]},"yaxis":{"domain":[0,1],"automargin":true,"title":"lifeExp","range":[20.648800000000001,85.55319999999999]},"hovermode":"closest","showlegend":true,"sliders":[{"currentvalue":{"prefix":"year: ","xanchor":"right","font":{"size":16,"color":"rgba(204,204,204,1)"}},"steps":[{"method":"animate","args":[["1952"],{"transition":{"duration":1000,"easing":"elastic"},"frame":{"duration":1000,"redraw":false},"mode":"immediate"}],"label":"1952","value":"1952"},{"method":"animate","args":[["1957"],{"transition":{"duration":1000,"easing":"elastic"},"frame":{"duration":1000,"redraw":false},"mode":"immediate"}],"label":"1957","value":"1957"},{"method":"animate","args":[["1962"],{"transition":{"duration":1000,"easing":"elastic"},"frame":{"duration":1000,"redraw":false},"mode":"immediate"}],"label":"1962","value":"1962"},{"method":"animate","args":[["1967"],{"transition":{"duration":1000,"easing":"elastic"},"frame":{"duration":1000,"redraw":false},"mode":"immediate"}],"label":"1967","value":"1967"},{"method":"animate","args":[["1972"],{"transition":{"duration":1000,"easing":"elastic"},"frame":{"duration":1000,"redraw":false},"mode":"immediate"}],"label":"1972","value":"1972"},{"method":"animate","args":[["1977"],{"transition":{"duration":1000,"easing":"elastic"},"frame":{"duration":1000,"redraw":false},"mode":"immediate"}],"label":"1977","value":"1977"},{"method":"animate","args":[["1982"],{"transition":{"duration":1000,"easing":"elastic"},"frame":{"duration":1000,"redraw":false},"mode":"immediate"}],"label":"1982","value":"1982"},{"method":"animate","args":[["1987"],{"transition":{"duration":1000,"easing":"elastic"},"frame":{"duration":1000,"redraw":false},"mode":"immediate"}],"label":"1987","value":"1987"},{"method":"animate","args":[["1992"],{"transition":{"duration":1000,"easing":"elastic"},"frame":{"duration":1000,"redraw":false},"mode":"immediate"}],"label":"1992","value":"1992"},{"method":"animate","args":[["1997"],{"transition":{"duration":1000,"easing":"elastic"},"frame":{"duration":1000,"redraw":false},"mode":"immediate"}],"label":"1997","value":"1997"},{"method":"animate","args":[["2002"],{"transition":{"duration":1000,"easing":"elastic"},"frame":{"duration":1000,"redraw":false},"mode":"immediate"}],"label":"2002","value":"2002"},{"method":"animate","args":[["2007"],{"transition":{"duration":1000,"easing":"elastic"},"frame":{"duration":1000,"redraw":false},"mode":"immediate"}],"label":"2007","value":"2007"}],"visible":true,"pad":{"t":40}}],"updatemenus":[{"type":"buttons","direction":"right","showactive":false,"y":0,"x":0,"yanchor":"top","xanchor":"right","pad":{"t":60,"r":5},"buttons":[{"label":"Play","method":"animate","args":[null,{"fromcurrent":true,"mode":"immediate","transition":{"duration":1000,"easing":"elastic"},"frame":{"duration":1000,"redraw":false}}]}]}]},"source":"A","config":{"modeBarButtonsToAdd":["hoverclosest","hovercompare"],"showSendToCloud":false},"data":[{"x":[2449.0081850000001,3520.6102729999998,1062.7521999999999,851.24114069999996,543.25524129999997,339.29645870000002,1172.667655,1071.3107130000001,1178.665927,1102.9909359999999,780.54232569999999,2125.6214180000002,1388.594732,2669.5294749999998,1418.822445,375.64312310000003,328.94055709999998,362.14627960000001,4293.4764750000004,485.23065910000003,911.29893709999999,510.19649229999999,299.85031900000001,853.54091900000003,298.8462121,575.57299609999995,2387.5480600000001,1443.0117150000001,369.16508019999998,452.33698070000003,743.11590969999997,1967.9557070000001,1688.2035699999999,468.52603809999999,2423.7804430000001,761.87937599999998,1077.2818560000001,2718.885295,493.32387519999997,879.58358550000003,1450.3569829999999,879.78773579999995,1135.7498419999999,4725.2955309999998,1615.991129,1148.376626,716.65007209999999,859.80865670000003,1468.475631,734.75348399999996,1147.388831,406.88411480000002],"y":[43.076999999999998,30.015000000000001,38.222999999999999,47.622,31.975000000000001,39.030999999999999,38.523000000000003,35.463000000000001,38.091999999999999,40.715000000000003,39.143000000000001,42.110999999999997,40.476999999999997,34.811999999999998,41.893000000000001,34.481999999999999,35.927999999999997,34.078000000000003,37.003,30,43.149000000000001,33.609000000000002,32.5,42.270000000000003,42.137999999999998,38.479999999999997,42.722999999999999,36.680999999999997,36.256,33.685000000000002,40.542999999999999,50.985999999999997,42.872999999999998,31.286000000000001,41.725000000000001,37.444000000000003,36.323999999999998,52.723999999999997,40,46.470999999999997,37.277999999999999,30.331,32.978000000000002,45.009,38.634999999999998,41.406999999999996,41.215000000000003,38.595999999999997,44.600000000000001,39.978000000000002,42.037999999999997,48.451000000000001],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1952","type":"scatter","name":"Africa","marker":{"color":"rgba(102,194,165,1)","size":[10.629259618945621,10.284757308036966,10.114549306559425,10.026092922527592,10.30099360804077,10.162824868184376,10.337787988900558,10.084066145406517,10.178990185053525,10.00641066434841,10.958271908306536,10.054252546321832,10.199094588124854,10.000214177958215,11.512711890676478,10.010712515320479,10.094103774923674,11.419726168376613,10.024618247905162,10.01530976533753,10.37682420826115,10.177747092907902,10.035535385761884,10.437094691088317,10.047008307912341,10.054827441459514,10.065503646176497,10.320987168217217,10.195052849389482,10.257870602955506,10.06569659744733,10.031160572317752,10.67428558631673,10.435884565148502,10.029063498459834,10.22656294539239,12.256382194309907,10.013492870102452,10.168920476619746,10,10.183981323214891,10.142187272566975,10.16837902545897,10.969528877920411,10.576373224953816,10.015714027939985,10.563968785667058,10.079112205137831,10.244872976723292,10.393464020084254,10.178276122020115,10.206185257252644],"sizemode":"area","line":{"color":"rgba(102,194,165,1)"}},"textfont":{"color":"rgba(102,194,165,1)","size":[10.629259618945621,10.284757308036966,10.114549306559425,10.026092922527592,10.30099360804077,10.162824868184376,10.337787988900558,10.084066145406517,10.178990185053525,10.00641066434841,10.958271908306536,10.054252546321832,10.199094588124854,10.000214177958215,11.512711890676478,10.010712515320479,10.094103774923674,11.419726168376613,10.024618247905162,10.01530976533753,10.37682420826115,10.177747092907902,10.035535385761884,10.437094691088317,10.047008307912341,10.054827441459514,10.065503646176497,10.320987168217217,10.195052849389482,10.257870602955506,10.06569659744733,10.031160572317752,10.67428558631673,10.435884565148502,10.029063498459834,10.22656294539239,12.256382194309907,10.013492870102452,10.168920476619746,10,10.183981323214891,10.142187272566975,10.16837902545897,10.969528877920411,10.576373224953816,10.015714027939985,10.563968785667058,10.079112205137831,10.244872976723292,10.393464020084254,10.178276122020115,10.206185257252644]},"error_y":{"color":"rgba(102,194,165,1)","width":[]},"error_x":{"color":"rgba(102,194,165,1)","width":[]},"line":{"color":"rgba(102,194,165,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[5911.3150530000003,2677.3263470000002,2108.9443550000001,11367.161120000001,3939.9787889999998,2144.115096,2627.0094709999998,5586.5387799999999,1397.7171370000001,3522.110717,3048.3029000000001,2428.2377689999998,1840.366939,2194.9262039999999,2898.5308810000001,3478.1255289999999,3112.3639480000002,2480.3803339999999,1952.3087009999999,3758.5234369999998,3081.959785,3023.2719280000001,13990.48208,5716.7667439999996,7689.7997610000002],"y":[62.484999999999999,40.414000000000001,50.917000000000002,68.75,54.744999999999997,50.643000000000001,57.206000000000003,59.420999999999999,45.927999999999997,48.356999999999999,45.262,42.023000000000003,37.579000000000001,41.911999999999999,58.530000000000001,50.789000000000001,42.314,55.191000000000003,62.649000000000001,43.902000000000001,64.280000000000001,59.100000000000001,68.439999999999998,66.070999999999998,55.088000000000001],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1952","type":"scatter","name":"Americas","marker":{"color":"rgba(252,141,98,1)","size":[11.21606019812705,10.192699007692559,13.859199393585619,11.005064741453392,10.431195787839556,10.838881415457701,10.059127995624314,10.405954321662737,10.165945942012687,10.238117156882629,10.135335762000556,10.210654055097176,10.214415273944638,10.099474809361464,10.093239350500223,12.053344561308055,10.075472749667506,10.060067361857236,10.102097294921846,10.543682283554137,10.147903530750032,10.041145578761045,20.749371197304647,10.14967572026088,10.367170979719349],"sizemode":"area","line":{"color":"rgba(252,141,98,1)"}},"textfont":{"color":"rgba(252,141,98,1)","size":[11.21606019812705,10.192699007692559,13.859199393585619,11.005064741453392,10.431195787839556,10.838881415457701,10.059127995624314,10.405954321662737,10.165945942012687,10.238117156882629,10.135335762000556,10.210654055097176,10.214415273944638,10.099474809361464,10.093239350500223,12.053344561308055,10.075472749667506,10.060067361857236,10.102097294921846,10.543682283554137,10.147903530750032,10.041145578761045,20.749371197304647,10.14967572026088,10.367170979719349]},"error_y":{"color":"rgba(252,141,98,1)","width":[]},"error_x":{"color":"rgba(252,141,98,1)","width":[]},"line":{"color":"rgba(252,141,98,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[779.44531449999999,9867.0847649999996,684.24417159999996,368.46928559999998,400.44861100000003,3054.4212090000001,546.56574929999999,749.6816546,3035.3260019999998,4129.7660560000004,4086.5221280000001,3216.9563469999998,1546.907807,1088.2777579999999,1030.592226,108382.3529,4834.804067,1831.1328940000001,786.56685749999997,331,545.86572290000004,1828.230307,684.59714380000003,1272.880995,6459.5548230000004,2315.1382269999999,1083.5320300000001,1643.4853539999999,1206.947913,757.79741769999998,605.06649170000003,1515.5923290000001,781.71757609999997],"y":[28.800999999999998,50.939,37.484000000000002,39.417000000000002,44,60.960000000000001,37.372999999999998,37.468000000000004,44.869,45.32,65.390000000000001,63.030000000000001,43.158000000000001,50.055999999999997,47.453000000000003,55.564999999999998,55.927999999999997,48.463000000000001,42.244,36.319000000000003,36.156999999999996,37.578000000000003,43.436,47.752000000000002,39.875,60.396000000000001,57.593000000000004,45.883000000000003,58.5,50.847999999999999,40.411999999999999,43.159999999999997,32.548000000000002],"text":["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."],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1952","type":"scatter","name":"Asia","marker":{"color":"rgba(141,160,203,1)","size":[10.570958440333994,10.004124939159547,13.196073516337687,10.316272523015931,47.962566414495925,10.141003151025526,35.386025309878448,15.596200380490078,11.174770127735174,10.367320999844319,10.106536334452237,15.89699311991038,10.037396031178993,10.60100034575081,11.425638926987236,10.006824550625852,10.094156261491509,10.456501207090577,10.05055173139184,11.367311607471214,10.62263982736204,10.030565201275845,12.817931410627473,11.527412361357225,10.269303597092721,10.072825215250953,10.540722969369218,10.245815823859932,10.579492046432662,11.448969923046661,11.787329940458308,10.066244600897457,10.334700359049151],"sizemode":"area","line":{"color":"rgba(141,160,203,1)"}},"textfont":{"color":"rgba(141,160,203,1)","size":[10.570958440333994,10.004124939159547,13.196073516337687,10.316272523015931,47.962566414495925,10.141003151025526,35.386025309878448,15.596200380490078,11.174770127735174,10.367320999844319,10.106536334452237,15.89699311991038,10.037396031178993,10.60100034575081,11.425638926987236,10.006824550625852,10.094156261491509,10.456501207090577,10.05055173139184,11.367311607471214,10.62263982736204,10.030565201275845,12.817931410627473,11.527412361357225,10.269303597092721,10.072825215250953,10.540722969369218,10.245815823859932,10.579492046432662,11.448969923046661,11.787329940458308,10.066244600897457,10.334700359049151]},"error_y":{"color":"rgba(141,160,203,1)","width":[]},"error_x":{"color":"rgba(141,160,203,1)","width":[]},"line":{"color":"rgba(141,160,203,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[1601.0561359999999,6137.0764920000001,8343.1051270000007,973.53319480000005,2444.2866479999998,3119.2365199999999,6876.1402500000004,9692.3852449999995,6424.5190709999997,7029.8093269999999,7144.1143929999998,3530.690067,5263.6738160000004,7267.6884280000004,5210.2803279999998,4931.4041550000002,2647.5856010000002,8941.5718579999993,10095.42172,4029.3296989999999,3068.3198670000002,3144.613186,3581.4594480000001,5074.6591040000003,4215.041741,3834.0347419999998,8527.8446619999995,14734.232749999999,1969.1009799999999,9979.5084869999991],"y":[55.229999999999997,66.799999999999997,68,53.82,59.600000000000001,61.210000000000001,66.870000000000005,70.780000000000001,66.549999999999997,67.409999999999997,67.5,65.859999999999999,64.030000000000001,72.489999999999995,66.909999999999997,65.939999999999998,59.164000000000001,72.129999999999995,72.670000000000002,61.310000000000002,59.82,61.049999999999997,57.996000000000002,64.359999999999999,65.569999999999993,64.939999999999998,71.859999999999999,69.620000000000005,43.585000000000001,69.180000000000007],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1952","type":"scatter","name":"Europe","marker":{"color":"rgba(231,138,195,1)","size":[10.083452004785734,10.468745388300251,10.591780523848481,10.186398230696833,10.492437920575309,10.26087789900933,10.618725312244932,10.291712631437814,10.275093022506884,12.893904318382232,14.715323704498925,10.523721689583494,10.644580714283491,10.006002920842237,10.197397613435532,13.249252237988841,10.024149486204392,10.704506041618405,10.22303153444337,11.752091728319773,10.577832679154104,11.130951692689347,10.464129778222411,10.238757643166849,10.097568161412857,11.944518747751182,10.482184475027601,10.32454233121514,11.513556043954743,13.437903568933802],"sizemode":"area","line":{"color":"rgba(231,138,195,1)"}},"textfont":{"color":"rgba(231,138,195,1)","size":[10.083452004785734,10.468745388300251,10.591780523848481,10.186398230696833,10.492437920575309,10.26087789900933,10.618725312244932,10.291712631437814,10.275093022506884,12.893904318382232,14.715323704498925,10.523721689583494,10.644580714283491,10.006002920842237,10.197397613435532,13.249252237988841,10.024149486204392,10.704506041618405,10.22303153444337,11.752091728319773,10.577832679154104,11.130951692689347,10.464129778222411,10.238757643166849,10.097568161412857,11.944518747751182,10.482184475027601,10.32454233121514,11.513556043954743,13.437903568933802]},"error_y":{"color":"rgba(231,138,195,1)","width":[]},"error_x":{"color":"rgba(231,138,195,1)","width":[]},"line":{"color":"rgba(231,138,195,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[10039.59564,10556.57566],"y":[69.120000000000005,69.390000000000001],"text":["Australia","New Zealand"],"hoverinfo":["text","text"],"mode":"markers","frame":"1952","type":"scatter","name":"Oceania","marker":{"color":"rgba(166,216,84,1)","size":[10.589105483467248,10.132054771360233],"sizemode":"area","line":{"color":"rgba(166,216,84,1)"}},"textfont":{"color":"rgba(166,216,84,1)","size":[10.589105483467248,10.132054771360233]},"error_y":{"color":"rgba(166,216,84,1)","width":[]},"error_x":{"color":"rgba(166,216,84,1)","width":[]},"line":{"color":"rgba(166,216,84,1)"},"xaxis":"x","yaxis":"y","visible":true}],"highlight":{"on":"plotly_click","persistent":false,"dynamic":false,"selectize":false,"opacityDim":0.20000000000000001,"selected":{"opacity":1},"debounce":0},"frames":[{"name":"1952","data":[{"x":[2449.0081850000001,3520.6102729999998,1062.7521999999999,851.24114069999996,543.25524129999997,339.29645870000002,1172.667655,1071.3107130000001,1178.665927,1102.9909359999999,780.54232569999999,2125.6214180000002,1388.594732,2669.5294749999998,1418.822445,375.64312310000003,328.94055709999998,362.14627960000001,4293.4764750000004,485.23065910000003,911.29893709999999,510.19649229999999,299.85031900000001,853.54091900000003,298.8462121,575.57299609999995,2387.5480600000001,1443.0117150000001,369.16508019999998,452.33698070000003,743.11590969999997,1967.9557070000001,1688.2035699999999,468.52603809999999,2423.7804430000001,761.87937599999998,1077.2818560000001,2718.885295,493.32387519999997,879.58358550000003,1450.3569829999999,879.78773579999995,1135.7498419999999,4725.2955309999998,1615.991129,1148.376626,716.65007209999999,859.80865670000003,1468.475631,734.75348399999996,1147.388831,406.88411480000002],"y":[43.076999999999998,30.015000000000001,38.222999999999999,47.622,31.975000000000001,39.030999999999999,38.523000000000003,35.463000000000001,38.091999999999999,40.715000000000003,39.143000000000001,42.110999999999997,40.476999999999997,34.811999999999998,41.893000000000001,34.481999999999999,35.927999999999997,34.078000000000003,37.003,30,43.149000000000001,33.609000000000002,32.5,42.270000000000003,42.137999999999998,38.479999999999997,42.722999999999999,36.680999999999997,36.256,33.685000000000002,40.542999999999999,50.985999999999997,42.872999999999998,31.286000000000001,41.725000000000001,37.444000000000003,36.323999999999998,52.723999999999997,40,46.470999999999997,37.277999999999999,30.331,32.978000000000002,45.009,38.634999999999998,41.406999999999996,41.215000000000003,38.595999999999997,44.600000000000001,39.978000000000002,42.037999999999997,48.451000000000001],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1952","type":"scatter","name":"Africa","marker":{"color":"rgba(102,194,165,1)","size":[10.629259618945621,10.284757308036966,10.114549306559425,10.026092922527592,10.30099360804077,10.162824868184376,10.337787988900558,10.084066145406517,10.178990185053525,10.00641066434841,10.958271908306536,10.054252546321832,10.199094588124854,10.000214177958215,11.512711890676478,10.010712515320479,10.094103774923674,11.419726168376613,10.024618247905162,10.01530976533753,10.37682420826115,10.177747092907902,10.035535385761884,10.437094691088317,10.047008307912341,10.054827441459514,10.065503646176497,10.320987168217217,10.195052849389482,10.257870602955506,10.06569659744733,10.031160572317752,10.67428558631673,10.435884565148502,10.029063498459834,10.22656294539239,12.256382194309907,10.013492870102452,10.168920476619746,10,10.183981323214891,10.142187272566975,10.16837902545897,10.969528877920411,10.576373224953816,10.015714027939985,10.563968785667058,10.079112205137831,10.244872976723292,10.393464020084254,10.178276122020115,10.206185257252644],"sizemode":"area","line":{"color":"rgba(102,194,165,1)"}},"textfont":{"color":"rgba(102,194,165,1)","size":[10.629259618945621,10.284757308036966,10.114549306559425,10.026092922527592,10.30099360804077,10.162824868184376,10.337787988900558,10.084066145406517,10.178990185053525,10.00641066434841,10.958271908306536,10.054252546321832,10.199094588124854,10.000214177958215,11.512711890676478,10.010712515320479,10.094103774923674,11.419726168376613,10.024618247905162,10.01530976533753,10.37682420826115,10.177747092907902,10.035535385761884,10.437094691088317,10.047008307912341,10.054827441459514,10.065503646176497,10.320987168217217,10.195052849389482,10.257870602955506,10.06569659744733,10.031160572317752,10.67428558631673,10.435884565148502,10.029063498459834,10.22656294539239,12.256382194309907,10.013492870102452,10.168920476619746,10,10.183981323214891,10.142187272566975,10.16837902545897,10.969528877920411,10.576373224953816,10.015714027939985,10.563968785667058,10.079112205137831,10.244872976723292,10.393464020084254,10.178276122020115,10.206185257252644]},"error_y":{"color":"rgba(102,194,165,1)","width":[]},"error_x":{"color":"rgba(102,194,165,1)","width":[]},"line":{"color":"rgba(102,194,165,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[5911.3150530000003,2677.3263470000002,2108.9443550000001,11367.161120000001,3939.9787889999998,2144.115096,2627.0094709999998,5586.5387799999999,1397.7171370000001,3522.110717,3048.3029000000001,2428.2377689999998,1840.366939,2194.9262039999999,2898.5308810000001,3478.1255289999999,3112.3639480000002,2480.3803339999999,1952.3087009999999,3758.5234369999998,3081.959785,3023.2719280000001,13990.48208,5716.7667439999996,7689.7997610000002],"y":[62.484999999999999,40.414000000000001,50.917000000000002,68.75,54.744999999999997,50.643000000000001,57.206000000000003,59.420999999999999,45.927999999999997,48.356999999999999,45.262,42.023000000000003,37.579000000000001,41.911999999999999,58.530000000000001,50.789000000000001,42.314,55.191000000000003,62.649000000000001,43.902000000000001,64.280000000000001,59.100000000000001,68.439999999999998,66.070999999999998,55.088000000000001],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1952","type":"scatter","name":"Americas","marker":{"color":"rgba(252,141,98,1)","size":[11.21606019812705,10.192699007692559,13.859199393585619,11.005064741453392,10.431195787839556,10.838881415457701,10.059127995624314,10.405954321662737,10.165945942012687,10.238117156882629,10.135335762000556,10.210654055097176,10.214415273944638,10.099474809361464,10.093239350500223,12.053344561308055,10.075472749667506,10.060067361857236,10.102097294921846,10.543682283554137,10.147903530750032,10.041145578761045,20.749371197304647,10.14967572026088,10.367170979719349],"sizemode":"area","line":{"color":"rgba(252,141,98,1)"}},"textfont":{"color":"rgba(252,141,98,1)","size":[11.21606019812705,10.192699007692559,13.859199393585619,11.005064741453392,10.431195787839556,10.838881415457701,10.059127995624314,10.405954321662737,10.165945942012687,10.238117156882629,10.135335762000556,10.210654055097176,10.214415273944638,10.099474809361464,10.093239350500223,12.053344561308055,10.075472749667506,10.060067361857236,10.102097294921846,10.543682283554137,10.147903530750032,10.041145578761045,20.749371197304647,10.14967572026088,10.367170979719349]},"error_y":{"color":"rgba(252,141,98,1)","width":[]},"error_x":{"color":"rgba(252,141,98,1)","width":[]},"line":{"color":"rgba(252,141,98,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[779.44531449999999,9867.0847649999996,684.24417159999996,368.46928559999998,400.44861100000003,3054.4212090000001,546.56574929999999,749.6816546,3035.3260019999998,4129.7660560000004,4086.5221280000001,3216.9563469999998,1546.907807,1088.2777579999999,1030.592226,108382.3529,4834.804067,1831.1328940000001,786.56685749999997,331,545.86572290000004,1828.230307,684.59714380000003,1272.880995,6459.5548230000004,2315.1382269999999,1083.5320300000001,1643.4853539999999,1206.947913,757.79741769999998,605.06649170000003,1515.5923290000001,781.71757609999997],"y":[28.800999999999998,50.939,37.484000000000002,39.417000000000002,44,60.960000000000001,37.372999999999998,37.468000000000004,44.869,45.32,65.390000000000001,63.030000000000001,43.158000000000001,50.055999999999997,47.453000000000003,55.564999999999998,55.927999999999997,48.463000000000001,42.244,36.319000000000003,36.156999999999996,37.578000000000003,43.436,47.752000000000002,39.875,60.396000000000001,57.593000000000004,45.883000000000003,58.5,50.847999999999999,40.411999999999999,43.159999999999997,32.548000000000002],"text":["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."],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1952","type":"scatter","name":"Asia","marker":{"color":"rgba(141,160,203,1)","size":[10.570958440333994,10.004124939159547,13.196073516337687,10.316272523015931,47.962566414495925,10.141003151025526,35.386025309878448,15.596200380490078,11.174770127735174,10.367320999844319,10.106536334452237,15.89699311991038,10.037396031178993,10.60100034575081,11.425638926987236,10.006824550625852,10.094156261491509,10.456501207090577,10.05055173139184,11.367311607471214,10.62263982736204,10.030565201275845,12.817931410627473,11.527412361357225,10.269303597092721,10.072825215250953,10.540722969369218,10.245815823859932,10.579492046432662,11.448969923046661,11.787329940458308,10.066244600897457,10.334700359049151],"sizemode":"area","line":{"color":"rgba(141,160,203,1)"}},"textfont":{"color":"rgba(141,160,203,1)","size":[10.570958440333994,10.004124939159547,13.196073516337687,10.316272523015931,47.962566414495925,10.141003151025526,35.386025309878448,15.596200380490078,11.174770127735174,10.367320999844319,10.106536334452237,15.89699311991038,10.037396031178993,10.60100034575081,11.425638926987236,10.006824550625852,10.094156261491509,10.456501207090577,10.05055173139184,11.367311607471214,10.62263982736204,10.030565201275845,12.817931410627473,11.527412361357225,10.269303597092721,10.072825215250953,10.540722969369218,10.245815823859932,10.579492046432662,11.448969923046661,11.787329940458308,10.066244600897457,10.334700359049151]},"error_y":{"color":"rgba(141,160,203,1)","width":[]},"error_x":{"color":"rgba(141,160,203,1)","width":[]},"line":{"color":"rgba(141,160,203,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[1601.0561359999999,6137.0764920000001,8343.1051270000007,973.53319480000005,2444.2866479999998,3119.2365199999999,6876.1402500000004,9692.3852449999995,6424.5190709999997,7029.8093269999999,7144.1143929999998,3530.690067,5263.6738160000004,7267.6884280000004,5210.2803279999998,4931.4041550000002,2647.5856010000002,8941.5718579999993,10095.42172,4029.3296989999999,3068.3198670000002,3144.613186,3581.4594480000001,5074.6591040000003,4215.041741,3834.0347419999998,8527.8446619999995,14734.232749999999,1969.1009799999999,9979.5084869999991],"y":[55.229999999999997,66.799999999999997,68,53.82,59.600000000000001,61.210000000000001,66.870000000000005,70.780000000000001,66.549999999999997,67.409999999999997,67.5,65.859999999999999,64.030000000000001,72.489999999999995,66.909999999999997,65.939999999999998,59.164000000000001,72.129999999999995,72.670000000000002,61.310000000000002,59.82,61.049999999999997,57.996000000000002,64.359999999999999,65.569999999999993,64.939999999999998,71.859999999999999,69.620000000000005,43.585000000000001,69.180000000000007],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1952","type":"scatter","name":"Europe","marker":{"color":"rgba(231,138,195,1)","size":[10.083452004785734,10.468745388300251,10.591780523848481,10.186398230696833,10.492437920575309,10.26087789900933,10.618725312244932,10.291712631437814,10.275093022506884,12.893904318382232,14.715323704498925,10.523721689583494,10.644580714283491,10.006002920842237,10.197397613435532,13.249252237988841,10.024149486204392,10.704506041618405,10.22303153444337,11.752091728319773,10.577832679154104,11.130951692689347,10.464129778222411,10.238757643166849,10.097568161412857,11.944518747751182,10.482184475027601,10.32454233121514,11.513556043954743,13.437903568933802],"sizemode":"area","line":{"color":"rgba(231,138,195,1)"}},"textfont":{"color":"rgba(231,138,195,1)","size":[10.083452004785734,10.468745388300251,10.591780523848481,10.186398230696833,10.492437920575309,10.26087789900933,10.618725312244932,10.291712631437814,10.275093022506884,12.893904318382232,14.715323704498925,10.523721689583494,10.644580714283491,10.006002920842237,10.197397613435532,13.249252237988841,10.024149486204392,10.704506041618405,10.22303153444337,11.752091728319773,10.577832679154104,11.130951692689347,10.464129778222411,10.238757643166849,10.097568161412857,11.944518747751182,10.482184475027601,10.32454233121514,11.513556043954743,13.437903568933802]},"error_y":{"color":"rgba(231,138,195,1)","width":[]},"error_x":{"color":"rgba(231,138,195,1)","width":[]},"line":{"color":"rgba(231,138,195,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[10039.59564,10556.57566],"y":[69.120000000000005,69.390000000000001],"text":["Australia","New Zealand"],"hoverinfo":["text","text"],"mode":"markers","frame":"1952","type":"scatter","name":"Oceania","marker":{"color":"rgba(166,216,84,1)","size":[10.589105483467248,10.132054771360233],"sizemode":"area","line":{"color":"rgba(166,216,84,1)"}},"textfont":{"color":"rgba(166,216,84,1)","size":[10.589105483467248,10.132054771360233]},"error_y":{"color":"rgba(166,216,84,1)","width":[]},"error_x":{"color":"rgba(166,216,84,1)","width":[]},"line":{"color":"rgba(166,216,84,1)"},"xaxis":"x","yaxis":"y","visible":true}],"traces":[0,1,2,3,4]},{"name":"1957","data":[{"x":[3013.9760230000002,3827.9404650000001,959.60108049999997,918.23253490000002,617.18346480000002,379.56462809999999,1313.0480990000001,1190.8443279999999,1308.4955769999999,1211.1485479999999,905.86023030000001,2315.056572,1500.895925,2864.9690759999999,1458.915272,426.09640810000002,344.16188590000002,378.90416320000003,4976.1980990000002,520.92671110000003,1043.561537,576.26702450000005,431.79045660000003,944.43831520000003,335.99711509999997,620.96999010000002,3448.2843950000001,1589.2027499999999,416.36980640000002,490.38218669999998,846.12026130000004,2034.0379809999999,1642.0023140000001,495.58683330000002,2621.4480579999999,835.52340249999997,1100.5925629999999,2769.4518440000002,540.28939830000002,860.73690260000001,1567.653006,1004.484437,1258.1474129999999,5487.1042189999998,1770.337074,1244.7083640000001,698.53560730000004,925.90832020000005,1395.2324679999999,774.37106919999997,1311.956766,518.76426809999998],"y":[45.685000000000002,31.998999999999999,40.357999999999997,49.618000000000002,34.905999999999999,40.533000000000001,40.427999999999997,37.463999999999999,39.881,42.460000000000001,40.652000000000001,45.052999999999997,42.469000000000001,37.328000000000003,44.444000000000003,35.982999999999997,38.046999999999997,36.667000000000002,38.999000000000002,32.064999999999998,44.779000000000003,34.558,33.488999999999997,44.686,45.046999999999997,39.485999999999997,45.289000000000001,38.865000000000002,37.207000000000001,35.307000000000002,42.338000000000001,58.088999999999999,45.423000000000002,33.779000000000003,45.225999999999999,38.597999999999999,37.802,55.090000000000003,41.5,48.945,39.329000000000001,31.57,34.976999999999997,47.984999999999999,39.624000000000002,43.423999999999999,42.973999999999997,41.207999999999998,47.100000000000001,42.570999999999998,44.076999999999998,50.469000000000001],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1957","type":"scatter","name":"Africa","marker":{"color":"rgba(102,194,165,1)","size":[10.696920947656547,10.307230704974348,10.127302928266268,10.028299610726139,10.317608917031814,10.177970212010964,10.361734968412145,10.090931647840824,10.193486647475158,10.007570419563828,11.059144880661634,10.060093161496562,10.22113901486868,10.000808115686826,11.702894273233508,10.011801696919328,10.101191918689942,11.553138492187099,10.025587577211269,10.017960029874647,10.432128738289153,10.192249288582719,10.036930613875914,10.504715204496819,10.051416838345432,10.062515597472647,10.077915388535763,10.349569278168675,10.215763270972918,10.285425436791893,10.069402463100364,10.037525848411793,10.774421835637741,10.476271170392865,10.033312180333928,10.247906754946582,12.533096567166499,10.016973773821046,10.188519670880781,10.000089684460514,10.204386107801229,10.15259101125171,10.185675772542689,11.098295969844939,10.661602469973442,10.018205126448246,10.641087934540446,10.08855378108294,10.265561420836191,10.451527132182735,10.201755158867099,10.244777763768637],"sizemode":"area","line":{"color":"rgba(102,194,165,1)"}},"textfont":{"color":"rgba(102,194,165,1)","size":[10.696920947656547,10.307230704974348,10.127302928266268,10.028299610726139,10.317608917031814,10.177970212010964,10.361734968412145,10.090931647840824,10.193486647475158,10.007570419563828,11.059144880661634,10.060093161496562,10.22113901486868,10.000808115686826,11.702894273233508,10.011801696919328,10.101191918689942,11.553138492187099,10.025587577211269,10.017960029874647,10.432128738289153,10.192249288582719,10.036930613875914,10.504715204496819,10.051416838345432,10.062515597472647,10.077915388535763,10.349569278168675,10.215763270972918,10.285425436791893,10.069402463100364,10.037525848411793,10.774421835637741,10.476271170392865,10.033312180333928,10.247906754946582,12.533096567166499,10.016973773821046,10.188519670880781,10.000089684460514,10.204386107801229,10.15259101125171,10.185675772542689,11.098295969844939,10.661602469973442,10.018205126448246,10.641087934540446,10.08855378108294,10.265561420836191,10.451527132182735,10.201755158867099,10.244777763768637]},"error_y":{"color":"rgba(102,194,165,1)","width":[]},"error_x":{"color":"rgba(102,194,165,1)","width":[]},"line":{"color":"rgba(102,194,165,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[6856.8562119999997,2127.686326,2487.3659889999999,12489.950059999999,4315.6227230000004,2323.8055810000001,2990.0108019999998,6092.1743589999996,1544.4029949999999,3780.5466510000001,3421.5232179999998,2617.1559670000001,1726.887882,2220.4876819999999,4756.5257810000003,4131.5466409999999,3457.415947,2961.8009050000001,2046.154706,4245.2566980000001,3907.1561889999998,4100.3933999999999,14847.127119999999,6150.7729689999996,9802.4665260000002],"y":[64.399000000000001,41.890000000000001,53.284999999999997,69.959999999999994,56.073999999999998,55.118000000000002,60.026000000000003,62.325000000000003,49.828000000000003,51.356000000000002,48.57,44.142000000000003,40.695999999999998,44.664999999999999,62.609999999999999,55.189999999999998,45.432000000000002,59.201000000000001,63.195999999999998,46.262999999999998,68.540000000000006,61.799999999999997,69.489999999999995,67.043999999999997,57.906999999999996],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1957","type":"scatter","name":"Americas","marker":{"color":"rgba(252,141,98,1)","size":[11.334382394799345,10.215114867339063,14.469969066255199,11.156898349007745,10.476980387462275,10.984616752709133,10.071821895943829,10.449155408196118,10.195420323617343,10.27290107695938,10.156694860229905,10.244404829299647,10.235315234148203,10.116738521986365,10.10067858777097,12.385820759387055,10.088648175001426,10.068491558374317,10.116773467529578,10.620152960540654,10.150155880215005,10.048110798848937,21.734330443638488,10.161414829166288,10.45338136181652],"sizemode":"area","line":{"color":"rgba(252,141,98,1)"}},"textfont":{"color":"rgba(252,141,98,1)","size":[11.334382394799345,10.215114867339063,14.469969066255199,11.156898349007745,10.476980387462275,10.984616752709133,10.071821895943829,10.449155408196118,10.195420323617343,10.27290107695938,10.156694860229905,10.244404829299647,10.235315234148203,10.116738521986365,10.10067858777097,12.385820759387055,10.088648175001426,10.068491558374317,10.116773467529578,10.620152960540654,10.150155880215005,10.048110798848937,21.734330443638488,10.161414829166288,10.45338136181652]},"error_y":{"color":"rgba(252,141,98,1)","width":[]},"error_x":{"color":"rgba(252,141,98,1)","width":[]},"line":{"color":"rgba(252,141,98,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[820.85302960000001,11635.79945,661.63745770000003,434.03833639999999,575.9870009,3629.0764570000001,590.06199600000002,858.90027069999996,3290.2576429999999,6229.3335619999998,5385.2784510000001,4317.6943650000003,1886.0805909999999,1571.1346550000001,1487.593537,113523.1329,6089.7869339999997,1810.066992,912.66260850000003,350,597.9363558,2242.7465510000002,747.08352920000004,1547.9448440000001,8157.5912479999997,2843.104409,1072.5466019999999,2117.2348929999998,1507.8612900000001,793.57741480000004,676.28544780000004,1827.067742,804.83045470000002],"y":[30.332000000000001,53.832000000000001,39.347999999999999,41.366,50.548960000000001,64.75,40.249000000000002,39.917999999999999,47.180999999999997,48.436999999999998,67.840000000000003,65.5,45.668999999999997,54.081000000000003,52.680999999999997,58.033000000000001,59.488999999999997,52.101999999999997,45.247999999999998,41.905000000000001,37.686,40.079999999999998,45.557000000000002,51.334000000000003,42.868000000000002,63.179000000000002,61.456000000000003,48.283999999999999,62.399999999999999,53.630000000000003,42.887,45.670999999999999,33.969999999999999],"text":["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."],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1957","type":"scatter","name":"Asia","marker":{"color":"rgba(141,160,203,1)","size":[10.626625666878871,10.005367690040099,13.501752079518614,10.35918319297436,53.500921273496438,10.182664790826106,37.911386831211132,16.147138710225143,11.346767723242158,10.422392787094275,10.128615297221192,16.245355411777886,10.046858970317512,10.638259188371482,11.53921064562585,10.010431449408456,10.108344902819596,10.524130183872824,10.056112372702772,11.479167923106701,10.656752820310286,10.034260692470738,13.181950943927241,11.775409892812547,10.297558502094629,10.094593080781685,10.618954847131317,10.279147797567946,10.689642377980968,11.70509038221487,11.975142032342017,10.068964756521003,10.371165282609928],"sizemode":"area","line":{"color":"rgba(141,160,203,1)"}},"textfont":{"color":"rgba(141,160,203,1)","size":[10.626625666878871,10.005367690040099,13.501752079518614,10.35918319297436,53.500921273496438,10.182664790826106,37.911386831211132,16.147138710225143,11.346767723242158,10.422392787094275,10.128615297221192,16.245355411777886,10.046858970317512,10.638259188371482,11.53921064562585,10.010431449408456,10.108344902819596,10.524130183872824,10.056112372702772,11.479167923106701,10.656752820310286,10.034260692470738,13.181950943927241,11.775409892812547,10.297558502094629,10.094593080781685,10.618954847131317,10.279147797567946,10.689642377980968,11.70509038221487,11.975142032342017,10.068964756521003,10.371165282609928]},"error_y":{"color":"rgba(141,160,203,1)","width":[]},"error_x":{"color":"rgba(141,160,203,1)","width":[]},"line":{"color":"rgba(141,160,203,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[1942.2842439999999,8842.5980299999992,9714.9606230000009,1353.989176,3008.6707270000002,4338.2316170000004,8256.3439180000005,11099.65935,7545.4153859999997,8662.8348979999992,10187.826650000001,4916.2998889999999,6040.1800110000004,9244.0014119999996,5599.0778719999998,6248.6562320000003,3682.2599030000001,11276.193439999999,11653.973040000001,4734.2530189999998,3774.571743,3943.3702250000001,4981.0908909999998,6093.2629800000004,5862.276629,4564.8024100000002,9911.8782260000007,17909.489730000001,2218.7542570000001,11283.177949999999],"y":[59.280000000000001,67.480000000000004,69.239999999999995,58.450000000000003,66.609999999999999,64.769999999999996,69.030000000000001,71.810000000000002,67.489999999999995,68.930000000000007,69.099999999999994,67.859999999999999,66.409999999999997,73.469999999999999,68.900000000000006,67.810000000000002,61.448,72.989999999999995,73.439999999999998,65.769999999999996,61.509999999999998,64.099999999999994,61.685000000000002,67.450000000000003,67.849999999999994,66.659999999999997,72.489999999999995,70.560000000000002,48.079000000000001,70.420000000000002],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1957","type":"scatter","name":"Europe","marker":{"color":"rgba(231,138,195,1)","size":[10.096679984940502,10.471345009100913,10.609437988111667,10.205850339712503,10.518125215440165,10.268318364834331,10.645246727194982,10.302212060848305,10.291030101296915,13.020254025053717,14.843169585492278,10.54849534960174,10.667445474003665,10.007173323527853,10.19235125858577,13.352723807349392,10.026128482347934,10.748487942632977,10.2342393618871,11.923051536747515,10.59773525806277,11.212809375318953,10.492180947977261,10.258287560618582,10.100540716682508,12.032684169183948,10.498505750033946,10.345769018597153,11.748023029643836,13.506156583023873],"sizemode":"area","line":{"color":"rgba(231,138,195,1)"}},"textfont":{"color":"rgba(231,138,195,1)","size":[10.096679984940502,10.471345009100913,10.609437988111667,10.205850339712503,10.518125215440165,10.268318364834331,10.645246727194982,10.302212060848305,10.291030101296915,13.020254025053717,14.843169585492278,10.54849534960174,10.667445474003665,10.007173323527853,10.19235125858577,13.352723807349392,10.026128482347934,10.748487942632977,10.2342393618871,11.923051536747515,10.59773525806277,11.212809375318953,10.492180947977261,10.258287560618582,10.100540716682508,12.032684169183948,10.498505750033946,10.345769018597153,11.748023029643836,13.506156583023873]},"error_y":{"color":"rgba(231,138,195,1)","width":[]},"error_x":{"color":"rgba(231,138,195,1)","width":[]},"line":{"color":"rgba(231,138,195,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[10949.649590000001,12247.39532],"y":[70.329999999999998,70.260000000000005],"text":["Australia","New Zealand"],"hoverinfo":["text","text"],"mode":"markers","frame":"1957","type":"scatter","name":"Oceania","marker":{"color":"rgba(166,216,84,1)","size":[10.658816177179244,10.148067815754947],"sizemode":"area","line":{"color":"rgba(166,216,84,1)"}},"textfont":{"color":"rgba(166,216,84,1)","size":[10.658816177179244,10.148067815754947]},"error_y":{"color":"rgba(166,216,84,1)","width":[]},"error_x":{"color":"rgba(166,216,84,1)","width":[]},"line":{"color":"rgba(166,216,84,1)"},"xaxis":"x","yaxis":"y","visible":true}],"traces":[0,1,2,3,4]},{"name":"1962","data":[{"x":[2550.8168799999999,4269.276742,949.49906410000006,983.65397640000003,722.51202060000003,355.20322729999998,1399.6074410000001,1193.068753,1389.817618,1406.6482779999999,896.31463350000001,2464.7831569999998,1728.869428,3020.9892629999999,1693.335853,582.84197140000003,380.99584329999999,419.45641610000001,6631.4592220000004,599.65027599999996,1190.0411180000001,686.37367389999997,522.03437250000002,896.96637320000002,411.80062659999999,634.19516250000004,6757.0308160000004,1643.3871099999999,427.90108559999999,496.17434279999998,1055.8960360000001,2529.0674869999998,1566.3534930000001,556.68635389999997,3173.2155950000001,997.76611270000001,1150.9274780000001,3173.72334,597.47307269999999,1071.551119,1654.9887229999999,1116.6398770000001,1369.4883359999999,5768.7297170000002,1959.5937670000001,1856.182125,722.00380729999995,1067.5348100000001,1660.30321,767.27173979999998,1452.725766,527.2721818],"y":[48.302999999999997,34,42.618000000000002,51.520000000000003,37.814,42.045000000000002,42.643000000000001,39.475000000000001,41.716000000000001,44.466999999999999,42.122,48.435000000000002,44.93,39.692999999999998,46.991999999999997,37.484999999999999,40.158000000000001,40.058999999999997,40.488999999999997,33.896000000000001,46.451999999999998,35.753,34.488,47.948999999999998,47.747,40.502000000000002,47.808,40.847999999999999,38.409999999999997,36.936,44.247999999999998,60.246000000000002,47.923999999999999,36.161000000000001,48.386000000000003,39.487000000000002,39.359999999999999,57.665999999999997,43,51.893000000000001,41.454000000000001,32.767000000000003,36.981000000000002,49.951000000000001,40.869999999999997,44.991999999999997,44.246000000000002,43.921999999999997,49.579000000000001,45.344000000000001,46.023000000000003,52.357999999999997],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1962","type":"scatter","name":"Africa","marker":{"color":"rgba(102,194,165,1)","size":[10.746751927219597,10.325294138165342,10.142777388126797,10.030901756888323,10.331683780585413,10.198063694600037,10.391336983153151,10.099886033771357,10.210929524262045,10.008987420389353,11.189405894558565,10.067428039908766,10.257477465594347,10.002039877832109,11.91881732451241,10.012914084542968,10.10965577020821,11.712151497787557,10.027004305024738,10.021432060701409,10.497921913751419,10.21021873737331,10.03875467567747,10.588241741573938,10.056863770134891,10.071855749438818,10.094315564026395,10.385173121703691,10.24356750132279,10.316036094575123,10.07417369005033,10.043750523296808,10.887056645151938,10.527522972950226,10.0383159453029,10.27410389982669,12.853749978144815,10.020400075128368,10.204160531589661,10.000364061577157,10.230028492182814,10.16434534057926,10.206133794480021,11.248801237239071,10.759193018374921,10.021158093102851,10.737401946819398,10.100201362696453,10.288474162425269,10.520687638348148,10.22939762957358,10.287872443853052],"sizemode":"area","line":{"color":"rgba(102,194,165,1)"}},"textfont":{"color":"rgba(102,194,165,1)","size":[10.746751927219597,10.325294138165342,10.142777388126797,10.030901756888323,10.331683780585413,10.198063694600037,10.391336983153151,10.099886033771357,10.210929524262045,10.008987420389353,11.189405894558565,10.067428039908766,10.257477465594347,10.002039877832109,11.91881732451241,10.012914084542968,10.10965577020821,11.712151497787557,10.027004305024738,10.021432060701409,10.497921913751419,10.21021873737331,10.03875467567747,10.588241741573938,10.056863770134891,10.071855749438818,10.094315564026395,10.385173121703691,10.24356750132279,10.316036094575123,10.07417369005033,10.043750523296808,10.887056645151938,10.527522972950226,10.0383159453029,10.27410389982669,12.853749978144815,10.020400075128368,10.204160531589661,10.000364061577157,10.230028492182814,10.16434534057926,10.206133794480021,11.248801237239071,10.759193018374921,10.021158093102851,10.737401946819398,10.100201362696453,10.288474162425269,10.520687638348148,10.22939762957358,10.287872443853052]},"error_y":{"color":"rgba(102,194,165,1)","width":[]},"error_x":{"color":"rgba(102,194,165,1)","width":[]},"line":{"color":"rgba(102,194,165,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[7133.1660229999998,2180.972546,3336.5858020000001,13462.485549999999,4519.0943310000002,2492.3511090000002,3460.9370250000002,5180.7559099999999,1662.1373590000001,4086.1140780000001,3776.8036269999998,2750.364446,1796.5890320000001,2291.1568349999998,5246.107524,4581.6093849999997,3634.3644060000001,3536.540301,2148.0271459999999,4957.0379819999998,5108.3446299999996,4997.5239709999996,16173.145860000001,5603.3577169999999,8422.9741649999996],"y":[65.141999999999996,43.427999999999997,55.664999999999999,71.299999999999997,57.923999999999999,57.863,62.841999999999999,65.245999999999995,53.459000000000003,54.640000000000001,52.307000000000002,46.954000000000001,43.590000000000003,48.040999999999997,65.609999999999999,58.298999999999999,48.631999999999998,61.817,64.361000000000004,49.095999999999997,69.620000000000005,64.900000000000006,70.209999999999994,68.253,60.770000000000003],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1962","type":"scatter","name":"Americas","marker":{"color":"rgba(252,141,98,1)","size":[11.448586409360487,10.241199804264006,15.185821625441967,11.291745487680432,10.539283922820143,11.156879988946955,10.087717135636224,10.491036890955083,10.231611347832576,10.315444682208032,10.183441987897551,10.283171312748555,10.260734635932755,10.138563924807976,10.109554073217215,12.802569363481149,10.104467107824068,10.078880963926094,10.133079863378851,10.713686891049688,10.162990586502586,10.056478481870352,22.727684810705405,10.173257204882015,10.551713956987186],"sizemode":"area","line":{"color":"rgba(252,141,98,1)"}},"textfont":{"color":"rgba(252,141,98,1)","size":[11.448586409360487,10.241199804264006,15.185821625441967,11.291745487680432,10.539283922820143,11.156879988946955,10.087717135636224,10.491036890955083,10.231611347832576,10.315444682208032,10.183441987897551,10.283171312748555,10.260734635932755,10.138563924807976,10.109554073217215,12.802569363481149,10.104467107824068,10.078880963926094,10.133079863378851,10.713686891049688,10.162990586502586,10.056478481870352,22.727684810705405,10.173257204882015,10.551713956987186]},"error_y":{"color":"rgba(252,141,98,1)","width":[]},"error_x":{"color":"rgba(252,141,98,1)","width":[]},"line":{"color":"rgba(252,141,98,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[853.10071000000005,12753.27514,686.34155380000004,496.91364759999999,487.6740183,4692.6482720000004,658.34715089999997,849.28977010000006,4187.3298020000002,8341.7378150000004,7105.6307059999999,6576.649461,2348.0091579999998,1621.6935980000001,1536.3443870000001,95458.11176,5714.5606109999999,2036.8849439999999,1056.3539579999999,388,652.39685929999996,2924.638113,803.3427418,1649.5521530000001,11626.419749999999,3674.735572,1074.4719600000001,2193.0371329999998,1822.8790280000001,1002.199172,772.04916019999996,2198.9563119999998,825.62320060000002],"y":[31.997,56.923000000000002,41.216000000000001,43.414999999999999,44.501359999999998,67.650000000000006,43.604999999999997,42.518000000000001,49.325000000000003,51.457000000000001,69.390000000000001,68.730000000000004,48.125999999999998,56.655999999999999,55.292000000000002,60.469999999999999,62.094000000000001,55.737000000000002,48.250999999999998,45.107999999999997,39.393000000000001,43.164999999999999,47.670000000000002,54.756999999999998,45.914000000000001,65.798000000000002,62.192,50.305,65.200000000000003,56.061,45.363,48.127000000000002,35.18],"text":["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."],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1962","type":"scatter","name":"Asia","marker":{"color":"rgba(141,160,203,1)","size":[10.696663429034386,10.007634236132002,13.875356861358149,10.411129401697075,55.436713259119074,10.221493930541948,40.982772465264404,16.754863547683151,11.557123512667761,10.49007363616723,10.153630231644247,16.536710329168855,10.059622283952354,10.741055940181724,11.799169654306484,10.020356802717435,10.124687131501267,10.603791689268052,10.06485872344636,11.609025561690359,10.701098100371874,10.038778154714317,13.620184914326749,12.065694739448611,10.333280696356079,10.115360493631886,10.707232613025276,10.325881523604602,10.809407511624142,11.99321911613583,12.302592487981507,10.073243879239381,10.413618043096827],"sizemode":"area","line":{"color":"rgba(141,160,203,1)"}},"textfont":{"color":"rgba(141,160,203,1)","size":[10.696663429034386,10.007634236132002,13.875356861358149,10.411129401697075,55.436713259119074,10.221493930541948,40.982772465264404,16.754863547683151,11.557123512667761,10.49007363616723,10.153630231644247,16.536710329168855,10.059622283952354,10.741055940181724,11.799169654306484,10.020356802717435,10.124687131501267,10.603791689268052,10.06485872344636,11.609025561690359,10.701098100371874,10.038778154714317,13.620184914326749,12.065694739448611,10.333280696356079,10.115360493631886,10.707232613025276,10.325881523604602,10.809407511624142,11.99321911613583,12.302592487981507,10.073243879239381,10.413618043096827]},"error_y":{"color":"rgba(141,160,203,1)","width":[]},"error_x":{"color":"rgba(141,160,203,1)","width":[]},"line":{"color":"rgba(141,160,203,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[2312.888958,10750.72111,10991.206759999999,1709.683679,4254.3378389999998,5477.8900180000001,10136.867130000001,13583.31351,9371.8425609999995,10560.48553,12902.46291,6017.1907330000004,7550.3598769999999,10350.15906,6631.5973139999996,8243.5823400000008,4649.593785,12790.849560000001,13450.40151,5338.7521429999997,4727.9548889999996,4734.9975860000004,6289.6291570000003,7481.1075979999996,7402.3033949999999,5693.843879,12329.441919999999,20431.092700000001,2322.8699080000001,12477.17707],"y":[64.819999999999993,69.540000000000006,70.25,61.93,69.510000000000005,67.129999999999995,69.900000000000006,72.349999999999994,68.75,70.510000000000005,70.299999999999997,69.510000000000005,67.959999999999994,73.680000000000007,70.290000000000006,69.239999999999995,63.728000000000002,73.230000000000004,73.469999999999999,67.640000000000001,64.390000000000001,66.799999999999997,64.531000000000006,70.329999999999998,69.150000000000006,69.689999999999998,73.370000000000005,71.319999999999993,52.097999999999999,70.760000000000005],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1962","type":"scatter","name":"Europe","marker":{"color":"rgba(231,138,195,1)","size":[10.113854627382016,10.482538776423741,10.625087653459365,10.224483412559094,10.542811784612432,10.274141370731424,10.652517311267912,10.313068931293586,10.302458590735199,13.212259104352022,15.028821059961952,10.572521434356657,10.682734149159842,10.008329734345581,10.189060098246346,13.46610571435582,10.028292034641575,10.801677926031456,10.244271258151073,12.065991844818946,10.611532604861077,11.270919581997155,10.51572311886228,10.28511829822849,10.103945996061491,12.122535644823781,10.512005240678764,10.382625646205792,12.029072287931315,13.633243695259591],"sizemode":"area","line":{"color":"rgba(231,138,195,1)"}},"textfont":{"color":"rgba(231,138,195,1)","size":[10.113854627382016,10.482538776423741,10.625087653459365,10.224483412559094,10.542811784612432,10.274141370731424,10.652517311267912,10.313068931293586,10.302458590735199,13.212259104352022,15.028821059961952,10.572521434356657,10.682734149159842,10.008329734345581,10.189060098246346,13.46610571435582,10.028292034641575,10.801677926031456,10.244271258151073,12.065991844818946,10.611532604861077,11.270919581997155,10.51572311886228,10.28511829822849,10.103945996061491,12.122535644823781,10.512005240678764,10.382625646205792,12.029072287931315,13.633243695259591]},"error_y":{"color":"rgba(231,138,195,1)","width":[]},"error_x":{"color":"rgba(231,138,195,1)","width":[]},"line":{"color":"rgba(231,138,195,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[12217.226860000001,13175.678],"y":[70.930000000000007,71.239999999999995],"text":["Australia","New Zealand"],"hoverinfo":["text","text"],"mode":"markers","frame":"1962","type":"scatter","name":"Oceania","marker":{"color":"rgba(166,216,84,1)","size":[10.732693171377324,10.165755106585291],"sizemode":"area","line":{"color":"rgba(166,216,84,1)"}},"textfont":{"color":"rgba(166,216,84,1)","size":[10.732693171377324,10.165755106585291]},"error_y":{"color":"rgba(166,216,84,1)","width":[]},"error_x":{"color":"rgba(166,216,84,1)","width":[]},"line":{"color":"rgba(166,216,84,1)"},"xaxis":"x","yaxis":"y","visible":true}],"traces":[0,1,2,3,4]},{"name":"1967","data":[{"x":[3246.991771,5522.7763750000004,1035.8314109999999,1214.709294,794.82655969999996,412.97751360000001,1508.4531480000001,1136.056615,1196.810565,1876.0296430000001,861.59324240000001,2677.9396419999998,2052.0504729999998,3020.0505130000001,1814.8807280000001,915.59600250000005,468.79496990000001,516.11864379999997,8358.7619869999999,734.78291239999999,1125.6971599999999,708.75954090000005,715.58064019999995,1056.736457,498.6390265,713.60364830000003,18772.751690000001,1634.047282,495.51478059999999,545.00988729999995,1421.1451930000001,2475.3875619999999,1711.04477,566.66915389999997,3793.6947530000002,1054.3848909999999,1014.514104,4021.1757389999998,510.96371420000003,1384.8405929999999,1612.404632,1206.043465,1284.7331799999999,7114.4779710000003,1687.9976409999999,2613.1016650000001,848.21865749999995,1477.5967599999999,1932.360167,908.91852170000004,1777.0773180000001,569.79507120000005],"y":[51.406999999999996,35.984999999999999,44.884999999999998,53.298000000000002,40.697000000000003,43.548000000000002,44.798999999999999,41.478000000000002,43.600999999999999,46.472000000000001,44.055999999999997,52.039999999999999,47.350000000000001,42.073999999999998,49.292999999999999,38.987000000000002,42.189,42.115000000000002,44.597999999999999,35.856999999999999,48.072000000000003,37.197000000000003,35.491999999999997,50.654000000000003,48.491999999999997,41.536000000000001,50.226999999999997,42.881,39.487000000000002,38.487000000000002,46.289000000000001,61.557000000000002,50.335000000000001,38.113,51.158999999999999,40.118000000000002,41.039999999999999,60.542000000000002,44.100000000000001,54.424999999999997,43.563000000000002,34.113,38.976999999999997,51.927,42.857999999999997,46.633000000000003,45.756999999999998,46.768999999999998,52.052999999999997,48.051000000000002,47.768000000000001,53.994999999999997],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1967","type":"scatter","name":"Africa","marker":{"color":"rgba(102,194,165,1)","size":[10.866846586414798,10.354059643965661,10.161576930074753,10.033684910043874,10.345901088179417,10.223254107522317,10.428321448657179,10.114230087212526,10.23451435328087,10.010740772068312,11.356942404811607,10.076426244274344,10.319755747337004,10.004614313270574,12.15824063932568,10.013640569624943,10.120146326726868,11.897453312066048,10.029280065273543,10.025907615594338,10.575386695888158,10.231473749756171,10.036943718454618,10.691505480506585,10.063910006550508,10.083227384116364,10.115976408831035,10.428256608293795,10.278966517562523,10.351667171062761,10.079892268835867,10.049776786669861,11.004021289373984,10.588402272663078,10.044134378248049,10.305367465942703,13.223435671915299,10.02416245427707,10.231450611984394,10.000735494479835,10.266584670023429,10.177606559951892,10.229932664951031,11.429034514438218,10.863818200179621,10.024617428868993,10.856391111945381,10.114360586975467,10.32263029127842,10.60337596015923,10.262090823322724,10.33685735905344],"sizemode":"area","line":{"color":"rgba(102,194,165,1)"}},"textfont":{"color":"rgba(102,194,165,1)","size":[10.866846586414798,10.354059643965661,10.161576930074753,10.033684910043874,10.345901088179417,10.223254107522317,10.428321448657179,10.114230087212526,10.23451435328087,10.010740772068312,11.356942404811607,10.076426244274344,10.319755747337004,10.004614313270574,12.15824063932568,10.013640569624943,10.120146326726868,11.897453312066048,10.029280065273543,10.025907615594338,10.575386695888158,10.231473749756171,10.036943718454618,10.691505480506585,10.063910006550508,10.083227384116364,10.115976408831035,10.428256608293795,10.278966517562523,10.351667171062761,10.079892268835867,10.049776786669861,11.004021289373984,10.588402272663078,10.044134378248049,10.305367465942703,13.223435671915299,10.02416245427707,10.231450611984394,10.000735494479835,10.266584670023429,10.177606559951892,10.229932664951031,11.429034514438218,10.863818200179621,10.024617428868993,10.856391111945381,10.114360586975467,10.32263029127842,10.60337596015923,10.262090823322724,10.33685735905344]},"error_y":{"color":"rgba(102,194,165,1)","width":[]},"error_x":{"color":"rgba(102,194,165,1)","width":[]},"line":{"color":"rgba(102,194,165,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[8052.9530210000003,2586.8860530000002,3429.8643569999999,16076.588030000001,5106.654313,2678.7298390000001,4161.7278340000003,5690.2680149999997,1653.7230030000001,4579.0742149999996,4358.5953929999996,3242.5311470000001,1452.0576659999999,2538.269358,6124.7034510000003,5754.7338829999999,4643.3935339999998,4421.0090840000003,2299.376311,5788.0933299999997,6929.2777139999998,5621.3684720000001,19530.365570000002,5444.6196200000004,9541.4741880000001],"y":[65.634,45.031999999999996,57.631999999999998,72.129999999999995,60.523000000000003,59.963000000000001,65.424000000000007,68.290000000000006,56.750999999999998,56.677999999999997,55.854999999999997,50.015999999999998,46.243000000000002,50.923999999999999,67.510000000000005,60.109999999999999,51.884,64.070999999999998,64.950999999999993,51.445,71.099999999999994,65.400000000000006,70.760000000000005,68.468000000000004,63.478999999999999],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1967","type":"scatter","name":"Americas","marker":{"color":"rgba(252,141,98,1)","size":[11.561234050441335,10.271691633549704,16.005569878218839,11.416915918774469,10.600551240918097,11.344858481679015,10.104338792157579,10.55143801005122,10.272270487362201,10.366683380186689,10.216561080454618,10.316063464033773,10.290629933875305,10.166583629923331,10.122929479882419,13.271745633059352,10.123229383626331,10.091832724132841,10.152065940814316,10.823963285915019,10.176703640828494,10.061437541115094,23.558597004237946,10.183502869586118,10.658610257835733],"sizemode":"area","line":{"color":"rgba(252,141,98,1)"}},"textfont":{"color":"rgba(252,141,98,1)","size":[11.561234050441335,10.271691633549704,16.005569878218839,11.416915918774469,10.600551240918097,11.344858481679015,10.104338792157579,10.55143801005122,10.272270487362201,10.366683380186689,10.216561080454618,10.316063464033773,10.290629933875305,10.166583629923331,10.122929479882419,13.271745633059352,10.123229383626331,10.091832724132841,10.152065940814316,10.823963285915019,10.176703640828494,10.061437541115094,23.558597004237946,10.183502869586118,10.658610257835733]},"error_y":{"color":"rgba(252,141,98,1)","width":[]},"error_x":{"color":"rgba(252,141,98,1)","width":[]},"line":{"color":"rgba(252,141,98,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[836.19713820000004,14804.672699999999,721.18608619999998,523.43231419999995,612.70569339999997,6197.9628140000004,700.77061070000002,762.43177209999999,5906.7318050000003,8931.4598110000006,8393.7414040000003,9847.7886070000004,2741.7962520000001,2143.5406090000001,2029.2281419999999,80894.883260000002,6006.9830419999998,2277.7423960000001,1226.0411300000001,349,676.44222539999998,4720.9426869999998,942.4082588,1814.12743,16903.048859999999,4977.4185399999997,1135.514326,1881.923632,2643.8586810000002,1295.46066,637.12328869999999,2649.7150069999998,862.44214629999999],"y":[34.020000000000003,59.923000000000002,43.453000000000003,45.414999999999999,58.381120000000003,70,47.192999999999998,45.963999999999999,52.469000000000001,54.459000000000003,70.75,71.430000000000007,51.628999999999998,59.942,57.716000000000001,64.623999999999995,63.869999999999997,59.371000000000002,51.253,49.378999999999998,41.472000000000001,46.988,49.799999999999997,56.393000000000001,49.901000000000003,67.945999999999998,64.266000000000005,53.655000000000001,67.5,58.284999999999997,47.838000000000001,51.631,36.984000000000002],"text":["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."],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1967","type":"scatter","name":"Asia","marker":{"color":"rgba(141,160,203,1)","size":[10.783405024340219,10.009703599266199,14.283687002188348,10.470949619390289,61.496215850035725,10.249996389225963,44.531929197948173,17.458893388022247,11.807202556293788,10.577370742754743,10.179749363329249,16.877533256593942,10.081565559729299,10.857052961423014,12.052435635919418,10.035149756232274,10.145166175366937,10.689005099588408,10.074360908067979,11.761628039448437,10.764548354619471,10.044689616517672,14.134896455267199,12.409098586348502,10.379363015626259,10.130881229035968,10.797016722940203,10.383636609850495,10.927468435758502,12.318161614772579,12.689434873650796,10.073892419379264,10.455982961954591],"sizemode":"area","line":{"color":"rgba(141,160,203,1)"}},"textfont":{"color":"rgba(141,160,203,1)","size":[10.783405024340219,10.009703599266199,14.283687002188348,10.470949619390289,61.496215850035725,10.249996389225963,44.531929197948173,17.458893388022247,11.807202556293788,10.577370742754743,10.179749363329249,16.877533256593942,10.081565559729299,10.857052961423014,12.052435635919418,10.035149756232274,10.145166175366937,10.689005099588408,10.074360908067979,11.761628039448437,10.764548354619471,10.044689616517672,14.134896455267199,12.409098586348502,10.379363015626259,10.130881229035968,10.797016722940203,10.383636609850495,10.927468435758502,12.318161614772579,12.689434873650796,10.073892419379264,10.455982961954591]},"error_y":{"color":"rgba(141,160,203,1)","width":[]},"error_x":{"color":"rgba(141,160,203,1)","width":[]},"line":{"color":"rgba(141,160,203,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[2760.1969309999999,12834.6024,13149.04119,2172.3524229999998,5577.0028000000002,6960.297861,11399.444890000001,15937.211230000001,10921.636259999999,12999.917659999999,14745.625609999999,8513.0970159999997,9326.6446699999997,13319.89568,7655.5689629999997,10022.401309999999,5907.8509370000002,15363.25136,16361.876469999999,6557.1527759999999,6361.5179930000004,6470.8665449999999,7991.7070659999999,8412.9023969999998,9405.4893969999994,7993.5122940000001,15258.296969999999,22966.144319999999,2826.3563869999998,14142.85089],"y":[66.219999999999999,70.140000000000001,70.939999999999998,64.790000000000006,70.420000000000002,68.5,70.379999999999995,72.959999999999994,69.829999999999998,71.549999999999997,70.799999999999997,71,69.5,73.730000000000004,71.079999999999998,71.060000000000002,67.177999999999997,73.819999999999993,74.079999999999998,69.609999999999999,66.599999999999994,66.799999999999997,66.914000000000001,70.980000000000004,69.180000000000007,71.439999999999998,74.159999999999997,72.769999999999996,54.335999999999999,71.359999999999999],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1967","type":"scatter","name":"Europe","marker":{"color":"rgba(231,138,195,1)","size":[10.13132214350699,10.499406416807878,10.64816399752322,10.24059112388435,10.563102040641128,10.280817129786561,10.66717990152584,10.326166752950485,10.310259978498708,13.379137723802248,15.208281167017487,10.590827438759728,10.693683434186198,10.009464304198801,10.193844634534059,13.590592386754704,10.03010121728606,10.855675137827577,10.254311276523723,12.165351920863724,10.617211255633372,11.312150750037869,10.539963995852537,10.299100201176897,10.10831077631255,12.238034350809201,10.53291407377416,10.409722092799552,12.276327158340322,13.74702146974774],"sizemode":"area","line":{"color":"rgba(231,138,195,1)"}},"textfont":{"color":"rgba(231,138,195,1)","size":[10.13132214350699,10.499406416807878,10.64816399752322,10.24059112388435,10.563102040641128,10.280817129786561,10.66717990152584,10.326166752950485,10.310259978498708,13.379137723802248,15.208281167017487,10.590827438759728,10.693683434186198,10.009464304198801,10.193844634534059,13.590592386754704,10.03010121728606,10.855675137827577,10.254311276523723,12.165351920863724,10.617211255633372,11.312150750037869,10.539963995852537,10.299100201176897,10.10831077631255,12.238034350809201,10.53291407377416,10.409722092799552,12.276327158340322,13.74702146974774]},"error_y":{"color":"rgba(231,138,195,1)","width":[]},"error_x":{"color":"rgba(231,138,195,1)","width":[]},"line":{"color":"rgba(231,138,195,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[14526.12465,14463.91893],"y":[71.099999999999994,71.519999999999996],"text":["Australia","New Zealand"],"hoverinfo":["text","text"],"mode":"markers","frame":"1967","type":"scatter","name":"Oceania","marker":{"color":"rgba(166,216,84,1)","size":[10.806221870444503,10.182108528761272],"sizemode":"area","line":{"color":"rgba(166,216,84,1)"}},"textfont":{"color":"rgba(166,216,84,1)","size":[10.806221870444503,10.182108528761272]},"error_y":{"color":"rgba(166,216,84,1)","width":[]},"error_x":{"color":"rgba(166,216,84,1)","width":[]},"line":{"color":"rgba(166,216,84,1)"},"xaxis":"x","yaxis":"y","visible":true}],"traces":[0,1,2,3,4]},{"name":"1972","data":[{"x":[4182.6637659999997,5473.2880050000003,1085.796879,2263.6111139999998,854.73597629999995,464.0995039,1684.146528,1070.013275,1104.103987,1937.577675,904.89606849999996,3213.1526829999998,2378.2011109999999,3694.212352,2024.008147,672.41225710000003,514.32420820000004,566.24394419999999,11401.948410000001,756.08683629999996,1178.223708,741.66623070000003,820.22458759999995,1222.359968,496.58159219999999,803.00545350000004,21011.497210000001,1748.5629819999999,584.62197089999995,581.36887609999997,1586.8517810000001,2575.4841580000002,1930.1949750000001,724.91780370000004,3746.0809479999998,954.20923630000004,1698.3888380000001,5047.658563,590.58066380000002,1532.9852539999999,1597.7120560000001,1353.7597619999999,1254.576127,7765.9626360000002,1659.652775,3364.8366249999999,915.98505920000002,1649.6601880000001,2753.2859939999998,950.73586899999998,1773.4982649999999,799.36217580000005],"y":[54.518000000000001,37.927999999999997,47.014000000000003,56.024000000000001,43.591000000000001,44.057000000000002,47.048999999999999,43.457000000000001,45.569000000000003,48.944000000000003,45.988999999999997,54.906999999999996,49.801000000000002,44.366,51.137,40.515999999999998,44.142000000000003,43.515000000000001,48.689999999999998,38.308,49.875,38.841999999999999,36.485999999999997,53.558999999999997,49.767000000000003,42.613999999999997,52.773000000000003,44.850999999999999,41.765999999999998,39.976999999999997,48.436999999999998,62.944000000000003,52.862000000000002,40.328000000000003,53.866999999999997,40.545999999999999,42.820999999999998,64.274000000000001,44.600000000000001,56.479999999999997,45.814999999999998,35.399999999999999,40.972999999999999,53.695999999999998,45.082999999999998,49.552,47.619999999999997,49.759,55.601999999999997,51.015999999999998,50.106999999999999,55.634999999999998],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1972","type":"scatter","name":"Africa","marker":{"color":"rgba(102,194,165,1)","size":[11.003372271463,10.398245894504418,10.184378419250866,10.038176640901142,10.366783166093288,10.236836047808158,10.475110391382234,10.127445372306674,10.262027211513592,10.012969164725339,11.566246824808168,10.087394367132591,10.410315621010078,10.008110983435422,12.371615191311474,10.014851309841887,10.150168643528639,12.096074702044216,10.032622620132576,10.031197770210431,10.634350952531671,10.25604271898516,10.038586841515823,10.817996948688336,10.072127601193937,10.097097898145776,10.144960256023426,10.479301262953394,10.318808873272532,10.393693418464609,10.086870730008492,10.054010179868799,11.13304501263149,10.665438562377361,10.051993166796409,10.341282201956899,13.663826847078139,10.027411912024883,10.268378359233715,10.00113190798567,10.3090964011145,10.192405383225942,10.258006631212588,11.629595245558741,10.992194611851499,10.028672681701154,10.999673367617405,10.136256222148576,10.357884406369239,10.691421734058297,10.30348607160931,10.395944198110259],"sizemode":"area","line":{"color":"rgba(102,194,165,1)"}},"textfont":{"color":"rgba(102,194,165,1)","size":[11.003372271463,10.398245894504418,10.184378419250866,10.038176640901142,10.366783166093288,10.236836047808158,10.475110391382234,10.127445372306674,10.262027211513592,10.012969164725339,11.566246824808168,10.087394367132591,10.410315621010078,10.008110983435422,12.371615191311474,10.014851309841887,10.150168643528639,12.096074702044216,10.032622620132576,10.031197770210431,10.634350952531671,10.25604271898516,10.038586841515823,10.817996948688336,10.072127601193937,10.097097898145776,10.144960256023426,10.479301262953394,10.318808873272532,10.393693418464609,10.086870730008492,10.054010179868799,11.13304501263149,10.665438562377361,10.051993166796409,10.341282201956899,13.663826847078139,10.027411912024883,10.268378359233715,10.00113190798567,10.3090964011145,10.192405383225942,10.258006631212588,11.629595245558741,10.992194611851499,10.028672681701154,10.999673367617405,10.136256222148576,10.357884406369239,10.691421734058297,10.30348607160931,10.395944198110259]},"error_y":{"color":"rgba(102,194,165,1)","width":[]},"error_x":{"color":"rgba(102,194,165,1)","width":[]},"line":{"color":"rgba(102,194,165,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[9443.0385260000003,2980.3313389999998,4985.7114670000001,18970.57086,5494.024437,3264.6600410000001,5118.1469390000002,5305.445256,2189.874499,5280.9947099999999,4520.2460080000001,4031.4082709999998,1654.456946,2529.842345,7433.8892930000002,6809.4066899999998,4688.5932670000002,5364.2496629999996,2523.3379770000001,5937.8272829999996,9123.0417419999994,6619.5514190000004,21806.035940000002,5703.4088979999997,10505.25966],"y":[67.064999999999998,46.713999999999999,59.503999999999998,72.879999999999995,63.441000000000003,61.622999999999998,67.849000000000004,70.722999999999999,59.631,58.795999999999999,58.207000000000001,53.738,48.042000000000002,53.884,69,62.360999999999997,55.151000000000003,66.215999999999994,65.814999999999998,55.448,72.159999999999997,65.900000000000006,71.340000000000003,68.673000000000002,65.712000000000003],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1972","type":"scatter","name":"Americas","marker":{"color":"rgba(252,141,98,1)","size":[11.687200038667608,10.307538594320908,16.878541967889177,11.516888360861664,10.659154370864059,11.534524257172396,10.121134425611849,10.598670187849775,10.314736352427806,10.42580598382289,10.254644624244539,10.347378492922411,10.316577272723842,10.198284220088564,10.132247381365994,13.817000875576207,10.144894118852774,10.106227148298409,10.174324545516356,10.948354404094177,10.190229408883738,10.062464339459066,24.321938713821318,10.189027746317667,10.78188182182477],"sizemode":"area","line":{"color":"rgba(252,141,98,1)"}},"textfont":{"color":"rgba(252,141,98,1)","size":[11.687200038667608,10.307538594320908,16.878541967889177,11.516888360861664,10.659154370864059,11.534524257172396,10.121134425611849,10.598670187849775,10.314736352427806,10.42580598382289,10.254644624244539,10.347378492922411,10.316577272723842,10.198284220088564,10.132247381365994,13.817000875576207,10.144894118852774,10.106227148298409,10.174324545516356,10.948354404094177,10.190229408883738,10.062464339459066,24.321938713821318,10.189027746317667,10.78188182182477]},"error_y":{"color":"rgba(252,141,98,1)","width":[]},"error_x":{"color":"rgba(252,141,98,1)","width":[]},"line":{"color":"rgba(252,141,98,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[739.98110580000002,18268.658390000001,630.23362650000001,421.6240257,676.90009210000005,8315.9281449999999,724.03252699999996,1111.1079070000001,9613.8186069999992,9576.0375960000001,12786.93223,14778.78636,2110.8563089999998,3701.6215029999998,3030.8766500000002,109347.867,7486.3843409999999,2849.0947799999999,1421.7419749999999,357,674.78812960000005,10618.038549999999,1049.938981,1989.3740700000001,24837.428650000002,8597.7562020000005,1213.39553,2571.423014,4062.523897,1524.3589360000001,699.50164410000002,3133.4092770000002,1265.0470310000001],"y":[36.088000000000001,63.299999999999997,45.252000000000002,40.317,63.118879999999997,72,50.651000000000003,49.203000000000003,55.234000000000002,56.950000000000003,71.629999999999995,73.420000000000002,56.527999999999999,63.982999999999997,62.612000000000002,67.712000000000003,65.421000000000006,63.009999999999998,53.753999999999998,53.07,43.970999999999997,52.143000000000001,51.929000000000002,58.064999999999998,53.886000000000003,69.521000000000001,65.042000000000002,57.295999999999999,69.390000000000001,60.405000000000001,50.253999999999998,56.531999999999996,39.847999999999999],"text":["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."],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1972","type":"scatter","name":"Asia","marker":{"color":"rgba(141,160,203,1)","size":[10.888616636041981,10.011656864023429,14.825439227010044,10.504430384669019,68.832049804436721,10.276812998461953,48.695363057442606,18.273766123243625,12.085401841724924,10.682632179156791,10.207208096921798,17.311826775730989,10.106033787509491,11.0047683186132,12.282721305459322,10.053368601536352,10.178823374687088,10.776818335468471,10.086032173477381,11.938820986134942,10.843100953294776,10.052489229702815,14.7276071311917,12.784049317625893,10.437689174841042,10.142811855898913,10.884335329227154,10.453279255307441,11.035127122774435,12.676619892484288,13.043743368105829,10.070270641439588,10.501459262712665],"sizemode":"area","line":{"color":"rgba(141,160,203,1)"}},"textfont":{"color":"rgba(141,160,203,1)","size":[10.888616636041981,10.011656864023429,14.825439227010044,10.504430384669019,68.832049804436721,10.276812998461953,48.695363057442606,18.273766123243625,12.085401841724924,10.682632179156791,10.207208096921798,17.311826775730989,10.106033787509491,11.0047683186132,12.282721305459322,10.053368601536352,10.178823374687088,10.776818335468471,10.086032173477381,11.938820986134942,10.843100953294776,10.052489229702815,14.7276071311917,12.784049317625893,10.437689174841042,10.142811855898913,10.884335329227154,10.453279255307441,11.035127122774435,12.676619892484288,13.043743368105829,10.070270641439588,10.501459262712665]},"error_y":{"color":"rgba(141,160,203,1)","width":[]},"error_x":{"color":"rgba(141,160,203,1)","width":[]},"line":{"color":"rgba(141,160,203,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[3313.422188,16661.625599999999,16672.14356,2860.16975,6597.4943979999998,9164.0901269999995,13108.453600000001,18866.20721,14358.875899999999,16107.191709999999,18016.180270000001,12724.82957,10168.65611,15798.063620000001,9530.7728960000004,12269.27378,7778.4140170000001,18794.74567,18965.055509999998,8006.506993,9022.2474170000005,8011.4144020000003,10522.067489999999,9674.1676260000004,12383.486199999999,10638.75131,17832.02464,27195.11304,3450.6963799999999,15895.116410000001],"y":[67.689999999999998,70.629999999999995,71.439999999999998,67.450000000000003,70.900000000000006,69.609999999999999,70.290000000000006,73.469999999999999,70.870000000000005,72.379999999999995,71,72.340000000000003,69.760000000000005,74.459999999999994,71.280000000000001,72.189999999999998,70.635999999999996,73.75,74.340000000000003,70.849999999999994,69.260000000000005,69.209999999999994,68.700000000000003,70.349999999999994,69.819999999999993,73.060000000000002,74.719999999999999,73.780000000000001,57.005000000000003,72.010000000000005],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1972","type":"scatter","name":"Europe","marker":{"color":"rgba(231,138,195,1)","size":[10.150398451427082,10.510818525522781,10.658579407473365,10.256562329181428,10.581255567810722,10.284294211336366,10.669026077303963,10.336595540491391,10.312574642965545,13.526768993279076,15.368582584764926,10.602579720496854,10.705332107847937,10.010187717895141,10.202328484185456,13.706517674078185,10.031919682340462,10.905708146312334,10.264343445799753,12.250952598786029,10.608164318615732,11.406192073453651,10.563311031370272,10.309419715642246,10.11155948327721,12.351531332397386,10.550275046944138,10.432818912767631,12.55491111775887,13.823464845528623],"sizemode":"area","line":{"color":"rgba(231,138,195,1)"}},"textfont":{"color":"rgba(231,138,195,1)","size":[10.150398451427082,10.510818525522781,10.658579407473365,10.256562329181428,10.581255567810722,10.284294211336366,10.669026077303963,10.336595540491391,10.312574642965545,13.526768993279076,15.368582584764926,10.602579720496854,10.705332107847937,10.010187717895141,10.202328484185456,13.706517674078185,10.031919682340462,10.905708146312334,10.264343445799753,12.250952598786029,10.608164318615732,11.406192073453651,10.563311031370272,10.309419715642246,10.11155948327721,12.351531332397386,10.550275046944138,10.432818912767631,12.55491111775887,13.823464845528623]},"error_y":{"color":"rgba(231,138,195,1)","width":[]},"error_x":{"color":"rgba(231,138,195,1)","width":[]},"line":{"color":"rgba(231,138,195,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[16788.62948,16046.03728],"y":[71.930000000000007,71.890000000000001],"text":["Australia","New Zealand"],"hoverinfo":["text","text"],"mode":"markers","frame":"1972","type":"scatter","name":"Oceania","marker":{"color":"rgba(166,216,84,1)","size":[10.895274035036326,10.195823971942673],"sizemode":"area","line":{"color":"rgba(166,216,84,1)"}},"textfont":{"color":"rgba(166,216,84,1)","size":[10.895274035036326,10.195823971942673]},"error_y":{"color":"rgba(166,216,84,1)","width":[]},"error_x":{"color":"rgba(166,216,84,1)","width":[]},"line":{"color":"rgba(166,216,84,1)"},"xaxis":"x","yaxis":"y","visible":true}],"traces":[0,1,2,3,4]},{"name":"1977","data":[{"x":[4910.4167559999996,3008.6473550000001,1029.161251,3214.857818,743.38703680000003,556.10326510000004,1783.432873,1109.3743380000001,1133.98495,1172.6030470000001,795.75728200000003,3259.1789779999999,2517.736547,3081.7610220000001,2785.4935820000001,958.5668124,505.75380769999998,556.80838340000003,21745.573280000001,884.75525070000003,993.22395710000001,874.68586430000005,764.72596280000005,1267.613204,745.36954079999998,640.32243830000004,21951.211759999998,1544.228586,663.22367659999998,686.3952693,1497.492223,3710.9829629999999,2370.619976,502.31973340000002,3876.4859580000002,808.89707280000005,1981.951806,4319.804067,670.08060109999997,1737.561657,1561.7691159999999,1348.285159,1450.9925129999999,8028.6514390000002,2202.9884229999998,3781.4106179999999,962.49229319999995,1532.776998,3120.8768110000001,843.73313719999999,1588.6882989999999,685.58768210000005],"y":[58.014000000000003,39.482999999999997,49.189999999999998,59.319000000000003,46.137,45.909999999999997,49.354999999999997,46.774999999999999,47.383000000000003,50.939,47.804000000000002,55.625,52.374000000000002,46.518999999999998,53.319000000000003,42.024000000000001,44.534999999999997,44.509999999999998,52.789999999999999,41.841999999999999,51.756,40.762,37.465000000000003,56.155000000000001,52.207999999999998,43.764000000000003,57.442,46.881,43.767000000000003,41.713999999999999,50.851999999999997,64.930000000000007,55.729999999999997,42.494999999999997,56.436999999999998,41.290999999999997,44.514000000000003,67.063999999999993,45,58.549999999999997,48.878999999999998,36.787999999999997,41.973999999999997,55.527000000000001,47.799999999999997,52.536999999999999,49.918999999999997,52.887,59.837000000000003,50.350000000000001,51.386000000000003,57.673999999999999],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1977","type":"scatter","name":"Africa","marker":{"color":"rgba(102,194,165,1)","size":[11.166634641467695,10.416525211978978,10.212147840563553,10.049241887798438,10.397885245577966,10.257614449393627,10.539188846371516,10.143844728761138,10.295416039982342,10.016703423632235,11.80330326159882,10.100793184581628,10.50504247769938,10.011513123175757,12.643019616177886,10.009054717861245,10.167399458200748,12.358673191285742,10.044115745175203,10.037420602264065,10.715160678382937,10.284411333508544,10.046768125555758,10.985600346895186,10.081324353577505,10.112181063476529,10.181673961820561,10.542417282190991,10.380663099038646,10.438978679036246,10.095327414960281,10.058220776561029,11.251550741658676,10.755414599767908,10.062589037715808,10.383723564190445,14.241867629672205,10.029491035340095,10.313763269205923,10.001828156982402,10.35497327881227,10.210279755567907,10.293054895212912,11.847603699430152,11.163370918839934,10.033540486666059,11.165048509673255,10.153471748145529,10.405767581416185,10.777930586586082,10.351949329023009,10.449247891030211],"sizemode":"area","line":{"color":"rgba(102,194,165,1)"}},"textfont":{"color":"rgba(102,194,165,1)","size":[11.166634641467695,10.416525211978978,10.212147840563553,10.049241887798438,10.397885245577966,10.257614449393627,10.539188846371516,10.143844728761138,10.295416039982342,10.016703423632235,11.80330326159882,10.100793184581628,10.50504247769938,10.011513123175757,12.643019616177886,10.009054717861245,10.167399458200748,12.358673191285742,10.044115745175203,10.037420602264065,10.715160678382937,10.284411333508544,10.046768125555758,10.985600346895186,10.081324353577505,10.112181063476529,10.181673961820561,10.542417282190991,10.380663099038646,10.438978679036246,10.095327414960281,10.058220776561029,11.251550741658676,10.755414599767908,10.062589037715808,10.383723564190445,14.241867629672205,10.029491035340095,10.313763269205923,10.001828156982402,10.35497327881227,10.210279755567907,10.293054895212912,11.847603699430152,11.163370918839934,10.033540486666059,11.165048509673255,10.153471748145529,10.405767581416185,10.777930586586082,10.351949329023009,10.449247891030211]},"error_y":{"color":"rgba(102,194,165,1)","width":[]},"error_x":{"color":"rgba(102,194,165,1)","width":[]},"line":{"color":"rgba(102,194,165,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[10079.026739999999,3548.0978319999999,6660.1186539999999,22090.88306,4756.7638360000001,3815.8078700000001,5926.8769670000001,6380.4949660000002,2681.9888999999998,6679.6232600000003,5138.9223739999998,4879.9927479999997,1874.298931,3203.2080660000001,6650.195573,7674.9291080000003,5486.3710890000002,5351.9121439999999,3248.3733109999998,6281.2908550000002,9770.5249210000002,7899.5542089999999,24072.632130000002,6504.3396629999997,13143.95095],"y":[68.480999999999995,50.023000000000003,61.488999999999997,74.209999999999994,67.052000000000007,63.837000000000003,70.75,72.649000000000001,61.787999999999997,61.310000000000002,56.695999999999998,56.029000000000003,49.923000000000002,57.402000000000001,70.109999999999999,65.031999999999996,57.469999999999999,68.680999999999997,66.352999999999994,58.447000000000003,73.439999999999998,68.299999999999997,73.379999999999995,69.480999999999995,67.456000000000003],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1977","type":"scatter","name":"Americas","marker":{"color":"rgba(252,141,98,1)","size":[11.837631661059536,10.342609996093008,17.798175776666309,11.620080092864445,10.719371889352294,11.708673324189528,10.139812613700753,10.646900497726383,10.357836151488277,10.49270861202919,10.288203470971389,10.385180356523183,10.330927673695323,10.204433065874923,10.143113124703106,14.347714608682132,10.170263081659911,10.121474735140103,10.199604779405178,11.087276520720096,10.206179865264531,10.066819564288153,25.027879638554939,10.192030469419546,10.917562944076623],"sizemode":"area","line":{"color":"rgba(252,141,98,1)"}},"textfont":{"color":"rgba(252,141,98,1)","size":[11.837631661059536,10.342609996093008,17.798175776666309,11.620080092864445,10.719371889352294,11.708673324189528,10.139812613700753,10.646900497726383,10.357836151488277,10.49270861202919,10.288203470971389,10.385180356523183,10.330927673695323,10.204433065874923,10.143113124703106,14.347714608682132,10.170263081659911,10.121474735140103,10.199604779405178,11.087276520720096,10.206179865264531,10.066819564288153,25.027879638554939,10.192030469419546,10.917562944076623]},"error_y":{"color":"rgba(252,141,98,1)","width":[]},"error_x":{"color":"rgba(252,141,98,1)","width":[]},"line":{"color":"rgba(252,141,98,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[786.11335999999994,19340.10196,659.87723219999998,524.97218320000002,741.23746989999995,11186.141250000001,813.33732299999997,1382.7020560000001,11888.595079999999,14688.235070000001,13306.619210000001,16610.37701,2852.351568,4106.3012490000001,4657.22102,59265.477140000003,8659.6968359999992,3827.9215709999999,1647.511665,371,694.11243979999995,11848.343919999999,1175.9211929999999,2373.204287,34167.762600000002,11210.089480000001,1348.7756509999999,3195.484582,5596.5198259999997,1961.224635,713.53711959999998,3682.831494,1829.765177],"y":[38.438000000000002,65.593000000000004,46.923000000000002,31.219999999999999,63.967359999999999,73.599999999999994,54.207999999999998,52.701999999999998,57.701999999999998,60.412999999999997,73.060000000000002,75.379999999999995,61.134,67.159000000000006,64.766000000000005,69.343000000000004,66.099000000000004,65.256,55.491,56.058999999999997,46.747999999999998,57.366999999999997,54.042999999999999,60.060000000000002,58.689999999999998,70.795000000000002,65.948999999999998,61.195,70.590000000000003,62.494,55.764000000000003,60.765000000000001,44.174999999999997],"text":["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."],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1977","type":"scatter","name":"Asia","marker":{"color":"rgba(141,160,203,1)","size":[11.011534308152962,10.016203197291969,15.485378371030112,10.472215030271521,74.389551476720882,10.308755409056106,53.268315001477468,19.327797419836617,12.417567352083784,10.806948901550589,10.23451100888318,17.768043572511854,10.128154657629098,11.110156364356385,12.482770889757326,10.073736870760154,10.208565922384105,10.872640038756792,10.100194673901072,12.147791034615475,10.946886827785212,10.064466473374383,15.330060447106462,13.193623437890896,10.550699034667666,10.154612802035086,10.959420674786685,10.537321307399983,11.141544287464072,13.009157586528982,13.444968165410209,10.081977330163305,10.569501716254269],"sizemode":"area","line":{"color":"rgba(141,160,203,1)"}},"textfont":{"color":"rgba(141,160,203,1)","size":[11.011534308152962,10.016203197291969,15.485378371030112,10.472215030271521,74.389551476720882,10.308755409056106,53.268315001477468,19.327797419836617,12.417567352083784,10.806948901550589,10.23451100888318,17.768043572511854,10.128154657629098,11.110156364356385,12.482770889757326,10.073736870760154,10.208565922384105,10.872640038756792,10.100194673901072,12.147791034615475,10.946886827785212,10.064466473374383,15.330060447106462,13.193623437890896,10.550699034667666,10.154612802035086,10.959420674786685,10.537321307399983,11.141544287464072,13.009157586528982,13.444968165410209,10.081977330163305,10.569501716254269]},"error_y":{"color":"rgba(141,160,203,1)","width":[]},"error_x":{"color":"rgba(141,160,203,1)","width":[]},"line":{"color":"rgba(141,160,203,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[3533.0039099999999,19749.422299999998,19117.974480000001,3528.4813049999998,7612.2404379999998,11305.38517,14800.160620000001,20422.9015,15605.42283,18292.635139999999,20512.92123,14195.52428,11674.837369999999,19654.962469999999,11150.98113,14255.98475,9595.9299050000009,21209.0592,23311.349389999999,9508.1414540000005,10172.485720000001,9356.3972400000002,12980.66956,10922.66404,15277.03017,13236.92117,18855.725210000001,26982.290519999999,4269.1223259999997,17428.748459999999],"y":[68.930000000000007,72.170000000000002,72.799999999999997,69.859999999999999,70.810000000000002,70.640000000000001,70.709999999999994,74.689999999999998,72.519999999999996,73.829999999999998,72.5,73.680000000000007,69.950000000000003,76.109999999999999,72.030000000000001,73.480000000000004,73.066000000000003,75.239999999999995,75.370000000000005,70.670000000000002,70.409999999999997,69.459999999999994,70.299999999999997,70.450000000000003,70.969999999999999,74.390000000000001,75.439999999999998,75.390000000000001,59.506999999999998,72.760000000000005],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1977","type":"scatter","name":"Europe","marker":{"color":"rgba(231,138,195,1)","size":[10.16715415686811,10.512472227801169,10.666271522161315,10.274785883943478,10.59632733488812,10.290666517490857,10.689485396048561,10.343204002074634,10.319348413348914,13.624576859277418,15.330612409231406,10.631235816715586,10.721923050512952,10.011044156715943,10.21922110517275,13.822116507235272,10.034130738731911,10.941412321778062,10.271864996205492,12.358909005449423,10.655405642318176,11.474168594583645,10.588774797613983,10.325416174554535,10.115136555492656,12.482975648799595,10.55910391558176,10.427019044642313,12.890107130196345,13.830290146937628],"sizemode":"area","line":{"color":"rgba(231,138,195,1)"}},"textfont":{"color":"rgba(231,138,195,1)","size":[10.16715415686811,10.512472227801169,10.666271522161315,10.274785883943478,10.59632733488812,10.290666517490857,10.689485396048561,10.343204002074634,10.319348413348914,13.624576859277418,15.330612409231406,10.631235816715586,10.721923050512952,10.011044156715943,10.21922110517275,13.822116507235272,10.034130738731911,10.941412321778062,10.271864996205492,12.358909005449423,10.655405642318176,11.474168594583645,10.588774797613983,10.325416174554535,10.115136555492656,12.482975648799595,10.55910391558176,10.427019044642313,12.890107130196345,13.830290146937628]},"error_y":{"color":"rgba(231,138,195,1)","width":[]},"error_x":{"color":"rgba(231,138,195,1)","width":[]},"line":{"color":"rgba(231,138,195,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[18334.197510000002,16233.717699999999],"y":[73.489999999999995,72.219999999999999],"text":["Australia","New Zealand"],"hoverinfo":["text","text"],"mode":"markers","frame":"1977","type":"scatter","name":"Oceania","marker":{"color":"rgba(166,216,84,1)","size":[10.956503813976532,10.211918032665112],"sizemode":"area","line":{"color":"rgba(166,216,84,1)"}},"textfont":{"color":"rgba(166,216,84,1)","size":[10.956503813976532,10.211918032665112]},"error_y":{"color":"rgba(166,216,84,1)","width":[]},"error_x":{"color":"rgba(166,216,84,1)","width":[]},"line":{"color":"rgba(166,216,84,1)"},"xaxis":"x","yaxis":"y","visible":true}],"traces":[0,1,2,3,4]},{"name":"1982","data":[{"x":[5745.1602130000001,2756.9536720000001,1277.897616,4551.1421499999997,807.19858550000004,559.60323100000005,2367.9832820000001,956.75299070000005,797.90810060000001,1267.100083,673.74781810000002,4879.5075219999999,2602.710169,2879.4680669999998,3503.729636,927.82534269999996,524.87584930000003,577.86074710000003,15113.361940000001,835.80961079999997,876.03256899999997,857.2503577,838.12396709999996,1348.2257910000001,797.26310739999997,572.19956939999997,17364.275379999999,1302.8786580000001,632.80392089999998,618.01406410000004,1481.150189,3688.0377389999999,2702.6203559999999,462.21141490000002,4191.1005109999996,909.72213539999996,1576.9737500000001,5267.2193530000004,881.5706467,1890.2181169999999,1518.4799840000001,1465.0107840000001,1176.8070310000001,8568.2662280000004,1895.544073,3895.3840180000002,874.24260690000006,1344.577953,3560.233174,682.26622680000003,1408.6785649999999,788.85504109999999],"y":[61.368000000000002,39.942,50.904000000000003,61.484000000000002,48.122,47.470999999999997,52.960999999999999,48.295000000000002,49.517000000000003,52.933,47.783999999999999,56.695,53.982999999999997,48.811999999999998,56.006,43.661999999999999,43.890000000000001,44.915999999999997,56.564,45.579999999999998,53.744,42.890999999999998,39.326999999999998,58.765999999999998,55.078000000000003,44.851999999999997,62.155000000000001,48.969000000000001,45.642000000000003,43.915999999999997,53.598999999999997,66.710999999999999,59.649999999999999,42.795000000000002,58.968000000000004,42.597999999999999,45.826000000000001,69.885000000000005,46.218000000000004,60.350999999999999,52.378999999999998,38.445,42.954999999999998,58.161000000000001,50.338000000000001,55.561,50.607999999999997,55.470999999999997,64.048000000000002,49.848999999999997,51.820999999999998,60.363],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1982","type":"scatter","name":"Africa","marker":{"color":"rgba(102,194,165,1)","size":[11.363268094157474,10.474793424384801,10.244454449240891,10.062133175834701,10.44873524264138,10.30853085663975,10.62730116695932,10.164964804935142,10.328645565916208,10.019700003962846,12.087619723417781,10.117035081332586,10.611952429150746,10.016788876405876,13.113825358214473,10.015389143592916,10.175907537672147,12.59714628763685,10.04735824111558,10.044740669772212,10.77401149851703,10.317409686483686,10.052280170720657,11.201351400578581,10.092264151434904,10.129466685318951,10.224147198211686,10.621885017279217,10.439741474721718,10.473556133745376,10.106619739635455,10.063613788469356,11.374528271663014,10.855019977145327,10.070914813386571,10.435261551635888,14.981061627629551,10.031246161597421,10.371811979918432,10.002633337789623,10.415508788093149,10.232368137252807,10.393743516176952,12.121304906473711,11.386016823753696,10.040261770481592,11.350342952626225,10.176417251181372,10.455526554049371,10.879057118888525,10.412275233297619,10.517119848542618],"sizemode":"area","line":{"color":"rgba(102,194,165,1)"}},"textfont":{"color":"rgba(102,194,165,1)","size":[11.363268094157474,10.474793424384801,10.244454449240891,10.062133175834701,10.44873524264138,10.30853085663975,10.62730116695932,10.164964804935142,10.328645565916208,10.019700003962846,12.087619723417781,10.117035081332586,10.611952429150746,10.016788876405876,13.113825358214473,10.015389143592916,10.175907537672147,12.59714628763685,10.04735824111558,10.044740669772212,10.77401149851703,10.317409686483686,10.052280170720657,11.201351400578581,10.092264151434904,10.129466685318951,10.224147198211686,10.621885017279217,10.439741474721718,10.473556133745376,10.106619739635455,10.063613788469356,11.374528271663014,10.855019977145327,10.070914813386571,10.435261551635888,14.981061627629551,10.031246161597421,10.371811979918432,10.002633337789623,10.415508788093149,10.232368137252807,10.393743516176952,12.121304906473711,11.386016823753696,10.040261770481592,11.350342952626225,10.176417251181372,10.455526554049371,10.879057118888525,10.412275233297619,10.517119848542618]},"error_y":{"color":"rgba(102,194,165,1)","width":[]},"error_x":{"color":"rgba(102,194,165,1)","width":[]},"line":{"color":"rgba(102,194,165,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[8997.8974120000003,3156.510452,7030.8358779999999,22898.792140000001,5095.6657379999997,4397.5756590000001,5262.734751,7316.9181070000004,2861.0923859999998,7213.7912669999996,4098.3441750000002,4820.4947899999997,2011.159549,3121.7607939999998,6068.0513499999997,9611.1475410000003,3470.3381559999998,7009.6015980000002,4258.5036040000005,6434.5017969999999,10330.989149999999,9119.5286070000002,25009.559140000001,6920.2230509999999,11152.410110000001],"y":[69.941999999999993,53.859000000000002,63.335999999999999,75.760000000000005,70.564999999999998,66.653000000000006,73.450000000000003,73.716999999999999,63.726999999999997,64.341999999999999,56.603999999999999,58.137,51.460999999999999,60.908999999999999,71.209999999999994,67.405000000000001,59.298000000000002,70.471999999999994,66.873999999999995,61.405999999999999,73.75,68.831999999999994,74.650000000000006,70.805000000000007,68.557000000000002],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1982","type":"scatter","name":"Americas","marker":{"color":"rgba(252,141,98,1)","size":[11.99854128141553,10.381002862542786,18.798013361035615,11.716009704168041,10.779934085561683,11.89092470650929,10.161374423381949,10.664048111974317,10.403261876762912,10.566898546296875,10.301327638291726,10.432425092876331,10.350710468564261,10.24635495441823,10.152770584931782,14.885611698508979,10.199258668370726,10.134888022228125,10.225673676871811,11.232998753392824,10.219705769825802,10.07210712528971,25.843423642169896,10.197523267234473,11.062068430267168],"sizemode":"area","line":{"color":"rgba(252,141,98,1)"}},"textfont":{"color":"rgba(252,141,98,1)","size":[11.99854128141553,10.381002862542786,18.798013361035615,11.716009704168041,10.779934085561683,11.89092470650929,10.161374423381949,10.664048111974317,10.403261876762912,10.566898546296875,10.301327638291726,10.432425092876331,10.350710468564261,10.24635495441823,10.152770584931782,14.885611698508979,10.199258668370726,10.134888022228125,10.225673676871811,11.232998753392824,10.219705769825802,10.07210712528971,25.843423642169896,10.197523267234473,11.062068430267168]},"error_y":{"color":"rgba(252,141,98,1)","width":[]},"error_x":{"color":"rgba(252,141,98,1)","width":[]},"line":{"color":"rgba(252,141,98,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[978.01143879999995,19211.14731,676.98186559999999,624.47547840000004,962.42138050000005,14560.530510000001,855.72353769999995,1516.8729880000001,7608.3346019999999,14517.90711,15367.029200000001,19384.10571,4161.4159589999999,4106.5252929999997,5622.9424639999997,31354.03573,7640.5195210000002,4920.3559509999995,2000.6031390000001,424,718.37309470000002,12954.791010000001,1443.429832,2603.2737649999999,33693.17525,15169.161120000001,1648.0797889999999,3761.8377150000001,7426.3547740000004,2393.2197809999998,707.23578629999997,4336.0320819999997,1977.55701],"y":[39.853999999999999,69.052000000000007,50.009,50.957000000000001,65.525000000000006,75.450000000000003,56.595999999999997,56.158999999999999,59.619999999999997,62.037999999999997,74.450000000000003,77.109999999999999,63.738999999999997,69.099999999999994,67.123000000000005,71.308999999999997,66.983000000000004,68,57.488999999999997,58.055999999999997,49.594000000000001,62.728000000000002,56.158000000000001,62.082000000000001,63.012,71.760000000000005,68.757000000000005,64.590000000000003,72.159999999999997,64.596999999999994,58.816000000000003,64.406000000000006,49.113],"text":["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."],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1982","type":"scatter","name":"Asia","marker":{"color":"rgba(141,160,203,1)","size":[10.875126837325164,10.021701455348023,16.348512812514578,10.492273089546282,78.268097255403362,10.355222061048629,58.319038044142836,20.462026007985443,12.935749149272629,10.96327574152852,10.259252931249872,18.080813077832623,10.156096008284278,11.20040036308025,12.680022100477636,10.09811254745324,10.206592659493747,10.981608364607085,10.11575854521006,12.362948764847387,11.074050110384652,10.084704515847301,16.2384672493429,13.644490017403268,10.764069354966587,10.176902120593468,11.047693321704587,10.638198647947984,11.258679700727368,13.32850490782967,13.827777139211847,10.093224403090137,10.65506560580198],"sizemode":"area","line":{"color":"rgba(141,160,203,1)"}},"textfont":{"color":"rgba(141,160,203,1)","size":[10.875126837325164,10.021701455348023,16.348512812514578,10.492273089546282,78.268097255403362,10.355222061048629,58.319038044142836,20.462026007985443,12.935749149272629,10.96327574152852,10.259252931249872,18.080813077832623,10.156096008284278,11.20040036308025,12.680022100477636,10.09811254745324,10.206592659493747,10.981608364607085,10.11575854521006,12.362948764847387,11.074050110384652,10.084704515847301,16.2384672493429,13.644490017403268,10.764069354966587,10.176902120593468,11.047693321704587,10.638198647947984,11.258679700727368,13.32850490782967,13.827777139211847,10.093224403090137,10.65506560580198]},"error_y":{"color":"rgba(141,160,203,1)","width":[]},"error_x":{"color":"rgba(141,160,203,1)","width":[]},"line":{"color":"rgba(141,160,203,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[3630.8807219999999,21597.083620000001,20979.845890000001,4126.6131569999998,8224.1916469999996,13221.821840000001,15377.22855,21688.04048,18533.157609999998,20293.89746,22031.532739999999,15268.420889999999,12545.990659999999,23269.607499999998,12618.32141,16537.483499999998,11222.58762,21399.460459999998,26298.635310000001,8451.5310040000004,11753.842909999999,9605.3140530000001,15181.092699999999,11348.54585,17866.721750000001,13926.169970000001,20667.381249999999,28397.715120000001,4241.3563439999998,18232.42452],"y":[70.420000000000002,73.180000000000007,73.930000000000007,70.689999999999998,71.079999999999998,70.459999999999994,70.959999999999994,74.629999999999995,74.549999999999997,74.890000000000001,73.799999999999997,75.239999999999995,69.390000000000001,76.989999999999995,73.099999999999994,74.980000000000004,74.100999999999999,76.049999999999997,75.969999999999999,71.319999999999993,72.769999999999996,69.659999999999997,70.162000000000006,70.799999999999997,71.063000000000002,76.299999999999997,76.420000000000002,76.209999999999994,61.036000000000001,74.040000000000006],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1982","type":"scatter","name":"Europe","marker":{"color":"rgba(231,138,195,1)","size":[10.18565406808421,10.512894236187288,10.668626455906466,10.280702942493988,10.602816558455746,10.297129736660116,10.699162922663378,10.345210026411754,10.325356794432277,13.711158947289324,15.342522082419025,10.663860825703654,10.726589099568207,10.011875068909475,10.233424557404893,13.854631628870656,10.034299664941782,10.97263206945903,10.276750683460088,12.468532014210869,10.668854898744625,11.521818003057334,10.612421532116587,10.340448218377732,10.122940127352617,12.588379460989035,10.564128156454959,10.437373163385805,13.226236707360542,13.84125867931396],"sizemode":"area","line":{"color":"rgba(231,138,195,1)"}},"textfont":{"color":"rgba(231,138,195,1)","size":[10.18565406808421,10.512894236187288,10.668626455906466,10.280702942493988,10.602816558455746,10.297129736660116,10.699162922663378,10.345210026411754,10.325356794432277,13.711158947289324,15.342522082419025,10.663860825703654,10.726589099568207,10.011875068909475,10.233424557404893,13.854631628870656,10.034299664941782,10.97263206945903,10.276750683460088,12.468532014210869,10.668854898744625,11.521818003057334,10.612421532116587,10.340448218377732,10.122940127352617,12.588379460989035,10.564128156454959,10.437373163385805,13.226236707360542,13.84125867931396]},"error_y":{"color":"rgba(231,138,195,1)","width":[]},"error_x":{"color":"rgba(231,138,195,1)","width":[]},"line":{"color":"rgba(231,138,195,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[19477.009279999998,17632.410400000001],"y":[74.739999999999995,73.840000000000003],"text":["Australia","New Zealand"],"hoverinfo":["text","text"],"mode":"markers","frame":"1982","type":"scatter","name":"Oceania","marker":{"color":"rgba(166,216,84,1)","size":[11.032271484917921,10.215040608059732],"sizemode":"area","line":{"color":"rgba(166,216,84,1)"}},"textfont":{"color":"rgba(166,216,84,1)","size":[11.032271484917921,10.215040608059732]},"error_y":{"color":"rgba(166,216,84,1)","width":[]},"error_x":{"color":"rgba(166,216,84,1)","width":[]},"line":{"color":"rgba(166,216,84,1)"},"xaxis":"x","yaxis":"y","visible":true}],"traces":[0,1,2,3,4]},{"name":"1987","data":[{"x":[5681.3585389999998,2430.2083109999999,1225.85601,6205.8838500000002,912.06314169999996,621.8188189,2602.6642059999999,844.87635039999998,952.38612899999998,1315.980812,672.774812,4201.1949370000002,2156.9560689999998,2880.1025679999998,3885.4607099999998,966.89681489999998,521.13413330000003,573.74131420000003,11864.408439999999,611.65886109999997,847.00611349999997,805.57247180000002,736.41539209999996,1361.936856,773.99321410000005,506.11385730000001,11770.5898,1155.4419479999999,635.51736340000002,684.17155760000003,1421.603576,4783.5869030000003,2755.0469910000002,389.87618459999999,3693.7313370000002,668.30002279999997,1385.0295630000001,5303.3774880000001,847.99121700000001,1516.525457,1441.72072,1294.4477879999999,1093.2449630000001,7825.8233980000005,1507.8191589999999,3984.8398120000002,831.82207940000001,1202.2013609999999,3810.419296,617.72440649999999,1213.315116,706.15730589999998],"y":[65.799000000000007,39.905999999999999,52.337000000000003,63.622,49.557000000000002,48.210999999999999,54.984999999999999,50.484999999999999,51.051000000000002,54.926000000000002,47.411999999999999,57.469999999999999,54.655000000000001,50.039999999999999,59.796999999999997,45.664000000000001,46.453000000000003,46.683999999999997,60.189999999999998,49.265000000000001,55.728999999999999,45.552,41.244999999999997,59.338999999999999,57.18,46.027000000000001,66.233999999999995,49.350000000000001,47.457000000000001,46.363999999999997,56.145000000000003,68.739999999999995,62.677,42.860999999999997,60.835000000000001,44.555,46.886000000000003,71.912999999999997,44.020000000000003,61.728000000000002,55.768999999999998,40.006,44.500999999999998,60.834000000000003,51.744,57.677999999999997,51.534999999999997,56.941000000000003,66.894000000000005,51.509,50.820999999999998,62.350999999999999],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1987","type":"scatter","name":"Africa","marker":{"color":"rgba(102,194,165,1)","size":[11.583124907903459,10.533343999509913,10.285555390530721,10.074475846143708,10.513709040669495,10.345770588416476,10.731717085022822,10.189743242664374,10.371224321467116,10.022871789780625,12.417633284495395,10.136784773489689,10.730381441790092,10.017132462078806,13.599599191000056,10.019194999911594,10.194927059084515,12.930751595327941,10.055993817217299,10.053810335043543,10.962919665554013,10.381551480270042,10.059210377012322,11.442737057799956,10.105054288504284,10.150798414089648,10.255254942696533,10.717245739710373,10.529966635613693,10.516948123959168,10.121574248034646,10.067068960801638,11.564863199706533,10.875818649875981,10.083143978933146,10.496378713102843,15.562041111998278,10.034264651145554,10.429267367179454,10.00346732136879,10.485370116207241,10.259968495849593,10.468341739974923,12.448465491562359,11.683525364642012,10.049096918396511,11.56849651240559,10.211192093607249,10.523156964144913,11.039018295360725,10.492267697558169,10.624952375985439],"sizemode":"area","line":{"color":"rgba(102,194,165,1)"}},"textfont":{"color":"rgba(102,194,165,1)","size":[11.583124907903459,10.533343999509913,10.285555390530721,10.074475846143708,10.513709040669495,10.345770588416476,10.731717085022822,10.189743242664374,10.371224321467116,10.022871789780625,12.417633284495395,10.136784773489689,10.730381441790092,10.017132462078806,13.599599191000056,10.019194999911594,10.194927059084515,12.930751595327941,10.055993817217299,10.053810335043543,10.962919665554013,10.381551480270042,10.059210377012322,11.442737057799956,10.105054288504284,10.150798414089648,10.255254942696533,10.717245739710373,10.529966635613693,10.516948123959168,10.121574248034646,10.067068960801638,11.564863199706533,10.875818649875981,10.083143978933146,10.496378713102843,15.562041111998278,10.034264651145554,10.429267367179454,10.00346732136879,10.485370116207241,10.259968495849593,10.468341739974923,12.448465491562359,11.683525364642012,10.049096918396511,11.56849651240559,10.211192093607249,10.523156964144913,11.039018295360725,10.492267697558169,10.624952375985439]},"error_y":{"color":"rgba(102,194,165,1)","width":[]},"error_x":{"color":"rgba(102,194,165,1)","width":[]},"line":{"color":"rgba(102,194,165,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[9139.6713889999992,2753.6914900000002,7807.0958179999998,26626.515029999999,5547.0637539999998,4903.2191000000003,5629.9153180000003,7532.924763,2899.8421750000002,6481.7769930000004,4140.4420970000001,4246.4859740000002,1823.015995,3023.0966990000002,6351.2374950000003,8688.1560030000001,2955.984375,7034.7791610000004,3998.8756950000002,6360.9434440000005,12281.341909999999,7388.5978230000001,29884.350409999999,7452.3989689999999,9883.584648],"y":[70.774000000000001,57.250999999999998,65.204999999999998,76.859999999999999,72.492000000000004,67.768000000000001,74.751999999999995,74.174000000000007,66.046000000000006,67.230999999999995,63.154000000000003,60.781999999999996,53.636000000000003,64.492000000000004,71.769999999999996,69.498000000000005,62.008000000000003,71.522999999999996,67.378,64.134,74.629999999999995,69.581999999999994,75.019999999999996,71.918000000000006,70.189999999999998],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1987","type":"scatter","name":"Americas","marker":{"color":"rgba(252,141,98,1)","size":[12.154127030166471,10.416094808472128,19.751858583607309,11.808001116558641,10.846565544543003,12.109307118644901,10.186999608003982,10.694803943918515,10.450148148286059,10.64738987183741,10.326398403680306,10.495953360319033,10.388782272835758,10.294320101335098,10.154701940471488,15.464505643779169,10.224166240802617,10.149721722792378,10.261170226668677,11.374336753705476,10.230999391308245,10.077216341165451,26.567977027339847,10.203744938986867,11.218327972773205],"sizemode":"area","line":{"color":"rgba(252,141,98,1)"}},"textfont":{"color":"rgba(252,141,98,1)","size":[12.154127030166471,10.416094808472128,19.751858583607309,11.808001116558641,10.846565544543003,12.109307118644901,10.186999608003982,10.694803943918515,10.450148148286059,10.64738987183741,10.326398403680306,10.495953360319033,10.388782272835758,10.294320101335098,10.154701940471488,15.464505643779169,10.224166240802617,10.149721722792378,10.261170226668677,11.374336753705476,10.230999391308245,10.077216341165451,26.567977027339847,10.203744938986867,11.218327972773205]},"error_y":{"color":"rgba(252,141,98,1)","width":[]},"error_x":{"color":"rgba(252,141,98,1)","width":[]},"line":{"color":"rgba(252,141,98,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[852.39594480000005,18524.02406,751.97940349999999,683.89557319999994,1378.904018,20038.472689999999,976.51267559999997,1748.356961,6642.8813710000004,11643.572679999999,17122.479859999999,22375.941889999998,4448.6799119999996,4106.4923150000004,8533.0888049999994,28118.429980000001,5377.0913289999999,5249.8026529999997,2338.008304,385,775.63245010000003,18115.223129999998,1704.6865829999999,2189.6349949999999,21198.26136,18861.53081,1876.7668269999999,3116.774285,11054.561750000001,2982.653773,820.79944490000003,5107.1973840000001,1971.741538],"y":[40.822000000000003,70.75,52.819000000000003,53.914000000000001,67.274000000000001,76.200000000000003,58.552999999999997,60.137,63.039999999999999,65.043999999999997,75.599999999999994,78.670000000000002,65.869,70.647000000000006,69.810000000000002,74.174000000000007,67.926000000000002,69.5,60.222000000000001,58.338999999999999,52.536999999999999,67.733999999999995,58.244999999999997,64.150999999999996,66.295000000000002,73.560000000000002,69.010999999999996,66.974000000000004,73.400000000000006,66.084000000000003,62.82,67.046000000000006,52.921999999999997],"text":["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."],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1987","type":"scatter","name":"Asia","marker":{"color":"rgba(141,160,203,1)","size":[10.942433932892962,10.026932707612957,17.078126271390129,10.567304037453583,83.984560197503285,10.377063708087592,63.779279171348648,21.54950128148257,13.537532220589025,11.125026580283174,10.282781588038102,18.329004993872076,10.188380434732037,11.297322100196661,12.836731020828442,10.12500375723363,10.206761722209649,11.110597620092477,10.13344296941381,12.591469138430865,11.218805607365807,10.104691318975354,17.175225739355231,14.092298998390429,10.993745729849708,10.186640665402882,11.121758284703471,10.763262263074971,11.344433401907263,13.607194386408,14.284001443824259,10.111334248330712,10.761657839472756],"sizemode":"area","line":{"color":"rgba(141,160,203,1)"}},"textfont":{"color":"rgba(141,160,203,1)","size":[10.942433932892962,10.026932707612957,17.078126271390129,10.567304037453583,83.984560197503285,10.377063708087592,63.779279171348648,21.54950128148257,13.537532220589025,11.125026580283174,10.282781588038102,18.329004993872076,10.188380434732037,11.297322100196661,12.836731020828442,10.12500375723363,10.206761722209649,11.110597620092477,10.13344296941381,12.591469138430865,11.218805607365807,10.104691318975354,17.175225739355231,14.092298998390429,10.993745729849708,10.186640665402882,11.121758284703471,10.763262263074971,11.344433401907263,13.607194386408,14.284001443824259,10.111334248330712,10.761657839472756]},"error_y":{"color":"rgba(141,160,203,1)","width":[]},"error_x":{"color":"rgba(141,160,203,1)","width":[]},"line":{"color":"rgba(141,160,203,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[3738.9327349999999,23687.826069999999,22525.56308,4314.1147570000003,8239.854824,13822.58394,16310.4434,25116.175810000001,21141.01223,22066.442139999999,24639.185659999999,16120.528389999999,12986.47998,26923.206279999999,13872.86652,19207.234820000001,11732.51017,23651.323609999999,31540.9748,9082.3511720000006,13039.30876,9696.2732950000009,15870.87851,12037.26758,18678.534919999998,15764.983130000001,23586.929270000001,30281.704590000001,5089.043686,21664.787670000002],"y":[72,74.939999999999998,75.349999999999994,71.140000000000001,71.340000000000003,71.519999999999996,71.579999999999998,74.799999999999997,74.829999999999998,76.340000000000003,74.846999999999994,76.670000000000002,69.579999999999998,77.230000000000004,74.359999999999999,76.420000000000002,74.864999999999995,76.829999999999998,75.890000000000001,70.980000000000004,74.060000000000002,69.530000000000001,71.218000000000004,71.079999999999998,72.25,76.900000000000006,77.189999999999998,77.409999999999997,63.107999999999997,75.007000000000005],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1987","type":"scatter","name":"Europe","marker":{"color":"rgba(231,138,195,1)","size":[10.205803995915938,10.513187041617734,10.669574968043275,10.292052326688941,10.608267244160981,10.301971741985694,10.699701643703591,10.345838909683581,10.33250943729686,13.792826067503588,15.300412156821903,10.67669307488273,10.720255561125718,10.012603942846944,10.237512912948889,13.867877286556075,10.034772317064357,10.996853494340272,10.281621218545556,12.571821279770784,10.672652428195583,11.544317267887056,10.625932830532843,10.350773193084208,10.12871556089889,12.649629169809355,10.570690205988621,10.449782653395607,13.605214093457191,13.885071381106604],"sizemode":"area","line":{"color":"rgba(231,138,195,1)"}},"textfont":{"color":"rgba(231,138,195,1)","size":[10.205803995915938,10.513187041617734,10.669574968043275,10.292052326688941,10.608267244160981,10.301971741985694,10.699701643703591,10.345838909683581,10.33250943729686,13.792826067503588,15.300412156821903,10.67669307488273,10.720255561125718,10.012603942846944,10.237512912948889,13.867877286556075,10.034772317064357,10.996853494340272,10.281621218545556,12.571821279770784,10.672652428195583,11.544317267887056,10.625932830532843,10.350773193084208,10.12871556089889,12.649629169809355,10.570690205988621,10.449782653395607,13.605214093457191,13.885071381106604]},"error_y":{"color":"rgba(231,138,195,1)","width":[]},"error_x":{"color":"rgba(231,138,195,1)","width":[]},"line":{"color":"rgba(231,138,195,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[21888.889029999998,19007.191289999999],"y":[76.319999999999993,74.319999999999993],"text":["Australia","New Zealand"],"hoverinfo":["text","text"],"mode":"markers","frame":"1987","type":"scatter","name":"Oceania","marker":{"color":"rgba(166,216,84,1)","size":[11.105510313434259,10.22231064610855],"sizemode":"area","line":{"color":"rgba(166,216,84,1)"}},"textfont":{"color":"rgba(166,216,84,1)","size":[11.105510313434259,10.22231064610855]},"error_y":{"color":"rgba(166,216,84,1)","width":[]},"error_x":{"color":"rgba(166,216,84,1)","width":[]},"line":{"color":"rgba(166,216,84,1)"},"xaxis":"x","yaxis":"y","visible":true}],"traces":[0,1,2,3,4]},{"name":"1992","data":[{"x":[5023.2166470000002,2627.8456849999998,1191.2076810000001,7954.111645,931.75277310000001,631.69987779999997,1793.163278,747.90552520000006,1058.0643,1246.9073699999999,457.71918069999998,4016.2395289999999,1648.073791,2377.1561919999999,3794.7551950000002,1132.055034,582.85851019999996,421.35346529999998,13522.157520000001,665.62441260000003,925.06015400000001,794.34843839999996,745.53987059999997,1341.9217209999999,977.48627250000004,636.62291909999999,9640.1385009999995,1040.6761899999999,563.20001449999995,739.01437499999997,1361.369784,6058.2538459999996,2948.0472519999998,410.89682390000002,3804.5379990000001,581.182725,1619.848217,6101.2558230000004,737.06859489999999,1428.777814,1367.899369,1068.6962779999999,926.96029639999995,7225.0692580000004,1492.1970429999999,3553.0223999999998,825.68245400000001,1034.298904,4332.7201640000003,644.17079690000003,1210.8846329999999,693.42078560000004],"y":[67.744,40.646999999999998,53.918999999999997,62.744999999999997,50.259999999999998,44.735999999999997,54.314,49.396000000000001,51.723999999999997,57.939,45.548000000000002,56.433,52.043999999999997,51.603999999999999,63.673999999999999,47.545000000000002,49.991,48.091000000000001,61.366,52.643999999999998,57.500999999999998,48.576000000000001,43.265999999999998,59.284999999999997,59.685000000000002,40.802,68.754999999999995,52.213999999999999,49.420000000000002,48.387999999999998,58.332999999999998,69.745000000000005,65.393000000000001,44.283999999999999,61.999000000000002,47.390999999999998,47.472000000000001,73.614999999999995,23.599,62.741999999999997,58.195999999999998,38.332999999999998,39.658000000000001,61.887999999999998,53.555999999999997,58.473999999999997,50.439999999999998,58.061,70.001000000000005,48.825000000000003,46.100000000000001,60.377000000000002],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1992","type":"scatter","name":"Africa","marker":{"color":"rgba(102,194,165,1)","size":[11.790847291286426,10.592161580426145,10.335918129326547,10.087541520630969,10.601875008126374,10.392401934931998,10.846826066297785,10.218758622749275,10.434731157463393,10.026920217311378,12.840153431713961,10.160330561784454,10.867672243126245,10.022123873252227,14.050283125446724,10.022375180850107,10.246286155380027,13.551105219730019,10.063183726227575,10.065889616971175,11.106977002454041,10.473031814091136,10.067633754493233,11.703631269279652,10.118977562113589,10.126470309747383,10.293794416620576,10.829300330351792,10.679406746469937,10.570336109351521,10.140563942879856,10.070723158923007,11.756711638337501,10.894163626750096,10.101986520279977,10.568739193580855,16.368295129612417,10.038370479461157,10.493482396449931,10.004497873628535,10.562944649190637,10.286722244059606,10.412233735465051,12.723578375696341,11.922522029864204,10.061586946962937,11.811807791913488,10.251685856083734,10.577629762943214,11.241671049616123,10.567943704701635,10.726507537216369],"sizemode":"area","line":{"color":"rgba(102,194,165,1)"}},"textfont":{"color":"rgba(102,194,165,1)","size":[11.790847291286426,10.592161580426145,10.335918129326547,10.087541520630969,10.601875008126374,10.392401934931998,10.846826066297785,10.218758622749275,10.434731157463393,10.026920217311378,12.840153431713961,10.160330561784454,10.867672243126245,10.022123873252227,14.050283125446724,10.022375180850107,10.246286155380027,13.551105219730019,10.063183726227575,10.065889616971175,11.106977002454041,10.473031814091136,10.067633754493233,11.703631269279652,10.118977562113589,10.126470309747383,10.293794416620576,10.829300330351792,10.679406746469937,10.570336109351521,10.140563942879856,10.070723158923007,11.756711638337501,10.894163626750096,10.101986520279977,10.568739193580855,16.368295129612417,10.038370479461157,10.493482396449931,10.004497873628535,10.562944649190637,10.286722244059606,10.412233735465051,12.723578375696341,11.922522029864204,10.061586946962937,11.811807791913488,10.251685856083734,10.577629762943214,11.241671049616123,10.567943704701635,10.726507537216369]},"error_y":{"color":"rgba(102,194,165,1)","width":[]},"error_x":{"color":"rgba(102,194,165,1)","width":[]},"line":{"color":"rgba(102,194,165,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[9308.4187099999999,2961.6996939999999,6950.2830210000002,26342.884259999999,7596.1259639999998,5444.6486169999998,6160.4163170000002,5592.8439630000003,3044.2142140000001,7103.7025949999997,4444.2317000000003,4439.4508400000004,1456.3095169999999,3081.6946029999999,7404.9236849999998,9472.3842949999998,2170.1517239999998,6618.74305,4196.4110780000001,4446.3809240000001,14641.58711,7370.9909319999997,32003.932239999998,8137.0047750000003,10733.926310000001],"y":[71.867999999999995,59.957000000000001,67.057000000000002,77.950000000000003,74.126000000000005,68.421000000000006,75.712999999999994,74.414000000000001,68.456999999999994,69.613,66.798000000000002,63.372999999999998,55.088999999999999,66.399000000000001,71.766000000000005,71.454999999999998,65.843000000000004,72.462000000000003,68.224999999999994,66.457999999999998,73.911000000000001,69.861999999999995,76.090000000000003,72.751999999999995,71.150000000000006],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1992","type":"scatter","name":"Americas","marker":{"color":"rgba(252,141,98,1)","size":[12.313704556446469,10.466402876603667,20.641734419506236,11.942719052275654,10.922301819097912,12.330342866703262,10.212485624730284,10.727798884242953,10.497644328743114,10.729514355499091,10.355914760888629,10.575163918050169,10.42771918406085,10.342448304702629,10.15825191624034,16.009747440452252,10.270140515551493,10.16551260362623,10.301946829635551,11.526849820015096,10.240603136414832,10.076693045306422,27.529706769846214,10.210850692030771,11.379089825353695],"sizemode":"area","line":{"color":"rgba(252,141,98,1)"}},"textfont":{"color":"rgba(252,141,98,1)","size":[12.313704556446469,10.466402876603667,20.641734419506236,11.942719052275654,10.922301819097912,12.330342866703262,10.212485624730284,10.727798884242953,10.497644328743114,10.729514355499091,10.355914760888629,10.575163918050169,10.42771918406085,10.342448304702629,10.15825191624034,16.009747440452252,10.270140515551493,10.16551260362623,10.301946829635551,11.526849820015096,10.240603136414832,10.076693045306422,27.529706769846214,10.210850692030771,11.379089825353695]},"error_y":{"color":"rgba(252,141,98,1)","width":[]},"error_x":{"color":"rgba(252,141,98,1)","width":[]},"line":{"color":"rgba(252,141,98,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[649.34139519999997,19035.579170000001,837.8101643,682.30317549999995,1655.7841579999999,24757.603009999999,1164.4068090000001,2383.1408980000001,7235.6531880000002,3745.6406870000001,18051.522540000002,26824.895110000001,3431.5936470000001,3726.0635069999998,12104.27872,34932.919589999998,6890.8068540000004,7277.9128019999998,1785.402016,347,897.74036039999999,18616.706910000001,1971.8294639999999,2279.3240169999999,24841.617770000001,24769.891199999998,2153.7392220000002,3340.5427679999998,15215.6579,4616.8965449999996,989.02314869999998,6017.6547559999999,1879.4966730000001],"y":[41.673999999999999,72.600999999999999,56.018000000000001,55.802999999999997,68.689999999999998,77.600999999999999,60.222999999999999,62.680999999999997,65.742000000000004,59.460999999999999,76.930000000000007,79.359999999999999,68.015000000000001,69.977999999999994,72.244,75.189999999999998,69.292000000000002,70.692999999999998,61.271000000000001,59.32,55.726999999999997,71.197000000000003,60.838000000000001,66.457999999999998,68.768000000000001,75.787999999999997,70.379000000000005,69.248999999999995,74.260000000000005,67.298000000000002,67.662000000000006,69.718000000000004,55.598999999999997],"text":["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."],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1992","type":"scatter","name":"Asia","marker":{"color":"rgba(141,160,203,1)","size":[11.109651360305133,10.032043425055008,17.756584300964214,10.688678577169002,89.508617892883322,10.393798391600281,69.512532354914754,22.610153120442298,14.118247770552266,11.215032922011979,10.332838485077788,18.481751417236865,10.259866389340514,11.409517838071219,12.985758064443411,10.092693326387502,10.21567836422339,11.246265296500553,10.153759775864989,12.763327497789104,11.383229097646201,10.12662278698086,18.190702478108065,14.58153510182176,11.152509884960796,10.216761607810014,11.196273922354393,10.898144893314983,11.407848574105618,13.863604101849923,14.769569562025376,10.139561579114929,10.90831015596849],"sizemode":"area","line":{"color":"rgba(141,160,203,1)"}},"textfont":{"color":"rgba(141,160,203,1)","size":[11.109651360305133,10.032043425055008,17.756584300964214,10.688678577169002,89.508617892883322,10.393798391600281,69.512532354914754,22.610153120442298,14.118247770552266,11.215032922011979,10.332838485077788,18.481751417236865,10.259866389340514,11.409517838071219,12.985758064443411,10.092693326387502,10.21567836422339,11.246265296500553,10.153759775864989,12.763327497789104,11.383229097646201,10.12662278698086,18.190702478108065,14.58153510182176,11.152509884960796,10.216761607810014,11.196273922354393,10.898144893314983,11.407848574105618,13.863604101849923,14.769569562025376,10.139561579114929,10.90831015596849]},"error_y":{"color":"rgba(141,160,203,1)","width":[]},"error_x":{"color":"rgba(141,160,203,1)","width":[]},"line":{"color":"rgba(141,160,203,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[2497.4379009999998,27042.018680000001,25575.57069,2546.7814450000001,6302.6234379999996,8447.7948730000007,14297.021220000001,26406.739850000002,20647.164990000001,24703.796149999998,26505.303169999999,17541.496340000002,10535.628549999999,25144.39201,17558.815549999999,22013.64486,7003.3390369999997,26790.94961,33965.66115,7738.8812470000003,16207.26663,6598.4099029999998,9325.0682379999998,9498.4677229999998,14214.71681,18603.06452,23880.01683,31871.530299999999,5678.3482709999998,22705.092540000001],"y":[71.581000000000003,76.040000000000006,76.459999999999994,72.177999999999997,71.189999999999998,72.527000000000001,72.400000000000006,75.329999999999998,75.700000000000003,77.459999999999994,76.069999999999993,77.030000000000001,69.170000000000002,78.769999999999996,75.466999999999999,77.439999999999998,75.435000000000002,77.420000000000002,77.319999999999993,70.989999999999995,74.859999999999999,69.359999999999999,71.659000000000006,71.379999999999995,73.640000000000001,77.569999999999993,78.159999999999997,78.030000000000001,66.146000000000001,76.420000000000002],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1992","type":"scatter","name":"Europe","marker":{"color":"rgba(231,138,195,1)","size":[10.222947583236039,10.536124559050929,10.681548048280984,10.286389783627973,10.586873200388419,10.30263400098141,10.69998182232643,10.348867227665744,10.339970174267046,13.911864716064787,15.496944390291787,10.700645719394485,10.702232943237149,10.013582418056938,10.238731980033551,13.875463199554101,10.038331575243125,11.03159195790964,10.288460853087521,12.614819791358347,10.673498151293172,11.551869873414207,10.666585281267087,10.357842157753517,10.132356176670454,12.695272417439893,10.59099302057191,10.473364411028797,13.966806003551802,13.945456802009499],"sizemode":"area","line":{"color":"rgba(231,138,195,1)"}},"textfont":{"color":"rgba(231,138,195,1)","size":[10.222947583236039,10.536124559050929,10.681548048280984,10.286389783627973,10.586873200388419,10.30263400098141,10.69998182232643,10.348867227665744,10.339970174267046,13.911864716064787,15.496944390291787,10.700645719394485,10.702232943237149,10.013582418056938,10.238731980033551,13.875463199554101,10.038331575243125,11.03159195790964,10.288460853087521,12.614819791358347,10.673498151293172,11.551869873414207,10.666585281267087,10.357842157753517,10.132356176670454,12.695272417439893,10.59099302057191,10.473364411028797,13.966806003551802,13.945456802009499]},"error_y":{"color":"rgba(231,138,195,1)","width":[]},"error_x":{"color":"rgba(231,138,195,1)","width":[]},"line":{"color":"rgba(231,138,195,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[23424.76683,18363.324939999999],"y":[77.560000000000002,76.329999999999998],"text":["Australia","New Zealand"],"hoverinfo":["text","text"],"mode":"markers","frame":"1992","type":"scatter","name":"Oceania","marker":{"color":"rgba(166,216,84,1)","size":[11.189101690874766,10.230535680330517],"sizemode":"area","line":{"color":"rgba(166,216,84,1)"}},"textfont":{"color":"rgba(166,216,84,1)","size":[11.189101690874766,10.230535680330517]},"error_y":{"color":"rgba(166,216,84,1)","width":[]},"error_x":{"color":"rgba(166,216,84,1)","width":[]},"line":{"color":"rgba(166,216,84,1)"},"xaxis":"x","yaxis":"y","visible":true}],"traces":[0,1,2,3,4]},{"name":"1997","data":[{"x":[4797.2950510000001,2277.1408839999999,1232.9752920000001,8647.1423130000003,946.29496180000001,463.11514779999999,1694.3374690000001,740.50633170000003,1004.961353,1173.6182349999999,312.188423,3484.1643760000002,1786.2654070000001,1895.0169840000001,4173.1817970000002,2814.480755,913.47078999999997,515.88940130000003,14722.84188,653.73017040000002,1005.245812,869.44976680000002,796.66446810000002,1360.485021,1186.1479939999999,609.17395079999994,9467.4460560000007,986.29589559999999,692.27581029999999,790.25798459999999,1483.1361360000001,7425.7052949999998,2982.101858,472.3460771,3899.5242600000001,580.30520920000004,1624.9412749999999,6071.9414109999998,589.94450510000001,1339.0760359999999,1392.3683470000001,574.64815759999999,930.59642840000004,7479.1882439999999,1632.2107639999999,3876.7684599999998,789.18622310000001,982.28692430000001,4876.7986140000003,816.55908099999999,1071.353818,792.44996030000004],"y":[69.152000000000001,40.963000000000001,54.777000000000001,52.555999999999997,50.323999999999998,45.326000000000001,52.198999999999998,46.066000000000003,51.573,60.659999999999997,42.587000000000003,52.962000000000003,47.991,53.156999999999996,67.216999999999999,48.244999999999997,53.378,49.402000000000001,60.460999999999999,55.860999999999997,58.555999999999997,51.454999999999998,44.872999999999998,54.406999999999996,55.558,42.220999999999997,71.555000000000007,54.978000000000002,47.494999999999997,49.902999999999999,60.43,70.736000000000004,67.659999999999997,46.344000000000001,58.908999999999999,51.313000000000002,47.463999999999999,74.772000000000006,36.087000000000003,63.305999999999997,60.186999999999998,39.896999999999998,43.795000000000002,60.235999999999997,55.372999999999998,54.289000000000001,48.466000000000001,58.390000000000001,71.972999999999999,44.578000000000003,40.238,46.808999999999997],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1997","type":"scatter","name":"Africa","marker":{"color":"rgba(102,194,165,1)","size":[11.980156717793243,10.669904220583245,10.409932312082947,10.100777281629345,10.70251680752275,10.41372240195537,10.96481082006842,10.248202222244577,10.512034111703725,10.031940431256745,13.258328933320623,10.187077143427988,10.994170400103377,10.024427548983795,14.509768763831403,10.025933415233665,10.27289657226045,14.081618288974518,10.072769862056525,10.080248890834488,11.253007738750455,10.545261248782095,10.077378237314873,11.924995450841815,10.131237714528561,10.146110182804815,10.320765891945536,10.962715793800925,10.707099860912871,10.636457513558547,10.162765010291018,10.07438261252646,11.94312850210718,11.129131657815622,10.117037197176023,10.655654902325633,17.244909200114606,10.042644414950463,10.488184597496259,10.005842253247067,10.646717989166707,10.308380836514781,10.448661392880135,12.919522268184771,12.190970757955448,10.067875916187225,12.090376735668935,10.290817834423095,10.625993302703327,11.44356783348746,10.638696553685772,10.774326144911987],"sizemode":"area","line":{"color":"rgba(102,194,165,1)"}},"textfont":{"color":"rgba(102,194,165,1)","size":[11.980156717793243,10.669904220583245,10.409932312082947,10.100777281629345,10.70251680752275,10.41372240195537,10.96481082006842,10.248202222244577,10.512034111703725,10.031940431256745,13.258328933320623,10.187077143427988,10.994170400103377,10.024427548983795,14.509768763831403,10.025933415233665,10.27289657226045,14.081618288974518,10.072769862056525,10.080248890834488,11.253007738750455,10.545261248782095,10.077378237314873,11.924995450841815,10.131237714528561,10.146110182804815,10.320765891945536,10.962715793800925,10.707099860912871,10.636457513558547,10.162765010291018,10.07438261252646,11.94312850210718,11.129131657815622,10.117037197176023,10.655654902325633,17.244909200114606,10.042644414950463,10.488184597496259,10.005842253247067,10.646717989166707,10.308380836514781,10.448661392880135,12.919522268184771,12.190970757955448,10.067875916187225,12.090376735668935,10.290817834423095,10.625993302703327,11.44356783348746,10.638696553685772,10.774326144911987]},"error_y":{"color":"rgba(102,194,165,1)","width":[]},"error_x":{"color":"rgba(102,194,165,1)","width":[]},"line":{"color":"rgba(102,194,165,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[10967.281950000001,3326.1431910000001,7957.9808240000002,28954.925889999999,10118.053180000001,6117.3617459999996,6677.045314,5431.9904150000002,3614.1012850000002,7429.4558770000003,5154.8254960000004,4684.3138070000005,1341.7269309999999,3160.4549059999999,7121.924704,9767.2975299999998,2253.0230040000001,7113.6922519999998,4247.4002609999998,5838.3476570000003,16999.433300000001,8792.5731259999993,35767.43303,9230.2407079999994,10165.49518],"y":[73.275000000000006,62.049999999999997,69.388000000000005,78.609999999999999,75.816000000000003,70.313000000000002,77.260000000000005,76.150999999999996,69.956999999999994,72.311999999999998,69.534999999999997,66.322000000000003,56.670999999999999,67.659000000000006,72.262,73.670000000000002,68.426000000000002,73.738,69.400000000000006,68.385999999999996,74.917000000000002,69.465000000000003,76.810000000000002,74.222999999999999,72.146000000000001],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1997","type":"scatter","name":"Americas","marker":{"color":"rgba(252,141,98,1)","size":[12.466899538619863,10.520987337333018,21.499725655113949,12.064369197661968,10.9923932281225,12.566164469962999,10.236025475012823,10.745527399893806,10.541406523305332,10.808921618416836,10.390641211927516,10.66504808688375,10.467774352668792,10.39640982017238,10.168673673720797,16.541036819479011,10.310521251036645,10.18254405124418,10.347688498112408,11.685037987940277,10.252496497132082,10.073582891960367,28.622954268997955,10.218602596359064,11.523024170322334],"sizemode":"area","line":{"color":"rgba(252,141,98,1)"}},"textfont":{"color":"rgba(252,141,98,1)","size":[12.466899538619863,10.520987337333018,21.499725655113949,12.064369197661968,10.9923932281225,12.566164469962999,10.236025475012823,10.745527399893806,10.541406523305332,10.808921618416836,10.390641211927516,10.66504808688375,10.467774352668792,10.39640982017238,10.168673673720797,16.541036819479011,10.310521251036645,10.18254405124418,10.347688498112408,11.685037987940277,10.252496497132082,10.073582891960367,28.622954268997955,10.218602596359064,11.523024170322334]},"error_y":{"color":"rgba(252,141,98,1)","width":[]},"error_x":{"color":"rgba(252,141,98,1)","width":[]},"line":{"color":"rgba(252,141,98,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[635.34135100000003,20292.016790000001,972.77003520000005,734.28516999999999,2289.234136,28377.63219,1458.817442,3119.335603,8263.5903010000002,3076.239795,20896.609240000002,28816.584989999999,3645.3795719999998,1690.7568140000001,15993.527959999999,40300.619960000004,8754.9638500000001,10132.90964,1902.2520999999999,415,1010.892138,19702.055810000002,2049.3505209999998,2536.5349249999999,20586.690190000001,33519.476600000002,2664.477257,4014.2389720000001,20206.82098,5852.625497,1385.8967689999999,7110.6676189999998,2117.4845260000002],"y":[41.762999999999998,73.924999999999997,59.411999999999999,56.533999999999999,70.426000000000002,80,61.765000000000001,66.040999999999997,68.042000000000002,58.811,78.269000000000005,80.689999999999998,69.772000000000006,67.727000000000004,74.647000000000006,76.156000000000006,70.265000000000001,71.938000000000002,63.625,60.328000000000003,59.426000000000002,72.498999999999995,61.817999999999998,68.563999999999993,70.533000000000001,77.158000000000001,70.456999999999994,71.527000000000001,75.25,67.521000000000001,70.671999999999997,71.096000000000004,58.020000000000003],"text":["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."],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1997","type":"scatter","name":"Asia","marker":{"color":"rgba(141,160,203,1)","size":[11.512992137552331,10.036757660738209,18.412544157756798,10.800126739780231,93.952230375217496,10.439270051153397,75.450544580751057,23.597228210212926,14.318230057378376,11.413908417961604,10.373437903220085,18.592814769354657,10.304833249601421,11.469152544072138,13.14740618241186,10.116394185530281,10.230038388869856,11.39345899590405,10.166181892682395,12.947701344088028,11.565799358047792,10.151769040203023,19.248612593491792,15.115766595273888,11.444899108527286,10.25542311812325,11.272143631551847,11.025228865912052,11.472121550185054,14.105873772109792,15.186477263895316,10.188790225828633,11.076110191108933],"sizemode":"area","line":{"color":"rgba(141,160,203,1)"}},"textfont":{"color":"rgba(141,160,203,1)","size":[11.512992137552331,10.036757660738209,18.412544157756798,10.800126739780231,93.952230375217496,10.439270051153397,75.450544580751057,23.597228210212926,14.318230057378376,11.413908417961604,10.373437903220085,18.592814769354657,10.304833249601421,11.469152544072138,13.14740618241186,10.116394185530281,10.230038388869856,11.39345899590405,10.166181892682395,12.947701344088028,11.565799358047792,10.151769040203023,19.248612593491792,15.115766595273888,11.444899108527286,10.25542311812325,11.272143631551847,11.025228865912052,11.472121550185054,14.105873772109792,15.186477263895316,10.188790225828633,11.076110191108933]},"error_y":{"color":"rgba(141,160,203,1)","width":[]},"error_x":{"color":"rgba(141,160,203,1)","width":[]},"line":{"color":"rgba(141,160,203,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[3193.0546039999999,29095.92066,27561.196629999999,4766.355904,5970.3887599999998,9875.6045150000009,16048.51424,29804.345669999999,23723.950199999999,25889.78487,27788.884160000001,18747.69814,11712.7768,28061.09966,24521.94713,24675.024460000001,6465.6133490000002,30246.13063,41283.16433,10159.58368,17641.031559999999,7346.5475569999999,7914.3203039999999,12126.23065,17161.107349999998,20445.29896,25266.594990000001,32135.32301,6601.4299149999997,26074.531360000001],"y":[72.950000000000003,77.510000000000005,77.530000000000001,73.244,70.319999999999993,73.680000000000007,74.010000000000005,76.109999999999999,77.129999999999995,78.640000000000001,77.340000000000003,77.869,71.040000000000006,78.950000000000003,76.122,78.819999999999993,75.444999999999993,78.030000000000001,78.319999999999993,72.75,75.969999999999999,69.719999999999999,72.231999999999999,72.709999999999994,75.129999999999995,78.769999999999996,79.390000000000001,79.370000000000005,68.834999999999994,77.218000000000004],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1997","type":"scatter","name":"Europe","marker":{"color":"rgba(231,138,195,1)","size":[10.229877994286745,10.546697428704579,10.69207027419818,10.242092690194333,10.546436770443769,10.299261073531106,10.698958368380151,10.356529993557636,10.346342753433595,13.997129725663797,15.593406989382412,10.712722612466624,10.695134629771783,10.014413739768555,10.24620377399202,13.919051075918333,10.043179586833944,11.060955769631471,10.296604461463678,12.634221393143591,10.689110004471065,11.535859832152113,10.7014077642968,10.363310725748443,10.133202650551199,12.716158112763512,10.603193383346538,10.486899939265056,14.299096007408364,14.009745476282177],"sizemode":"area","line":{"color":"rgba(231,138,195,1)"}},"textfont":{"color":"rgba(231,138,195,1)","size":[10.229877994286745,10.546697428704579,10.69207027419818,10.242092690194333,10.546436770443769,10.299261073531106,10.698958368380151,10.356529993557636,10.346342753433595,13.997129725663797,15.593406989382412,10.712722612466624,10.695134629771783,10.014413739768555,10.24620377399202,13.919051075918333,10.043179586833944,11.060955769631471,10.296604461463678,12.634221393143591,10.689110004471065,11.535859832152113,10.7014077642968,10.363310725748443,10.133202650551199,12.716158112763512,10.603193383346538,10.486899939265056,14.299096007408364,14.009745476282177]},"error_y":{"color":"rgba(231,138,195,1)","width":[]},"error_x":{"color":"rgba(231,138,195,1)","width":[]},"line":{"color":"rgba(231,138,195,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[26997.936570000002,21050.413769999999],"y":[78.829999999999998,77.549999999999997],"text":["Australia","New Zealand"],"hoverinfo":["text","text"],"mode":"markers","frame":"1997","type":"scatter","name":"Oceania","marker":{"color":"rgba(166,216,84,1)","size":[11.263037860436063,10.246814911480183],"sizemode":"area","line":{"color":"rgba(166,216,84,1)"}},"textfont":{"color":"rgba(166,216,84,1)","size":[11.263037860436063,10.246814911480183]},"error_y":{"color":"rgba(166,216,84,1)","width":[]},"error_x":{"color":"rgba(166,216,84,1)","width":[]},"line":{"color":"rgba(166,216,84,1)"},"xaxis":"x","yaxis":"y","visible":true}],"traces":[0,1,2,3,4]},{"name":"2002","data":[{"x":[5288.0403820000001,2773.2873119999999,1372.877931,11003.605079999999,1037.645221,446.4035126,1934.0114490000001,738.69060679999996,1156.1818599999999,1075.8115580000001,241.1658765,3484.0619700000002,1648.800823,1908.260867,4754.6044140000004,7703.4958999999999,765.35000149999996,530.05353190000005,12521.71392,660.58559969999999,1111.9845780000001,945.58358369999996,575.70471759999998,1287.5147320000001,1275.184575,531.48236789999999,9534.6774669999995,894.63708220000001,665.42311859999995,951.40975179999998,1579.0195430000001,9021.8158939999994,3258.4955839999998,633.61794659999998,4072.3247510000001,601.07450119999999,1615.2863950000001,6316.1652000000004,785.65376479999998,1353.09239,1519.635262,699.48971300000005,882.08182179999994,7710.9464440000002,1993.398314,4128.116943,899.07421109999996,886.22057649999999,5722.8956550000003,927.72100179999995,1071.613938,672.03862270000002],"y":[70.994,41.003,54.405999999999999,46.634,50.649999999999999,47.359999999999999,49.856000000000002,43.308,50.524999999999999,62.973999999999997,44.966000000000001,52.969999999999999,46.832000000000001,53.372999999999998,69.805999999999997,49.347999999999999,55.240000000000002,50.725000000000001,56.761000000000003,58.040999999999997,58.453000000000003,53.676000000000002,45.503999999999998,50.991999999999997,44.593000000000004,43.753,72.736999999999995,57.286000000000001,45.009,51.817999999999998,62.247,71.953999999999994,69.614999999999995,44.026000000000003,51.478999999999999,54.496000000000002,46.607999999999997,75.744,43.412999999999997,64.337000000000003,61.600000000000001,41.012,45.936,53.365000000000002,56.369,43.869,49.651000000000003,57.561,73.042000000000002,47.813000000000002,39.192999999999998,39.988999999999997],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"2002","type":"scatter","name":"Africa","marker":{"color":"rgba(102,194,165,1)","size":[12.131345812135542,10.737548554293664,10.475457457958884,10.107180165134148,10.832086008868865,10.47511380403294,11.083173763790128,10.272193156697238,10.598969886834645,10.037837491674127,13.775745887233576,10.223104360409405,11.10520160505153,10.026441558923565,14.99970719077772,10.029732104985861,10.297231911422209,14.633477761387743,10.084585482590729,10.09540099170947,11.398554765936014,10.597064194428235,10.086848411272884,12.138150637640322,10.135602426526606,10.188012482733077,10.362326176020193,11.120268526164928,10.802961492214434,10.718032969974889,10.188982153304256,10.07782174540043,12.123199200626766,11.256795235008342,10.13050945486822,10.756287351059079,18.179527412111096,10.046683014047186,10.53185410446534,10.007532470887995,10.737816856892051,10.361678250157436,10.525090845046142,13.028632696810401,12.527428700370432,10.073048334354013,12.357033753887299,10.335625119137058,10.662775261514552,11.684474695814991,10.719100105850186,10.809927940856578],"sizemode":"area","line":{"color":"rgba(102,194,165,1)"}},"textfont":{"color":"rgba(102,194,165,1)","size":[12.131345812135542,10.737548554293664,10.475457457958884,10.107180165134148,10.832086008868865,10.47511380403294,11.083173763790128,10.272193156697238,10.598969886834645,10.037837491674127,13.775745887233576,10.223104360409405,11.10520160505153,10.026441558923565,14.99970719077772,10.029732104985861,10.297231911422209,14.633477761387743,10.084585482590729,10.09540099170947,11.398554765936014,10.597064194428235,10.086848411272884,12.138150637640322,10.135602426526606,10.188012482733077,10.362326176020193,11.120268526164928,10.802961492214434,10.718032969974889,10.188982153304256,10.07782174540043,12.123199200626766,11.256795235008342,10.13050945486822,10.756287351059079,18.179527412111096,10.046683014047186,10.53185410446534,10.007532470887995,10.737816856892051,10.361678250157436,10.525090845046142,13.028632696810401,12.527428700370432,10.073048334354013,12.357033753887299,10.335625119137058,10.662775261514552,11.684474695814991,10.719100105850186,10.809927940856578]},"error_y":{"color":"rgba(102,194,165,1)","width":[]},"error_x":{"color":"rgba(102,194,165,1)","width":[]},"line":{"color":"rgba(102,194,165,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[8797.6407159999999,3413.26269,8131.2128430000002,33328.965069999998,10778.78385,5755.2599620000001,7723.4471949999997,6340.6466829999999,4563.8081540000003,5773.0445120000004,5351.5686660000001,4858.347495,1270.364932,3099.7286600000002,6994.7748609999999,10742.44053,2474.5488190000001,7356.0319339999996,3783.6742429999999,5909.0200729999997,18855.606179999999,11460.60023,39097.099549999999,7727.0020039999999,8605.0478309999999],"y":[74.340000000000003,63.883000000000003,71.006,79.769999999999996,77.859999999999999,71.682000000000002,78.123000000000005,77.158000000000001,70.846999999999994,74.173000000000002,70.733999999999995,68.977999999999994,58.137,68.564999999999998,72.046999999999997,74.902000000000001,70.835999999999999,74.712000000000003,70.754999999999995,69.906000000000006,77.778000000000006,68.975999999999999,77.310000000000002,75.307000000000002,72.766000000000005],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"2002","type":"scatter","name":"Americas","marker":{"color":"rgba(252,141,98,1)","size":[12.612118610072718,10.572309918265992,22.275591315011752,12.173330015680712,11.053624167363944,12.794839163611336,10.257649872707939,10.762180589307672,10.586314617721106,10.877817234634566,10.429561947188267,10.75888062432943,10.515149179266796,10.451651830439477,10.17777507664368,16.990467969852052,10.347191957434903,10.200040301888087,10.397538315507346,11.822998760862738,10.259333811071569,10.071107423392334,29.630625797818489,10.225444756262553,11.653610751096474],"sizemode":"area","line":{"color":"rgba(252,141,98,1)"}},"textfont":{"color":"rgba(252,141,98,1)","size":[12.612118610072718,10.572309918265992,22.275591315011752,12.173330015680712,11.053624167363944,12.794839163611336,10.257649872707939,10.762180589307672,10.586314617721106,10.877817234634566,10.429561947188267,10.75888062432943,10.515149179266796,10.451651830439477,10.17777507664368,16.990467969852052,10.347191957434903,10.200040301888087,10.397538315507346,11.822998760862738,10.259333811071569,10.071107423392334,29.630625797818489,10.225444756262553,11.653610751096474]},"error_y":{"color":"rgba(252,141,98,1)","width":[]},"error_x":{"color":"rgba(252,141,98,1)","width":[]},"line":{"color":"rgba(252,141,98,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[726.73405479999997,23403.559270000002,1136.3904299999999,896.22601529999997,3119.2808960000002,30209.015159999999,1746.769454,2873.9128700000001,9240.7619749999994,4390.7173119999998,21905.595140000001,28604.591899999999,3844.9171940000001,1646.758151,19233.98818,35110.105660000001,9313.9388299999991,10206.977940000001,2140.7393229999998,611,1057.2063109999999,19774.836869999999,2092.7124410000001,2650.9210680000001,19014.54118,36023.1054,3015.3788330000002,4090.9253309999999,23235.423289999999,5913.1875289999998,1764.4566769999999,4515.4875750000001,2234.820827],"y":[42.128999999999998,74.795000000000002,62.012999999999998,56.752000000000002,72.028000000000006,81.495000000000005,62.878999999999998,68.587999999999994,69.450999999999993,57.045999999999999,79.695999999999998,82,71.263000000000005,66.662000000000006,77.045000000000002,76.903999999999996,71.028000000000006,73.043999999999997,65.033000000000001,59.908000000000001,61.340000000000003,74.192999999999998,63.609999999999999,70.302999999999997,71.626000000000005,78.769999999999996,70.814999999999998,73.052999999999997,76.989999999999995,68.563999999999993,73.016999999999996,72.370000000000005,60.308],"text":["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."],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"2002","type":"scatter","name":"Asia","marker":{"color":"rgba(141,160,203,1)","size":[11.720548870870102,10.040705142061123,19.25488886765546,10.878190783380681,97.387063309300402,10.457463438083218,80.581297490328708,24.401385222222164,14.562564859085565,11.634100354006771,10.407437596164941,18.668530704511365,10.358154893064079,11.512169688732547,13.269943139210246,10.140024471056488,10.246923638531628,11.542678786030809,10.178428599253593,13.108110533344712,11.76187688993781,10.181106028490317,20.466156953410231,15.660568979042257,11.668207340689777,10.282414932846409,11.332078514308733,11.166840083040105,11.528473559220298,14.282653924567079,15.518128965564106,10.22725298336484,11.27232122589451],"sizemode":"area","line":{"color":"rgba(141,160,203,1)"}},"textfont":{"color":"rgba(141,160,203,1)","size":[11.720548870870102,10.040705142061123,19.25488886765546,10.878190783380681,97.387063309300402,10.457463438083218,80.581297490328708,24.401385222222164,14.562564859085565,11.634100354006771,10.407437596164941,18.668530704511365,10.358154893064079,11.512169688732547,13.269943139210246,10.140024471056488,10.246923638531628,11.542678786030809,10.178428599253593,13.108110533344712,11.76187688993781,10.181106028490317,20.466156953410231,15.660568979042257,11.668207340689777,10.282414932846409,11.332078514308733,11.166840083040105,11.528473559220298,14.282653924567079,15.518128965564106,10.22725298336484,11.27232122589451]},"error_y":{"color":"rgba(141,160,203,1)","width":[]},"error_x":{"color":"rgba(141,160,203,1)","width":[]},"line":{"color":"rgba(141,160,203,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[4604.2117369999996,32417.607690000001,30485.883750000001,6018.9752390000003,7696.7777249999999,11628.38895,17596.210220000001,32166.500059999998,28204.59057,28926.032340000002,30035.80198,22514.254799999999,14843.93556,31163.201959999999,34077.04939,27968.098170000001,6557.1942820000004,33724.75778,44683.975250000003,12002.239079999999,19970.907869999999,7885.3600809999998,7236.0752510000002,13638.77837,20660.019359999998,24835.471659999999,29341.630929999999,34480.957710000002,6508.0857180000003,29478.999189999999],"y":[75.650999999999996,78.980000000000004,78.319999999999993,74.090000000000003,72.140000000000001,74.876000000000005,75.510000000000005,77.180000000000007,78.370000000000005,79.590000000000003,78.670000000000002,78.256,72.590000000000003,80.5,77.783000000000001,80.239999999999995,73.980999999999995,78.530000000000001,79.049999999999997,74.670000000000002,77.290000000000006,71.322000000000003,73.212999999999994,73.799999999999997,76.659999999999997,79.780000000000001,80.040000000000006,80.620000000000005,70.844999999999999,78.471000000000004],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"2002","type":"scatter","name":"Europe","marker":{"color":"rgba(231,138,195,1)","size":[10.235370587342629,10.552050922117749,10.699727102077846,10.280206265310454,10.518844943473745,10.301747189569337,10.695927115518382,10.362743065430255,10.350344632408737,14.085968326574534,15.616585576461375,10.719649679119641,10.684120572635052,10.015562984019803,10.260668089244016,13.949596347314062,10.045061936709534,11.096335811533287,10.305471824801247,12.632243352542247,10.708046939736384,11.525067597311175,10.686048447271041,10.365156423755465,10.133194801454579,12.73643437692432,10.607053500811416,10.49836617262013,14.589941279543122,14.085108065584944],"sizemode":"area","line":{"color":"rgba(231,138,195,1)"}},"textfont":{"color":"rgba(231,138,195,1)","size":[10.235370587342629,10.552050922117749,10.699727102077846,10.280206265310454,10.518844943473745,10.301747189569337,10.695927115518382,10.362743065430255,10.350344632408737,14.085968326574534,15.616585576461375,10.719649679119641,10.684120572635052,10.015562984019803,10.260668089244016,13.949596347314062,10.045061936709534,11.096335811533287,10.305471824801247,12.632243352542247,10.708046939736384,11.525067597311175,10.686048447271041,10.365156423755465,10.133194801454579,12.73643437692432,10.607053500811416,10.49836617262013,14.589941279543122,14.085108065584944]},"error_y":{"color":"rgba(231,138,195,1)","width":[]},"error_x":{"color":"rgba(231,138,195,1)","width":[]},"line":{"color":"rgba(231,138,195,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[30687.754730000001,23189.801350000002],"y":[80.370000000000005,79.109999999999999],"text":["Australia","New Zealand"],"hoverinfo":["text","text"],"mode":"markers","frame":"2002","type":"scatter","name":"Oceania","marker":{"color":"rgba(166,216,84,1)","size":[11.330031538163158,10.262639372796965],"sizemode":"area","line":{"color":"rgba(166,216,84,1)"}},"textfont":{"color":"rgba(166,216,84,1)","size":[11.330031538163158,10.262639372796965]},"error_y":{"color":"rgba(166,216,84,1)","width":[]},"error_x":{"color":"rgba(166,216,84,1)","width":[]},"line":{"color":"rgba(166,216,84,1)"},"xaxis":"x","yaxis":"y","visible":true}],"traces":[0,1,2,3,4]},{"name":"2007","data":[{"x":[6223.3674650000003,4797.2312670000001,1441.2848730000001,12569.851769999999,1217.0329939999999,430.07069159999998,2042.0952400000001,706.01653699999997,1704.0637240000001,986.14787920000003,277.55185870000003,3632.5577979999998,1544.7501119999999,2082.4815669999998,5581.1809979999998,12154.089749999999,641.36952359999998,690.80557590000001,13206.48452,752.74972649999995,1327.6089099999999,942.6542111,579.23174300000005,1463.249282,1569.3314419999999,414.5073415,12057.49928,1044.7701259999999,759.34991009999999,1042.581557,1803.151496,10956.991120000001,3820.1752299999998,823.68562050000003,4811.0604290000001,619.67689240000004,2013.9773049999999,7670.122558,863.08846389999997,1598.4350890000001,1712.4721360000001,862.54075609999995,926.14106830000003,9269.6578079999999,2602.3949950000001,4513.4806429999999,1107.482182,882.96994380000001,7092.9230250000001,1056.3801209999999,1271.211593,469.70929810000001],"y":[72.301000000000002,42.731000000000002,56.728000000000002,50.728000000000002,52.295000000000002,49.579999999999998,50.43,44.741,50.651000000000003,65.152000000000001,46.462000000000003,55.322000000000003,48.328000000000003,54.790999999999997,71.337999999999994,51.579000000000001,58.039999999999999,52.947000000000003,56.734999999999999,59.448,60.021999999999998,56.006999999999998,46.387999999999998,54.109999999999999,42.591999999999999,45.677999999999997,73.951999999999998,59.442999999999998,48.302999999999997,54.466999999999999,64.164000000000001,72.801000000000002,71.164000000000001,42.082000000000001,52.905999999999999,56.866999999999997,46.859000000000002,76.441999999999993,46.241999999999997,65.528000000000006,63.061999999999998,42.567999999999998,48.158999999999999,49.338999999999999,58.555999999999997,39.613,52.517000000000003,58.420000000000002,73.923000000000002,51.542000000000002,42.384,43.487000000000002],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"2007","type":"scatter","name":"Africa","marker":{"color":"rgba(102,194,165,1)","size":[12.270996529686874,10.843638991804848,10.547273347637471,10.107779699609916,10.973710603587682,10.568581324359265,11.203729403842495,10.294104080545504,10.694733506807975,10.044429231268918,14.405510100712366,10.255307156252311,11.22537352665868,10.029783089987387,15.474201052683679,10.033525197990903,10.33079328351058,15.218070969840483,10.095203126221623,10.111139658987542,11.557078329172434,10.674872357478861,10.096375303485605,12.42640598090242,10.133273428926811,10.213900236700315,10.407941644673997,11.304154226907077,10.905517379137951,10.817110342035306,10.219095860891894,10.08128053514246,12.299933009287487,11.357664726459722,10.136169472567667,10.876017470906024,19.212188007462345,10.050376389398643,10.600665905981769,10.009525936670522,10.833197440950308,10.415288945134765,10.618287810424615,12.998888442788031,12.88252394731888,10.073239238034423,12.599049454681737,10.385054020194103,10.697282825137252,11.986871654078467,10.797606360728926,10.836176685015339],"sizemode":"area","line":{"color":"rgba(102,194,165,1)"}},"textfont":{"color":"rgba(102,194,165,1)","size":[12.270996529686874,10.843638991804848,10.547273347637471,10.107779699609916,10.973710603587682,10.568581324359265,11.203729403842495,10.294104080545504,10.694733506807975,10.044429231268918,14.405510100712366,10.255307156252311,11.22537352665868,10.029783089987387,15.474201052683679,10.033525197990903,10.33079328351058,15.218070969840483,10.095203126221623,10.111139658987542,11.557078329172434,10.674872357478861,10.096375303485605,12.42640598090242,10.133273428926811,10.213900236700315,10.407941644673997,11.304154226907077,10.905517379137951,10.817110342035306,10.219095860891894,10.08128053514246,12.299933009287487,11.357664726459722,10.136169472567667,10.876017470906024,19.212188007462345,10.050376389398643,10.600665905981769,10.009525936670522,10.833197440950308,10.415288945134765,10.618287810424615,12.998888442788031,12.88252394731888,10.073239238034423,12.599049454681737,10.385054020194103,10.697282825137252,11.986871654078467,10.797606360728926,10.836176685015339]},"error_y":{"color":"rgba(102,194,165,1)","width":[]},"error_x":{"color":"rgba(102,194,165,1)","width":[]},"line":{"color":"rgba(102,194,165,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[12779.379639999999,3822.137084,9065.8008250000003,36319.235009999997,13171.638849999999,7006.5804189999999,9645.06142,8948.1029230000004,6025.3747519999997,6873.262326,5728.3535140000004,5186.0500030000003,1201.637154,3548.3308459999998,7320.8802619999997,11977.57496,2749.3209649999999,9809.1856360000002,4172.8384640000004,7408.9055609999996,19328.709009999999,18008.509239999999,42951.65309,10611.46299,11415.805689999999],"y":[75.319999999999993,65.554000000000002,72.390000000000001,80.653000000000006,78.552999999999997,72.888999999999996,78.781999999999996,78.272999999999996,72.234999999999999,74.994,71.878,70.259,60.915999999999997,70.197999999999993,72.566999999999993,76.194999999999993,72.899000000000001,75.537000000000006,71.751999999999995,71.421000000000006,78.745999999999995,69.819000000000003,78.242000000000004,76.384,73.747],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"2007","type":"scatter","name":"Americas","marker":{"color":"rgba(252,141,98,1)","size":[12.746632059759518,10.618313678316955,22.96470343532625,12.274881832513952,11.107386725297623,13.014567661690831,10.278054111270166,10.775147842948616,10.631996360051591,10.934770689229971,10.469558691216148,10.854044300308908,10.576246752118708,10.506693449857204,10.185656456939702,17.415067513397887,10.383264221405618,10.217192147822894,10.450956946503027,11.953042661921849,10.264990962144426,10.068020749083123,30.549613114046156,10.231206061434909,11.776260871392221],"sizemode":"area","line":{"color":"rgba(252,141,98,1)"}},"textfont":{"color":"rgba(252,141,98,1)","size":[12.746632059759518,10.618313678316955,22.96470343532625,12.274881832513952,11.107386725297623,13.014567661690831,10.278054111270166,10.775147842948616,10.631996360051591,10.934770689229971,10.469558691216148,10.854044300308908,10.576246752118708,10.506693449857204,10.185656456939702,17.415067513397887,10.383264221405618,10.217192147822894,10.450956946503027,11.953042661921849,10.264990962144426,10.068020749083123,30.549613114046156,10.231206061434909,11.776260871392221]},"error_y":{"color":"rgba(252,141,98,1)","width":[]},"error_x":{"color":"rgba(252,141,98,1)","width":[]},"line":{"color":"rgba(252,141,98,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[974.58033839999996,29796.048340000001,1391.253792,1713.7786860000001,4959.1148540000004,39724.978669999997,2452.210407,3540.6515639999998,11605.71449,4471.0619059999999,25523.277099999999,31656.068060000001,4519.4611709999999,1593.06548,23348.139729999999,47306.989780000004,10461.05868,12451.6558,3095.7722709999998,944,1091.359778,22316.192869999999,2605.94758,3190.4810160000002,21654.83194,47143.179640000002,3970.0954069999998,4184.5480889999999,28718.276839999999,7458.3963270000004,2441.5764039999999,3025.3497980000002,2280.769906],"y":[43.828000000000003,75.635000000000005,64.061999999999998,59.722999999999999,72.960999999999999,82.207999999999998,64.697999999999993,70.650000000000006,70.963999999999999,59.545000000000002,80.745000000000005,82.602999999999994,72.534999999999997,67.296999999999997,78.623000000000005,77.587999999999994,71.992999999999995,74.241,66.802999999999997,62.069000000000003,63.784999999999997,75.640000000000001,65.483000000000004,71.688000000000002,72.777000000000001,79.971999999999994,72.396000000000001,74.143000000000001,78.400000000000006,70.616,74.248999999999995,73.421999999999997,62.698],"text":["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."],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"2007","type":"scatter","name":"Asia","marker":{"color":"rgba(141,160,203,1)","size":[12.172487432221772,10.044266311324286,20.26445666996646,10.960445971564345,100,10.472338226961952,85.783800493679365,25.253660609164903,14.736319560187283,11.872837248257337,10.434544280710814,18.69597735732042,10.40905273549037,11.586317033119437,13.343358811286093,10.166916022101949,10.263543110956533,11.690031651463162,10.192071898999099,13.255803162281207,11.96853834846976,10.214647948469672,21.549133875507721,16.212203421268025,11.87975810388607,10.306660655800668,11.386780301969308,11.314193767508629,11.577619483280925,14.437001358883384,15.815316853792227,10.270167338986031,11.511922476315512],"sizemode":"area","line":{"color":"rgba(141,160,203,1)"}},"textfont":{"color":"rgba(141,160,203,1)","size":[12.172487432221772,10.044266311324286,20.26445666996646,10.960445971564345,100,10.472338226961952,85.783800493679365,25.253660609164903,14.736319560187283,11.872837248257337,10.434544280710814,18.69597735732042,10.40905273549037,11.586317033119437,13.343358811286093,10.166916022101949,10.263543110956533,11.690031651463162,10.192071898999099,13.255803162281207,11.96853834846976,10.214647948469672,21.549133875507721,16.212203421268025,11.87975810388607,10.306660655800668,11.386780301969308,11.314193767508629,11.577619483280925,14.437001358883384,15.815316853792227,10.270167338986031,11.511922476315512]},"error_y":{"color":"rgba(141,160,203,1)","width":[]},"error_x":{"color":"rgba(141,160,203,1)","width":[]},"line":{"color":"rgba(141,160,203,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[5937.0295260000003,36126.492700000003,33692.605080000001,7446.2988029999997,10680.792820000001,14619.22272,22833.308509999999,35278.418740000001,33207.0844,30470.0167,32170.37442,27538.41188,18008.944439999999,36180.789190000003,40675.996350000001,28569.719700000001,9253.896111,36797.933319999996,49357.190170000002,15389.92468,20509.64777,10808.47561,9786.5347139999994,18678.314350000001,25768.257590000001,28821.063699999999,33859.748350000002,37506.419070000004,8458.2763840000007,33203.261279999999],"y":[76.423000000000002,79.828999999999994,79.441000000000003,74.852000000000004,73.004999999999995,75.748000000000005,76.486000000000004,78.331999999999994,79.313000000000002,80.656999999999996,79.406000000000006,79.483000000000004,73.337999999999994,81.757000000000005,78.885000000000005,80.546000000000006,74.543000000000006,79.762,80.195999999999998,75.563000000000002,78.097999999999999,72.475999999999999,74.001999999999995,74.662999999999997,77.926000000000002,80.941000000000003,80.884,81.700999999999993,71.777000000000001,79.424999999999997],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"2007","type":"scatter","name":"Europe","marker":{"color":"rgba(231,138,195,1)","size":[10.241650615422071,10.555563973005979,10.705204815976659,10.306605302606242,10.495711198625042,10.302586155618533,10.694046676727186,10.369119739777648,10.353444752561723,14.165065447796252,15.620020409395456,10.726640630593844,10.675438447977726,10.01651176916867,10.27636157302676,13.96466210812622,10.042639364227421,11.12689835094158,10.311773966857254,12.624890114069252,10.722309703837773,11.516312032410687,10.688690248434412,10.367712499133139,10.133041095666849,12.756615018612388,10.612303044884126,10.511532452050163,14.852696204692943,14.144065496927047],"sizemode":"area","line":{"color":"rgba(231,138,195,1)"}},"textfont":{"color":"rgba(231,138,195,1)","size":[10.241650615422071,10.555563973005979,10.705204815976659,10.306605302606242,10.495711198625042,10.302586155618533,10.694046676727186,10.369119739777648,10.353444752561723,14.165065447796252,15.620020409395456,10.726640630593844,10.675438447977726,10.01651176916867,10.27636157302676,13.96466210812622,10.042639364227421,11.12689835094158,10.311773966857254,12.624890114069252,10.722309703837773,11.516312032410687,10.688690248434412,10.367712499133139,10.133041095666849,12.756615018612388,10.612303044884126,10.511532452050163,14.852696204692943,14.144065496927047]},"error_y":{"color":"rgba(231,138,195,1)","width":[]},"error_x":{"color":"rgba(231,138,195,1)","width":[]},"line":{"color":"rgba(231,138,195,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[34435.367440000002,25185.009109999999],"y":[81.234999999999999,80.203999999999994],"text":["Australia","New Zealand"],"hoverinfo":["text","text"],"mode":"markers","frame":"2007","type":"scatter","name":"Oceania","marker":{"color":"rgba(166,216,84,1)","size":[11.390598170818464,10.276817844425953],"sizemode":"area","line":{"color":"rgba(166,216,84,1)"}},"textfont":{"color":"rgba(166,216,84,1)","size":[11.390598170818464,10.276817844425953]},"error_y":{"color":"rgba(166,216,84,1)","width":[]},"error_x":{"color":"rgba(166,216,84,1)","width":[]},"line":{"color":"rgba(166,216,84,1)"},"xaxis":"x","yaxis":"y","visible":true}],"traces":[0,1,2,3,4]}],"shinyEvents":["plotly_hover","plotly_click","plotly_selected","plotly_relayout","plotly_brushed","plotly_brushing","plotly_clickannotation","plotly_doubleclick","plotly_deselect","plotly_afterplot","plotly_sunburstclick"],"base_url":"https://plot.ly"},"evals":[],"jsHooks":[]}</script> <h3>Add Button Options</h3> <div class="highlight"><pre><code class="language-r" data-lang="r"><span class="n">library</span><span class="p">(</span><span class="n">plotly</span><span class="p">)</span><span class="w"> </span><span class="n">fig</span><span class="w"> </span><span class="o">&lt;-</span><span class="w"> </span><span class="n">fig</span><span class="w"> </span><span class="o">%&gt;%</span><span class="w"> </span><span class="n">animation_button</span><span class="p">(</span><span class="w"> </span><span class="n">x</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="m">1</span><span class="p">,</span><span class="w"> </span><span class="n">xanchor</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="s2">"right"</span><span class="p">,</span><span class="w"> </span><span class="n">y</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="m">0</span><span class="p">,</span><span class="w"> </span><span class="n">yanchor</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="s2">"bottom"</span><span class="w"> </span><span class="p">)</span><span class="w"> </span><span class="n">fig</span><span class="w"> </span></code></pre></div> <div class="plotly html-widget html-fill-item" id="htmlwidget-300c857fb5f4b8133555" style="width:672px;height:480px;"></div> <script type="application/json" data-for="htmlwidget-300c857fb5f4b8133555">{"x":{"visdat":{"2402287d8e93":["function () ","plotlyVisDat"]},"cur_data":"2402287d8e93","attrs":{"2402287d8e93":{"x":{},"y":{},"text":{},"hoverinfo":"text","mode":"markers","color":{},"size":{},"frame":{},"alpha_stroke":1,"sizes":[10,100],"spans":[1,20],"type":"scatter"}},"layout":{"margin":{"b":40,"l":60,"t":25,"r":10},"xaxis":{"domain":[0,1],"automargin":true,"type":"log","title":"gdpPercap","range":[2.2486774322932659,5.1887227933502453]},"yaxis":{"domain":[0,1],"automargin":true,"title":"lifeExp","range":[20.648800000000001,85.55319999999999]},"hovermode":"closest","showlegend":true,"sliders":[{"currentvalue":{"prefix":"year: ","xanchor":"right","font":{"size":16,"color":"rgba(204,204,204,1)"}},"steps":[{"method":"animate","args":[["1952"],{"transition":{"duration":1000,"easing":"elastic"},"frame":{"duration":1000,"redraw":false},"mode":"immediate"}],"label":"1952","value":"1952"},{"method":"animate","args":[["1957"],{"transition":{"duration":1000,"easing":"elastic"},"frame":{"duration":1000,"redraw":false},"mode":"immediate"}],"label":"1957","value":"1957"},{"method":"animate","args":[["1962"],{"transition":{"duration":1000,"easing":"elastic"},"frame":{"duration":1000,"redraw":false},"mode":"immediate"}],"label":"1962","value":"1962"},{"method":"animate","args":[["1967"],{"transition":{"duration":1000,"easing":"elastic"},"frame":{"duration":1000,"redraw":false},"mode":"immediate"}],"label":"1967","value":"1967"},{"method":"animate","args":[["1972"],{"transition":{"duration":1000,"easing":"elastic"},"frame":{"duration":1000,"redraw":false},"mode":"immediate"}],"label":"1972","value":"1972"},{"method":"animate","args":[["1977"],{"transition":{"duration":1000,"easing":"elastic"},"frame":{"duration":1000,"redraw":false},"mode":"immediate"}],"label":"1977","value":"1977"},{"method":"animate","args":[["1982"],{"transition":{"duration":1000,"easing":"elastic"},"frame":{"duration":1000,"redraw":false},"mode":"immediate"}],"label":"1982","value":"1982"},{"method":"animate","args":[["1987"],{"transition":{"duration":1000,"easing":"elastic"},"frame":{"duration":1000,"redraw":false},"mode":"immediate"}],"label":"1987","value":"1987"},{"method":"animate","args":[["1992"],{"transition":{"duration":1000,"easing":"elastic"},"frame":{"duration":1000,"redraw":false},"mode":"immediate"}],"label":"1992","value":"1992"},{"method":"animate","args":[["1997"],{"transition":{"duration":1000,"easing":"elastic"},"frame":{"duration":1000,"redraw":false},"mode":"immediate"}],"label":"1997","value":"1997"},{"method":"animate","args":[["2002"],{"transition":{"duration":1000,"easing":"elastic"},"frame":{"duration":1000,"redraw":false},"mode":"immediate"}],"label":"2002","value":"2002"},{"method":"animate","args":[["2007"],{"transition":{"duration":1000,"easing":"elastic"},"frame":{"duration":1000,"redraw":false},"mode":"immediate"}],"label":"2007","value":"2007"}],"visible":true,"pad":{"t":40}}],"updatemenus":[{"type":"buttons","direction":"right","showactive":false,"y":0,"x":1,"yanchor":"bottom","xanchor":"right","pad":{"t":60,"r":5},"buttons":[{"label":"Play","method":"animate","args":[null,{"fromcurrent":true,"mode":"immediate","transition":{"duration":1000,"easing":"elastic"},"frame":{"duration":1000,"redraw":false}}]}]}]},"source":"A","config":{"modeBarButtonsToAdd":["hoverclosest","hovercompare"],"showSendToCloud":false},"data":[{"x":[2449.0081850000001,3520.6102729999998,1062.7521999999999,851.24114069999996,543.25524129999997,339.29645870000002,1172.667655,1071.3107130000001,1178.665927,1102.9909359999999,780.54232569999999,2125.6214180000002,1388.594732,2669.5294749999998,1418.822445,375.64312310000003,328.94055709999998,362.14627960000001,4293.4764750000004,485.23065910000003,911.29893709999999,510.19649229999999,299.85031900000001,853.54091900000003,298.8462121,575.57299609999995,2387.5480600000001,1443.0117150000001,369.16508019999998,452.33698070000003,743.11590969999997,1967.9557070000001,1688.2035699999999,468.52603809999999,2423.7804430000001,761.87937599999998,1077.2818560000001,2718.885295,493.32387519999997,879.58358550000003,1450.3569829999999,879.78773579999995,1135.7498419999999,4725.2955309999998,1615.991129,1148.376626,716.65007209999999,859.80865670000003,1468.475631,734.75348399999996,1147.388831,406.88411480000002],"y":[43.076999999999998,30.015000000000001,38.222999999999999,47.622,31.975000000000001,39.030999999999999,38.523000000000003,35.463000000000001,38.091999999999999,40.715000000000003,39.143000000000001,42.110999999999997,40.476999999999997,34.811999999999998,41.893000000000001,34.481999999999999,35.927999999999997,34.078000000000003,37.003,30,43.149000000000001,33.609000000000002,32.5,42.270000000000003,42.137999999999998,38.479999999999997,42.722999999999999,36.680999999999997,36.256,33.685000000000002,40.542999999999999,50.985999999999997,42.872999999999998,31.286000000000001,41.725000000000001,37.444000000000003,36.323999999999998,52.723999999999997,40,46.470999999999997,37.277999999999999,30.331,32.978000000000002,45.009,38.634999999999998,41.406999999999996,41.215000000000003,38.595999999999997,44.600000000000001,39.978000000000002,42.037999999999997,48.451000000000001],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1952","type":"scatter","name":"Africa","marker":{"color":"rgba(102,194,165,1)","size":[10.629259618945621,10.284757308036966,10.114549306559425,10.026092922527592,10.30099360804077,10.162824868184376,10.337787988900558,10.084066145406517,10.178990185053525,10.00641066434841,10.958271908306536,10.054252546321832,10.199094588124854,10.000214177958215,11.512711890676478,10.010712515320479,10.094103774923674,11.419726168376613,10.024618247905162,10.01530976533753,10.37682420826115,10.177747092907902,10.035535385761884,10.437094691088317,10.047008307912341,10.054827441459514,10.065503646176497,10.320987168217217,10.195052849389482,10.257870602955506,10.06569659744733,10.031160572317752,10.67428558631673,10.435884565148502,10.029063498459834,10.22656294539239,12.256382194309907,10.013492870102452,10.168920476619746,10,10.183981323214891,10.142187272566975,10.16837902545897,10.969528877920411,10.576373224953816,10.015714027939985,10.563968785667058,10.079112205137831,10.244872976723292,10.393464020084254,10.178276122020115,10.206185257252644],"sizemode":"area","line":{"color":"rgba(102,194,165,1)"}},"textfont":{"color":"rgba(102,194,165,1)","size":[10.629259618945621,10.284757308036966,10.114549306559425,10.026092922527592,10.30099360804077,10.162824868184376,10.337787988900558,10.084066145406517,10.178990185053525,10.00641066434841,10.958271908306536,10.054252546321832,10.199094588124854,10.000214177958215,11.512711890676478,10.010712515320479,10.094103774923674,11.419726168376613,10.024618247905162,10.01530976533753,10.37682420826115,10.177747092907902,10.035535385761884,10.437094691088317,10.047008307912341,10.054827441459514,10.065503646176497,10.320987168217217,10.195052849389482,10.257870602955506,10.06569659744733,10.031160572317752,10.67428558631673,10.435884565148502,10.029063498459834,10.22656294539239,12.256382194309907,10.013492870102452,10.168920476619746,10,10.183981323214891,10.142187272566975,10.16837902545897,10.969528877920411,10.576373224953816,10.015714027939985,10.563968785667058,10.079112205137831,10.244872976723292,10.393464020084254,10.178276122020115,10.206185257252644]},"error_y":{"color":"rgba(102,194,165,1)","width":[]},"error_x":{"color":"rgba(102,194,165,1)","width":[]},"line":{"color":"rgba(102,194,165,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[5911.3150530000003,2677.3263470000002,2108.9443550000001,11367.161120000001,3939.9787889999998,2144.115096,2627.0094709999998,5586.5387799999999,1397.7171370000001,3522.110717,3048.3029000000001,2428.2377689999998,1840.366939,2194.9262039999999,2898.5308810000001,3478.1255289999999,3112.3639480000002,2480.3803339999999,1952.3087009999999,3758.5234369999998,3081.959785,3023.2719280000001,13990.48208,5716.7667439999996,7689.7997610000002],"y":[62.484999999999999,40.414000000000001,50.917000000000002,68.75,54.744999999999997,50.643000000000001,57.206000000000003,59.420999999999999,45.927999999999997,48.356999999999999,45.262,42.023000000000003,37.579000000000001,41.911999999999999,58.530000000000001,50.789000000000001,42.314,55.191000000000003,62.649000000000001,43.902000000000001,64.280000000000001,59.100000000000001,68.439999999999998,66.070999999999998,55.088000000000001],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1952","type":"scatter","name":"Americas","marker":{"color":"rgba(252,141,98,1)","size":[11.21606019812705,10.192699007692559,13.859199393585619,11.005064741453392,10.431195787839556,10.838881415457701,10.059127995624314,10.405954321662737,10.165945942012687,10.238117156882629,10.135335762000556,10.210654055097176,10.214415273944638,10.099474809361464,10.093239350500223,12.053344561308055,10.075472749667506,10.060067361857236,10.102097294921846,10.543682283554137,10.147903530750032,10.041145578761045,20.749371197304647,10.14967572026088,10.367170979719349],"sizemode":"area","line":{"color":"rgba(252,141,98,1)"}},"textfont":{"color":"rgba(252,141,98,1)","size":[11.21606019812705,10.192699007692559,13.859199393585619,11.005064741453392,10.431195787839556,10.838881415457701,10.059127995624314,10.405954321662737,10.165945942012687,10.238117156882629,10.135335762000556,10.210654055097176,10.214415273944638,10.099474809361464,10.093239350500223,12.053344561308055,10.075472749667506,10.060067361857236,10.102097294921846,10.543682283554137,10.147903530750032,10.041145578761045,20.749371197304647,10.14967572026088,10.367170979719349]},"error_y":{"color":"rgba(252,141,98,1)","width":[]},"error_x":{"color":"rgba(252,141,98,1)","width":[]},"line":{"color":"rgba(252,141,98,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[779.44531449999999,9867.0847649999996,684.24417159999996,368.46928559999998,400.44861100000003,3054.4212090000001,546.56574929999999,749.6816546,3035.3260019999998,4129.7660560000004,4086.5221280000001,3216.9563469999998,1546.907807,1088.2777579999999,1030.592226,108382.3529,4834.804067,1831.1328940000001,786.56685749999997,331,545.86572290000004,1828.230307,684.59714380000003,1272.880995,6459.5548230000004,2315.1382269999999,1083.5320300000001,1643.4853539999999,1206.947913,757.79741769999998,605.06649170000003,1515.5923290000001,781.71757609999997],"y":[28.800999999999998,50.939,37.484000000000002,39.417000000000002,44,60.960000000000001,37.372999999999998,37.468000000000004,44.869,45.32,65.390000000000001,63.030000000000001,43.158000000000001,50.055999999999997,47.453000000000003,55.564999999999998,55.927999999999997,48.463000000000001,42.244,36.319000000000003,36.156999999999996,37.578000000000003,43.436,47.752000000000002,39.875,60.396000000000001,57.593000000000004,45.883000000000003,58.5,50.847999999999999,40.411999999999999,43.159999999999997,32.548000000000002],"text":["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."],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1952","type":"scatter","name":"Asia","marker":{"color":"rgba(141,160,203,1)","size":[10.570958440333994,10.004124939159547,13.196073516337687,10.316272523015931,47.962566414495925,10.141003151025526,35.386025309878448,15.596200380490078,11.174770127735174,10.367320999844319,10.106536334452237,15.89699311991038,10.037396031178993,10.60100034575081,11.425638926987236,10.006824550625852,10.094156261491509,10.456501207090577,10.05055173139184,11.367311607471214,10.62263982736204,10.030565201275845,12.817931410627473,11.527412361357225,10.269303597092721,10.072825215250953,10.540722969369218,10.245815823859932,10.579492046432662,11.448969923046661,11.787329940458308,10.066244600897457,10.334700359049151],"sizemode":"area","line":{"color":"rgba(141,160,203,1)"}},"textfont":{"color":"rgba(141,160,203,1)","size":[10.570958440333994,10.004124939159547,13.196073516337687,10.316272523015931,47.962566414495925,10.141003151025526,35.386025309878448,15.596200380490078,11.174770127735174,10.367320999844319,10.106536334452237,15.89699311991038,10.037396031178993,10.60100034575081,11.425638926987236,10.006824550625852,10.094156261491509,10.456501207090577,10.05055173139184,11.367311607471214,10.62263982736204,10.030565201275845,12.817931410627473,11.527412361357225,10.269303597092721,10.072825215250953,10.540722969369218,10.245815823859932,10.579492046432662,11.448969923046661,11.787329940458308,10.066244600897457,10.334700359049151]},"error_y":{"color":"rgba(141,160,203,1)","width":[]},"error_x":{"color":"rgba(141,160,203,1)","width":[]},"line":{"color":"rgba(141,160,203,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[1601.0561359999999,6137.0764920000001,8343.1051270000007,973.53319480000005,2444.2866479999998,3119.2365199999999,6876.1402500000004,9692.3852449999995,6424.5190709999997,7029.8093269999999,7144.1143929999998,3530.690067,5263.6738160000004,7267.6884280000004,5210.2803279999998,4931.4041550000002,2647.5856010000002,8941.5718579999993,10095.42172,4029.3296989999999,3068.3198670000002,3144.613186,3581.4594480000001,5074.6591040000003,4215.041741,3834.0347419999998,8527.8446619999995,14734.232749999999,1969.1009799999999,9979.5084869999991],"y":[55.229999999999997,66.799999999999997,68,53.82,59.600000000000001,61.210000000000001,66.870000000000005,70.780000000000001,66.549999999999997,67.409999999999997,67.5,65.859999999999999,64.030000000000001,72.489999999999995,66.909999999999997,65.939999999999998,59.164000000000001,72.129999999999995,72.670000000000002,61.310000000000002,59.82,61.049999999999997,57.996000000000002,64.359999999999999,65.569999999999993,64.939999999999998,71.859999999999999,69.620000000000005,43.585000000000001,69.180000000000007],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1952","type":"scatter","name":"Europe","marker":{"color":"rgba(231,138,195,1)","size":[10.083452004785734,10.468745388300251,10.591780523848481,10.186398230696833,10.492437920575309,10.26087789900933,10.618725312244932,10.291712631437814,10.275093022506884,12.893904318382232,14.715323704498925,10.523721689583494,10.644580714283491,10.006002920842237,10.197397613435532,13.249252237988841,10.024149486204392,10.704506041618405,10.22303153444337,11.752091728319773,10.577832679154104,11.130951692689347,10.464129778222411,10.238757643166849,10.097568161412857,11.944518747751182,10.482184475027601,10.32454233121514,11.513556043954743,13.437903568933802],"sizemode":"area","line":{"color":"rgba(231,138,195,1)"}},"textfont":{"color":"rgba(231,138,195,1)","size":[10.083452004785734,10.468745388300251,10.591780523848481,10.186398230696833,10.492437920575309,10.26087789900933,10.618725312244932,10.291712631437814,10.275093022506884,12.893904318382232,14.715323704498925,10.523721689583494,10.644580714283491,10.006002920842237,10.197397613435532,13.249252237988841,10.024149486204392,10.704506041618405,10.22303153444337,11.752091728319773,10.577832679154104,11.130951692689347,10.464129778222411,10.238757643166849,10.097568161412857,11.944518747751182,10.482184475027601,10.32454233121514,11.513556043954743,13.437903568933802]},"error_y":{"color":"rgba(231,138,195,1)","width":[]},"error_x":{"color":"rgba(231,138,195,1)","width":[]},"line":{"color":"rgba(231,138,195,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[10039.59564,10556.57566],"y":[69.120000000000005,69.390000000000001],"text":["Australia","New Zealand"],"hoverinfo":["text","text"],"mode":"markers","frame":"1952","type":"scatter","name":"Oceania","marker":{"color":"rgba(166,216,84,1)","size":[10.589105483467248,10.132054771360233],"sizemode":"area","line":{"color":"rgba(166,216,84,1)"}},"textfont":{"color":"rgba(166,216,84,1)","size":[10.589105483467248,10.132054771360233]},"error_y":{"color":"rgba(166,216,84,1)","width":[]},"error_x":{"color":"rgba(166,216,84,1)","width":[]},"line":{"color":"rgba(166,216,84,1)"},"xaxis":"x","yaxis":"y","visible":true}],"highlight":{"on":"plotly_click","persistent":false,"dynamic":false,"selectize":false,"opacityDim":0.20000000000000001,"selected":{"opacity":1},"debounce":0},"frames":[{"name":"1952","data":[{"x":[2449.0081850000001,3520.6102729999998,1062.7521999999999,851.24114069999996,543.25524129999997,339.29645870000002,1172.667655,1071.3107130000001,1178.665927,1102.9909359999999,780.54232569999999,2125.6214180000002,1388.594732,2669.5294749999998,1418.822445,375.64312310000003,328.94055709999998,362.14627960000001,4293.4764750000004,485.23065910000003,911.29893709999999,510.19649229999999,299.85031900000001,853.54091900000003,298.8462121,575.57299609999995,2387.5480600000001,1443.0117150000001,369.16508019999998,452.33698070000003,743.11590969999997,1967.9557070000001,1688.2035699999999,468.52603809999999,2423.7804430000001,761.87937599999998,1077.2818560000001,2718.885295,493.32387519999997,879.58358550000003,1450.3569829999999,879.78773579999995,1135.7498419999999,4725.2955309999998,1615.991129,1148.376626,716.65007209999999,859.80865670000003,1468.475631,734.75348399999996,1147.388831,406.88411480000002],"y":[43.076999999999998,30.015000000000001,38.222999999999999,47.622,31.975000000000001,39.030999999999999,38.523000000000003,35.463000000000001,38.091999999999999,40.715000000000003,39.143000000000001,42.110999999999997,40.476999999999997,34.811999999999998,41.893000000000001,34.481999999999999,35.927999999999997,34.078000000000003,37.003,30,43.149000000000001,33.609000000000002,32.5,42.270000000000003,42.137999999999998,38.479999999999997,42.722999999999999,36.680999999999997,36.256,33.685000000000002,40.542999999999999,50.985999999999997,42.872999999999998,31.286000000000001,41.725000000000001,37.444000000000003,36.323999999999998,52.723999999999997,40,46.470999999999997,37.277999999999999,30.331,32.978000000000002,45.009,38.634999999999998,41.406999999999996,41.215000000000003,38.595999999999997,44.600000000000001,39.978000000000002,42.037999999999997,48.451000000000001],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1952","type":"scatter","name":"Africa","marker":{"color":"rgba(102,194,165,1)","size":[10.629259618945621,10.284757308036966,10.114549306559425,10.026092922527592,10.30099360804077,10.162824868184376,10.337787988900558,10.084066145406517,10.178990185053525,10.00641066434841,10.958271908306536,10.054252546321832,10.199094588124854,10.000214177958215,11.512711890676478,10.010712515320479,10.094103774923674,11.419726168376613,10.024618247905162,10.01530976533753,10.37682420826115,10.177747092907902,10.035535385761884,10.437094691088317,10.047008307912341,10.054827441459514,10.065503646176497,10.320987168217217,10.195052849389482,10.257870602955506,10.06569659744733,10.031160572317752,10.67428558631673,10.435884565148502,10.029063498459834,10.22656294539239,12.256382194309907,10.013492870102452,10.168920476619746,10,10.183981323214891,10.142187272566975,10.16837902545897,10.969528877920411,10.576373224953816,10.015714027939985,10.563968785667058,10.079112205137831,10.244872976723292,10.393464020084254,10.178276122020115,10.206185257252644],"sizemode":"area","line":{"color":"rgba(102,194,165,1)"}},"textfont":{"color":"rgba(102,194,165,1)","size":[10.629259618945621,10.284757308036966,10.114549306559425,10.026092922527592,10.30099360804077,10.162824868184376,10.337787988900558,10.084066145406517,10.178990185053525,10.00641066434841,10.958271908306536,10.054252546321832,10.199094588124854,10.000214177958215,11.512711890676478,10.010712515320479,10.094103774923674,11.419726168376613,10.024618247905162,10.01530976533753,10.37682420826115,10.177747092907902,10.035535385761884,10.437094691088317,10.047008307912341,10.054827441459514,10.065503646176497,10.320987168217217,10.195052849389482,10.257870602955506,10.06569659744733,10.031160572317752,10.67428558631673,10.435884565148502,10.029063498459834,10.22656294539239,12.256382194309907,10.013492870102452,10.168920476619746,10,10.183981323214891,10.142187272566975,10.16837902545897,10.969528877920411,10.576373224953816,10.015714027939985,10.563968785667058,10.079112205137831,10.244872976723292,10.393464020084254,10.178276122020115,10.206185257252644]},"error_y":{"color":"rgba(102,194,165,1)","width":[]},"error_x":{"color":"rgba(102,194,165,1)","width":[]},"line":{"color":"rgba(102,194,165,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[5911.3150530000003,2677.3263470000002,2108.9443550000001,11367.161120000001,3939.9787889999998,2144.115096,2627.0094709999998,5586.5387799999999,1397.7171370000001,3522.110717,3048.3029000000001,2428.2377689999998,1840.366939,2194.9262039999999,2898.5308810000001,3478.1255289999999,3112.3639480000002,2480.3803339999999,1952.3087009999999,3758.5234369999998,3081.959785,3023.2719280000001,13990.48208,5716.7667439999996,7689.7997610000002],"y":[62.484999999999999,40.414000000000001,50.917000000000002,68.75,54.744999999999997,50.643000000000001,57.206000000000003,59.420999999999999,45.927999999999997,48.356999999999999,45.262,42.023000000000003,37.579000000000001,41.911999999999999,58.530000000000001,50.789000000000001,42.314,55.191000000000003,62.649000000000001,43.902000000000001,64.280000000000001,59.100000000000001,68.439999999999998,66.070999999999998,55.088000000000001],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1952","type":"scatter","name":"Americas","marker":{"color":"rgba(252,141,98,1)","size":[11.21606019812705,10.192699007692559,13.859199393585619,11.005064741453392,10.431195787839556,10.838881415457701,10.059127995624314,10.405954321662737,10.165945942012687,10.238117156882629,10.135335762000556,10.210654055097176,10.214415273944638,10.099474809361464,10.093239350500223,12.053344561308055,10.075472749667506,10.060067361857236,10.102097294921846,10.543682283554137,10.147903530750032,10.041145578761045,20.749371197304647,10.14967572026088,10.367170979719349],"sizemode":"area","line":{"color":"rgba(252,141,98,1)"}},"textfont":{"color":"rgba(252,141,98,1)","size":[11.21606019812705,10.192699007692559,13.859199393585619,11.005064741453392,10.431195787839556,10.838881415457701,10.059127995624314,10.405954321662737,10.165945942012687,10.238117156882629,10.135335762000556,10.210654055097176,10.214415273944638,10.099474809361464,10.093239350500223,12.053344561308055,10.075472749667506,10.060067361857236,10.102097294921846,10.543682283554137,10.147903530750032,10.041145578761045,20.749371197304647,10.14967572026088,10.367170979719349]},"error_y":{"color":"rgba(252,141,98,1)","width":[]},"error_x":{"color":"rgba(252,141,98,1)","width":[]},"line":{"color":"rgba(252,141,98,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[779.44531449999999,9867.0847649999996,684.24417159999996,368.46928559999998,400.44861100000003,3054.4212090000001,546.56574929999999,749.6816546,3035.3260019999998,4129.7660560000004,4086.5221280000001,3216.9563469999998,1546.907807,1088.2777579999999,1030.592226,108382.3529,4834.804067,1831.1328940000001,786.56685749999997,331,545.86572290000004,1828.230307,684.59714380000003,1272.880995,6459.5548230000004,2315.1382269999999,1083.5320300000001,1643.4853539999999,1206.947913,757.79741769999998,605.06649170000003,1515.5923290000001,781.71757609999997],"y":[28.800999999999998,50.939,37.484000000000002,39.417000000000002,44,60.960000000000001,37.372999999999998,37.468000000000004,44.869,45.32,65.390000000000001,63.030000000000001,43.158000000000001,50.055999999999997,47.453000000000003,55.564999999999998,55.927999999999997,48.463000000000001,42.244,36.319000000000003,36.156999999999996,37.578000000000003,43.436,47.752000000000002,39.875,60.396000000000001,57.593000000000004,45.883000000000003,58.5,50.847999999999999,40.411999999999999,43.159999999999997,32.548000000000002],"text":["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."],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1952","type":"scatter","name":"Asia","marker":{"color":"rgba(141,160,203,1)","size":[10.570958440333994,10.004124939159547,13.196073516337687,10.316272523015931,47.962566414495925,10.141003151025526,35.386025309878448,15.596200380490078,11.174770127735174,10.367320999844319,10.106536334452237,15.89699311991038,10.037396031178993,10.60100034575081,11.425638926987236,10.006824550625852,10.094156261491509,10.456501207090577,10.05055173139184,11.367311607471214,10.62263982736204,10.030565201275845,12.817931410627473,11.527412361357225,10.269303597092721,10.072825215250953,10.540722969369218,10.245815823859932,10.579492046432662,11.448969923046661,11.787329940458308,10.066244600897457,10.334700359049151],"sizemode":"area","line":{"color":"rgba(141,160,203,1)"}},"textfont":{"color":"rgba(141,160,203,1)","size":[10.570958440333994,10.004124939159547,13.196073516337687,10.316272523015931,47.962566414495925,10.141003151025526,35.386025309878448,15.596200380490078,11.174770127735174,10.367320999844319,10.106536334452237,15.89699311991038,10.037396031178993,10.60100034575081,11.425638926987236,10.006824550625852,10.094156261491509,10.456501207090577,10.05055173139184,11.367311607471214,10.62263982736204,10.030565201275845,12.817931410627473,11.527412361357225,10.269303597092721,10.072825215250953,10.540722969369218,10.245815823859932,10.579492046432662,11.448969923046661,11.787329940458308,10.066244600897457,10.334700359049151]},"error_y":{"color":"rgba(141,160,203,1)","width":[]},"error_x":{"color":"rgba(141,160,203,1)","width":[]},"line":{"color":"rgba(141,160,203,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[1601.0561359999999,6137.0764920000001,8343.1051270000007,973.53319480000005,2444.2866479999998,3119.2365199999999,6876.1402500000004,9692.3852449999995,6424.5190709999997,7029.8093269999999,7144.1143929999998,3530.690067,5263.6738160000004,7267.6884280000004,5210.2803279999998,4931.4041550000002,2647.5856010000002,8941.5718579999993,10095.42172,4029.3296989999999,3068.3198670000002,3144.613186,3581.4594480000001,5074.6591040000003,4215.041741,3834.0347419999998,8527.8446619999995,14734.232749999999,1969.1009799999999,9979.5084869999991],"y":[55.229999999999997,66.799999999999997,68,53.82,59.600000000000001,61.210000000000001,66.870000000000005,70.780000000000001,66.549999999999997,67.409999999999997,67.5,65.859999999999999,64.030000000000001,72.489999999999995,66.909999999999997,65.939999999999998,59.164000000000001,72.129999999999995,72.670000000000002,61.310000000000002,59.82,61.049999999999997,57.996000000000002,64.359999999999999,65.569999999999993,64.939999999999998,71.859999999999999,69.620000000000005,43.585000000000001,69.180000000000007],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1952","type":"scatter","name":"Europe","marker":{"color":"rgba(231,138,195,1)","size":[10.083452004785734,10.468745388300251,10.591780523848481,10.186398230696833,10.492437920575309,10.26087789900933,10.618725312244932,10.291712631437814,10.275093022506884,12.893904318382232,14.715323704498925,10.523721689583494,10.644580714283491,10.006002920842237,10.197397613435532,13.249252237988841,10.024149486204392,10.704506041618405,10.22303153444337,11.752091728319773,10.577832679154104,11.130951692689347,10.464129778222411,10.238757643166849,10.097568161412857,11.944518747751182,10.482184475027601,10.32454233121514,11.513556043954743,13.437903568933802],"sizemode":"area","line":{"color":"rgba(231,138,195,1)"}},"textfont":{"color":"rgba(231,138,195,1)","size":[10.083452004785734,10.468745388300251,10.591780523848481,10.186398230696833,10.492437920575309,10.26087789900933,10.618725312244932,10.291712631437814,10.275093022506884,12.893904318382232,14.715323704498925,10.523721689583494,10.644580714283491,10.006002920842237,10.197397613435532,13.249252237988841,10.024149486204392,10.704506041618405,10.22303153444337,11.752091728319773,10.577832679154104,11.130951692689347,10.464129778222411,10.238757643166849,10.097568161412857,11.944518747751182,10.482184475027601,10.32454233121514,11.513556043954743,13.437903568933802]},"error_y":{"color":"rgba(231,138,195,1)","width":[]},"error_x":{"color":"rgba(231,138,195,1)","width":[]},"line":{"color":"rgba(231,138,195,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[10039.59564,10556.57566],"y":[69.120000000000005,69.390000000000001],"text":["Australia","New Zealand"],"hoverinfo":["text","text"],"mode":"markers","frame":"1952","type":"scatter","name":"Oceania","marker":{"color":"rgba(166,216,84,1)","size":[10.589105483467248,10.132054771360233],"sizemode":"area","line":{"color":"rgba(166,216,84,1)"}},"textfont":{"color":"rgba(166,216,84,1)","size":[10.589105483467248,10.132054771360233]},"error_y":{"color":"rgba(166,216,84,1)","width":[]},"error_x":{"color":"rgba(166,216,84,1)","width":[]},"line":{"color":"rgba(166,216,84,1)"},"xaxis":"x","yaxis":"y","visible":true}],"traces":[0,1,2,3,4]},{"name":"1957","data":[{"x":[3013.9760230000002,3827.9404650000001,959.60108049999997,918.23253490000002,617.18346480000002,379.56462809999999,1313.0480990000001,1190.8443279999999,1308.4955769999999,1211.1485479999999,905.86023030000001,2315.056572,1500.895925,2864.9690759999999,1458.915272,426.09640810000002,344.16188590000002,378.90416320000003,4976.1980990000002,520.92671110000003,1043.561537,576.26702450000005,431.79045660000003,944.43831520000003,335.99711509999997,620.96999010000002,3448.2843950000001,1589.2027499999999,416.36980640000002,490.38218669999998,846.12026130000004,2034.0379809999999,1642.0023140000001,495.58683330000002,2621.4480579999999,835.52340249999997,1100.5925629999999,2769.4518440000002,540.28939830000002,860.73690260000001,1567.653006,1004.484437,1258.1474129999999,5487.1042189999998,1770.337074,1244.7083640000001,698.53560730000004,925.90832020000005,1395.2324679999999,774.37106919999997,1311.956766,518.76426809999998],"y":[45.685000000000002,31.998999999999999,40.357999999999997,49.618000000000002,34.905999999999999,40.533000000000001,40.427999999999997,37.463999999999999,39.881,42.460000000000001,40.652000000000001,45.052999999999997,42.469000000000001,37.328000000000003,44.444000000000003,35.982999999999997,38.046999999999997,36.667000000000002,38.999000000000002,32.064999999999998,44.779000000000003,34.558,33.488999999999997,44.686,45.046999999999997,39.485999999999997,45.289000000000001,38.865000000000002,37.207000000000001,35.307000000000002,42.338000000000001,58.088999999999999,45.423000000000002,33.779000000000003,45.225999999999999,38.597999999999999,37.802,55.090000000000003,41.5,48.945,39.329000000000001,31.57,34.976999999999997,47.984999999999999,39.624000000000002,43.423999999999999,42.973999999999997,41.207999999999998,47.100000000000001,42.570999999999998,44.076999999999998,50.469000000000001],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1957","type":"scatter","name":"Africa","marker":{"color":"rgba(102,194,165,1)","size":[10.696920947656547,10.307230704974348,10.127302928266268,10.028299610726139,10.317608917031814,10.177970212010964,10.361734968412145,10.090931647840824,10.193486647475158,10.007570419563828,11.059144880661634,10.060093161496562,10.22113901486868,10.000808115686826,11.702894273233508,10.011801696919328,10.101191918689942,11.553138492187099,10.025587577211269,10.017960029874647,10.432128738289153,10.192249288582719,10.036930613875914,10.504715204496819,10.051416838345432,10.062515597472647,10.077915388535763,10.349569278168675,10.215763270972918,10.285425436791893,10.069402463100364,10.037525848411793,10.774421835637741,10.476271170392865,10.033312180333928,10.247906754946582,12.533096567166499,10.016973773821046,10.188519670880781,10.000089684460514,10.204386107801229,10.15259101125171,10.185675772542689,11.098295969844939,10.661602469973442,10.018205126448246,10.641087934540446,10.08855378108294,10.265561420836191,10.451527132182735,10.201755158867099,10.244777763768637],"sizemode":"area","line":{"color":"rgba(102,194,165,1)"}},"textfont":{"color":"rgba(102,194,165,1)","size":[10.696920947656547,10.307230704974348,10.127302928266268,10.028299610726139,10.317608917031814,10.177970212010964,10.361734968412145,10.090931647840824,10.193486647475158,10.007570419563828,11.059144880661634,10.060093161496562,10.22113901486868,10.000808115686826,11.702894273233508,10.011801696919328,10.101191918689942,11.553138492187099,10.025587577211269,10.017960029874647,10.432128738289153,10.192249288582719,10.036930613875914,10.504715204496819,10.051416838345432,10.062515597472647,10.077915388535763,10.349569278168675,10.215763270972918,10.285425436791893,10.069402463100364,10.037525848411793,10.774421835637741,10.476271170392865,10.033312180333928,10.247906754946582,12.533096567166499,10.016973773821046,10.188519670880781,10.000089684460514,10.204386107801229,10.15259101125171,10.185675772542689,11.098295969844939,10.661602469973442,10.018205126448246,10.641087934540446,10.08855378108294,10.265561420836191,10.451527132182735,10.201755158867099,10.244777763768637]},"error_y":{"color":"rgba(102,194,165,1)","width":[]},"error_x":{"color":"rgba(102,194,165,1)","width":[]},"line":{"color":"rgba(102,194,165,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[6856.8562119999997,2127.686326,2487.3659889999999,12489.950059999999,4315.6227230000004,2323.8055810000001,2990.0108019999998,6092.1743589999996,1544.4029949999999,3780.5466510000001,3421.5232179999998,2617.1559670000001,1726.887882,2220.4876819999999,4756.5257810000003,4131.5466409999999,3457.415947,2961.8009050000001,2046.154706,4245.2566980000001,3907.1561889999998,4100.3933999999999,14847.127119999999,6150.7729689999996,9802.4665260000002],"y":[64.399000000000001,41.890000000000001,53.284999999999997,69.959999999999994,56.073999999999998,55.118000000000002,60.026000000000003,62.325000000000003,49.828000000000003,51.356000000000002,48.57,44.142000000000003,40.695999999999998,44.664999999999999,62.609999999999999,55.189999999999998,45.432000000000002,59.201000000000001,63.195999999999998,46.262999999999998,68.540000000000006,61.799999999999997,69.489999999999995,67.043999999999997,57.906999999999996],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1957","type":"scatter","name":"Americas","marker":{"color":"rgba(252,141,98,1)","size":[11.334382394799345,10.215114867339063,14.469969066255199,11.156898349007745,10.476980387462275,10.984616752709133,10.071821895943829,10.449155408196118,10.195420323617343,10.27290107695938,10.156694860229905,10.244404829299647,10.235315234148203,10.116738521986365,10.10067858777097,12.385820759387055,10.088648175001426,10.068491558374317,10.116773467529578,10.620152960540654,10.150155880215005,10.048110798848937,21.734330443638488,10.161414829166288,10.45338136181652],"sizemode":"area","line":{"color":"rgba(252,141,98,1)"}},"textfont":{"color":"rgba(252,141,98,1)","size":[11.334382394799345,10.215114867339063,14.469969066255199,11.156898349007745,10.476980387462275,10.984616752709133,10.071821895943829,10.449155408196118,10.195420323617343,10.27290107695938,10.156694860229905,10.244404829299647,10.235315234148203,10.116738521986365,10.10067858777097,12.385820759387055,10.088648175001426,10.068491558374317,10.116773467529578,10.620152960540654,10.150155880215005,10.048110798848937,21.734330443638488,10.161414829166288,10.45338136181652]},"error_y":{"color":"rgba(252,141,98,1)","width":[]},"error_x":{"color":"rgba(252,141,98,1)","width":[]},"line":{"color":"rgba(252,141,98,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[820.85302960000001,11635.79945,661.63745770000003,434.03833639999999,575.9870009,3629.0764570000001,590.06199600000002,858.90027069999996,3290.2576429999999,6229.3335619999998,5385.2784510000001,4317.6943650000003,1886.0805909999999,1571.1346550000001,1487.593537,113523.1329,6089.7869339999997,1810.066992,912.66260850000003,350,597.9363558,2242.7465510000002,747.08352920000004,1547.9448440000001,8157.5912479999997,2843.104409,1072.5466019999999,2117.2348929999998,1507.8612900000001,793.57741480000004,676.28544780000004,1827.067742,804.83045470000002],"y":[30.332000000000001,53.832000000000001,39.347999999999999,41.366,50.548960000000001,64.75,40.249000000000002,39.917999999999999,47.180999999999997,48.436999999999998,67.840000000000003,65.5,45.668999999999997,54.081000000000003,52.680999999999997,58.033000000000001,59.488999999999997,52.101999999999997,45.247999999999998,41.905000000000001,37.686,40.079999999999998,45.557000000000002,51.334000000000003,42.868000000000002,63.179000000000002,61.456000000000003,48.283999999999999,62.399999999999999,53.630000000000003,42.887,45.670999999999999,33.969999999999999],"text":["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."],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1957","type":"scatter","name":"Asia","marker":{"color":"rgba(141,160,203,1)","size":[10.626625666878871,10.005367690040099,13.501752079518614,10.35918319297436,53.500921273496438,10.182664790826106,37.911386831211132,16.147138710225143,11.346767723242158,10.422392787094275,10.128615297221192,16.245355411777886,10.046858970317512,10.638259188371482,11.53921064562585,10.010431449408456,10.108344902819596,10.524130183872824,10.056112372702772,11.479167923106701,10.656752820310286,10.034260692470738,13.181950943927241,11.775409892812547,10.297558502094629,10.094593080781685,10.618954847131317,10.279147797567946,10.689642377980968,11.70509038221487,11.975142032342017,10.068964756521003,10.371165282609928],"sizemode":"area","line":{"color":"rgba(141,160,203,1)"}},"textfont":{"color":"rgba(141,160,203,1)","size":[10.626625666878871,10.005367690040099,13.501752079518614,10.35918319297436,53.500921273496438,10.182664790826106,37.911386831211132,16.147138710225143,11.346767723242158,10.422392787094275,10.128615297221192,16.245355411777886,10.046858970317512,10.638259188371482,11.53921064562585,10.010431449408456,10.108344902819596,10.524130183872824,10.056112372702772,11.479167923106701,10.656752820310286,10.034260692470738,13.181950943927241,11.775409892812547,10.297558502094629,10.094593080781685,10.618954847131317,10.279147797567946,10.689642377980968,11.70509038221487,11.975142032342017,10.068964756521003,10.371165282609928]},"error_y":{"color":"rgba(141,160,203,1)","width":[]},"error_x":{"color":"rgba(141,160,203,1)","width":[]},"line":{"color":"rgba(141,160,203,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[1942.2842439999999,8842.5980299999992,9714.9606230000009,1353.989176,3008.6707270000002,4338.2316170000004,8256.3439180000005,11099.65935,7545.4153859999997,8662.8348979999992,10187.826650000001,4916.2998889999999,6040.1800110000004,9244.0014119999996,5599.0778719999998,6248.6562320000003,3682.2599030000001,11276.193439999999,11653.973040000001,4734.2530189999998,3774.571743,3943.3702250000001,4981.0908909999998,6093.2629800000004,5862.276629,4564.8024100000002,9911.8782260000007,17909.489730000001,2218.7542570000001,11283.177949999999],"y":[59.280000000000001,67.480000000000004,69.239999999999995,58.450000000000003,66.609999999999999,64.769999999999996,69.030000000000001,71.810000000000002,67.489999999999995,68.930000000000007,69.099999999999994,67.859999999999999,66.409999999999997,73.469999999999999,68.900000000000006,67.810000000000002,61.448,72.989999999999995,73.439999999999998,65.769999999999996,61.509999999999998,64.099999999999994,61.685000000000002,67.450000000000003,67.849999999999994,66.659999999999997,72.489999999999995,70.560000000000002,48.079000000000001,70.420000000000002],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1957","type":"scatter","name":"Europe","marker":{"color":"rgba(231,138,195,1)","size":[10.096679984940502,10.471345009100913,10.609437988111667,10.205850339712503,10.518125215440165,10.268318364834331,10.645246727194982,10.302212060848305,10.291030101296915,13.020254025053717,14.843169585492278,10.54849534960174,10.667445474003665,10.007173323527853,10.19235125858577,13.352723807349392,10.026128482347934,10.748487942632977,10.2342393618871,11.923051536747515,10.59773525806277,11.212809375318953,10.492180947977261,10.258287560618582,10.100540716682508,12.032684169183948,10.498505750033946,10.345769018597153,11.748023029643836,13.506156583023873],"sizemode":"area","line":{"color":"rgba(231,138,195,1)"}},"textfont":{"color":"rgba(231,138,195,1)","size":[10.096679984940502,10.471345009100913,10.609437988111667,10.205850339712503,10.518125215440165,10.268318364834331,10.645246727194982,10.302212060848305,10.291030101296915,13.020254025053717,14.843169585492278,10.54849534960174,10.667445474003665,10.007173323527853,10.19235125858577,13.352723807349392,10.026128482347934,10.748487942632977,10.2342393618871,11.923051536747515,10.59773525806277,11.212809375318953,10.492180947977261,10.258287560618582,10.100540716682508,12.032684169183948,10.498505750033946,10.345769018597153,11.748023029643836,13.506156583023873]},"error_y":{"color":"rgba(231,138,195,1)","width":[]},"error_x":{"color":"rgba(231,138,195,1)","width":[]},"line":{"color":"rgba(231,138,195,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[10949.649590000001,12247.39532],"y":[70.329999999999998,70.260000000000005],"text":["Australia","New Zealand"],"hoverinfo":["text","text"],"mode":"markers","frame":"1957","type":"scatter","name":"Oceania","marker":{"color":"rgba(166,216,84,1)","size":[10.658816177179244,10.148067815754947],"sizemode":"area","line":{"color":"rgba(166,216,84,1)"}},"textfont":{"color":"rgba(166,216,84,1)","size":[10.658816177179244,10.148067815754947]},"error_y":{"color":"rgba(166,216,84,1)","width":[]},"error_x":{"color":"rgba(166,216,84,1)","width":[]},"line":{"color":"rgba(166,216,84,1)"},"xaxis":"x","yaxis":"y","visible":true}],"traces":[0,1,2,3,4]},{"name":"1962","data":[{"x":[2550.8168799999999,4269.276742,949.49906410000006,983.65397640000003,722.51202060000003,355.20322729999998,1399.6074410000001,1193.068753,1389.817618,1406.6482779999999,896.31463350000001,2464.7831569999998,1728.869428,3020.9892629999999,1693.335853,582.84197140000003,380.99584329999999,419.45641610000001,6631.4592220000004,599.65027599999996,1190.0411180000001,686.37367389999997,522.03437250000002,896.96637320000002,411.80062659999999,634.19516250000004,6757.0308160000004,1643.3871099999999,427.90108559999999,496.17434279999998,1055.8960360000001,2529.0674869999998,1566.3534930000001,556.68635389999997,3173.2155950000001,997.76611270000001,1150.9274780000001,3173.72334,597.47307269999999,1071.551119,1654.9887229999999,1116.6398770000001,1369.4883359999999,5768.7297170000002,1959.5937670000001,1856.182125,722.00380729999995,1067.5348100000001,1660.30321,767.27173979999998,1452.725766,527.2721818],"y":[48.302999999999997,34,42.618000000000002,51.520000000000003,37.814,42.045000000000002,42.643000000000001,39.475000000000001,41.716000000000001,44.466999999999999,42.122,48.435000000000002,44.93,39.692999999999998,46.991999999999997,37.484999999999999,40.158000000000001,40.058999999999997,40.488999999999997,33.896000000000001,46.451999999999998,35.753,34.488,47.948999999999998,47.747,40.502000000000002,47.808,40.847999999999999,38.409999999999997,36.936,44.247999999999998,60.246000000000002,47.923999999999999,36.161000000000001,48.386000000000003,39.487000000000002,39.359999999999999,57.665999999999997,43,51.893000000000001,41.454000000000001,32.767000000000003,36.981000000000002,49.951000000000001,40.869999999999997,44.991999999999997,44.246000000000002,43.921999999999997,49.579000000000001,45.344000000000001,46.023000000000003,52.357999999999997],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1962","type":"scatter","name":"Africa","marker":{"color":"rgba(102,194,165,1)","size":[10.746751927219597,10.325294138165342,10.142777388126797,10.030901756888323,10.331683780585413,10.198063694600037,10.391336983153151,10.099886033771357,10.210929524262045,10.008987420389353,11.189405894558565,10.067428039908766,10.257477465594347,10.002039877832109,11.91881732451241,10.012914084542968,10.10965577020821,11.712151497787557,10.027004305024738,10.021432060701409,10.497921913751419,10.21021873737331,10.03875467567747,10.588241741573938,10.056863770134891,10.071855749438818,10.094315564026395,10.385173121703691,10.24356750132279,10.316036094575123,10.07417369005033,10.043750523296808,10.887056645151938,10.527522972950226,10.0383159453029,10.27410389982669,12.853749978144815,10.020400075128368,10.204160531589661,10.000364061577157,10.230028492182814,10.16434534057926,10.206133794480021,11.248801237239071,10.759193018374921,10.021158093102851,10.737401946819398,10.100201362696453,10.288474162425269,10.520687638348148,10.22939762957358,10.287872443853052],"sizemode":"area","line":{"color":"rgba(102,194,165,1)"}},"textfont":{"color":"rgba(102,194,165,1)","size":[10.746751927219597,10.325294138165342,10.142777388126797,10.030901756888323,10.331683780585413,10.198063694600037,10.391336983153151,10.099886033771357,10.210929524262045,10.008987420389353,11.189405894558565,10.067428039908766,10.257477465594347,10.002039877832109,11.91881732451241,10.012914084542968,10.10965577020821,11.712151497787557,10.027004305024738,10.021432060701409,10.497921913751419,10.21021873737331,10.03875467567747,10.588241741573938,10.056863770134891,10.071855749438818,10.094315564026395,10.385173121703691,10.24356750132279,10.316036094575123,10.07417369005033,10.043750523296808,10.887056645151938,10.527522972950226,10.0383159453029,10.27410389982669,12.853749978144815,10.020400075128368,10.204160531589661,10.000364061577157,10.230028492182814,10.16434534057926,10.206133794480021,11.248801237239071,10.759193018374921,10.021158093102851,10.737401946819398,10.100201362696453,10.288474162425269,10.520687638348148,10.22939762957358,10.287872443853052]},"error_y":{"color":"rgba(102,194,165,1)","width":[]},"error_x":{"color":"rgba(102,194,165,1)","width":[]},"line":{"color":"rgba(102,194,165,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[7133.1660229999998,2180.972546,3336.5858020000001,13462.485549999999,4519.0943310000002,2492.3511090000002,3460.9370250000002,5180.7559099999999,1662.1373590000001,4086.1140780000001,3776.8036269999998,2750.364446,1796.5890320000001,2291.1568349999998,5246.107524,4581.6093849999997,3634.3644060000001,3536.540301,2148.0271459999999,4957.0379819999998,5108.3446299999996,4997.5239709999996,16173.145860000001,5603.3577169999999,8422.9741649999996],"y":[65.141999999999996,43.427999999999997,55.664999999999999,71.299999999999997,57.923999999999999,57.863,62.841999999999999,65.245999999999995,53.459000000000003,54.640000000000001,52.307000000000002,46.954000000000001,43.590000000000003,48.040999999999997,65.609999999999999,58.298999999999999,48.631999999999998,61.817,64.361000000000004,49.095999999999997,69.620000000000005,64.900000000000006,70.209999999999994,68.253,60.770000000000003],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1962","type":"scatter","name":"Americas","marker":{"color":"rgba(252,141,98,1)","size":[11.448586409360487,10.241199804264006,15.185821625441967,11.291745487680432,10.539283922820143,11.156879988946955,10.087717135636224,10.491036890955083,10.231611347832576,10.315444682208032,10.183441987897551,10.283171312748555,10.260734635932755,10.138563924807976,10.109554073217215,12.802569363481149,10.104467107824068,10.078880963926094,10.133079863378851,10.713686891049688,10.162990586502586,10.056478481870352,22.727684810705405,10.173257204882015,10.551713956987186],"sizemode":"area","line":{"color":"rgba(252,141,98,1)"}},"textfont":{"color":"rgba(252,141,98,1)","size":[11.448586409360487,10.241199804264006,15.185821625441967,11.291745487680432,10.539283922820143,11.156879988946955,10.087717135636224,10.491036890955083,10.231611347832576,10.315444682208032,10.183441987897551,10.283171312748555,10.260734635932755,10.138563924807976,10.109554073217215,12.802569363481149,10.104467107824068,10.078880963926094,10.133079863378851,10.713686891049688,10.162990586502586,10.056478481870352,22.727684810705405,10.173257204882015,10.551713956987186]},"error_y":{"color":"rgba(252,141,98,1)","width":[]},"error_x":{"color":"rgba(252,141,98,1)","width":[]},"line":{"color":"rgba(252,141,98,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[853.10071000000005,12753.27514,686.34155380000004,496.91364759999999,487.6740183,4692.6482720000004,658.34715089999997,849.28977010000006,4187.3298020000002,8341.7378150000004,7105.6307059999999,6576.649461,2348.0091579999998,1621.6935980000001,1536.3443870000001,95458.11176,5714.5606109999999,2036.8849439999999,1056.3539579999999,388,652.39685929999996,2924.638113,803.3427418,1649.5521530000001,11626.419749999999,3674.735572,1074.4719600000001,2193.0371329999998,1822.8790280000001,1002.199172,772.04916019999996,2198.9563119999998,825.62320060000002],"y":[31.997,56.923000000000002,41.216000000000001,43.414999999999999,44.501359999999998,67.650000000000006,43.604999999999997,42.518000000000001,49.325000000000003,51.457000000000001,69.390000000000001,68.730000000000004,48.125999999999998,56.655999999999999,55.292000000000002,60.469999999999999,62.094000000000001,55.737000000000002,48.250999999999998,45.107999999999997,39.393000000000001,43.164999999999999,47.670000000000002,54.756999999999998,45.914000000000001,65.798000000000002,62.192,50.305,65.200000000000003,56.061,45.363,48.127000000000002,35.18],"text":["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."],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1962","type":"scatter","name":"Asia","marker":{"color":"rgba(141,160,203,1)","size":[10.696663429034386,10.007634236132002,13.875356861358149,10.411129401697075,55.436713259119074,10.221493930541948,40.982772465264404,16.754863547683151,11.557123512667761,10.49007363616723,10.153630231644247,16.536710329168855,10.059622283952354,10.741055940181724,11.799169654306484,10.020356802717435,10.124687131501267,10.603791689268052,10.06485872344636,11.609025561690359,10.701098100371874,10.038778154714317,13.620184914326749,12.065694739448611,10.333280696356079,10.115360493631886,10.707232613025276,10.325881523604602,10.809407511624142,11.99321911613583,12.302592487981507,10.073243879239381,10.413618043096827],"sizemode":"area","line":{"color":"rgba(141,160,203,1)"}},"textfont":{"color":"rgba(141,160,203,1)","size":[10.696663429034386,10.007634236132002,13.875356861358149,10.411129401697075,55.436713259119074,10.221493930541948,40.982772465264404,16.754863547683151,11.557123512667761,10.49007363616723,10.153630231644247,16.536710329168855,10.059622283952354,10.741055940181724,11.799169654306484,10.020356802717435,10.124687131501267,10.603791689268052,10.06485872344636,11.609025561690359,10.701098100371874,10.038778154714317,13.620184914326749,12.065694739448611,10.333280696356079,10.115360493631886,10.707232613025276,10.325881523604602,10.809407511624142,11.99321911613583,12.302592487981507,10.073243879239381,10.413618043096827]},"error_y":{"color":"rgba(141,160,203,1)","width":[]},"error_x":{"color":"rgba(141,160,203,1)","width":[]},"line":{"color":"rgba(141,160,203,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[2312.888958,10750.72111,10991.206759999999,1709.683679,4254.3378389999998,5477.8900180000001,10136.867130000001,13583.31351,9371.8425609999995,10560.48553,12902.46291,6017.1907330000004,7550.3598769999999,10350.15906,6631.5973139999996,8243.5823400000008,4649.593785,12790.849560000001,13450.40151,5338.7521429999997,4727.9548889999996,4734.9975860000004,6289.6291570000003,7481.1075979999996,7402.3033949999999,5693.843879,12329.441919999999,20431.092700000001,2322.8699080000001,12477.17707],"y":[64.819999999999993,69.540000000000006,70.25,61.93,69.510000000000005,67.129999999999995,69.900000000000006,72.349999999999994,68.75,70.510000000000005,70.299999999999997,69.510000000000005,67.959999999999994,73.680000000000007,70.290000000000006,69.239999999999995,63.728000000000002,73.230000000000004,73.469999999999999,67.640000000000001,64.390000000000001,66.799999999999997,64.531000000000006,70.329999999999998,69.150000000000006,69.689999999999998,73.370000000000005,71.319999999999993,52.097999999999999,70.760000000000005],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1962","type":"scatter","name":"Europe","marker":{"color":"rgba(231,138,195,1)","size":[10.113854627382016,10.482538776423741,10.625087653459365,10.224483412559094,10.542811784612432,10.274141370731424,10.652517311267912,10.313068931293586,10.302458590735199,13.212259104352022,15.028821059961952,10.572521434356657,10.682734149159842,10.008329734345581,10.189060098246346,13.46610571435582,10.028292034641575,10.801677926031456,10.244271258151073,12.065991844818946,10.611532604861077,11.270919581997155,10.51572311886228,10.28511829822849,10.103945996061491,12.122535644823781,10.512005240678764,10.382625646205792,12.029072287931315,13.633243695259591],"sizemode":"area","line":{"color":"rgba(231,138,195,1)"}},"textfont":{"color":"rgba(231,138,195,1)","size":[10.113854627382016,10.482538776423741,10.625087653459365,10.224483412559094,10.542811784612432,10.274141370731424,10.652517311267912,10.313068931293586,10.302458590735199,13.212259104352022,15.028821059961952,10.572521434356657,10.682734149159842,10.008329734345581,10.189060098246346,13.46610571435582,10.028292034641575,10.801677926031456,10.244271258151073,12.065991844818946,10.611532604861077,11.270919581997155,10.51572311886228,10.28511829822849,10.103945996061491,12.122535644823781,10.512005240678764,10.382625646205792,12.029072287931315,13.633243695259591]},"error_y":{"color":"rgba(231,138,195,1)","width":[]},"error_x":{"color":"rgba(231,138,195,1)","width":[]},"line":{"color":"rgba(231,138,195,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[12217.226860000001,13175.678],"y":[70.930000000000007,71.239999999999995],"text":["Australia","New Zealand"],"hoverinfo":["text","text"],"mode":"markers","frame":"1962","type":"scatter","name":"Oceania","marker":{"color":"rgba(166,216,84,1)","size":[10.732693171377324,10.165755106585291],"sizemode":"area","line":{"color":"rgba(166,216,84,1)"}},"textfont":{"color":"rgba(166,216,84,1)","size":[10.732693171377324,10.165755106585291]},"error_y":{"color":"rgba(166,216,84,1)","width":[]},"error_x":{"color":"rgba(166,216,84,1)","width":[]},"line":{"color":"rgba(166,216,84,1)"},"xaxis":"x","yaxis":"y","visible":true}],"traces":[0,1,2,3,4]},{"name":"1967","data":[{"x":[3246.991771,5522.7763750000004,1035.8314109999999,1214.709294,794.82655969999996,412.97751360000001,1508.4531480000001,1136.056615,1196.810565,1876.0296430000001,861.59324240000001,2677.9396419999998,2052.0504729999998,3020.0505130000001,1814.8807280000001,915.59600250000005,468.79496990000001,516.11864379999997,8358.7619869999999,734.78291239999999,1125.6971599999999,708.75954090000005,715.58064019999995,1056.736457,498.6390265,713.60364830000003,18772.751690000001,1634.047282,495.51478059999999,545.00988729999995,1421.1451930000001,2475.3875619999999,1711.04477,566.66915389999997,3793.6947530000002,1054.3848909999999,1014.514104,4021.1757389999998,510.96371420000003,1384.8405929999999,1612.404632,1206.043465,1284.7331799999999,7114.4779710000003,1687.9976409999999,2613.1016650000001,848.21865749999995,1477.5967599999999,1932.360167,908.91852170000004,1777.0773180000001,569.79507120000005],"y":[51.406999999999996,35.984999999999999,44.884999999999998,53.298000000000002,40.697000000000003,43.548000000000002,44.798999999999999,41.478000000000002,43.600999999999999,46.472000000000001,44.055999999999997,52.039999999999999,47.350000000000001,42.073999999999998,49.292999999999999,38.987000000000002,42.189,42.115000000000002,44.597999999999999,35.856999999999999,48.072000000000003,37.197000000000003,35.491999999999997,50.654000000000003,48.491999999999997,41.536000000000001,50.226999999999997,42.881,39.487000000000002,38.487000000000002,46.289000000000001,61.557000000000002,50.335000000000001,38.113,51.158999999999999,40.118000000000002,41.039999999999999,60.542000000000002,44.100000000000001,54.424999999999997,43.563000000000002,34.113,38.976999999999997,51.927,42.857999999999997,46.633000000000003,45.756999999999998,46.768999999999998,52.052999999999997,48.051000000000002,47.768000000000001,53.994999999999997],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1967","type":"scatter","name":"Africa","marker":{"color":"rgba(102,194,165,1)","size":[10.866846586414798,10.354059643965661,10.161576930074753,10.033684910043874,10.345901088179417,10.223254107522317,10.428321448657179,10.114230087212526,10.23451435328087,10.010740772068312,11.356942404811607,10.076426244274344,10.319755747337004,10.004614313270574,12.15824063932568,10.013640569624943,10.120146326726868,11.897453312066048,10.029280065273543,10.025907615594338,10.575386695888158,10.231473749756171,10.036943718454618,10.691505480506585,10.063910006550508,10.083227384116364,10.115976408831035,10.428256608293795,10.278966517562523,10.351667171062761,10.079892268835867,10.049776786669861,11.004021289373984,10.588402272663078,10.044134378248049,10.305367465942703,13.223435671915299,10.02416245427707,10.231450611984394,10.000735494479835,10.266584670023429,10.177606559951892,10.229932664951031,11.429034514438218,10.863818200179621,10.024617428868993,10.856391111945381,10.114360586975467,10.32263029127842,10.60337596015923,10.262090823322724,10.33685735905344],"sizemode":"area","line":{"color":"rgba(102,194,165,1)"}},"textfont":{"color":"rgba(102,194,165,1)","size":[10.866846586414798,10.354059643965661,10.161576930074753,10.033684910043874,10.345901088179417,10.223254107522317,10.428321448657179,10.114230087212526,10.23451435328087,10.010740772068312,11.356942404811607,10.076426244274344,10.319755747337004,10.004614313270574,12.15824063932568,10.013640569624943,10.120146326726868,11.897453312066048,10.029280065273543,10.025907615594338,10.575386695888158,10.231473749756171,10.036943718454618,10.691505480506585,10.063910006550508,10.083227384116364,10.115976408831035,10.428256608293795,10.278966517562523,10.351667171062761,10.079892268835867,10.049776786669861,11.004021289373984,10.588402272663078,10.044134378248049,10.305367465942703,13.223435671915299,10.02416245427707,10.231450611984394,10.000735494479835,10.266584670023429,10.177606559951892,10.229932664951031,11.429034514438218,10.863818200179621,10.024617428868993,10.856391111945381,10.114360586975467,10.32263029127842,10.60337596015923,10.262090823322724,10.33685735905344]},"error_y":{"color":"rgba(102,194,165,1)","width":[]},"error_x":{"color":"rgba(102,194,165,1)","width":[]},"line":{"color":"rgba(102,194,165,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[8052.9530210000003,2586.8860530000002,3429.8643569999999,16076.588030000001,5106.654313,2678.7298390000001,4161.7278340000003,5690.2680149999997,1653.7230030000001,4579.0742149999996,4358.5953929999996,3242.5311470000001,1452.0576659999999,2538.269358,6124.7034510000003,5754.7338829999999,4643.3935339999998,4421.0090840000003,2299.376311,5788.0933299999997,6929.2777139999998,5621.3684720000001,19530.365570000002,5444.6196200000004,9541.4741880000001],"y":[65.634,45.031999999999996,57.631999999999998,72.129999999999995,60.523000000000003,59.963000000000001,65.424000000000007,68.290000000000006,56.750999999999998,56.677999999999997,55.854999999999997,50.015999999999998,46.243000000000002,50.923999999999999,67.510000000000005,60.109999999999999,51.884,64.070999999999998,64.950999999999993,51.445,71.099999999999994,65.400000000000006,70.760000000000005,68.468000000000004,63.478999999999999],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1967","type":"scatter","name":"Americas","marker":{"color":"rgba(252,141,98,1)","size":[11.561234050441335,10.271691633549704,16.005569878218839,11.416915918774469,10.600551240918097,11.344858481679015,10.104338792157579,10.55143801005122,10.272270487362201,10.366683380186689,10.216561080454618,10.316063464033773,10.290629933875305,10.166583629923331,10.122929479882419,13.271745633059352,10.123229383626331,10.091832724132841,10.152065940814316,10.823963285915019,10.176703640828494,10.061437541115094,23.558597004237946,10.183502869586118,10.658610257835733],"sizemode":"area","line":{"color":"rgba(252,141,98,1)"}},"textfont":{"color":"rgba(252,141,98,1)","size":[11.561234050441335,10.271691633549704,16.005569878218839,11.416915918774469,10.600551240918097,11.344858481679015,10.104338792157579,10.55143801005122,10.272270487362201,10.366683380186689,10.216561080454618,10.316063464033773,10.290629933875305,10.166583629923331,10.122929479882419,13.271745633059352,10.123229383626331,10.091832724132841,10.152065940814316,10.823963285915019,10.176703640828494,10.061437541115094,23.558597004237946,10.183502869586118,10.658610257835733]},"error_y":{"color":"rgba(252,141,98,1)","width":[]},"error_x":{"color":"rgba(252,141,98,1)","width":[]},"line":{"color":"rgba(252,141,98,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[836.19713820000004,14804.672699999999,721.18608619999998,523.43231419999995,612.70569339999997,6197.9628140000004,700.77061070000002,762.43177209999999,5906.7318050000003,8931.4598110000006,8393.7414040000003,9847.7886070000004,2741.7962520000001,2143.5406090000001,2029.2281419999999,80894.883260000002,6006.9830419999998,2277.7423960000001,1226.0411300000001,349,676.44222539999998,4720.9426869999998,942.4082588,1814.12743,16903.048859999999,4977.4185399999997,1135.514326,1881.923632,2643.8586810000002,1295.46066,637.12328869999999,2649.7150069999998,862.44214629999999],"y":[34.020000000000003,59.923000000000002,43.453000000000003,45.414999999999999,58.381120000000003,70,47.192999999999998,45.963999999999999,52.469000000000001,54.459000000000003,70.75,71.430000000000007,51.628999999999998,59.942,57.716000000000001,64.623999999999995,63.869999999999997,59.371000000000002,51.253,49.378999999999998,41.472000000000001,46.988,49.799999999999997,56.393000000000001,49.901000000000003,67.945999999999998,64.266000000000005,53.655000000000001,67.5,58.284999999999997,47.838000000000001,51.631,36.984000000000002],"text":["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."],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1967","type":"scatter","name":"Asia","marker":{"color":"rgba(141,160,203,1)","size":[10.783405024340219,10.009703599266199,14.283687002188348,10.470949619390289,61.496215850035725,10.249996389225963,44.531929197948173,17.458893388022247,11.807202556293788,10.577370742754743,10.179749363329249,16.877533256593942,10.081565559729299,10.857052961423014,12.052435635919418,10.035149756232274,10.145166175366937,10.689005099588408,10.074360908067979,11.761628039448437,10.764548354619471,10.044689616517672,14.134896455267199,12.409098586348502,10.379363015626259,10.130881229035968,10.797016722940203,10.383636609850495,10.927468435758502,12.318161614772579,12.689434873650796,10.073892419379264,10.455982961954591],"sizemode":"area","line":{"color":"rgba(141,160,203,1)"}},"textfont":{"color":"rgba(141,160,203,1)","size":[10.783405024340219,10.009703599266199,14.283687002188348,10.470949619390289,61.496215850035725,10.249996389225963,44.531929197948173,17.458893388022247,11.807202556293788,10.577370742754743,10.179749363329249,16.877533256593942,10.081565559729299,10.857052961423014,12.052435635919418,10.035149756232274,10.145166175366937,10.689005099588408,10.074360908067979,11.761628039448437,10.764548354619471,10.044689616517672,14.134896455267199,12.409098586348502,10.379363015626259,10.130881229035968,10.797016722940203,10.383636609850495,10.927468435758502,12.318161614772579,12.689434873650796,10.073892419379264,10.455982961954591]},"error_y":{"color":"rgba(141,160,203,1)","width":[]},"error_x":{"color":"rgba(141,160,203,1)","width":[]},"line":{"color":"rgba(141,160,203,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[2760.1969309999999,12834.6024,13149.04119,2172.3524229999998,5577.0028000000002,6960.297861,11399.444890000001,15937.211230000001,10921.636259999999,12999.917659999999,14745.625609999999,8513.0970159999997,9326.6446699999997,13319.89568,7655.5689629999997,10022.401309999999,5907.8509370000002,15363.25136,16361.876469999999,6557.1527759999999,6361.5179930000004,6470.8665449999999,7991.7070659999999,8412.9023969999998,9405.4893969999994,7993.5122940000001,15258.296969999999,22966.144319999999,2826.3563869999998,14142.85089],"y":[66.219999999999999,70.140000000000001,70.939999999999998,64.790000000000006,70.420000000000002,68.5,70.379999999999995,72.959999999999994,69.829999999999998,71.549999999999997,70.799999999999997,71,69.5,73.730000000000004,71.079999999999998,71.060000000000002,67.177999999999997,73.819999999999993,74.079999999999998,69.609999999999999,66.599999999999994,66.799999999999997,66.914000000000001,70.980000000000004,69.180000000000007,71.439999999999998,74.159999999999997,72.769999999999996,54.335999999999999,71.359999999999999],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1967","type":"scatter","name":"Europe","marker":{"color":"rgba(231,138,195,1)","size":[10.13132214350699,10.499406416807878,10.64816399752322,10.24059112388435,10.563102040641128,10.280817129786561,10.66717990152584,10.326166752950485,10.310259978498708,13.379137723802248,15.208281167017487,10.590827438759728,10.693683434186198,10.009464304198801,10.193844634534059,13.590592386754704,10.03010121728606,10.855675137827577,10.254311276523723,12.165351920863724,10.617211255633372,11.312150750037869,10.539963995852537,10.299100201176897,10.10831077631255,12.238034350809201,10.53291407377416,10.409722092799552,12.276327158340322,13.74702146974774],"sizemode":"area","line":{"color":"rgba(231,138,195,1)"}},"textfont":{"color":"rgba(231,138,195,1)","size":[10.13132214350699,10.499406416807878,10.64816399752322,10.24059112388435,10.563102040641128,10.280817129786561,10.66717990152584,10.326166752950485,10.310259978498708,13.379137723802248,15.208281167017487,10.590827438759728,10.693683434186198,10.009464304198801,10.193844634534059,13.590592386754704,10.03010121728606,10.855675137827577,10.254311276523723,12.165351920863724,10.617211255633372,11.312150750037869,10.539963995852537,10.299100201176897,10.10831077631255,12.238034350809201,10.53291407377416,10.409722092799552,12.276327158340322,13.74702146974774]},"error_y":{"color":"rgba(231,138,195,1)","width":[]},"error_x":{"color":"rgba(231,138,195,1)","width":[]},"line":{"color":"rgba(231,138,195,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[14526.12465,14463.91893],"y":[71.099999999999994,71.519999999999996],"text":["Australia","New Zealand"],"hoverinfo":["text","text"],"mode":"markers","frame":"1967","type":"scatter","name":"Oceania","marker":{"color":"rgba(166,216,84,1)","size":[10.806221870444503,10.182108528761272],"sizemode":"area","line":{"color":"rgba(166,216,84,1)"}},"textfont":{"color":"rgba(166,216,84,1)","size":[10.806221870444503,10.182108528761272]},"error_y":{"color":"rgba(166,216,84,1)","width":[]},"error_x":{"color":"rgba(166,216,84,1)","width":[]},"line":{"color":"rgba(166,216,84,1)"},"xaxis":"x","yaxis":"y","visible":true}],"traces":[0,1,2,3,4]},{"name":"1972","data":[{"x":[4182.6637659999997,5473.2880050000003,1085.796879,2263.6111139999998,854.73597629999995,464.0995039,1684.146528,1070.013275,1104.103987,1937.577675,904.89606849999996,3213.1526829999998,2378.2011109999999,3694.212352,2024.008147,672.41225710000003,514.32420820000004,566.24394419999999,11401.948410000001,756.08683629999996,1178.223708,741.66623070000003,820.22458759999995,1222.359968,496.58159219999999,803.00545350000004,21011.497210000001,1748.5629819999999,584.62197089999995,581.36887609999997,1586.8517810000001,2575.4841580000002,1930.1949750000001,724.91780370000004,3746.0809479999998,954.20923630000004,1698.3888380000001,5047.658563,590.58066380000002,1532.9852539999999,1597.7120560000001,1353.7597619999999,1254.576127,7765.9626360000002,1659.652775,3364.8366249999999,915.98505920000002,1649.6601880000001,2753.2859939999998,950.73586899999998,1773.4982649999999,799.36217580000005],"y":[54.518000000000001,37.927999999999997,47.014000000000003,56.024000000000001,43.591000000000001,44.057000000000002,47.048999999999999,43.457000000000001,45.569000000000003,48.944000000000003,45.988999999999997,54.906999999999996,49.801000000000002,44.366,51.137,40.515999999999998,44.142000000000003,43.515000000000001,48.689999999999998,38.308,49.875,38.841999999999999,36.485999999999997,53.558999999999997,49.767000000000003,42.613999999999997,52.773000000000003,44.850999999999999,41.765999999999998,39.976999999999997,48.436999999999998,62.944000000000003,52.862000000000002,40.328000000000003,53.866999999999997,40.545999999999999,42.820999999999998,64.274000000000001,44.600000000000001,56.479999999999997,45.814999999999998,35.399999999999999,40.972999999999999,53.695999999999998,45.082999999999998,49.552,47.619999999999997,49.759,55.601999999999997,51.015999999999998,50.106999999999999,55.634999999999998],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1972","type":"scatter","name":"Africa","marker":{"color":"rgba(102,194,165,1)","size":[11.003372271463,10.398245894504418,10.184378419250866,10.038176640901142,10.366783166093288,10.236836047808158,10.475110391382234,10.127445372306674,10.262027211513592,10.012969164725339,11.566246824808168,10.087394367132591,10.410315621010078,10.008110983435422,12.371615191311474,10.014851309841887,10.150168643528639,12.096074702044216,10.032622620132576,10.031197770210431,10.634350952531671,10.25604271898516,10.038586841515823,10.817996948688336,10.072127601193937,10.097097898145776,10.144960256023426,10.479301262953394,10.318808873272532,10.393693418464609,10.086870730008492,10.054010179868799,11.13304501263149,10.665438562377361,10.051993166796409,10.341282201956899,13.663826847078139,10.027411912024883,10.268378359233715,10.00113190798567,10.3090964011145,10.192405383225942,10.258006631212588,11.629595245558741,10.992194611851499,10.028672681701154,10.999673367617405,10.136256222148576,10.357884406369239,10.691421734058297,10.30348607160931,10.395944198110259],"sizemode":"area","line":{"color":"rgba(102,194,165,1)"}},"textfont":{"color":"rgba(102,194,165,1)","size":[11.003372271463,10.398245894504418,10.184378419250866,10.038176640901142,10.366783166093288,10.236836047808158,10.475110391382234,10.127445372306674,10.262027211513592,10.012969164725339,11.566246824808168,10.087394367132591,10.410315621010078,10.008110983435422,12.371615191311474,10.014851309841887,10.150168643528639,12.096074702044216,10.032622620132576,10.031197770210431,10.634350952531671,10.25604271898516,10.038586841515823,10.817996948688336,10.072127601193937,10.097097898145776,10.144960256023426,10.479301262953394,10.318808873272532,10.393693418464609,10.086870730008492,10.054010179868799,11.13304501263149,10.665438562377361,10.051993166796409,10.341282201956899,13.663826847078139,10.027411912024883,10.268378359233715,10.00113190798567,10.3090964011145,10.192405383225942,10.258006631212588,11.629595245558741,10.992194611851499,10.028672681701154,10.999673367617405,10.136256222148576,10.357884406369239,10.691421734058297,10.30348607160931,10.395944198110259]},"error_y":{"color":"rgba(102,194,165,1)","width":[]},"error_x":{"color":"rgba(102,194,165,1)","width":[]},"line":{"color":"rgba(102,194,165,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[9443.0385260000003,2980.3313389999998,4985.7114670000001,18970.57086,5494.024437,3264.6600410000001,5118.1469390000002,5305.445256,2189.874499,5280.9947099999999,4520.2460080000001,4031.4082709999998,1654.456946,2529.842345,7433.8892930000002,6809.4066899999998,4688.5932670000002,5364.2496629999996,2523.3379770000001,5937.8272829999996,9123.0417419999994,6619.5514190000004,21806.035940000002,5703.4088979999997,10505.25966],"y":[67.064999999999998,46.713999999999999,59.503999999999998,72.879999999999995,63.441000000000003,61.622999999999998,67.849000000000004,70.722999999999999,59.631,58.795999999999999,58.207000000000001,53.738,48.042000000000002,53.884,69,62.360999999999997,55.151000000000003,66.215999999999994,65.814999999999998,55.448,72.159999999999997,65.900000000000006,71.340000000000003,68.673000000000002,65.712000000000003],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1972","type":"scatter","name":"Americas","marker":{"color":"rgba(252,141,98,1)","size":[11.687200038667608,10.307538594320908,16.878541967889177,11.516888360861664,10.659154370864059,11.534524257172396,10.121134425611849,10.598670187849775,10.314736352427806,10.42580598382289,10.254644624244539,10.347378492922411,10.316577272723842,10.198284220088564,10.132247381365994,13.817000875576207,10.144894118852774,10.106227148298409,10.174324545516356,10.948354404094177,10.190229408883738,10.062464339459066,24.321938713821318,10.189027746317667,10.78188182182477],"sizemode":"area","line":{"color":"rgba(252,141,98,1)"}},"textfont":{"color":"rgba(252,141,98,1)","size":[11.687200038667608,10.307538594320908,16.878541967889177,11.516888360861664,10.659154370864059,11.534524257172396,10.121134425611849,10.598670187849775,10.314736352427806,10.42580598382289,10.254644624244539,10.347378492922411,10.316577272723842,10.198284220088564,10.132247381365994,13.817000875576207,10.144894118852774,10.106227148298409,10.174324545516356,10.948354404094177,10.190229408883738,10.062464339459066,24.321938713821318,10.189027746317667,10.78188182182477]},"error_y":{"color":"rgba(252,141,98,1)","width":[]},"error_x":{"color":"rgba(252,141,98,1)","width":[]},"line":{"color":"rgba(252,141,98,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[739.98110580000002,18268.658390000001,630.23362650000001,421.6240257,676.90009210000005,8315.9281449999999,724.03252699999996,1111.1079070000001,9613.8186069999992,9576.0375960000001,12786.93223,14778.78636,2110.8563089999998,3701.6215029999998,3030.8766500000002,109347.867,7486.3843409999999,2849.0947799999999,1421.7419749999999,357,674.78812960000005,10618.038549999999,1049.938981,1989.3740700000001,24837.428650000002,8597.7562020000005,1213.39553,2571.423014,4062.523897,1524.3589360000001,699.50164410000002,3133.4092770000002,1265.0470310000001],"y":[36.088000000000001,63.299999999999997,45.252000000000002,40.317,63.118879999999997,72,50.651000000000003,49.203000000000003,55.234000000000002,56.950000000000003,71.629999999999995,73.420000000000002,56.527999999999999,63.982999999999997,62.612000000000002,67.712000000000003,65.421000000000006,63.009999999999998,53.753999999999998,53.07,43.970999999999997,52.143000000000001,51.929000000000002,58.064999999999998,53.886000000000003,69.521000000000001,65.042000000000002,57.295999999999999,69.390000000000001,60.405000000000001,50.253999999999998,56.531999999999996,39.847999999999999],"text":["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."],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1972","type":"scatter","name":"Asia","marker":{"color":"rgba(141,160,203,1)","size":[10.888616636041981,10.011656864023429,14.825439227010044,10.504430384669019,68.832049804436721,10.276812998461953,48.695363057442606,18.273766123243625,12.085401841724924,10.682632179156791,10.207208096921798,17.311826775730989,10.106033787509491,11.0047683186132,12.282721305459322,10.053368601536352,10.178823374687088,10.776818335468471,10.086032173477381,11.938820986134942,10.843100953294776,10.052489229702815,14.7276071311917,12.784049317625893,10.437689174841042,10.142811855898913,10.884335329227154,10.453279255307441,11.035127122774435,12.676619892484288,13.043743368105829,10.070270641439588,10.501459262712665],"sizemode":"area","line":{"color":"rgba(141,160,203,1)"}},"textfont":{"color":"rgba(141,160,203,1)","size":[10.888616636041981,10.011656864023429,14.825439227010044,10.504430384669019,68.832049804436721,10.276812998461953,48.695363057442606,18.273766123243625,12.085401841724924,10.682632179156791,10.207208096921798,17.311826775730989,10.106033787509491,11.0047683186132,12.282721305459322,10.053368601536352,10.178823374687088,10.776818335468471,10.086032173477381,11.938820986134942,10.843100953294776,10.052489229702815,14.7276071311917,12.784049317625893,10.437689174841042,10.142811855898913,10.884335329227154,10.453279255307441,11.035127122774435,12.676619892484288,13.043743368105829,10.070270641439588,10.501459262712665]},"error_y":{"color":"rgba(141,160,203,1)","width":[]},"error_x":{"color":"rgba(141,160,203,1)","width":[]},"line":{"color":"rgba(141,160,203,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[3313.422188,16661.625599999999,16672.14356,2860.16975,6597.4943979999998,9164.0901269999995,13108.453600000001,18866.20721,14358.875899999999,16107.191709999999,18016.180270000001,12724.82957,10168.65611,15798.063620000001,9530.7728960000004,12269.27378,7778.4140170000001,18794.74567,18965.055509999998,8006.506993,9022.2474170000005,8011.4144020000003,10522.067489999999,9674.1676260000004,12383.486199999999,10638.75131,17832.02464,27195.11304,3450.6963799999999,15895.116410000001],"y":[67.689999999999998,70.629999999999995,71.439999999999998,67.450000000000003,70.900000000000006,69.609999999999999,70.290000000000006,73.469999999999999,70.870000000000005,72.379999999999995,71,72.340000000000003,69.760000000000005,74.459999999999994,71.280000000000001,72.189999999999998,70.635999999999996,73.75,74.340000000000003,70.849999999999994,69.260000000000005,69.209999999999994,68.700000000000003,70.349999999999994,69.819999999999993,73.060000000000002,74.719999999999999,73.780000000000001,57.005000000000003,72.010000000000005],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1972","type":"scatter","name":"Europe","marker":{"color":"rgba(231,138,195,1)","size":[10.150398451427082,10.510818525522781,10.658579407473365,10.256562329181428,10.581255567810722,10.284294211336366,10.669026077303963,10.336595540491391,10.312574642965545,13.526768993279076,15.368582584764926,10.602579720496854,10.705332107847937,10.010187717895141,10.202328484185456,13.706517674078185,10.031919682340462,10.905708146312334,10.264343445799753,12.250952598786029,10.608164318615732,11.406192073453651,10.563311031370272,10.309419715642246,10.11155948327721,12.351531332397386,10.550275046944138,10.432818912767631,12.55491111775887,13.823464845528623],"sizemode":"area","line":{"color":"rgba(231,138,195,1)"}},"textfont":{"color":"rgba(231,138,195,1)","size":[10.150398451427082,10.510818525522781,10.658579407473365,10.256562329181428,10.581255567810722,10.284294211336366,10.669026077303963,10.336595540491391,10.312574642965545,13.526768993279076,15.368582584764926,10.602579720496854,10.705332107847937,10.010187717895141,10.202328484185456,13.706517674078185,10.031919682340462,10.905708146312334,10.264343445799753,12.250952598786029,10.608164318615732,11.406192073453651,10.563311031370272,10.309419715642246,10.11155948327721,12.351531332397386,10.550275046944138,10.432818912767631,12.55491111775887,13.823464845528623]},"error_y":{"color":"rgba(231,138,195,1)","width":[]},"error_x":{"color":"rgba(231,138,195,1)","width":[]},"line":{"color":"rgba(231,138,195,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[16788.62948,16046.03728],"y":[71.930000000000007,71.890000000000001],"text":["Australia","New Zealand"],"hoverinfo":["text","text"],"mode":"markers","frame":"1972","type":"scatter","name":"Oceania","marker":{"color":"rgba(166,216,84,1)","size":[10.895274035036326,10.195823971942673],"sizemode":"area","line":{"color":"rgba(166,216,84,1)"}},"textfont":{"color":"rgba(166,216,84,1)","size":[10.895274035036326,10.195823971942673]},"error_y":{"color":"rgba(166,216,84,1)","width":[]},"error_x":{"color":"rgba(166,216,84,1)","width":[]},"line":{"color":"rgba(166,216,84,1)"},"xaxis":"x","yaxis":"y","visible":true}],"traces":[0,1,2,3,4]},{"name":"1977","data":[{"x":[4910.4167559999996,3008.6473550000001,1029.161251,3214.857818,743.38703680000003,556.10326510000004,1783.432873,1109.3743380000001,1133.98495,1172.6030470000001,795.75728200000003,3259.1789779999999,2517.736547,3081.7610220000001,2785.4935820000001,958.5668124,505.75380769999998,556.80838340000003,21745.573280000001,884.75525070000003,993.22395710000001,874.68586430000005,764.72596280000005,1267.613204,745.36954079999998,640.32243830000004,21951.211759999998,1544.228586,663.22367659999998,686.3952693,1497.492223,3710.9829629999999,2370.619976,502.31973340000002,3876.4859580000002,808.89707280000005,1981.951806,4319.804067,670.08060109999997,1737.561657,1561.7691159999999,1348.285159,1450.9925129999999,8028.6514390000002,2202.9884229999998,3781.4106179999999,962.49229319999995,1532.776998,3120.8768110000001,843.73313719999999,1588.6882989999999,685.58768210000005],"y":[58.014000000000003,39.482999999999997,49.189999999999998,59.319000000000003,46.137,45.909999999999997,49.354999999999997,46.774999999999999,47.383000000000003,50.939,47.804000000000002,55.625,52.374000000000002,46.518999999999998,53.319000000000003,42.024000000000001,44.534999999999997,44.509999999999998,52.789999999999999,41.841999999999999,51.756,40.762,37.465000000000003,56.155000000000001,52.207999999999998,43.764000000000003,57.442,46.881,43.767000000000003,41.713999999999999,50.851999999999997,64.930000000000007,55.729999999999997,42.494999999999997,56.436999999999998,41.290999999999997,44.514000000000003,67.063999999999993,45,58.549999999999997,48.878999999999998,36.787999999999997,41.973999999999997,55.527000000000001,47.799999999999997,52.536999999999999,49.918999999999997,52.887,59.837000000000003,50.350000000000001,51.386000000000003,57.673999999999999],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1977","type":"scatter","name":"Africa","marker":{"color":"rgba(102,194,165,1)","size":[11.166634641467695,10.416525211978978,10.212147840563553,10.049241887798438,10.397885245577966,10.257614449393627,10.539188846371516,10.143844728761138,10.295416039982342,10.016703423632235,11.80330326159882,10.100793184581628,10.50504247769938,10.011513123175757,12.643019616177886,10.009054717861245,10.167399458200748,12.358673191285742,10.044115745175203,10.037420602264065,10.715160678382937,10.284411333508544,10.046768125555758,10.985600346895186,10.081324353577505,10.112181063476529,10.181673961820561,10.542417282190991,10.380663099038646,10.438978679036246,10.095327414960281,10.058220776561029,11.251550741658676,10.755414599767908,10.062589037715808,10.383723564190445,14.241867629672205,10.029491035340095,10.313763269205923,10.001828156982402,10.35497327881227,10.210279755567907,10.293054895212912,11.847603699430152,11.163370918839934,10.033540486666059,11.165048509673255,10.153471748145529,10.405767581416185,10.777930586586082,10.351949329023009,10.449247891030211],"sizemode":"area","line":{"color":"rgba(102,194,165,1)"}},"textfont":{"color":"rgba(102,194,165,1)","size":[11.166634641467695,10.416525211978978,10.212147840563553,10.049241887798438,10.397885245577966,10.257614449393627,10.539188846371516,10.143844728761138,10.295416039982342,10.016703423632235,11.80330326159882,10.100793184581628,10.50504247769938,10.011513123175757,12.643019616177886,10.009054717861245,10.167399458200748,12.358673191285742,10.044115745175203,10.037420602264065,10.715160678382937,10.284411333508544,10.046768125555758,10.985600346895186,10.081324353577505,10.112181063476529,10.181673961820561,10.542417282190991,10.380663099038646,10.438978679036246,10.095327414960281,10.058220776561029,11.251550741658676,10.755414599767908,10.062589037715808,10.383723564190445,14.241867629672205,10.029491035340095,10.313763269205923,10.001828156982402,10.35497327881227,10.210279755567907,10.293054895212912,11.847603699430152,11.163370918839934,10.033540486666059,11.165048509673255,10.153471748145529,10.405767581416185,10.777930586586082,10.351949329023009,10.449247891030211]},"error_y":{"color":"rgba(102,194,165,1)","width":[]},"error_x":{"color":"rgba(102,194,165,1)","width":[]},"line":{"color":"rgba(102,194,165,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[10079.026739999999,3548.0978319999999,6660.1186539999999,22090.88306,4756.7638360000001,3815.8078700000001,5926.8769670000001,6380.4949660000002,2681.9888999999998,6679.6232600000003,5138.9223739999998,4879.9927479999997,1874.298931,3203.2080660000001,6650.195573,7674.9291080000003,5486.3710890000002,5351.9121439999999,3248.3733109999998,6281.2908550000002,9770.5249210000002,7899.5542089999999,24072.632130000002,6504.3396629999997,13143.95095],"y":[68.480999999999995,50.023000000000003,61.488999999999997,74.209999999999994,67.052000000000007,63.837000000000003,70.75,72.649000000000001,61.787999999999997,61.310000000000002,56.695999999999998,56.029000000000003,49.923000000000002,57.402000000000001,70.109999999999999,65.031999999999996,57.469999999999999,68.680999999999997,66.352999999999994,58.447000000000003,73.439999999999998,68.299999999999997,73.379999999999995,69.480999999999995,67.456000000000003],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1977","type":"scatter","name":"Americas","marker":{"color":"rgba(252,141,98,1)","size":[11.837631661059536,10.342609996093008,17.798175776666309,11.620080092864445,10.719371889352294,11.708673324189528,10.139812613700753,10.646900497726383,10.357836151488277,10.49270861202919,10.288203470971389,10.385180356523183,10.330927673695323,10.204433065874923,10.143113124703106,14.347714608682132,10.170263081659911,10.121474735140103,10.199604779405178,11.087276520720096,10.206179865264531,10.066819564288153,25.027879638554939,10.192030469419546,10.917562944076623],"sizemode":"area","line":{"color":"rgba(252,141,98,1)"}},"textfont":{"color":"rgba(252,141,98,1)","size":[11.837631661059536,10.342609996093008,17.798175776666309,11.620080092864445,10.719371889352294,11.708673324189528,10.139812613700753,10.646900497726383,10.357836151488277,10.49270861202919,10.288203470971389,10.385180356523183,10.330927673695323,10.204433065874923,10.143113124703106,14.347714608682132,10.170263081659911,10.121474735140103,10.199604779405178,11.087276520720096,10.206179865264531,10.066819564288153,25.027879638554939,10.192030469419546,10.917562944076623]},"error_y":{"color":"rgba(252,141,98,1)","width":[]},"error_x":{"color":"rgba(252,141,98,1)","width":[]},"line":{"color":"rgba(252,141,98,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[786.11335999999994,19340.10196,659.87723219999998,524.97218320000002,741.23746989999995,11186.141250000001,813.33732299999997,1382.7020560000001,11888.595079999999,14688.235070000001,13306.619210000001,16610.37701,2852.351568,4106.3012490000001,4657.22102,59265.477140000003,8659.6968359999992,3827.9215709999999,1647.511665,371,694.11243979999995,11848.343919999999,1175.9211929999999,2373.204287,34167.762600000002,11210.089480000001,1348.7756509999999,3195.484582,5596.5198259999997,1961.224635,713.53711959999998,3682.831494,1829.765177],"y":[38.438000000000002,65.593000000000004,46.923000000000002,31.219999999999999,63.967359999999999,73.599999999999994,54.207999999999998,52.701999999999998,57.701999999999998,60.412999999999997,73.060000000000002,75.379999999999995,61.134,67.159000000000006,64.766000000000005,69.343000000000004,66.099000000000004,65.256,55.491,56.058999999999997,46.747999999999998,57.366999999999997,54.042999999999999,60.060000000000002,58.689999999999998,70.795000000000002,65.948999999999998,61.195,70.590000000000003,62.494,55.764000000000003,60.765000000000001,44.174999999999997],"text":["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."],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1977","type":"scatter","name":"Asia","marker":{"color":"rgba(141,160,203,1)","size":[11.011534308152962,10.016203197291969,15.485378371030112,10.472215030271521,74.389551476720882,10.308755409056106,53.268315001477468,19.327797419836617,12.417567352083784,10.806948901550589,10.23451100888318,17.768043572511854,10.128154657629098,11.110156364356385,12.482770889757326,10.073736870760154,10.208565922384105,10.872640038756792,10.100194673901072,12.147791034615475,10.946886827785212,10.064466473374383,15.330060447106462,13.193623437890896,10.550699034667666,10.154612802035086,10.959420674786685,10.537321307399983,11.141544287464072,13.009157586528982,13.444968165410209,10.081977330163305,10.569501716254269],"sizemode":"area","line":{"color":"rgba(141,160,203,1)"}},"textfont":{"color":"rgba(141,160,203,1)","size":[11.011534308152962,10.016203197291969,15.485378371030112,10.472215030271521,74.389551476720882,10.308755409056106,53.268315001477468,19.327797419836617,12.417567352083784,10.806948901550589,10.23451100888318,17.768043572511854,10.128154657629098,11.110156364356385,12.482770889757326,10.073736870760154,10.208565922384105,10.872640038756792,10.100194673901072,12.147791034615475,10.946886827785212,10.064466473374383,15.330060447106462,13.193623437890896,10.550699034667666,10.154612802035086,10.959420674786685,10.537321307399983,11.141544287464072,13.009157586528982,13.444968165410209,10.081977330163305,10.569501716254269]},"error_y":{"color":"rgba(141,160,203,1)","width":[]},"error_x":{"color":"rgba(141,160,203,1)","width":[]},"line":{"color":"rgba(141,160,203,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[3533.0039099999999,19749.422299999998,19117.974480000001,3528.4813049999998,7612.2404379999998,11305.38517,14800.160620000001,20422.9015,15605.42283,18292.635139999999,20512.92123,14195.52428,11674.837369999999,19654.962469999999,11150.98113,14255.98475,9595.9299050000009,21209.0592,23311.349389999999,9508.1414540000005,10172.485720000001,9356.3972400000002,12980.66956,10922.66404,15277.03017,13236.92117,18855.725210000001,26982.290519999999,4269.1223259999997,17428.748459999999],"y":[68.930000000000007,72.170000000000002,72.799999999999997,69.859999999999999,70.810000000000002,70.640000000000001,70.709999999999994,74.689999999999998,72.519999999999996,73.829999999999998,72.5,73.680000000000007,69.950000000000003,76.109999999999999,72.030000000000001,73.480000000000004,73.066000000000003,75.239999999999995,75.370000000000005,70.670000000000002,70.409999999999997,69.459999999999994,70.299999999999997,70.450000000000003,70.969999999999999,74.390000000000001,75.439999999999998,75.390000000000001,59.506999999999998,72.760000000000005],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1977","type":"scatter","name":"Europe","marker":{"color":"rgba(231,138,195,1)","size":[10.16715415686811,10.512472227801169,10.666271522161315,10.274785883943478,10.59632733488812,10.290666517490857,10.689485396048561,10.343204002074634,10.319348413348914,13.624576859277418,15.330612409231406,10.631235816715586,10.721923050512952,10.011044156715943,10.21922110517275,13.822116507235272,10.034130738731911,10.941412321778062,10.271864996205492,12.358909005449423,10.655405642318176,11.474168594583645,10.588774797613983,10.325416174554535,10.115136555492656,12.482975648799595,10.55910391558176,10.427019044642313,12.890107130196345,13.830290146937628],"sizemode":"area","line":{"color":"rgba(231,138,195,1)"}},"textfont":{"color":"rgba(231,138,195,1)","size":[10.16715415686811,10.512472227801169,10.666271522161315,10.274785883943478,10.59632733488812,10.290666517490857,10.689485396048561,10.343204002074634,10.319348413348914,13.624576859277418,15.330612409231406,10.631235816715586,10.721923050512952,10.011044156715943,10.21922110517275,13.822116507235272,10.034130738731911,10.941412321778062,10.271864996205492,12.358909005449423,10.655405642318176,11.474168594583645,10.588774797613983,10.325416174554535,10.115136555492656,12.482975648799595,10.55910391558176,10.427019044642313,12.890107130196345,13.830290146937628]},"error_y":{"color":"rgba(231,138,195,1)","width":[]},"error_x":{"color":"rgba(231,138,195,1)","width":[]},"line":{"color":"rgba(231,138,195,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[18334.197510000002,16233.717699999999],"y":[73.489999999999995,72.219999999999999],"text":["Australia","New Zealand"],"hoverinfo":["text","text"],"mode":"markers","frame":"1977","type":"scatter","name":"Oceania","marker":{"color":"rgba(166,216,84,1)","size":[10.956503813976532,10.211918032665112],"sizemode":"area","line":{"color":"rgba(166,216,84,1)"}},"textfont":{"color":"rgba(166,216,84,1)","size":[10.956503813976532,10.211918032665112]},"error_y":{"color":"rgba(166,216,84,1)","width":[]},"error_x":{"color":"rgba(166,216,84,1)","width":[]},"line":{"color":"rgba(166,216,84,1)"},"xaxis":"x","yaxis":"y","visible":true}],"traces":[0,1,2,3,4]},{"name":"1982","data":[{"x":[5745.1602130000001,2756.9536720000001,1277.897616,4551.1421499999997,807.19858550000004,559.60323100000005,2367.9832820000001,956.75299070000005,797.90810060000001,1267.100083,673.74781810000002,4879.5075219999999,2602.710169,2879.4680669999998,3503.729636,927.82534269999996,524.87584930000003,577.86074710000003,15113.361940000001,835.80961079999997,876.03256899999997,857.2503577,838.12396709999996,1348.2257910000001,797.26310739999997,572.19956939999997,17364.275379999999,1302.8786580000001,632.80392089999998,618.01406410000004,1481.150189,3688.0377389999999,2702.6203559999999,462.21141490000002,4191.1005109999996,909.72213539999996,1576.9737500000001,5267.2193530000004,881.5706467,1890.2181169999999,1518.4799840000001,1465.0107840000001,1176.8070310000001,8568.2662280000004,1895.544073,3895.3840180000002,874.24260690000006,1344.577953,3560.233174,682.26622680000003,1408.6785649999999,788.85504109999999],"y":[61.368000000000002,39.942,50.904000000000003,61.484000000000002,48.122,47.470999999999997,52.960999999999999,48.295000000000002,49.517000000000003,52.933,47.783999999999999,56.695,53.982999999999997,48.811999999999998,56.006,43.661999999999999,43.890000000000001,44.915999999999997,56.564,45.579999999999998,53.744,42.890999999999998,39.326999999999998,58.765999999999998,55.078000000000003,44.851999999999997,62.155000000000001,48.969000000000001,45.642000000000003,43.915999999999997,53.598999999999997,66.710999999999999,59.649999999999999,42.795000000000002,58.968000000000004,42.597999999999999,45.826000000000001,69.885000000000005,46.218000000000004,60.350999999999999,52.378999999999998,38.445,42.954999999999998,58.161000000000001,50.338000000000001,55.561,50.607999999999997,55.470999999999997,64.048000000000002,49.848999999999997,51.820999999999998,60.363],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1982","type":"scatter","name":"Africa","marker":{"color":"rgba(102,194,165,1)","size":[11.363268094157474,10.474793424384801,10.244454449240891,10.062133175834701,10.44873524264138,10.30853085663975,10.62730116695932,10.164964804935142,10.328645565916208,10.019700003962846,12.087619723417781,10.117035081332586,10.611952429150746,10.016788876405876,13.113825358214473,10.015389143592916,10.175907537672147,12.59714628763685,10.04735824111558,10.044740669772212,10.77401149851703,10.317409686483686,10.052280170720657,11.201351400578581,10.092264151434904,10.129466685318951,10.224147198211686,10.621885017279217,10.439741474721718,10.473556133745376,10.106619739635455,10.063613788469356,11.374528271663014,10.855019977145327,10.070914813386571,10.435261551635888,14.981061627629551,10.031246161597421,10.371811979918432,10.002633337789623,10.415508788093149,10.232368137252807,10.393743516176952,12.121304906473711,11.386016823753696,10.040261770481592,11.350342952626225,10.176417251181372,10.455526554049371,10.879057118888525,10.412275233297619,10.517119848542618],"sizemode":"area","line":{"color":"rgba(102,194,165,1)"}},"textfont":{"color":"rgba(102,194,165,1)","size":[11.363268094157474,10.474793424384801,10.244454449240891,10.062133175834701,10.44873524264138,10.30853085663975,10.62730116695932,10.164964804935142,10.328645565916208,10.019700003962846,12.087619723417781,10.117035081332586,10.611952429150746,10.016788876405876,13.113825358214473,10.015389143592916,10.175907537672147,12.59714628763685,10.04735824111558,10.044740669772212,10.77401149851703,10.317409686483686,10.052280170720657,11.201351400578581,10.092264151434904,10.129466685318951,10.224147198211686,10.621885017279217,10.439741474721718,10.473556133745376,10.106619739635455,10.063613788469356,11.374528271663014,10.855019977145327,10.070914813386571,10.435261551635888,14.981061627629551,10.031246161597421,10.371811979918432,10.002633337789623,10.415508788093149,10.232368137252807,10.393743516176952,12.121304906473711,11.386016823753696,10.040261770481592,11.350342952626225,10.176417251181372,10.455526554049371,10.879057118888525,10.412275233297619,10.517119848542618]},"error_y":{"color":"rgba(102,194,165,1)","width":[]},"error_x":{"color":"rgba(102,194,165,1)","width":[]},"line":{"color":"rgba(102,194,165,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[8997.8974120000003,3156.510452,7030.8358779999999,22898.792140000001,5095.6657379999997,4397.5756590000001,5262.734751,7316.9181070000004,2861.0923859999998,7213.7912669999996,4098.3441750000002,4820.4947899999997,2011.159549,3121.7607939999998,6068.0513499999997,9611.1475410000003,3470.3381559999998,7009.6015980000002,4258.5036040000005,6434.5017969999999,10330.989149999999,9119.5286070000002,25009.559140000001,6920.2230509999999,11152.410110000001],"y":[69.941999999999993,53.859000000000002,63.335999999999999,75.760000000000005,70.564999999999998,66.653000000000006,73.450000000000003,73.716999999999999,63.726999999999997,64.341999999999999,56.603999999999999,58.137,51.460999999999999,60.908999999999999,71.209999999999994,67.405000000000001,59.298000000000002,70.471999999999994,66.873999999999995,61.405999999999999,73.75,68.831999999999994,74.650000000000006,70.805000000000007,68.557000000000002],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1982","type":"scatter","name":"Americas","marker":{"color":"rgba(252,141,98,1)","size":[11.99854128141553,10.381002862542786,18.798013361035615,11.716009704168041,10.779934085561683,11.89092470650929,10.161374423381949,10.664048111974317,10.403261876762912,10.566898546296875,10.301327638291726,10.432425092876331,10.350710468564261,10.24635495441823,10.152770584931782,14.885611698508979,10.199258668370726,10.134888022228125,10.225673676871811,11.232998753392824,10.219705769825802,10.07210712528971,25.843423642169896,10.197523267234473,11.062068430267168],"sizemode":"area","line":{"color":"rgba(252,141,98,1)"}},"textfont":{"color":"rgba(252,141,98,1)","size":[11.99854128141553,10.381002862542786,18.798013361035615,11.716009704168041,10.779934085561683,11.89092470650929,10.161374423381949,10.664048111974317,10.403261876762912,10.566898546296875,10.301327638291726,10.432425092876331,10.350710468564261,10.24635495441823,10.152770584931782,14.885611698508979,10.199258668370726,10.134888022228125,10.225673676871811,11.232998753392824,10.219705769825802,10.07210712528971,25.843423642169896,10.197523267234473,11.062068430267168]},"error_y":{"color":"rgba(252,141,98,1)","width":[]},"error_x":{"color":"rgba(252,141,98,1)","width":[]},"line":{"color":"rgba(252,141,98,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[978.01143879999995,19211.14731,676.98186559999999,624.47547840000004,962.42138050000005,14560.530510000001,855.72353769999995,1516.8729880000001,7608.3346019999999,14517.90711,15367.029200000001,19384.10571,4161.4159589999999,4106.5252929999997,5622.9424639999997,31354.03573,7640.5195210000002,4920.3559509999995,2000.6031390000001,424,718.37309470000002,12954.791010000001,1443.429832,2603.2737649999999,33693.17525,15169.161120000001,1648.0797889999999,3761.8377150000001,7426.3547740000004,2393.2197809999998,707.23578629999997,4336.0320819999997,1977.55701],"y":[39.853999999999999,69.052000000000007,50.009,50.957000000000001,65.525000000000006,75.450000000000003,56.595999999999997,56.158999999999999,59.619999999999997,62.037999999999997,74.450000000000003,77.109999999999999,63.738999999999997,69.099999999999994,67.123000000000005,71.308999999999997,66.983000000000004,68,57.488999999999997,58.055999999999997,49.594000000000001,62.728000000000002,56.158000000000001,62.082000000000001,63.012,71.760000000000005,68.757000000000005,64.590000000000003,72.159999999999997,64.596999999999994,58.816000000000003,64.406000000000006,49.113],"text":["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."],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1982","type":"scatter","name":"Asia","marker":{"color":"rgba(141,160,203,1)","size":[10.875126837325164,10.021701455348023,16.348512812514578,10.492273089546282,78.268097255403362,10.355222061048629,58.319038044142836,20.462026007985443,12.935749149272629,10.96327574152852,10.259252931249872,18.080813077832623,10.156096008284278,11.20040036308025,12.680022100477636,10.09811254745324,10.206592659493747,10.981608364607085,10.11575854521006,12.362948764847387,11.074050110384652,10.084704515847301,16.2384672493429,13.644490017403268,10.764069354966587,10.176902120593468,11.047693321704587,10.638198647947984,11.258679700727368,13.32850490782967,13.827777139211847,10.093224403090137,10.65506560580198],"sizemode":"area","line":{"color":"rgba(141,160,203,1)"}},"textfont":{"color":"rgba(141,160,203,1)","size":[10.875126837325164,10.021701455348023,16.348512812514578,10.492273089546282,78.268097255403362,10.355222061048629,58.319038044142836,20.462026007985443,12.935749149272629,10.96327574152852,10.259252931249872,18.080813077832623,10.156096008284278,11.20040036308025,12.680022100477636,10.09811254745324,10.206592659493747,10.981608364607085,10.11575854521006,12.362948764847387,11.074050110384652,10.084704515847301,16.2384672493429,13.644490017403268,10.764069354966587,10.176902120593468,11.047693321704587,10.638198647947984,11.258679700727368,13.32850490782967,13.827777139211847,10.093224403090137,10.65506560580198]},"error_y":{"color":"rgba(141,160,203,1)","width":[]},"error_x":{"color":"rgba(141,160,203,1)","width":[]},"line":{"color":"rgba(141,160,203,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[3630.8807219999999,21597.083620000001,20979.845890000001,4126.6131569999998,8224.1916469999996,13221.821840000001,15377.22855,21688.04048,18533.157609999998,20293.89746,22031.532739999999,15268.420889999999,12545.990659999999,23269.607499999998,12618.32141,16537.483499999998,11222.58762,21399.460459999998,26298.635310000001,8451.5310040000004,11753.842909999999,9605.3140530000001,15181.092699999999,11348.54585,17866.721750000001,13926.169970000001,20667.381249999999,28397.715120000001,4241.3563439999998,18232.42452],"y":[70.420000000000002,73.180000000000007,73.930000000000007,70.689999999999998,71.079999999999998,70.459999999999994,70.959999999999994,74.629999999999995,74.549999999999997,74.890000000000001,73.799999999999997,75.239999999999995,69.390000000000001,76.989999999999995,73.099999999999994,74.980000000000004,74.100999999999999,76.049999999999997,75.969999999999999,71.319999999999993,72.769999999999996,69.659999999999997,70.162000000000006,70.799999999999997,71.063000000000002,76.299999999999997,76.420000000000002,76.209999999999994,61.036000000000001,74.040000000000006],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1982","type":"scatter","name":"Europe","marker":{"color":"rgba(231,138,195,1)","size":[10.18565406808421,10.512894236187288,10.668626455906466,10.280702942493988,10.602816558455746,10.297129736660116,10.699162922663378,10.345210026411754,10.325356794432277,13.711158947289324,15.342522082419025,10.663860825703654,10.726589099568207,10.011875068909475,10.233424557404893,13.854631628870656,10.034299664941782,10.97263206945903,10.276750683460088,12.468532014210869,10.668854898744625,11.521818003057334,10.612421532116587,10.340448218377732,10.122940127352617,12.588379460989035,10.564128156454959,10.437373163385805,13.226236707360542,13.84125867931396],"sizemode":"area","line":{"color":"rgba(231,138,195,1)"}},"textfont":{"color":"rgba(231,138,195,1)","size":[10.18565406808421,10.512894236187288,10.668626455906466,10.280702942493988,10.602816558455746,10.297129736660116,10.699162922663378,10.345210026411754,10.325356794432277,13.711158947289324,15.342522082419025,10.663860825703654,10.726589099568207,10.011875068909475,10.233424557404893,13.854631628870656,10.034299664941782,10.97263206945903,10.276750683460088,12.468532014210869,10.668854898744625,11.521818003057334,10.612421532116587,10.340448218377732,10.122940127352617,12.588379460989035,10.564128156454959,10.437373163385805,13.226236707360542,13.84125867931396]},"error_y":{"color":"rgba(231,138,195,1)","width":[]},"error_x":{"color":"rgba(231,138,195,1)","width":[]},"line":{"color":"rgba(231,138,195,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[19477.009279999998,17632.410400000001],"y":[74.739999999999995,73.840000000000003],"text":["Australia","New Zealand"],"hoverinfo":["text","text"],"mode":"markers","frame":"1982","type":"scatter","name":"Oceania","marker":{"color":"rgba(166,216,84,1)","size":[11.032271484917921,10.215040608059732],"sizemode":"area","line":{"color":"rgba(166,216,84,1)"}},"textfont":{"color":"rgba(166,216,84,1)","size":[11.032271484917921,10.215040608059732]},"error_y":{"color":"rgba(166,216,84,1)","width":[]},"error_x":{"color":"rgba(166,216,84,1)","width":[]},"line":{"color":"rgba(166,216,84,1)"},"xaxis":"x","yaxis":"y","visible":true}],"traces":[0,1,2,3,4]},{"name":"1987","data":[{"x":[5681.3585389999998,2430.2083109999999,1225.85601,6205.8838500000002,912.06314169999996,621.8188189,2602.6642059999999,844.87635039999998,952.38612899999998,1315.980812,672.774812,4201.1949370000002,2156.9560689999998,2880.1025679999998,3885.4607099999998,966.89681489999998,521.13413330000003,573.74131420000003,11864.408439999999,611.65886109999997,847.00611349999997,805.57247180000002,736.41539209999996,1361.936856,773.99321410000005,506.11385730000001,11770.5898,1155.4419479999999,635.51736340000002,684.17155760000003,1421.603576,4783.5869030000003,2755.0469910000002,389.87618459999999,3693.7313370000002,668.30002279999997,1385.0295630000001,5303.3774880000001,847.99121700000001,1516.525457,1441.72072,1294.4477879999999,1093.2449630000001,7825.8233980000005,1507.8191589999999,3984.8398120000002,831.82207940000001,1202.2013609999999,3810.419296,617.72440649999999,1213.315116,706.15730589999998],"y":[65.799000000000007,39.905999999999999,52.337000000000003,63.622,49.557000000000002,48.210999999999999,54.984999999999999,50.484999999999999,51.051000000000002,54.926000000000002,47.411999999999999,57.469999999999999,54.655000000000001,50.039999999999999,59.796999999999997,45.664000000000001,46.453000000000003,46.683999999999997,60.189999999999998,49.265000000000001,55.728999999999999,45.552,41.244999999999997,59.338999999999999,57.18,46.027000000000001,66.233999999999995,49.350000000000001,47.457000000000001,46.363999999999997,56.145000000000003,68.739999999999995,62.677,42.860999999999997,60.835000000000001,44.555,46.886000000000003,71.912999999999997,44.020000000000003,61.728000000000002,55.768999999999998,40.006,44.500999999999998,60.834000000000003,51.744,57.677999999999997,51.534999999999997,56.941000000000003,66.894000000000005,51.509,50.820999999999998,62.350999999999999],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1987","type":"scatter","name":"Africa","marker":{"color":"rgba(102,194,165,1)","size":[11.583124907903459,10.533343999509913,10.285555390530721,10.074475846143708,10.513709040669495,10.345770588416476,10.731717085022822,10.189743242664374,10.371224321467116,10.022871789780625,12.417633284495395,10.136784773489689,10.730381441790092,10.017132462078806,13.599599191000056,10.019194999911594,10.194927059084515,12.930751595327941,10.055993817217299,10.053810335043543,10.962919665554013,10.381551480270042,10.059210377012322,11.442737057799956,10.105054288504284,10.150798414089648,10.255254942696533,10.717245739710373,10.529966635613693,10.516948123959168,10.121574248034646,10.067068960801638,11.564863199706533,10.875818649875981,10.083143978933146,10.496378713102843,15.562041111998278,10.034264651145554,10.429267367179454,10.00346732136879,10.485370116207241,10.259968495849593,10.468341739974923,12.448465491562359,11.683525364642012,10.049096918396511,11.56849651240559,10.211192093607249,10.523156964144913,11.039018295360725,10.492267697558169,10.624952375985439],"sizemode":"area","line":{"color":"rgba(102,194,165,1)"}},"textfont":{"color":"rgba(102,194,165,1)","size":[11.583124907903459,10.533343999509913,10.285555390530721,10.074475846143708,10.513709040669495,10.345770588416476,10.731717085022822,10.189743242664374,10.371224321467116,10.022871789780625,12.417633284495395,10.136784773489689,10.730381441790092,10.017132462078806,13.599599191000056,10.019194999911594,10.194927059084515,12.930751595327941,10.055993817217299,10.053810335043543,10.962919665554013,10.381551480270042,10.059210377012322,11.442737057799956,10.105054288504284,10.150798414089648,10.255254942696533,10.717245739710373,10.529966635613693,10.516948123959168,10.121574248034646,10.067068960801638,11.564863199706533,10.875818649875981,10.083143978933146,10.496378713102843,15.562041111998278,10.034264651145554,10.429267367179454,10.00346732136879,10.485370116207241,10.259968495849593,10.468341739974923,12.448465491562359,11.683525364642012,10.049096918396511,11.56849651240559,10.211192093607249,10.523156964144913,11.039018295360725,10.492267697558169,10.624952375985439]},"error_y":{"color":"rgba(102,194,165,1)","width":[]},"error_x":{"color":"rgba(102,194,165,1)","width":[]},"line":{"color":"rgba(102,194,165,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[9139.6713889999992,2753.6914900000002,7807.0958179999998,26626.515029999999,5547.0637539999998,4903.2191000000003,5629.9153180000003,7532.924763,2899.8421750000002,6481.7769930000004,4140.4420970000001,4246.4859740000002,1823.015995,3023.0966990000002,6351.2374950000003,8688.1560030000001,2955.984375,7034.7791610000004,3998.8756950000002,6360.9434440000005,12281.341909999999,7388.5978230000001,29884.350409999999,7452.3989689999999,9883.584648],"y":[70.774000000000001,57.250999999999998,65.204999999999998,76.859999999999999,72.492000000000004,67.768000000000001,74.751999999999995,74.174000000000007,66.046000000000006,67.230999999999995,63.154000000000003,60.781999999999996,53.636000000000003,64.492000000000004,71.769999999999996,69.498000000000005,62.008000000000003,71.522999999999996,67.378,64.134,74.629999999999995,69.581999999999994,75.019999999999996,71.918000000000006,70.189999999999998],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1987","type":"scatter","name":"Americas","marker":{"color":"rgba(252,141,98,1)","size":[12.154127030166471,10.416094808472128,19.751858583607309,11.808001116558641,10.846565544543003,12.109307118644901,10.186999608003982,10.694803943918515,10.450148148286059,10.64738987183741,10.326398403680306,10.495953360319033,10.388782272835758,10.294320101335098,10.154701940471488,15.464505643779169,10.224166240802617,10.149721722792378,10.261170226668677,11.374336753705476,10.230999391308245,10.077216341165451,26.567977027339847,10.203744938986867,11.218327972773205],"sizemode":"area","line":{"color":"rgba(252,141,98,1)"}},"textfont":{"color":"rgba(252,141,98,1)","size":[12.154127030166471,10.416094808472128,19.751858583607309,11.808001116558641,10.846565544543003,12.109307118644901,10.186999608003982,10.694803943918515,10.450148148286059,10.64738987183741,10.326398403680306,10.495953360319033,10.388782272835758,10.294320101335098,10.154701940471488,15.464505643779169,10.224166240802617,10.149721722792378,10.261170226668677,11.374336753705476,10.230999391308245,10.077216341165451,26.567977027339847,10.203744938986867,11.218327972773205]},"error_y":{"color":"rgba(252,141,98,1)","width":[]},"error_x":{"color":"rgba(252,141,98,1)","width":[]},"line":{"color":"rgba(252,141,98,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[852.39594480000005,18524.02406,751.97940349999999,683.89557319999994,1378.904018,20038.472689999999,976.51267559999997,1748.356961,6642.8813710000004,11643.572679999999,17122.479859999999,22375.941889999998,4448.6799119999996,4106.4923150000004,8533.0888049999994,28118.429980000001,5377.0913289999999,5249.8026529999997,2338.008304,385,775.63245010000003,18115.223129999998,1704.6865829999999,2189.6349949999999,21198.26136,18861.53081,1876.7668269999999,3116.774285,11054.561750000001,2982.653773,820.79944490000003,5107.1973840000001,1971.741538],"y":[40.822000000000003,70.75,52.819000000000003,53.914000000000001,67.274000000000001,76.200000000000003,58.552999999999997,60.137,63.039999999999999,65.043999999999997,75.599999999999994,78.670000000000002,65.869,70.647000000000006,69.810000000000002,74.174000000000007,67.926000000000002,69.5,60.222000000000001,58.338999999999999,52.536999999999999,67.733999999999995,58.244999999999997,64.150999999999996,66.295000000000002,73.560000000000002,69.010999999999996,66.974000000000004,73.400000000000006,66.084000000000003,62.82,67.046000000000006,52.921999999999997],"text":["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."],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1987","type":"scatter","name":"Asia","marker":{"color":"rgba(141,160,203,1)","size":[10.942433932892962,10.026932707612957,17.078126271390129,10.567304037453583,83.984560197503285,10.377063708087592,63.779279171348648,21.54950128148257,13.537532220589025,11.125026580283174,10.282781588038102,18.329004993872076,10.188380434732037,11.297322100196661,12.836731020828442,10.12500375723363,10.206761722209649,11.110597620092477,10.13344296941381,12.591469138430865,11.218805607365807,10.104691318975354,17.175225739355231,14.092298998390429,10.993745729849708,10.186640665402882,11.121758284703471,10.763262263074971,11.344433401907263,13.607194386408,14.284001443824259,10.111334248330712,10.761657839472756],"sizemode":"area","line":{"color":"rgba(141,160,203,1)"}},"textfont":{"color":"rgba(141,160,203,1)","size":[10.942433932892962,10.026932707612957,17.078126271390129,10.567304037453583,83.984560197503285,10.377063708087592,63.779279171348648,21.54950128148257,13.537532220589025,11.125026580283174,10.282781588038102,18.329004993872076,10.188380434732037,11.297322100196661,12.836731020828442,10.12500375723363,10.206761722209649,11.110597620092477,10.13344296941381,12.591469138430865,11.218805607365807,10.104691318975354,17.175225739355231,14.092298998390429,10.993745729849708,10.186640665402882,11.121758284703471,10.763262263074971,11.344433401907263,13.607194386408,14.284001443824259,10.111334248330712,10.761657839472756]},"error_y":{"color":"rgba(141,160,203,1)","width":[]},"error_x":{"color":"rgba(141,160,203,1)","width":[]},"line":{"color":"rgba(141,160,203,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[3738.9327349999999,23687.826069999999,22525.56308,4314.1147570000003,8239.854824,13822.58394,16310.4434,25116.175810000001,21141.01223,22066.442139999999,24639.185659999999,16120.528389999999,12986.47998,26923.206279999999,13872.86652,19207.234820000001,11732.51017,23651.323609999999,31540.9748,9082.3511720000006,13039.30876,9696.2732950000009,15870.87851,12037.26758,18678.534919999998,15764.983130000001,23586.929270000001,30281.704590000001,5089.043686,21664.787670000002],"y":[72,74.939999999999998,75.349999999999994,71.140000000000001,71.340000000000003,71.519999999999996,71.579999999999998,74.799999999999997,74.829999999999998,76.340000000000003,74.846999999999994,76.670000000000002,69.579999999999998,77.230000000000004,74.359999999999999,76.420000000000002,74.864999999999995,76.829999999999998,75.890000000000001,70.980000000000004,74.060000000000002,69.530000000000001,71.218000000000004,71.079999999999998,72.25,76.900000000000006,77.189999999999998,77.409999999999997,63.107999999999997,75.007000000000005],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1987","type":"scatter","name":"Europe","marker":{"color":"rgba(231,138,195,1)","size":[10.205803995915938,10.513187041617734,10.669574968043275,10.292052326688941,10.608267244160981,10.301971741985694,10.699701643703591,10.345838909683581,10.33250943729686,13.792826067503588,15.300412156821903,10.67669307488273,10.720255561125718,10.012603942846944,10.237512912948889,13.867877286556075,10.034772317064357,10.996853494340272,10.281621218545556,12.571821279770784,10.672652428195583,11.544317267887056,10.625932830532843,10.350773193084208,10.12871556089889,12.649629169809355,10.570690205988621,10.449782653395607,13.605214093457191,13.885071381106604],"sizemode":"area","line":{"color":"rgba(231,138,195,1)"}},"textfont":{"color":"rgba(231,138,195,1)","size":[10.205803995915938,10.513187041617734,10.669574968043275,10.292052326688941,10.608267244160981,10.301971741985694,10.699701643703591,10.345838909683581,10.33250943729686,13.792826067503588,15.300412156821903,10.67669307488273,10.720255561125718,10.012603942846944,10.237512912948889,13.867877286556075,10.034772317064357,10.996853494340272,10.281621218545556,12.571821279770784,10.672652428195583,11.544317267887056,10.625932830532843,10.350773193084208,10.12871556089889,12.649629169809355,10.570690205988621,10.449782653395607,13.605214093457191,13.885071381106604]},"error_y":{"color":"rgba(231,138,195,1)","width":[]},"error_x":{"color":"rgba(231,138,195,1)","width":[]},"line":{"color":"rgba(231,138,195,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[21888.889029999998,19007.191289999999],"y":[76.319999999999993,74.319999999999993],"text":["Australia","New Zealand"],"hoverinfo":["text","text"],"mode":"markers","frame":"1987","type":"scatter","name":"Oceania","marker":{"color":"rgba(166,216,84,1)","size":[11.105510313434259,10.22231064610855],"sizemode":"area","line":{"color":"rgba(166,216,84,1)"}},"textfont":{"color":"rgba(166,216,84,1)","size":[11.105510313434259,10.22231064610855]},"error_y":{"color":"rgba(166,216,84,1)","width":[]},"error_x":{"color":"rgba(166,216,84,1)","width":[]},"line":{"color":"rgba(166,216,84,1)"},"xaxis":"x","yaxis":"y","visible":true}],"traces":[0,1,2,3,4]},{"name":"1992","data":[{"x":[5023.2166470000002,2627.8456849999998,1191.2076810000001,7954.111645,931.75277310000001,631.69987779999997,1793.163278,747.90552520000006,1058.0643,1246.9073699999999,457.71918069999998,4016.2395289999999,1648.073791,2377.1561919999999,3794.7551950000002,1132.055034,582.85851019999996,421.35346529999998,13522.157520000001,665.62441260000003,925.06015400000001,794.34843839999996,745.53987059999997,1341.9217209999999,977.48627250000004,636.62291909999999,9640.1385009999995,1040.6761899999999,563.20001449999995,739.01437499999997,1361.369784,6058.2538459999996,2948.0472519999998,410.89682390000002,3804.5379990000001,581.182725,1619.848217,6101.2558230000004,737.06859489999999,1428.777814,1367.899369,1068.6962779999999,926.96029639999995,7225.0692580000004,1492.1970429999999,3553.0223999999998,825.68245400000001,1034.298904,4332.7201640000003,644.17079690000003,1210.8846329999999,693.42078560000004],"y":[67.744,40.646999999999998,53.918999999999997,62.744999999999997,50.259999999999998,44.735999999999997,54.314,49.396000000000001,51.723999999999997,57.939,45.548000000000002,56.433,52.043999999999997,51.603999999999999,63.673999999999999,47.545000000000002,49.991,48.091000000000001,61.366,52.643999999999998,57.500999999999998,48.576000000000001,43.265999999999998,59.284999999999997,59.685000000000002,40.802,68.754999999999995,52.213999999999999,49.420000000000002,48.387999999999998,58.332999999999998,69.745000000000005,65.393000000000001,44.283999999999999,61.999000000000002,47.390999999999998,47.472000000000001,73.614999999999995,23.599,62.741999999999997,58.195999999999998,38.332999999999998,39.658000000000001,61.887999999999998,53.555999999999997,58.473999999999997,50.439999999999998,58.061,70.001000000000005,48.825000000000003,46.100000000000001,60.377000000000002],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1992","type":"scatter","name":"Africa","marker":{"color":"rgba(102,194,165,1)","size":[11.790847291286426,10.592161580426145,10.335918129326547,10.087541520630969,10.601875008126374,10.392401934931998,10.846826066297785,10.218758622749275,10.434731157463393,10.026920217311378,12.840153431713961,10.160330561784454,10.867672243126245,10.022123873252227,14.050283125446724,10.022375180850107,10.246286155380027,13.551105219730019,10.063183726227575,10.065889616971175,11.106977002454041,10.473031814091136,10.067633754493233,11.703631269279652,10.118977562113589,10.126470309747383,10.293794416620576,10.829300330351792,10.679406746469937,10.570336109351521,10.140563942879856,10.070723158923007,11.756711638337501,10.894163626750096,10.101986520279977,10.568739193580855,16.368295129612417,10.038370479461157,10.493482396449931,10.004497873628535,10.562944649190637,10.286722244059606,10.412233735465051,12.723578375696341,11.922522029864204,10.061586946962937,11.811807791913488,10.251685856083734,10.577629762943214,11.241671049616123,10.567943704701635,10.726507537216369],"sizemode":"area","line":{"color":"rgba(102,194,165,1)"}},"textfont":{"color":"rgba(102,194,165,1)","size":[11.790847291286426,10.592161580426145,10.335918129326547,10.087541520630969,10.601875008126374,10.392401934931998,10.846826066297785,10.218758622749275,10.434731157463393,10.026920217311378,12.840153431713961,10.160330561784454,10.867672243126245,10.022123873252227,14.050283125446724,10.022375180850107,10.246286155380027,13.551105219730019,10.063183726227575,10.065889616971175,11.106977002454041,10.473031814091136,10.067633754493233,11.703631269279652,10.118977562113589,10.126470309747383,10.293794416620576,10.829300330351792,10.679406746469937,10.570336109351521,10.140563942879856,10.070723158923007,11.756711638337501,10.894163626750096,10.101986520279977,10.568739193580855,16.368295129612417,10.038370479461157,10.493482396449931,10.004497873628535,10.562944649190637,10.286722244059606,10.412233735465051,12.723578375696341,11.922522029864204,10.061586946962937,11.811807791913488,10.251685856083734,10.577629762943214,11.241671049616123,10.567943704701635,10.726507537216369]},"error_y":{"color":"rgba(102,194,165,1)","width":[]},"error_x":{"color":"rgba(102,194,165,1)","width":[]},"line":{"color":"rgba(102,194,165,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[9308.4187099999999,2961.6996939999999,6950.2830210000002,26342.884259999999,7596.1259639999998,5444.6486169999998,6160.4163170000002,5592.8439630000003,3044.2142140000001,7103.7025949999997,4444.2317000000003,4439.4508400000004,1456.3095169999999,3081.6946029999999,7404.9236849999998,9472.3842949999998,2170.1517239999998,6618.74305,4196.4110780000001,4446.3809240000001,14641.58711,7370.9909319999997,32003.932239999998,8137.0047750000003,10733.926310000001],"y":[71.867999999999995,59.957000000000001,67.057000000000002,77.950000000000003,74.126000000000005,68.421000000000006,75.712999999999994,74.414000000000001,68.456999999999994,69.613,66.798000000000002,63.372999999999998,55.088999999999999,66.399000000000001,71.766000000000005,71.454999999999998,65.843000000000004,72.462000000000003,68.224999999999994,66.457999999999998,73.911000000000001,69.861999999999995,76.090000000000003,72.751999999999995,71.150000000000006],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1992","type":"scatter","name":"Americas","marker":{"color":"rgba(252,141,98,1)","size":[12.313704556446469,10.466402876603667,20.641734419506236,11.942719052275654,10.922301819097912,12.330342866703262,10.212485624730284,10.727798884242953,10.497644328743114,10.729514355499091,10.355914760888629,10.575163918050169,10.42771918406085,10.342448304702629,10.15825191624034,16.009747440452252,10.270140515551493,10.16551260362623,10.301946829635551,11.526849820015096,10.240603136414832,10.076693045306422,27.529706769846214,10.210850692030771,11.379089825353695],"sizemode":"area","line":{"color":"rgba(252,141,98,1)"}},"textfont":{"color":"rgba(252,141,98,1)","size":[12.313704556446469,10.466402876603667,20.641734419506236,11.942719052275654,10.922301819097912,12.330342866703262,10.212485624730284,10.727798884242953,10.497644328743114,10.729514355499091,10.355914760888629,10.575163918050169,10.42771918406085,10.342448304702629,10.15825191624034,16.009747440452252,10.270140515551493,10.16551260362623,10.301946829635551,11.526849820015096,10.240603136414832,10.076693045306422,27.529706769846214,10.210850692030771,11.379089825353695]},"error_y":{"color":"rgba(252,141,98,1)","width":[]},"error_x":{"color":"rgba(252,141,98,1)","width":[]},"line":{"color":"rgba(252,141,98,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[649.34139519999997,19035.579170000001,837.8101643,682.30317549999995,1655.7841579999999,24757.603009999999,1164.4068090000001,2383.1408980000001,7235.6531880000002,3745.6406870000001,18051.522540000002,26824.895110000001,3431.5936470000001,3726.0635069999998,12104.27872,34932.919589999998,6890.8068540000004,7277.9128019999998,1785.402016,347,897.74036039999999,18616.706910000001,1971.8294639999999,2279.3240169999999,24841.617770000001,24769.891199999998,2153.7392220000002,3340.5427679999998,15215.6579,4616.8965449999996,989.02314869999998,6017.6547559999999,1879.4966730000001],"y":[41.673999999999999,72.600999999999999,56.018000000000001,55.802999999999997,68.689999999999998,77.600999999999999,60.222999999999999,62.680999999999997,65.742000000000004,59.460999999999999,76.930000000000007,79.359999999999999,68.015000000000001,69.977999999999994,72.244,75.189999999999998,69.292000000000002,70.692999999999998,61.271000000000001,59.32,55.726999999999997,71.197000000000003,60.838000000000001,66.457999999999998,68.768000000000001,75.787999999999997,70.379000000000005,69.248999999999995,74.260000000000005,67.298000000000002,67.662000000000006,69.718000000000004,55.598999999999997],"text":["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."],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1992","type":"scatter","name":"Asia","marker":{"color":"rgba(141,160,203,1)","size":[11.109651360305133,10.032043425055008,17.756584300964214,10.688678577169002,89.508617892883322,10.393798391600281,69.512532354914754,22.610153120442298,14.118247770552266,11.215032922011979,10.332838485077788,18.481751417236865,10.259866389340514,11.409517838071219,12.985758064443411,10.092693326387502,10.21567836422339,11.246265296500553,10.153759775864989,12.763327497789104,11.383229097646201,10.12662278698086,18.190702478108065,14.58153510182176,11.152509884960796,10.216761607810014,11.196273922354393,10.898144893314983,11.407848574105618,13.863604101849923,14.769569562025376,10.139561579114929,10.90831015596849],"sizemode":"area","line":{"color":"rgba(141,160,203,1)"}},"textfont":{"color":"rgba(141,160,203,1)","size":[11.109651360305133,10.032043425055008,17.756584300964214,10.688678577169002,89.508617892883322,10.393798391600281,69.512532354914754,22.610153120442298,14.118247770552266,11.215032922011979,10.332838485077788,18.481751417236865,10.259866389340514,11.409517838071219,12.985758064443411,10.092693326387502,10.21567836422339,11.246265296500553,10.153759775864989,12.763327497789104,11.383229097646201,10.12662278698086,18.190702478108065,14.58153510182176,11.152509884960796,10.216761607810014,11.196273922354393,10.898144893314983,11.407848574105618,13.863604101849923,14.769569562025376,10.139561579114929,10.90831015596849]},"error_y":{"color":"rgba(141,160,203,1)","width":[]},"error_x":{"color":"rgba(141,160,203,1)","width":[]},"line":{"color":"rgba(141,160,203,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[2497.4379009999998,27042.018680000001,25575.57069,2546.7814450000001,6302.6234379999996,8447.7948730000007,14297.021220000001,26406.739850000002,20647.164990000001,24703.796149999998,26505.303169999999,17541.496340000002,10535.628549999999,25144.39201,17558.815549999999,22013.64486,7003.3390369999997,26790.94961,33965.66115,7738.8812470000003,16207.26663,6598.4099029999998,9325.0682379999998,9498.4677229999998,14214.71681,18603.06452,23880.01683,31871.530299999999,5678.3482709999998,22705.092540000001],"y":[71.581000000000003,76.040000000000006,76.459999999999994,72.177999999999997,71.189999999999998,72.527000000000001,72.400000000000006,75.329999999999998,75.700000000000003,77.459999999999994,76.069999999999993,77.030000000000001,69.170000000000002,78.769999999999996,75.466999999999999,77.439999999999998,75.435000000000002,77.420000000000002,77.319999999999993,70.989999999999995,74.859999999999999,69.359999999999999,71.659000000000006,71.379999999999995,73.640000000000001,77.569999999999993,78.159999999999997,78.030000000000001,66.146000000000001,76.420000000000002],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1992","type":"scatter","name":"Europe","marker":{"color":"rgba(231,138,195,1)","size":[10.222947583236039,10.536124559050929,10.681548048280984,10.286389783627973,10.586873200388419,10.30263400098141,10.69998182232643,10.348867227665744,10.339970174267046,13.911864716064787,15.496944390291787,10.700645719394485,10.702232943237149,10.013582418056938,10.238731980033551,13.875463199554101,10.038331575243125,11.03159195790964,10.288460853087521,12.614819791358347,10.673498151293172,11.551869873414207,10.666585281267087,10.357842157753517,10.132356176670454,12.695272417439893,10.59099302057191,10.473364411028797,13.966806003551802,13.945456802009499],"sizemode":"area","line":{"color":"rgba(231,138,195,1)"}},"textfont":{"color":"rgba(231,138,195,1)","size":[10.222947583236039,10.536124559050929,10.681548048280984,10.286389783627973,10.586873200388419,10.30263400098141,10.69998182232643,10.348867227665744,10.339970174267046,13.911864716064787,15.496944390291787,10.700645719394485,10.702232943237149,10.013582418056938,10.238731980033551,13.875463199554101,10.038331575243125,11.03159195790964,10.288460853087521,12.614819791358347,10.673498151293172,11.551869873414207,10.666585281267087,10.357842157753517,10.132356176670454,12.695272417439893,10.59099302057191,10.473364411028797,13.966806003551802,13.945456802009499]},"error_y":{"color":"rgba(231,138,195,1)","width":[]},"error_x":{"color":"rgba(231,138,195,1)","width":[]},"line":{"color":"rgba(231,138,195,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[23424.76683,18363.324939999999],"y":[77.560000000000002,76.329999999999998],"text":["Australia","New Zealand"],"hoverinfo":["text","text"],"mode":"markers","frame":"1992","type":"scatter","name":"Oceania","marker":{"color":"rgba(166,216,84,1)","size":[11.189101690874766,10.230535680330517],"sizemode":"area","line":{"color":"rgba(166,216,84,1)"}},"textfont":{"color":"rgba(166,216,84,1)","size":[11.189101690874766,10.230535680330517]},"error_y":{"color":"rgba(166,216,84,1)","width":[]},"error_x":{"color":"rgba(166,216,84,1)","width":[]},"line":{"color":"rgba(166,216,84,1)"},"xaxis":"x","yaxis":"y","visible":true}],"traces":[0,1,2,3,4]},{"name":"1997","data":[{"x":[4797.2950510000001,2277.1408839999999,1232.9752920000001,8647.1423130000003,946.29496180000001,463.11514779999999,1694.3374690000001,740.50633170000003,1004.961353,1173.6182349999999,312.188423,3484.1643760000002,1786.2654070000001,1895.0169840000001,4173.1817970000002,2814.480755,913.47078999999997,515.88940130000003,14722.84188,653.73017040000002,1005.245812,869.44976680000002,796.66446810000002,1360.485021,1186.1479939999999,609.17395079999994,9467.4460560000007,986.29589559999999,692.27581029999999,790.25798459999999,1483.1361360000001,7425.7052949999998,2982.101858,472.3460771,3899.5242600000001,580.30520920000004,1624.9412749999999,6071.9414109999998,589.94450510000001,1339.0760359999999,1392.3683470000001,574.64815759999999,930.59642840000004,7479.1882439999999,1632.2107639999999,3876.7684599999998,789.18622310000001,982.28692430000001,4876.7986140000003,816.55908099999999,1071.353818,792.44996030000004],"y":[69.152000000000001,40.963000000000001,54.777000000000001,52.555999999999997,50.323999999999998,45.326000000000001,52.198999999999998,46.066000000000003,51.573,60.659999999999997,42.587000000000003,52.962000000000003,47.991,53.156999999999996,67.216999999999999,48.244999999999997,53.378,49.402000000000001,60.460999999999999,55.860999999999997,58.555999999999997,51.454999999999998,44.872999999999998,54.406999999999996,55.558,42.220999999999997,71.555000000000007,54.978000000000002,47.494999999999997,49.902999999999999,60.43,70.736000000000004,67.659999999999997,46.344000000000001,58.908999999999999,51.313000000000002,47.463999999999999,74.772000000000006,36.087000000000003,63.305999999999997,60.186999999999998,39.896999999999998,43.795000000000002,60.235999999999997,55.372999999999998,54.289000000000001,48.466000000000001,58.390000000000001,71.972999999999999,44.578000000000003,40.238,46.808999999999997],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1997","type":"scatter","name":"Africa","marker":{"color":"rgba(102,194,165,1)","size":[11.980156717793243,10.669904220583245,10.409932312082947,10.100777281629345,10.70251680752275,10.41372240195537,10.96481082006842,10.248202222244577,10.512034111703725,10.031940431256745,13.258328933320623,10.187077143427988,10.994170400103377,10.024427548983795,14.509768763831403,10.025933415233665,10.27289657226045,14.081618288974518,10.072769862056525,10.080248890834488,11.253007738750455,10.545261248782095,10.077378237314873,11.924995450841815,10.131237714528561,10.146110182804815,10.320765891945536,10.962715793800925,10.707099860912871,10.636457513558547,10.162765010291018,10.07438261252646,11.94312850210718,11.129131657815622,10.117037197176023,10.655654902325633,17.244909200114606,10.042644414950463,10.488184597496259,10.005842253247067,10.646717989166707,10.308380836514781,10.448661392880135,12.919522268184771,12.190970757955448,10.067875916187225,12.090376735668935,10.290817834423095,10.625993302703327,11.44356783348746,10.638696553685772,10.774326144911987],"sizemode":"area","line":{"color":"rgba(102,194,165,1)"}},"textfont":{"color":"rgba(102,194,165,1)","size":[11.980156717793243,10.669904220583245,10.409932312082947,10.100777281629345,10.70251680752275,10.41372240195537,10.96481082006842,10.248202222244577,10.512034111703725,10.031940431256745,13.258328933320623,10.187077143427988,10.994170400103377,10.024427548983795,14.509768763831403,10.025933415233665,10.27289657226045,14.081618288974518,10.072769862056525,10.080248890834488,11.253007738750455,10.545261248782095,10.077378237314873,11.924995450841815,10.131237714528561,10.146110182804815,10.320765891945536,10.962715793800925,10.707099860912871,10.636457513558547,10.162765010291018,10.07438261252646,11.94312850210718,11.129131657815622,10.117037197176023,10.655654902325633,17.244909200114606,10.042644414950463,10.488184597496259,10.005842253247067,10.646717989166707,10.308380836514781,10.448661392880135,12.919522268184771,12.190970757955448,10.067875916187225,12.090376735668935,10.290817834423095,10.625993302703327,11.44356783348746,10.638696553685772,10.774326144911987]},"error_y":{"color":"rgba(102,194,165,1)","width":[]},"error_x":{"color":"rgba(102,194,165,1)","width":[]},"line":{"color":"rgba(102,194,165,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[10967.281950000001,3326.1431910000001,7957.9808240000002,28954.925889999999,10118.053180000001,6117.3617459999996,6677.045314,5431.9904150000002,3614.1012850000002,7429.4558770000003,5154.8254960000004,4684.3138070000005,1341.7269309999999,3160.4549059999999,7121.924704,9767.2975299999998,2253.0230040000001,7113.6922519999998,4247.4002609999998,5838.3476570000003,16999.433300000001,8792.5731259999993,35767.43303,9230.2407079999994,10165.49518],"y":[73.275000000000006,62.049999999999997,69.388000000000005,78.609999999999999,75.816000000000003,70.313000000000002,77.260000000000005,76.150999999999996,69.956999999999994,72.311999999999998,69.534999999999997,66.322000000000003,56.670999999999999,67.659000000000006,72.262,73.670000000000002,68.426000000000002,73.738,69.400000000000006,68.385999999999996,74.917000000000002,69.465000000000003,76.810000000000002,74.222999999999999,72.146000000000001],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1997","type":"scatter","name":"Americas","marker":{"color":"rgba(252,141,98,1)","size":[12.466899538619863,10.520987337333018,21.499725655113949,12.064369197661968,10.9923932281225,12.566164469962999,10.236025475012823,10.745527399893806,10.541406523305332,10.808921618416836,10.390641211927516,10.66504808688375,10.467774352668792,10.39640982017238,10.168673673720797,16.541036819479011,10.310521251036645,10.18254405124418,10.347688498112408,11.685037987940277,10.252496497132082,10.073582891960367,28.622954268997955,10.218602596359064,11.523024170322334],"sizemode":"area","line":{"color":"rgba(252,141,98,1)"}},"textfont":{"color":"rgba(252,141,98,1)","size":[12.466899538619863,10.520987337333018,21.499725655113949,12.064369197661968,10.9923932281225,12.566164469962999,10.236025475012823,10.745527399893806,10.541406523305332,10.808921618416836,10.390641211927516,10.66504808688375,10.467774352668792,10.39640982017238,10.168673673720797,16.541036819479011,10.310521251036645,10.18254405124418,10.347688498112408,11.685037987940277,10.252496497132082,10.073582891960367,28.622954268997955,10.218602596359064,11.523024170322334]},"error_y":{"color":"rgba(252,141,98,1)","width":[]},"error_x":{"color":"rgba(252,141,98,1)","width":[]},"line":{"color":"rgba(252,141,98,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[635.34135100000003,20292.016790000001,972.77003520000005,734.28516999999999,2289.234136,28377.63219,1458.817442,3119.335603,8263.5903010000002,3076.239795,20896.609240000002,28816.584989999999,3645.3795719999998,1690.7568140000001,15993.527959999999,40300.619960000004,8754.9638500000001,10132.90964,1902.2520999999999,415,1010.892138,19702.055810000002,2049.3505209999998,2536.5349249999999,20586.690190000001,33519.476600000002,2664.477257,4014.2389720000001,20206.82098,5852.625497,1385.8967689999999,7110.6676189999998,2117.4845260000002],"y":[41.762999999999998,73.924999999999997,59.411999999999999,56.533999999999999,70.426000000000002,80,61.765000000000001,66.040999999999997,68.042000000000002,58.811,78.269000000000005,80.689999999999998,69.772000000000006,67.727000000000004,74.647000000000006,76.156000000000006,70.265000000000001,71.938000000000002,63.625,60.328000000000003,59.426000000000002,72.498999999999995,61.817999999999998,68.563999999999993,70.533000000000001,77.158000000000001,70.456999999999994,71.527000000000001,75.25,67.521000000000001,70.671999999999997,71.096000000000004,58.020000000000003],"text":["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."],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1997","type":"scatter","name":"Asia","marker":{"color":"rgba(141,160,203,1)","size":[11.512992137552331,10.036757660738209,18.412544157756798,10.800126739780231,93.952230375217496,10.439270051153397,75.450544580751057,23.597228210212926,14.318230057378376,11.413908417961604,10.373437903220085,18.592814769354657,10.304833249601421,11.469152544072138,13.14740618241186,10.116394185530281,10.230038388869856,11.39345899590405,10.166181892682395,12.947701344088028,11.565799358047792,10.151769040203023,19.248612593491792,15.115766595273888,11.444899108527286,10.25542311812325,11.272143631551847,11.025228865912052,11.472121550185054,14.105873772109792,15.186477263895316,10.188790225828633,11.076110191108933],"sizemode":"area","line":{"color":"rgba(141,160,203,1)"}},"textfont":{"color":"rgba(141,160,203,1)","size":[11.512992137552331,10.036757660738209,18.412544157756798,10.800126739780231,93.952230375217496,10.439270051153397,75.450544580751057,23.597228210212926,14.318230057378376,11.413908417961604,10.373437903220085,18.592814769354657,10.304833249601421,11.469152544072138,13.14740618241186,10.116394185530281,10.230038388869856,11.39345899590405,10.166181892682395,12.947701344088028,11.565799358047792,10.151769040203023,19.248612593491792,15.115766595273888,11.444899108527286,10.25542311812325,11.272143631551847,11.025228865912052,11.472121550185054,14.105873772109792,15.186477263895316,10.188790225828633,11.076110191108933]},"error_y":{"color":"rgba(141,160,203,1)","width":[]},"error_x":{"color":"rgba(141,160,203,1)","width":[]},"line":{"color":"rgba(141,160,203,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[3193.0546039999999,29095.92066,27561.196629999999,4766.355904,5970.3887599999998,9875.6045150000009,16048.51424,29804.345669999999,23723.950199999999,25889.78487,27788.884160000001,18747.69814,11712.7768,28061.09966,24521.94713,24675.024460000001,6465.6133490000002,30246.13063,41283.16433,10159.58368,17641.031559999999,7346.5475569999999,7914.3203039999999,12126.23065,17161.107349999998,20445.29896,25266.594990000001,32135.32301,6601.4299149999997,26074.531360000001],"y":[72.950000000000003,77.510000000000005,77.530000000000001,73.244,70.319999999999993,73.680000000000007,74.010000000000005,76.109999999999999,77.129999999999995,78.640000000000001,77.340000000000003,77.869,71.040000000000006,78.950000000000003,76.122,78.819999999999993,75.444999999999993,78.030000000000001,78.319999999999993,72.75,75.969999999999999,69.719999999999999,72.231999999999999,72.709999999999994,75.129999999999995,78.769999999999996,79.390000000000001,79.370000000000005,68.834999999999994,77.218000000000004],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1997","type":"scatter","name":"Europe","marker":{"color":"rgba(231,138,195,1)","size":[10.229877994286745,10.546697428704579,10.69207027419818,10.242092690194333,10.546436770443769,10.299261073531106,10.698958368380151,10.356529993557636,10.346342753433595,13.997129725663797,15.593406989382412,10.712722612466624,10.695134629771783,10.014413739768555,10.24620377399202,13.919051075918333,10.043179586833944,11.060955769631471,10.296604461463678,12.634221393143591,10.689110004471065,11.535859832152113,10.7014077642968,10.363310725748443,10.133202650551199,12.716158112763512,10.603193383346538,10.486899939265056,14.299096007408364,14.009745476282177],"sizemode":"area","line":{"color":"rgba(231,138,195,1)"}},"textfont":{"color":"rgba(231,138,195,1)","size":[10.229877994286745,10.546697428704579,10.69207027419818,10.242092690194333,10.546436770443769,10.299261073531106,10.698958368380151,10.356529993557636,10.346342753433595,13.997129725663797,15.593406989382412,10.712722612466624,10.695134629771783,10.014413739768555,10.24620377399202,13.919051075918333,10.043179586833944,11.060955769631471,10.296604461463678,12.634221393143591,10.689110004471065,11.535859832152113,10.7014077642968,10.363310725748443,10.133202650551199,12.716158112763512,10.603193383346538,10.486899939265056,14.299096007408364,14.009745476282177]},"error_y":{"color":"rgba(231,138,195,1)","width":[]},"error_x":{"color":"rgba(231,138,195,1)","width":[]},"line":{"color":"rgba(231,138,195,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[26997.936570000002,21050.413769999999],"y":[78.829999999999998,77.549999999999997],"text":["Australia","New Zealand"],"hoverinfo":["text","text"],"mode":"markers","frame":"1997","type":"scatter","name":"Oceania","marker":{"color":"rgba(166,216,84,1)","size":[11.263037860436063,10.246814911480183],"sizemode":"area","line":{"color":"rgba(166,216,84,1)"}},"textfont":{"color":"rgba(166,216,84,1)","size":[11.263037860436063,10.246814911480183]},"error_y":{"color":"rgba(166,216,84,1)","width":[]},"error_x":{"color":"rgba(166,216,84,1)","width":[]},"line":{"color":"rgba(166,216,84,1)"},"xaxis":"x","yaxis":"y","visible":true}],"traces":[0,1,2,3,4]},{"name":"2002","data":[{"x":[5288.0403820000001,2773.2873119999999,1372.877931,11003.605079999999,1037.645221,446.4035126,1934.0114490000001,738.69060679999996,1156.1818599999999,1075.8115580000001,241.1658765,3484.0619700000002,1648.800823,1908.260867,4754.6044140000004,7703.4958999999999,765.35000149999996,530.05353190000005,12521.71392,660.58559969999999,1111.9845780000001,945.58358369999996,575.70471759999998,1287.5147320000001,1275.184575,531.48236789999999,9534.6774669999995,894.63708220000001,665.42311859999995,951.40975179999998,1579.0195430000001,9021.8158939999994,3258.4955839999998,633.61794659999998,4072.3247510000001,601.07450119999999,1615.2863950000001,6316.1652000000004,785.65376479999998,1353.09239,1519.635262,699.48971300000005,882.08182179999994,7710.9464440000002,1993.398314,4128.116943,899.07421109999996,886.22057649999999,5722.8956550000003,927.72100179999995,1071.613938,672.03862270000002],"y":[70.994,41.003,54.405999999999999,46.634,50.649999999999999,47.359999999999999,49.856000000000002,43.308,50.524999999999999,62.973999999999997,44.966000000000001,52.969999999999999,46.832000000000001,53.372999999999998,69.805999999999997,49.347999999999999,55.240000000000002,50.725000000000001,56.761000000000003,58.040999999999997,58.453000000000003,53.676000000000002,45.503999999999998,50.991999999999997,44.593000000000004,43.753,72.736999999999995,57.286000000000001,45.009,51.817999999999998,62.247,71.953999999999994,69.614999999999995,44.026000000000003,51.478999999999999,54.496000000000002,46.607999999999997,75.744,43.412999999999997,64.337000000000003,61.600000000000001,41.012,45.936,53.365000000000002,56.369,43.869,49.651000000000003,57.561,73.042000000000002,47.813000000000002,39.192999999999998,39.988999999999997],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"2002","type":"scatter","name":"Africa","marker":{"color":"rgba(102,194,165,1)","size":[12.131345812135542,10.737548554293664,10.475457457958884,10.107180165134148,10.832086008868865,10.47511380403294,11.083173763790128,10.272193156697238,10.598969886834645,10.037837491674127,13.775745887233576,10.223104360409405,11.10520160505153,10.026441558923565,14.99970719077772,10.029732104985861,10.297231911422209,14.633477761387743,10.084585482590729,10.09540099170947,11.398554765936014,10.597064194428235,10.086848411272884,12.138150637640322,10.135602426526606,10.188012482733077,10.362326176020193,11.120268526164928,10.802961492214434,10.718032969974889,10.188982153304256,10.07782174540043,12.123199200626766,11.256795235008342,10.13050945486822,10.756287351059079,18.179527412111096,10.046683014047186,10.53185410446534,10.007532470887995,10.737816856892051,10.361678250157436,10.525090845046142,13.028632696810401,12.527428700370432,10.073048334354013,12.357033753887299,10.335625119137058,10.662775261514552,11.684474695814991,10.719100105850186,10.809927940856578],"sizemode":"area","line":{"color":"rgba(102,194,165,1)"}},"textfont":{"color":"rgba(102,194,165,1)","size":[12.131345812135542,10.737548554293664,10.475457457958884,10.107180165134148,10.832086008868865,10.47511380403294,11.083173763790128,10.272193156697238,10.598969886834645,10.037837491674127,13.775745887233576,10.223104360409405,11.10520160505153,10.026441558923565,14.99970719077772,10.029732104985861,10.297231911422209,14.633477761387743,10.084585482590729,10.09540099170947,11.398554765936014,10.597064194428235,10.086848411272884,12.138150637640322,10.135602426526606,10.188012482733077,10.362326176020193,11.120268526164928,10.802961492214434,10.718032969974889,10.188982153304256,10.07782174540043,12.123199200626766,11.256795235008342,10.13050945486822,10.756287351059079,18.179527412111096,10.046683014047186,10.53185410446534,10.007532470887995,10.737816856892051,10.361678250157436,10.525090845046142,13.028632696810401,12.527428700370432,10.073048334354013,12.357033753887299,10.335625119137058,10.662775261514552,11.684474695814991,10.719100105850186,10.809927940856578]},"error_y":{"color":"rgba(102,194,165,1)","width":[]},"error_x":{"color":"rgba(102,194,165,1)","width":[]},"line":{"color":"rgba(102,194,165,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[8797.6407159999999,3413.26269,8131.2128430000002,33328.965069999998,10778.78385,5755.2599620000001,7723.4471949999997,6340.6466829999999,4563.8081540000003,5773.0445120000004,5351.5686660000001,4858.347495,1270.364932,3099.7286600000002,6994.7748609999999,10742.44053,2474.5488190000001,7356.0319339999996,3783.6742429999999,5909.0200729999997,18855.606179999999,11460.60023,39097.099549999999,7727.0020039999999,8605.0478309999999],"y":[74.340000000000003,63.883000000000003,71.006,79.769999999999996,77.859999999999999,71.682000000000002,78.123000000000005,77.158000000000001,70.846999999999994,74.173000000000002,70.733999999999995,68.977999999999994,58.137,68.564999999999998,72.046999999999997,74.902000000000001,70.835999999999999,74.712000000000003,70.754999999999995,69.906000000000006,77.778000000000006,68.975999999999999,77.310000000000002,75.307000000000002,72.766000000000005],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"2002","type":"scatter","name":"Americas","marker":{"color":"rgba(252,141,98,1)","size":[12.612118610072718,10.572309918265992,22.275591315011752,12.173330015680712,11.053624167363944,12.794839163611336,10.257649872707939,10.762180589307672,10.586314617721106,10.877817234634566,10.429561947188267,10.75888062432943,10.515149179266796,10.451651830439477,10.17777507664368,16.990467969852052,10.347191957434903,10.200040301888087,10.397538315507346,11.822998760862738,10.259333811071569,10.071107423392334,29.630625797818489,10.225444756262553,11.653610751096474],"sizemode":"area","line":{"color":"rgba(252,141,98,1)"}},"textfont":{"color":"rgba(252,141,98,1)","size":[12.612118610072718,10.572309918265992,22.275591315011752,12.173330015680712,11.053624167363944,12.794839163611336,10.257649872707939,10.762180589307672,10.586314617721106,10.877817234634566,10.429561947188267,10.75888062432943,10.515149179266796,10.451651830439477,10.17777507664368,16.990467969852052,10.347191957434903,10.200040301888087,10.397538315507346,11.822998760862738,10.259333811071569,10.071107423392334,29.630625797818489,10.225444756262553,11.653610751096474]},"error_y":{"color":"rgba(252,141,98,1)","width":[]},"error_x":{"color":"rgba(252,141,98,1)","width":[]},"line":{"color":"rgba(252,141,98,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[726.73405479999997,23403.559270000002,1136.3904299999999,896.22601529999997,3119.2808960000002,30209.015159999999,1746.769454,2873.9128700000001,9240.7619749999994,4390.7173119999998,21905.595140000001,28604.591899999999,3844.9171940000001,1646.758151,19233.98818,35110.105660000001,9313.9388299999991,10206.977940000001,2140.7393229999998,611,1057.2063109999999,19774.836869999999,2092.7124410000001,2650.9210680000001,19014.54118,36023.1054,3015.3788330000002,4090.9253309999999,23235.423289999999,5913.1875289999998,1764.4566769999999,4515.4875750000001,2234.820827],"y":[42.128999999999998,74.795000000000002,62.012999999999998,56.752000000000002,72.028000000000006,81.495000000000005,62.878999999999998,68.587999999999994,69.450999999999993,57.045999999999999,79.695999999999998,82,71.263000000000005,66.662000000000006,77.045000000000002,76.903999999999996,71.028000000000006,73.043999999999997,65.033000000000001,59.908000000000001,61.340000000000003,74.192999999999998,63.609999999999999,70.302999999999997,71.626000000000005,78.769999999999996,70.814999999999998,73.052999999999997,76.989999999999995,68.563999999999993,73.016999999999996,72.370000000000005,60.308],"text":["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."],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"2002","type":"scatter","name":"Asia","marker":{"color":"rgba(141,160,203,1)","size":[11.720548870870102,10.040705142061123,19.25488886765546,10.878190783380681,97.387063309300402,10.457463438083218,80.581297490328708,24.401385222222164,14.562564859085565,11.634100354006771,10.407437596164941,18.668530704511365,10.358154893064079,11.512169688732547,13.269943139210246,10.140024471056488,10.246923638531628,11.542678786030809,10.178428599253593,13.108110533344712,11.76187688993781,10.181106028490317,20.466156953410231,15.660568979042257,11.668207340689777,10.282414932846409,11.332078514308733,11.166840083040105,11.528473559220298,14.282653924567079,15.518128965564106,10.22725298336484,11.27232122589451],"sizemode":"area","line":{"color":"rgba(141,160,203,1)"}},"textfont":{"color":"rgba(141,160,203,1)","size":[11.720548870870102,10.040705142061123,19.25488886765546,10.878190783380681,97.387063309300402,10.457463438083218,80.581297490328708,24.401385222222164,14.562564859085565,11.634100354006771,10.407437596164941,18.668530704511365,10.358154893064079,11.512169688732547,13.269943139210246,10.140024471056488,10.246923638531628,11.542678786030809,10.178428599253593,13.108110533344712,11.76187688993781,10.181106028490317,20.466156953410231,15.660568979042257,11.668207340689777,10.282414932846409,11.332078514308733,11.166840083040105,11.528473559220298,14.282653924567079,15.518128965564106,10.22725298336484,11.27232122589451]},"error_y":{"color":"rgba(141,160,203,1)","width":[]},"error_x":{"color":"rgba(141,160,203,1)","width":[]},"line":{"color":"rgba(141,160,203,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[4604.2117369999996,32417.607690000001,30485.883750000001,6018.9752390000003,7696.7777249999999,11628.38895,17596.210220000001,32166.500059999998,28204.59057,28926.032340000002,30035.80198,22514.254799999999,14843.93556,31163.201959999999,34077.04939,27968.098170000001,6557.1942820000004,33724.75778,44683.975250000003,12002.239079999999,19970.907869999999,7885.3600809999998,7236.0752510000002,13638.77837,20660.019359999998,24835.471659999999,29341.630929999999,34480.957710000002,6508.0857180000003,29478.999189999999],"y":[75.650999999999996,78.980000000000004,78.319999999999993,74.090000000000003,72.140000000000001,74.876000000000005,75.510000000000005,77.180000000000007,78.370000000000005,79.590000000000003,78.670000000000002,78.256,72.590000000000003,80.5,77.783000000000001,80.239999999999995,73.980999999999995,78.530000000000001,79.049999999999997,74.670000000000002,77.290000000000006,71.322000000000003,73.212999999999994,73.799999999999997,76.659999999999997,79.780000000000001,80.040000000000006,80.620000000000005,70.844999999999999,78.471000000000004],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"2002","type":"scatter","name":"Europe","marker":{"color":"rgba(231,138,195,1)","size":[10.235370587342629,10.552050922117749,10.699727102077846,10.280206265310454,10.518844943473745,10.301747189569337,10.695927115518382,10.362743065430255,10.350344632408737,14.085968326574534,15.616585576461375,10.719649679119641,10.684120572635052,10.015562984019803,10.260668089244016,13.949596347314062,10.045061936709534,11.096335811533287,10.305471824801247,12.632243352542247,10.708046939736384,11.525067597311175,10.686048447271041,10.365156423755465,10.133194801454579,12.73643437692432,10.607053500811416,10.49836617262013,14.589941279543122,14.085108065584944],"sizemode":"area","line":{"color":"rgba(231,138,195,1)"}},"textfont":{"color":"rgba(231,138,195,1)","size":[10.235370587342629,10.552050922117749,10.699727102077846,10.280206265310454,10.518844943473745,10.301747189569337,10.695927115518382,10.362743065430255,10.350344632408737,14.085968326574534,15.616585576461375,10.719649679119641,10.684120572635052,10.015562984019803,10.260668089244016,13.949596347314062,10.045061936709534,11.096335811533287,10.305471824801247,12.632243352542247,10.708046939736384,11.525067597311175,10.686048447271041,10.365156423755465,10.133194801454579,12.73643437692432,10.607053500811416,10.49836617262013,14.589941279543122,14.085108065584944]},"error_y":{"color":"rgba(231,138,195,1)","width":[]},"error_x":{"color":"rgba(231,138,195,1)","width":[]},"line":{"color":"rgba(231,138,195,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[30687.754730000001,23189.801350000002],"y":[80.370000000000005,79.109999999999999],"text":["Australia","New Zealand"],"hoverinfo":["text","text"],"mode":"markers","frame":"2002","type":"scatter","name":"Oceania","marker":{"color":"rgba(166,216,84,1)","size":[11.330031538163158,10.262639372796965],"sizemode":"area","line":{"color":"rgba(166,216,84,1)"}},"textfont":{"color":"rgba(166,216,84,1)","size":[11.330031538163158,10.262639372796965]},"error_y":{"color":"rgba(166,216,84,1)","width":[]},"error_x":{"color":"rgba(166,216,84,1)","width":[]},"line":{"color":"rgba(166,216,84,1)"},"xaxis":"x","yaxis":"y","visible":true}],"traces":[0,1,2,3,4]},{"name":"2007","data":[{"x":[6223.3674650000003,4797.2312670000001,1441.2848730000001,12569.851769999999,1217.0329939999999,430.07069159999998,2042.0952400000001,706.01653699999997,1704.0637240000001,986.14787920000003,277.55185870000003,3632.5577979999998,1544.7501119999999,2082.4815669999998,5581.1809979999998,12154.089749999999,641.36952359999998,690.80557590000001,13206.48452,752.74972649999995,1327.6089099999999,942.6542111,579.23174300000005,1463.249282,1569.3314419999999,414.5073415,12057.49928,1044.7701259999999,759.34991009999999,1042.581557,1803.151496,10956.991120000001,3820.1752299999998,823.68562050000003,4811.0604290000001,619.67689240000004,2013.9773049999999,7670.122558,863.08846389999997,1598.4350890000001,1712.4721360000001,862.54075609999995,926.14106830000003,9269.6578079999999,2602.3949950000001,4513.4806429999999,1107.482182,882.96994380000001,7092.9230250000001,1056.3801209999999,1271.211593,469.70929810000001],"y":[72.301000000000002,42.731000000000002,56.728000000000002,50.728000000000002,52.295000000000002,49.579999999999998,50.43,44.741,50.651000000000003,65.152000000000001,46.462000000000003,55.322000000000003,48.328000000000003,54.790999999999997,71.337999999999994,51.579000000000001,58.039999999999999,52.947000000000003,56.734999999999999,59.448,60.021999999999998,56.006999999999998,46.387999999999998,54.109999999999999,42.591999999999999,45.677999999999997,73.951999999999998,59.442999999999998,48.302999999999997,54.466999999999999,64.164000000000001,72.801000000000002,71.164000000000001,42.082000000000001,52.905999999999999,56.866999999999997,46.859000000000002,76.441999999999993,46.241999999999997,65.528000000000006,63.061999999999998,42.567999999999998,48.158999999999999,49.338999999999999,58.555999999999997,39.613,52.517000000000003,58.420000000000002,73.923000000000002,51.542000000000002,42.384,43.487000000000002],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"2007","type":"scatter","name":"Africa","marker":{"color":"rgba(102,194,165,1)","size":[12.270996529686874,10.843638991804848,10.547273347637471,10.107779699609916,10.973710603587682,10.568581324359265,11.203729403842495,10.294104080545504,10.694733506807975,10.044429231268918,14.405510100712366,10.255307156252311,11.22537352665868,10.029783089987387,15.474201052683679,10.033525197990903,10.33079328351058,15.218070969840483,10.095203126221623,10.111139658987542,11.557078329172434,10.674872357478861,10.096375303485605,12.42640598090242,10.133273428926811,10.213900236700315,10.407941644673997,11.304154226907077,10.905517379137951,10.817110342035306,10.219095860891894,10.08128053514246,12.299933009287487,11.357664726459722,10.136169472567667,10.876017470906024,19.212188007462345,10.050376389398643,10.600665905981769,10.009525936670522,10.833197440950308,10.415288945134765,10.618287810424615,12.998888442788031,12.88252394731888,10.073239238034423,12.599049454681737,10.385054020194103,10.697282825137252,11.986871654078467,10.797606360728926,10.836176685015339],"sizemode":"area","line":{"color":"rgba(102,194,165,1)"}},"textfont":{"color":"rgba(102,194,165,1)","size":[12.270996529686874,10.843638991804848,10.547273347637471,10.107779699609916,10.973710603587682,10.568581324359265,11.203729403842495,10.294104080545504,10.694733506807975,10.044429231268918,14.405510100712366,10.255307156252311,11.22537352665868,10.029783089987387,15.474201052683679,10.033525197990903,10.33079328351058,15.218070969840483,10.095203126221623,10.111139658987542,11.557078329172434,10.674872357478861,10.096375303485605,12.42640598090242,10.133273428926811,10.213900236700315,10.407941644673997,11.304154226907077,10.905517379137951,10.817110342035306,10.219095860891894,10.08128053514246,12.299933009287487,11.357664726459722,10.136169472567667,10.876017470906024,19.212188007462345,10.050376389398643,10.600665905981769,10.009525936670522,10.833197440950308,10.415288945134765,10.618287810424615,12.998888442788031,12.88252394731888,10.073239238034423,12.599049454681737,10.385054020194103,10.697282825137252,11.986871654078467,10.797606360728926,10.836176685015339]},"error_y":{"color":"rgba(102,194,165,1)","width":[]},"error_x":{"color":"rgba(102,194,165,1)","width":[]},"line":{"color":"rgba(102,194,165,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[12779.379639999999,3822.137084,9065.8008250000003,36319.235009999997,13171.638849999999,7006.5804189999999,9645.06142,8948.1029230000004,6025.3747519999997,6873.262326,5728.3535140000004,5186.0500030000003,1201.637154,3548.3308459999998,7320.8802619999997,11977.57496,2749.3209649999999,9809.1856360000002,4172.8384640000004,7408.9055609999996,19328.709009999999,18008.509239999999,42951.65309,10611.46299,11415.805689999999],"y":[75.319999999999993,65.554000000000002,72.390000000000001,80.653000000000006,78.552999999999997,72.888999999999996,78.781999999999996,78.272999999999996,72.234999999999999,74.994,71.878,70.259,60.915999999999997,70.197999999999993,72.566999999999993,76.194999999999993,72.899000000000001,75.537000000000006,71.751999999999995,71.421000000000006,78.745999999999995,69.819000000000003,78.242000000000004,76.384,73.747],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"2007","type":"scatter","name":"Americas","marker":{"color":"rgba(252,141,98,1)","size":[12.746632059759518,10.618313678316955,22.96470343532625,12.274881832513952,11.107386725297623,13.014567661690831,10.278054111270166,10.775147842948616,10.631996360051591,10.934770689229971,10.469558691216148,10.854044300308908,10.576246752118708,10.506693449857204,10.185656456939702,17.415067513397887,10.383264221405618,10.217192147822894,10.450956946503027,11.953042661921849,10.264990962144426,10.068020749083123,30.549613114046156,10.231206061434909,11.776260871392221],"sizemode":"area","line":{"color":"rgba(252,141,98,1)"}},"textfont":{"color":"rgba(252,141,98,1)","size":[12.746632059759518,10.618313678316955,22.96470343532625,12.274881832513952,11.107386725297623,13.014567661690831,10.278054111270166,10.775147842948616,10.631996360051591,10.934770689229971,10.469558691216148,10.854044300308908,10.576246752118708,10.506693449857204,10.185656456939702,17.415067513397887,10.383264221405618,10.217192147822894,10.450956946503027,11.953042661921849,10.264990962144426,10.068020749083123,30.549613114046156,10.231206061434909,11.776260871392221]},"error_y":{"color":"rgba(252,141,98,1)","width":[]},"error_x":{"color":"rgba(252,141,98,1)","width":[]},"line":{"color":"rgba(252,141,98,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[974.58033839999996,29796.048340000001,1391.253792,1713.7786860000001,4959.1148540000004,39724.978669999997,2452.210407,3540.6515639999998,11605.71449,4471.0619059999999,25523.277099999999,31656.068060000001,4519.4611709999999,1593.06548,23348.139729999999,47306.989780000004,10461.05868,12451.6558,3095.7722709999998,944,1091.359778,22316.192869999999,2605.94758,3190.4810160000002,21654.83194,47143.179640000002,3970.0954069999998,4184.5480889999999,28718.276839999999,7458.3963270000004,2441.5764039999999,3025.3497980000002,2280.769906],"y":[43.828000000000003,75.635000000000005,64.061999999999998,59.722999999999999,72.960999999999999,82.207999999999998,64.697999999999993,70.650000000000006,70.963999999999999,59.545000000000002,80.745000000000005,82.602999999999994,72.534999999999997,67.296999999999997,78.623000000000005,77.587999999999994,71.992999999999995,74.241,66.802999999999997,62.069000000000003,63.784999999999997,75.640000000000001,65.483000000000004,71.688000000000002,72.777000000000001,79.971999999999994,72.396000000000001,74.143000000000001,78.400000000000006,70.616,74.248999999999995,73.421999999999997,62.698],"text":["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."],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"2007","type":"scatter","name":"Asia","marker":{"color":"rgba(141,160,203,1)","size":[12.172487432221772,10.044266311324286,20.26445666996646,10.960445971564345,100,10.472338226961952,85.783800493679365,25.253660609164903,14.736319560187283,11.872837248257337,10.434544280710814,18.69597735732042,10.40905273549037,11.586317033119437,13.343358811286093,10.166916022101949,10.263543110956533,11.690031651463162,10.192071898999099,13.255803162281207,11.96853834846976,10.214647948469672,21.549133875507721,16.212203421268025,11.87975810388607,10.306660655800668,11.386780301969308,11.314193767508629,11.577619483280925,14.437001358883384,15.815316853792227,10.270167338986031,11.511922476315512],"sizemode":"area","line":{"color":"rgba(141,160,203,1)"}},"textfont":{"color":"rgba(141,160,203,1)","size":[12.172487432221772,10.044266311324286,20.26445666996646,10.960445971564345,100,10.472338226961952,85.783800493679365,25.253660609164903,14.736319560187283,11.872837248257337,10.434544280710814,18.69597735732042,10.40905273549037,11.586317033119437,13.343358811286093,10.166916022101949,10.263543110956533,11.690031651463162,10.192071898999099,13.255803162281207,11.96853834846976,10.214647948469672,21.549133875507721,16.212203421268025,11.87975810388607,10.306660655800668,11.386780301969308,11.314193767508629,11.577619483280925,14.437001358883384,15.815316853792227,10.270167338986031,11.511922476315512]},"error_y":{"color":"rgba(141,160,203,1)","width":[]},"error_x":{"color":"rgba(141,160,203,1)","width":[]},"line":{"color":"rgba(141,160,203,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[5937.0295260000003,36126.492700000003,33692.605080000001,7446.2988029999997,10680.792820000001,14619.22272,22833.308509999999,35278.418740000001,33207.0844,30470.0167,32170.37442,27538.41188,18008.944439999999,36180.789190000003,40675.996350000001,28569.719700000001,9253.896111,36797.933319999996,49357.190170000002,15389.92468,20509.64777,10808.47561,9786.5347139999994,18678.314350000001,25768.257590000001,28821.063699999999,33859.748350000002,37506.419070000004,8458.2763840000007,33203.261279999999],"y":[76.423000000000002,79.828999999999994,79.441000000000003,74.852000000000004,73.004999999999995,75.748000000000005,76.486000000000004,78.331999999999994,79.313000000000002,80.656999999999996,79.406000000000006,79.483000000000004,73.337999999999994,81.757000000000005,78.885000000000005,80.546000000000006,74.543000000000006,79.762,80.195999999999998,75.563000000000002,78.097999999999999,72.475999999999999,74.001999999999995,74.662999999999997,77.926000000000002,80.941000000000003,80.884,81.700999999999993,71.777000000000001,79.424999999999997],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"2007","type":"scatter","name":"Europe","marker":{"color":"rgba(231,138,195,1)","size":[10.241650615422071,10.555563973005979,10.705204815976659,10.306605302606242,10.495711198625042,10.302586155618533,10.694046676727186,10.369119739777648,10.353444752561723,14.165065447796252,15.620020409395456,10.726640630593844,10.675438447977726,10.01651176916867,10.27636157302676,13.96466210812622,10.042639364227421,11.12689835094158,10.311773966857254,12.624890114069252,10.722309703837773,11.516312032410687,10.688690248434412,10.367712499133139,10.133041095666849,12.756615018612388,10.612303044884126,10.511532452050163,14.852696204692943,14.144065496927047],"sizemode":"area","line":{"color":"rgba(231,138,195,1)"}},"textfont":{"color":"rgba(231,138,195,1)","size":[10.241650615422071,10.555563973005979,10.705204815976659,10.306605302606242,10.495711198625042,10.302586155618533,10.694046676727186,10.369119739777648,10.353444752561723,14.165065447796252,15.620020409395456,10.726640630593844,10.675438447977726,10.01651176916867,10.27636157302676,13.96466210812622,10.042639364227421,11.12689835094158,10.311773966857254,12.624890114069252,10.722309703837773,11.516312032410687,10.688690248434412,10.367712499133139,10.133041095666849,12.756615018612388,10.612303044884126,10.511532452050163,14.852696204692943,14.144065496927047]},"error_y":{"color":"rgba(231,138,195,1)","width":[]},"error_x":{"color":"rgba(231,138,195,1)","width":[]},"line":{"color":"rgba(231,138,195,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[34435.367440000002,25185.009109999999],"y":[81.234999999999999,80.203999999999994],"text":["Australia","New Zealand"],"hoverinfo":["text","text"],"mode":"markers","frame":"2007","type":"scatter","name":"Oceania","marker":{"color":"rgba(166,216,84,1)","size":[11.390598170818464,10.276817844425953],"sizemode":"area","line":{"color":"rgba(166,216,84,1)"}},"textfont":{"color":"rgba(166,216,84,1)","size":[11.390598170818464,10.276817844425953]},"error_y":{"color":"rgba(166,216,84,1)","width":[]},"error_x":{"color":"rgba(166,216,84,1)","width":[]},"line":{"color":"rgba(166,216,84,1)"},"xaxis":"x","yaxis":"y","visible":true}],"traces":[0,1,2,3,4]}],"shinyEvents":["plotly_hover","plotly_click","plotly_selected","plotly_relayout","plotly_brushed","plotly_brushing","plotly_clickannotation","plotly_doubleclick","plotly_deselect","plotly_afterplot","plotly_sunburstclick"],"base_url":"https://plot.ly"},"evals":[],"jsHooks":[]}</script> <h3>Add Slider Options</h3> <div class="highlight"><pre><code class="language-r" data-lang="r"><span class="n">library</span><span class="p">(</span><span class="n">plotly</span><span class="p">)</span><span class="w"> </span><span class="n">fig</span><span class="w"> </span><span class="o">&lt;-</span><span class="w"> </span><span class="n">fig</span><span class="w"> </span><span class="o">%&gt;%</span><span class="w"> </span><span class="n">animation_slider</span><span class="p">(</span><span class="w"> </span><span class="n">currentvalue</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="nf">list</span><span class="p">(</span><span class="n">prefix</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="s2">"YEAR "</span><span class="p">,</span><span class="w"> </span><span class="n">font</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="nf">list</span><span class="p">(</span><span class="n">color</span><span class="o">=</span><span class="s2">"red"</span><span class="p">))</span><span class="w"> </span><span class="p">)</span><span class="w"> </span><span class="n">fig</span><span class="w"> </span></code></pre></div> <div class="plotly html-widget html-fill-item" id="htmlwidget-b730604fd680928e9ec0" style="width:672px;height:480px;"></div> <script type="application/json" data-for="htmlwidget-b730604fd680928e9ec0">{"x":{"visdat":{"2402287d8e93":["function () ","plotlyVisDat"]},"cur_data":"2402287d8e93","attrs":{"2402287d8e93":{"x":{},"y":{},"text":{},"hoverinfo":"text","mode":"markers","color":{},"size":{},"frame":{},"alpha_stroke":1,"sizes":[10,100],"spans":[1,20],"type":"scatter"}},"layout":{"margin":{"b":40,"l":60,"t":25,"r":10},"xaxis":{"domain":[0,1],"automargin":true,"type":"log","title":"gdpPercap","range":[2.2486774322932659,5.1887227933502453]},"yaxis":{"domain":[0,1],"automargin":true,"title":"lifeExp","range":[20.648800000000001,85.55319999999999]},"hovermode":"closest","showlegend":true,"sliders":[{"currentvalue":{"prefix":"YEAR ","xanchor":"right","font":{"size":16,"color":"red"}},"steps":[{"method":"animate","args":[["1952"],{"transition":{"duration":1000,"easing":"elastic"},"frame":{"duration":1000,"redraw":false},"mode":"immediate"}],"label":"1952","value":"1952"},{"method":"animate","args":[["1957"],{"transition":{"duration":1000,"easing":"elastic"},"frame":{"duration":1000,"redraw":false},"mode":"immediate"}],"label":"1957","value":"1957"},{"method":"animate","args":[["1962"],{"transition":{"duration":1000,"easing":"elastic"},"frame":{"duration":1000,"redraw":false},"mode":"immediate"}],"label":"1962","value":"1962"},{"method":"animate","args":[["1967"],{"transition":{"duration":1000,"easing":"elastic"},"frame":{"duration":1000,"redraw":false},"mode":"immediate"}],"label":"1967","value":"1967"},{"method":"animate","args":[["1972"],{"transition":{"duration":1000,"easing":"elastic"},"frame":{"duration":1000,"redraw":false},"mode":"immediate"}],"label":"1972","value":"1972"},{"method":"animate","args":[["1977"],{"transition":{"duration":1000,"easing":"elastic"},"frame":{"duration":1000,"redraw":false},"mode":"immediate"}],"label":"1977","value":"1977"},{"method":"animate","args":[["1982"],{"transition":{"duration":1000,"easing":"elastic"},"frame":{"duration":1000,"redraw":false},"mode":"immediate"}],"label":"1982","value":"1982"},{"method":"animate","args":[["1987"],{"transition":{"duration":1000,"easing":"elastic"},"frame":{"duration":1000,"redraw":false},"mode":"immediate"}],"label":"1987","value":"1987"},{"method":"animate","args":[["1992"],{"transition":{"duration":1000,"easing":"elastic"},"frame":{"duration":1000,"redraw":false},"mode":"immediate"}],"label":"1992","value":"1992"},{"method":"animate","args":[["1997"],{"transition":{"duration":1000,"easing":"elastic"},"frame":{"duration":1000,"redraw":false},"mode":"immediate"}],"label":"1997","value":"1997"},{"method":"animate","args":[["2002"],{"transition":{"duration":1000,"easing":"elastic"},"frame":{"duration":1000,"redraw":false},"mode":"immediate"}],"label":"2002","value":"2002"},{"method":"animate","args":[["2007"],{"transition":{"duration":1000,"easing":"elastic"},"frame":{"duration":1000,"redraw":false},"mode":"immediate"}],"label":"2007","value":"2007"}],"visible":true,"pad":{"t":40}}],"updatemenus":[{"type":"buttons","direction":"right","showactive":false,"y":0,"x":1,"yanchor":"bottom","xanchor":"right","pad":{"t":60,"r":5},"buttons":[{"label":"Play","method":"animate","args":[null,{"fromcurrent":true,"mode":"immediate","transition":{"duration":1000,"easing":"elastic"},"frame":{"duration":1000,"redraw":false}}]}]}]},"source":"A","config":{"modeBarButtonsToAdd":["hoverclosest","hovercompare"],"showSendToCloud":false},"data":[{"x":[2449.0081850000001,3520.6102729999998,1062.7521999999999,851.24114069999996,543.25524129999997,339.29645870000002,1172.667655,1071.3107130000001,1178.665927,1102.9909359999999,780.54232569999999,2125.6214180000002,1388.594732,2669.5294749999998,1418.822445,375.64312310000003,328.94055709999998,362.14627960000001,4293.4764750000004,485.23065910000003,911.29893709999999,510.19649229999999,299.85031900000001,853.54091900000003,298.8462121,575.57299609999995,2387.5480600000001,1443.0117150000001,369.16508019999998,452.33698070000003,743.11590969999997,1967.9557070000001,1688.2035699999999,468.52603809999999,2423.7804430000001,761.87937599999998,1077.2818560000001,2718.885295,493.32387519999997,879.58358550000003,1450.3569829999999,879.78773579999995,1135.7498419999999,4725.2955309999998,1615.991129,1148.376626,716.65007209999999,859.80865670000003,1468.475631,734.75348399999996,1147.388831,406.88411480000002],"y":[43.076999999999998,30.015000000000001,38.222999999999999,47.622,31.975000000000001,39.030999999999999,38.523000000000003,35.463000000000001,38.091999999999999,40.715000000000003,39.143000000000001,42.110999999999997,40.476999999999997,34.811999999999998,41.893000000000001,34.481999999999999,35.927999999999997,34.078000000000003,37.003,30,43.149000000000001,33.609000000000002,32.5,42.270000000000003,42.137999999999998,38.479999999999997,42.722999999999999,36.680999999999997,36.256,33.685000000000002,40.542999999999999,50.985999999999997,42.872999999999998,31.286000000000001,41.725000000000001,37.444000000000003,36.323999999999998,52.723999999999997,40,46.470999999999997,37.277999999999999,30.331,32.978000000000002,45.009,38.634999999999998,41.406999999999996,41.215000000000003,38.595999999999997,44.600000000000001,39.978000000000002,42.037999999999997,48.451000000000001],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1952","type":"scatter","name":"Africa","marker":{"color":"rgba(102,194,165,1)","size":[10.629259618945621,10.284757308036966,10.114549306559425,10.026092922527592,10.30099360804077,10.162824868184376,10.337787988900558,10.084066145406517,10.178990185053525,10.00641066434841,10.958271908306536,10.054252546321832,10.199094588124854,10.000214177958215,11.512711890676478,10.010712515320479,10.094103774923674,11.419726168376613,10.024618247905162,10.01530976533753,10.37682420826115,10.177747092907902,10.035535385761884,10.437094691088317,10.047008307912341,10.054827441459514,10.065503646176497,10.320987168217217,10.195052849389482,10.257870602955506,10.06569659744733,10.031160572317752,10.67428558631673,10.435884565148502,10.029063498459834,10.22656294539239,12.256382194309907,10.013492870102452,10.168920476619746,10,10.183981323214891,10.142187272566975,10.16837902545897,10.969528877920411,10.576373224953816,10.015714027939985,10.563968785667058,10.079112205137831,10.244872976723292,10.393464020084254,10.178276122020115,10.206185257252644],"sizemode":"area","line":{"color":"rgba(102,194,165,1)"}},"textfont":{"color":"rgba(102,194,165,1)","size":[10.629259618945621,10.284757308036966,10.114549306559425,10.026092922527592,10.30099360804077,10.162824868184376,10.337787988900558,10.084066145406517,10.178990185053525,10.00641066434841,10.958271908306536,10.054252546321832,10.199094588124854,10.000214177958215,11.512711890676478,10.010712515320479,10.094103774923674,11.419726168376613,10.024618247905162,10.01530976533753,10.37682420826115,10.177747092907902,10.035535385761884,10.437094691088317,10.047008307912341,10.054827441459514,10.065503646176497,10.320987168217217,10.195052849389482,10.257870602955506,10.06569659744733,10.031160572317752,10.67428558631673,10.435884565148502,10.029063498459834,10.22656294539239,12.256382194309907,10.013492870102452,10.168920476619746,10,10.183981323214891,10.142187272566975,10.16837902545897,10.969528877920411,10.576373224953816,10.015714027939985,10.563968785667058,10.079112205137831,10.244872976723292,10.393464020084254,10.178276122020115,10.206185257252644]},"error_y":{"color":"rgba(102,194,165,1)","width":[]},"error_x":{"color":"rgba(102,194,165,1)","width":[]},"line":{"color":"rgba(102,194,165,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[5911.3150530000003,2677.3263470000002,2108.9443550000001,11367.161120000001,3939.9787889999998,2144.115096,2627.0094709999998,5586.5387799999999,1397.7171370000001,3522.110717,3048.3029000000001,2428.2377689999998,1840.366939,2194.9262039999999,2898.5308810000001,3478.1255289999999,3112.3639480000002,2480.3803339999999,1952.3087009999999,3758.5234369999998,3081.959785,3023.2719280000001,13990.48208,5716.7667439999996,7689.7997610000002],"y":[62.484999999999999,40.414000000000001,50.917000000000002,68.75,54.744999999999997,50.643000000000001,57.206000000000003,59.420999999999999,45.927999999999997,48.356999999999999,45.262,42.023000000000003,37.579000000000001,41.911999999999999,58.530000000000001,50.789000000000001,42.314,55.191000000000003,62.649000000000001,43.902000000000001,64.280000000000001,59.100000000000001,68.439999999999998,66.070999999999998,55.088000000000001],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1952","type":"scatter","name":"Americas","marker":{"color":"rgba(252,141,98,1)","size":[11.21606019812705,10.192699007692559,13.859199393585619,11.005064741453392,10.431195787839556,10.838881415457701,10.059127995624314,10.405954321662737,10.165945942012687,10.238117156882629,10.135335762000556,10.210654055097176,10.214415273944638,10.099474809361464,10.093239350500223,12.053344561308055,10.075472749667506,10.060067361857236,10.102097294921846,10.543682283554137,10.147903530750032,10.041145578761045,20.749371197304647,10.14967572026088,10.367170979719349],"sizemode":"area","line":{"color":"rgba(252,141,98,1)"}},"textfont":{"color":"rgba(252,141,98,1)","size":[11.21606019812705,10.192699007692559,13.859199393585619,11.005064741453392,10.431195787839556,10.838881415457701,10.059127995624314,10.405954321662737,10.165945942012687,10.238117156882629,10.135335762000556,10.210654055097176,10.214415273944638,10.099474809361464,10.093239350500223,12.053344561308055,10.075472749667506,10.060067361857236,10.102097294921846,10.543682283554137,10.147903530750032,10.041145578761045,20.749371197304647,10.14967572026088,10.367170979719349]},"error_y":{"color":"rgba(252,141,98,1)","width":[]},"error_x":{"color":"rgba(252,141,98,1)","width":[]},"line":{"color":"rgba(252,141,98,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[779.44531449999999,9867.0847649999996,684.24417159999996,368.46928559999998,400.44861100000003,3054.4212090000001,546.56574929999999,749.6816546,3035.3260019999998,4129.7660560000004,4086.5221280000001,3216.9563469999998,1546.907807,1088.2777579999999,1030.592226,108382.3529,4834.804067,1831.1328940000001,786.56685749999997,331,545.86572290000004,1828.230307,684.59714380000003,1272.880995,6459.5548230000004,2315.1382269999999,1083.5320300000001,1643.4853539999999,1206.947913,757.79741769999998,605.06649170000003,1515.5923290000001,781.71757609999997],"y":[28.800999999999998,50.939,37.484000000000002,39.417000000000002,44,60.960000000000001,37.372999999999998,37.468000000000004,44.869,45.32,65.390000000000001,63.030000000000001,43.158000000000001,50.055999999999997,47.453000000000003,55.564999999999998,55.927999999999997,48.463000000000001,42.244,36.319000000000003,36.156999999999996,37.578000000000003,43.436,47.752000000000002,39.875,60.396000000000001,57.593000000000004,45.883000000000003,58.5,50.847999999999999,40.411999999999999,43.159999999999997,32.548000000000002],"text":["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."],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1952","type":"scatter","name":"Asia","marker":{"color":"rgba(141,160,203,1)","size":[10.570958440333994,10.004124939159547,13.196073516337687,10.316272523015931,47.962566414495925,10.141003151025526,35.386025309878448,15.596200380490078,11.174770127735174,10.367320999844319,10.106536334452237,15.89699311991038,10.037396031178993,10.60100034575081,11.425638926987236,10.006824550625852,10.094156261491509,10.456501207090577,10.05055173139184,11.367311607471214,10.62263982736204,10.030565201275845,12.817931410627473,11.527412361357225,10.269303597092721,10.072825215250953,10.540722969369218,10.245815823859932,10.579492046432662,11.448969923046661,11.787329940458308,10.066244600897457,10.334700359049151],"sizemode":"area","line":{"color":"rgba(141,160,203,1)"}},"textfont":{"color":"rgba(141,160,203,1)","size":[10.570958440333994,10.004124939159547,13.196073516337687,10.316272523015931,47.962566414495925,10.141003151025526,35.386025309878448,15.596200380490078,11.174770127735174,10.367320999844319,10.106536334452237,15.89699311991038,10.037396031178993,10.60100034575081,11.425638926987236,10.006824550625852,10.094156261491509,10.456501207090577,10.05055173139184,11.367311607471214,10.62263982736204,10.030565201275845,12.817931410627473,11.527412361357225,10.269303597092721,10.072825215250953,10.540722969369218,10.245815823859932,10.579492046432662,11.448969923046661,11.787329940458308,10.066244600897457,10.334700359049151]},"error_y":{"color":"rgba(141,160,203,1)","width":[]},"error_x":{"color":"rgba(141,160,203,1)","width":[]},"line":{"color":"rgba(141,160,203,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[1601.0561359999999,6137.0764920000001,8343.1051270000007,973.53319480000005,2444.2866479999998,3119.2365199999999,6876.1402500000004,9692.3852449999995,6424.5190709999997,7029.8093269999999,7144.1143929999998,3530.690067,5263.6738160000004,7267.6884280000004,5210.2803279999998,4931.4041550000002,2647.5856010000002,8941.5718579999993,10095.42172,4029.3296989999999,3068.3198670000002,3144.613186,3581.4594480000001,5074.6591040000003,4215.041741,3834.0347419999998,8527.8446619999995,14734.232749999999,1969.1009799999999,9979.5084869999991],"y":[55.229999999999997,66.799999999999997,68,53.82,59.600000000000001,61.210000000000001,66.870000000000005,70.780000000000001,66.549999999999997,67.409999999999997,67.5,65.859999999999999,64.030000000000001,72.489999999999995,66.909999999999997,65.939999999999998,59.164000000000001,72.129999999999995,72.670000000000002,61.310000000000002,59.82,61.049999999999997,57.996000000000002,64.359999999999999,65.569999999999993,64.939999999999998,71.859999999999999,69.620000000000005,43.585000000000001,69.180000000000007],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1952","type":"scatter","name":"Europe","marker":{"color":"rgba(231,138,195,1)","size":[10.083452004785734,10.468745388300251,10.591780523848481,10.186398230696833,10.492437920575309,10.26087789900933,10.618725312244932,10.291712631437814,10.275093022506884,12.893904318382232,14.715323704498925,10.523721689583494,10.644580714283491,10.006002920842237,10.197397613435532,13.249252237988841,10.024149486204392,10.704506041618405,10.22303153444337,11.752091728319773,10.577832679154104,11.130951692689347,10.464129778222411,10.238757643166849,10.097568161412857,11.944518747751182,10.482184475027601,10.32454233121514,11.513556043954743,13.437903568933802],"sizemode":"area","line":{"color":"rgba(231,138,195,1)"}},"textfont":{"color":"rgba(231,138,195,1)","size":[10.083452004785734,10.468745388300251,10.591780523848481,10.186398230696833,10.492437920575309,10.26087789900933,10.618725312244932,10.291712631437814,10.275093022506884,12.893904318382232,14.715323704498925,10.523721689583494,10.644580714283491,10.006002920842237,10.197397613435532,13.249252237988841,10.024149486204392,10.704506041618405,10.22303153444337,11.752091728319773,10.577832679154104,11.130951692689347,10.464129778222411,10.238757643166849,10.097568161412857,11.944518747751182,10.482184475027601,10.32454233121514,11.513556043954743,13.437903568933802]},"error_y":{"color":"rgba(231,138,195,1)","width":[]},"error_x":{"color":"rgba(231,138,195,1)","width":[]},"line":{"color":"rgba(231,138,195,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[10039.59564,10556.57566],"y":[69.120000000000005,69.390000000000001],"text":["Australia","New Zealand"],"hoverinfo":["text","text"],"mode":"markers","frame":"1952","type":"scatter","name":"Oceania","marker":{"color":"rgba(166,216,84,1)","size":[10.589105483467248,10.132054771360233],"sizemode":"area","line":{"color":"rgba(166,216,84,1)"}},"textfont":{"color":"rgba(166,216,84,1)","size":[10.589105483467248,10.132054771360233]},"error_y":{"color":"rgba(166,216,84,1)","width":[]},"error_x":{"color":"rgba(166,216,84,1)","width":[]},"line":{"color":"rgba(166,216,84,1)"},"xaxis":"x","yaxis":"y","visible":true}],"highlight":{"on":"plotly_click","persistent":false,"dynamic":false,"selectize":false,"opacityDim":0.20000000000000001,"selected":{"opacity":1},"debounce":0},"frames":[{"name":"1952","data":[{"x":[2449.0081850000001,3520.6102729999998,1062.7521999999999,851.24114069999996,543.25524129999997,339.29645870000002,1172.667655,1071.3107130000001,1178.665927,1102.9909359999999,780.54232569999999,2125.6214180000002,1388.594732,2669.5294749999998,1418.822445,375.64312310000003,328.94055709999998,362.14627960000001,4293.4764750000004,485.23065910000003,911.29893709999999,510.19649229999999,299.85031900000001,853.54091900000003,298.8462121,575.57299609999995,2387.5480600000001,1443.0117150000001,369.16508019999998,452.33698070000003,743.11590969999997,1967.9557070000001,1688.2035699999999,468.52603809999999,2423.7804430000001,761.87937599999998,1077.2818560000001,2718.885295,493.32387519999997,879.58358550000003,1450.3569829999999,879.78773579999995,1135.7498419999999,4725.2955309999998,1615.991129,1148.376626,716.65007209999999,859.80865670000003,1468.475631,734.75348399999996,1147.388831,406.88411480000002],"y":[43.076999999999998,30.015000000000001,38.222999999999999,47.622,31.975000000000001,39.030999999999999,38.523000000000003,35.463000000000001,38.091999999999999,40.715000000000003,39.143000000000001,42.110999999999997,40.476999999999997,34.811999999999998,41.893000000000001,34.481999999999999,35.927999999999997,34.078000000000003,37.003,30,43.149000000000001,33.609000000000002,32.5,42.270000000000003,42.137999999999998,38.479999999999997,42.722999999999999,36.680999999999997,36.256,33.685000000000002,40.542999999999999,50.985999999999997,42.872999999999998,31.286000000000001,41.725000000000001,37.444000000000003,36.323999999999998,52.723999999999997,40,46.470999999999997,37.277999999999999,30.331,32.978000000000002,45.009,38.634999999999998,41.406999999999996,41.215000000000003,38.595999999999997,44.600000000000001,39.978000000000002,42.037999999999997,48.451000000000001],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1952","type":"scatter","name":"Africa","marker":{"color":"rgba(102,194,165,1)","size":[10.629259618945621,10.284757308036966,10.114549306559425,10.026092922527592,10.30099360804077,10.162824868184376,10.337787988900558,10.084066145406517,10.178990185053525,10.00641066434841,10.958271908306536,10.054252546321832,10.199094588124854,10.000214177958215,11.512711890676478,10.010712515320479,10.094103774923674,11.419726168376613,10.024618247905162,10.01530976533753,10.37682420826115,10.177747092907902,10.035535385761884,10.437094691088317,10.047008307912341,10.054827441459514,10.065503646176497,10.320987168217217,10.195052849389482,10.257870602955506,10.06569659744733,10.031160572317752,10.67428558631673,10.435884565148502,10.029063498459834,10.22656294539239,12.256382194309907,10.013492870102452,10.168920476619746,10,10.183981323214891,10.142187272566975,10.16837902545897,10.969528877920411,10.576373224953816,10.015714027939985,10.563968785667058,10.079112205137831,10.244872976723292,10.393464020084254,10.178276122020115,10.206185257252644],"sizemode":"area","line":{"color":"rgba(102,194,165,1)"}},"textfont":{"color":"rgba(102,194,165,1)","size":[10.629259618945621,10.284757308036966,10.114549306559425,10.026092922527592,10.30099360804077,10.162824868184376,10.337787988900558,10.084066145406517,10.178990185053525,10.00641066434841,10.958271908306536,10.054252546321832,10.199094588124854,10.000214177958215,11.512711890676478,10.010712515320479,10.094103774923674,11.419726168376613,10.024618247905162,10.01530976533753,10.37682420826115,10.177747092907902,10.035535385761884,10.437094691088317,10.047008307912341,10.054827441459514,10.065503646176497,10.320987168217217,10.195052849389482,10.257870602955506,10.06569659744733,10.031160572317752,10.67428558631673,10.435884565148502,10.029063498459834,10.22656294539239,12.256382194309907,10.013492870102452,10.168920476619746,10,10.183981323214891,10.142187272566975,10.16837902545897,10.969528877920411,10.576373224953816,10.015714027939985,10.563968785667058,10.079112205137831,10.244872976723292,10.393464020084254,10.178276122020115,10.206185257252644]},"error_y":{"color":"rgba(102,194,165,1)","width":[]},"error_x":{"color":"rgba(102,194,165,1)","width":[]},"line":{"color":"rgba(102,194,165,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[5911.3150530000003,2677.3263470000002,2108.9443550000001,11367.161120000001,3939.9787889999998,2144.115096,2627.0094709999998,5586.5387799999999,1397.7171370000001,3522.110717,3048.3029000000001,2428.2377689999998,1840.366939,2194.9262039999999,2898.5308810000001,3478.1255289999999,3112.3639480000002,2480.3803339999999,1952.3087009999999,3758.5234369999998,3081.959785,3023.2719280000001,13990.48208,5716.7667439999996,7689.7997610000002],"y":[62.484999999999999,40.414000000000001,50.917000000000002,68.75,54.744999999999997,50.643000000000001,57.206000000000003,59.420999999999999,45.927999999999997,48.356999999999999,45.262,42.023000000000003,37.579000000000001,41.911999999999999,58.530000000000001,50.789000000000001,42.314,55.191000000000003,62.649000000000001,43.902000000000001,64.280000000000001,59.100000000000001,68.439999999999998,66.070999999999998,55.088000000000001],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1952","type":"scatter","name":"Americas","marker":{"color":"rgba(252,141,98,1)","size":[11.21606019812705,10.192699007692559,13.859199393585619,11.005064741453392,10.431195787839556,10.838881415457701,10.059127995624314,10.405954321662737,10.165945942012687,10.238117156882629,10.135335762000556,10.210654055097176,10.214415273944638,10.099474809361464,10.093239350500223,12.053344561308055,10.075472749667506,10.060067361857236,10.102097294921846,10.543682283554137,10.147903530750032,10.041145578761045,20.749371197304647,10.14967572026088,10.367170979719349],"sizemode":"area","line":{"color":"rgba(252,141,98,1)"}},"textfont":{"color":"rgba(252,141,98,1)","size":[11.21606019812705,10.192699007692559,13.859199393585619,11.005064741453392,10.431195787839556,10.838881415457701,10.059127995624314,10.405954321662737,10.165945942012687,10.238117156882629,10.135335762000556,10.210654055097176,10.214415273944638,10.099474809361464,10.093239350500223,12.053344561308055,10.075472749667506,10.060067361857236,10.102097294921846,10.543682283554137,10.147903530750032,10.041145578761045,20.749371197304647,10.14967572026088,10.367170979719349]},"error_y":{"color":"rgba(252,141,98,1)","width":[]},"error_x":{"color":"rgba(252,141,98,1)","width":[]},"line":{"color":"rgba(252,141,98,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[779.44531449999999,9867.0847649999996,684.24417159999996,368.46928559999998,400.44861100000003,3054.4212090000001,546.56574929999999,749.6816546,3035.3260019999998,4129.7660560000004,4086.5221280000001,3216.9563469999998,1546.907807,1088.2777579999999,1030.592226,108382.3529,4834.804067,1831.1328940000001,786.56685749999997,331,545.86572290000004,1828.230307,684.59714380000003,1272.880995,6459.5548230000004,2315.1382269999999,1083.5320300000001,1643.4853539999999,1206.947913,757.79741769999998,605.06649170000003,1515.5923290000001,781.71757609999997],"y":[28.800999999999998,50.939,37.484000000000002,39.417000000000002,44,60.960000000000001,37.372999999999998,37.468000000000004,44.869,45.32,65.390000000000001,63.030000000000001,43.158000000000001,50.055999999999997,47.453000000000003,55.564999999999998,55.927999999999997,48.463000000000001,42.244,36.319000000000003,36.156999999999996,37.578000000000003,43.436,47.752000000000002,39.875,60.396000000000001,57.593000000000004,45.883000000000003,58.5,50.847999999999999,40.411999999999999,43.159999999999997,32.548000000000002],"text":["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."],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1952","type":"scatter","name":"Asia","marker":{"color":"rgba(141,160,203,1)","size":[10.570958440333994,10.004124939159547,13.196073516337687,10.316272523015931,47.962566414495925,10.141003151025526,35.386025309878448,15.596200380490078,11.174770127735174,10.367320999844319,10.106536334452237,15.89699311991038,10.037396031178993,10.60100034575081,11.425638926987236,10.006824550625852,10.094156261491509,10.456501207090577,10.05055173139184,11.367311607471214,10.62263982736204,10.030565201275845,12.817931410627473,11.527412361357225,10.269303597092721,10.072825215250953,10.540722969369218,10.245815823859932,10.579492046432662,11.448969923046661,11.787329940458308,10.066244600897457,10.334700359049151],"sizemode":"area","line":{"color":"rgba(141,160,203,1)"}},"textfont":{"color":"rgba(141,160,203,1)","size":[10.570958440333994,10.004124939159547,13.196073516337687,10.316272523015931,47.962566414495925,10.141003151025526,35.386025309878448,15.596200380490078,11.174770127735174,10.367320999844319,10.106536334452237,15.89699311991038,10.037396031178993,10.60100034575081,11.425638926987236,10.006824550625852,10.094156261491509,10.456501207090577,10.05055173139184,11.367311607471214,10.62263982736204,10.030565201275845,12.817931410627473,11.527412361357225,10.269303597092721,10.072825215250953,10.540722969369218,10.245815823859932,10.579492046432662,11.448969923046661,11.787329940458308,10.066244600897457,10.334700359049151]},"error_y":{"color":"rgba(141,160,203,1)","width":[]},"error_x":{"color":"rgba(141,160,203,1)","width":[]},"line":{"color":"rgba(141,160,203,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[1601.0561359999999,6137.0764920000001,8343.1051270000007,973.53319480000005,2444.2866479999998,3119.2365199999999,6876.1402500000004,9692.3852449999995,6424.5190709999997,7029.8093269999999,7144.1143929999998,3530.690067,5263.6738160000004,7267.6884280000004,5210.2803279999998,4931.4041550000002,2647.5856010000002,8941.5718579999993,10095.42172,4029.3296989999999,3068.3198670000002,3144.613186,3581.4594480000001,5074.6591040000003,4215.041741,3834.0347419999998,8527.8446619999995,14734.232749999999,1969.1009799999999,9979.5084869999991],"y":[55.229999999999997,66.799999999999997,68,53.82,59.600000000000001,61.210000000000001,66.870000000000005,70.780000000000001,66.549999999999997,67.409999999999997,67.5,65.859999999999999,64.030000000000001,72.489999999999995,66.909999999999997,65.939999999999998,59.164000000000001,72.129999999999995,72.670000000000002,61.310000000000002,59.82,61.049999999999997,57.996000000000002,64.359999999999999,65.569999999999993,64.939999999999998,71.859999999999999,69.620000000000005,43.585000000000001,69.180000000000007],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1952","type":"scatter","name":"Europe","marker":{"color":"rgba(231,138,195,1)","size":[10.083452004785734,10.468745388300251,10.591780523848481,10.186398230696833,10.492437920575309,10.26087789900933,10.618725312244932,10.291712631437814,10.275093022506884,12.893904318382232,14.715323704498925,10.523721689583494,10.644580714283491,10.006002920842237,10.197397613435532,13.249252237988841,10.024149486204392,10.704506041618405,10.22303153444337,11.752091728319773,10.577832679154104,11.130951692689347,10.464129778222411,10.238757643166849,10.097568161412857,11.944518747751182,10.482184475027601,10.32454233121514,11.513556043954743,13.437903568933802],"sizemode":"area","line":{"color":"rgba(231,138,195,1)"}},"textfont":{"color":"rgba(231,138,195,1)","size":[10.083452004785734,10.468745388300251,10.591780523848481,10.186398230696833,10.492437920575309,10.26087789900933,10.618725312244932,10.291712631437814,10.275093022506884,12.893904318382232,14.715323704498925,10.523721689583494,10.644580714283491,10.006002920842237,10.197397613435532,13.249252237988841,10.024149486204392,10.704506041618405,10.22303153444337,11.752091728319773,10.577832679154104,11.130951692689347,10.464129778222411,10.238757643166849,10.097568161412857,11.944518747751182,10.482184475027601,10.32454233121514,11.513556043954743,13.437903568933802]},"error_y":{"color":"rgba(231,138,195,1)","width":[]},"error_x":{"color":"rgba(231,138,195,1)","width":[]},"line":{"color":"rgba(231,138,195,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[10039.59564,10556.57566],"y":[69.120000000000005,69.390000000000001],"text":["Australia","New Zealand"],"hoverinfo":["text","text"],"mode":"markers","frame":"1952","type":"scatter","name":"Oceania","marker":{"color":"rgba(166,216,84,1)","size":[10.589105483467248,10.132054771360233],"sizemode":"area","line":{"color":"rgba(166,216,84,1)"}},"textfont":{"color":"rgba(166,216,84,1)","size":[10.589105483467248,10.132054771360233]},"error_y":{"color":"rgba(166,216,84,1)","width":[]},"error_x":{"color":"rgba(166,216,84,1)","width":[]},"line":{"color":"rgba(166,216,84,1)"},"xaxis":"x","yaxis":"y","visible":true}],"traces":[0,1,2,3,4]},{"name":"1957","data":[{"x":[3013.9760230000002,3827.9404650000001,959.60108049999997,918.23253490000002,617.18346480000002,379.56462809999999,1313.0480990000001,1190.8443279999999,1308.4955769999999,1211.1485479999999,905.86023030000001,2315.056572,1500.895925,2864.9690759999999,1458.915272,426.09640810000002,344.16188590000002,378.90416320000003,4976.1980990000002,520.92671110000003,1043.561537,576.26702450000005,431.79045660000003,944.43831520000003,335.99711509999997,620.96999010000002,3448.2843950000001,1589.2027499999999,416.36980640000002,490.38218669999998,846.12026130000004,2034.0379809999999,1642.0023140000001,495.58683330000002,2621.4480579999999,835.52340249999997,1100.5925629999999,2769.4518440000002,540.28939830000002,860.73690260000001,1567.653006,1004.484437,1258.1474129999999,5487.1042189999998,1770.337074,1244.7083640000001,698.53560730000004,925.90832020000005,1395.2324679999999,774.37106919999997,1311.956766,518.76426809999998],"y":[45.685000000000002,31.998999999999999,40.357999999999997,49.618000000000002,34.905999999999999,40.533000000000001,40.427999999999997,37.463999999999999,39.881,42.460000000000001,40.652000000000001,45.052999999999997,42.469000000000001,37.328000000000003,44.444000000000003,35.982999999999997,38.046999999999997,36.667000000000002,38.999000000000002,32.064999999999998,44.779000000000003,34.558,33.488999999999997,44.686,45.046999999999997,39.485999999999997,45.289000000000001,38.865000000000002,37.207000000000001,35.307000000000002,42.338000000000001,58.088999999999999,45.423000000000002,33.779000000000003,45.225999999999999,38.597999999999999,37.802,55.090000000000003,41.5,48.945,39.329000000000001,31.57,34.976999999999997,47.984999999999999,39.624000000000002,43.423999999999999,42.973999999999997,41.207999999999998,47.100000000000001,42.570999999999998,44.076999999999998,50.469000000000001],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1957","type":"scatter","name":"Africa","marker":{"color":"rgba(102,194,165,1)","size":[10.696920947656547,10.307230704974348,10.127302928266268,10.028299610726139,10.317608917031814,10.177970212010964,10.361734968412145,10.090931647840824,10.193486647475158,10.007570419563828,11.059144880661634,10.060093161496562,10.22113901486868,10.000808115686826,11.702894273233508,10.011801696919328,10.101191918689942,11.553138492187099,10.025587577211269,10.017960029874647,10.432128738289153,10.192249288582719,10.036930613875914,10.504715204496819,10.051416838345432,10.062515597472647,10.077915388535763,10.349569278168675,10.215763270972918,10.285425436791893,10.069402463100364,10.037525848411793,10.774421835637741,10.476271170392865,10.033312180333928,10.247906754946582,12.533096567166499,10.016973773821046,10.188519670880781,10.000089684460514,10.204386107801229,10.15259101125171,10.185675772542689,11.098295969844939,10.661602469973442,10.018205126448246,10.641087934540446,10.08855378108294,10.265561420836191,10.451527132182735,10.201755158867099,10.244777763768637],"sizemode":"area","line":{"color":"rgba(102,194,165,1)"}},"textfont":{"color":"rgba(102,194,165,1)","size":[10.696920947656547,10.307230704974348,10.127302928266268,10.028299610726139,10.317608917031814,10.177970212010964,10.361734968412145,10.090931647840824,10.193486647475158,10.007570419563828,11.059144880661634,10.060093161496562,10.22113901486868,10.000808115686826,11.702894273233508,10.011801696919328,10.101191918689942,11.553138492187099,10.025587577211269,10.017960029874647,10.432128738289153,10.192249288582719,10.036930613875914,10.504715204496819,10.051416838345432,10.062515597472647,10.077915388535763,10.349569278168675,10.215763270972918,10.285425436791893,10.069402463100364,10.037525848411793,10.774421835637741,10.476271170392865,10.033312180333928,10.247906754946582,12.533096567166499,10.016973773821046,10.188519670880781,10.000089684460514,10.204386107801229,10.15259101125171,10.185675772542689,11.098295969844939,10.661602469973442,10.018205126448246,10.641087934540446,10.08855378108294,10.265561420836191,10.451527132182735,10.201755158867099,10.244777763768637]},"error_y":{"color":"rgba(102,194,165,1)","width":[]},"error_x":{"color":"rgba(102,194,165,1)","width":[]},"line":{"color":"rgba(102,194,165,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[6856.8562119999997,2127.686326,2487.3659889999999,12489.950059999999,4315.6227230000004,2323.8055810000001,2990.0108019999998,6092.1743589999996,1544.4029949999999,3780.5466510000001,3421.5232179999998,2617.1559670000001,1726.887882,2220.4876819999999,4756.5257810000003,4131.5466409999999,3457.415947,2961.8009050000001,2046.154706,4245.2566980000001,3907.1561889999998,4100.3933999999999,14847.127119999999,6150.7729689999996,9802.4665260000002],"y":[64.399000000000001,41.890000000000001,53.284999999999997,69.959999999999994,56.073999999999998,55.118000000000002,60.026000000000003,62.325000000000003,49.828000000000003,51.356000000000002,48.57,44.142000000000003,40.695999999999998,44.664999999999999,62.609999999999999,55.189999999999998,45.432000000000002,59.201000000000001,63.195999999999998,46.262999999999998,68.540000000000006,61.799999999999997,69.489999999999995,67.043999999999997,57.906999999999996],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1957","type":"scatter","name":"Americas","marker":{"color":"rgba(252,141,98,1)","size":[11.334382394799345,10.215114867339063,14.469969066255199,11.156898349007745,10.476980387462275,10.984616752709133,10.071821895943829,10.449155408196118,10.195420323617343,10.27290107695938,10.156694860229905,10.244404829299647,10.235315234148203,10.116738521986365,10.10067858777097,12.385820759387055,10.088648175001426,10.068491558374317,10.116773467529578,10.620152960540654,10.150155880215005,10.048110798848937,21.734330443638488,10.161414829166288,10.45338136181652],"sizemode":"area","line":{"color":"rgba(252,141,98,1)"}},"textfont":{"color":"rgba(252,141,98,1)","size":[11.334382394799345,10.215114867339063,14.469969066255199,11.156898349007745,10.476980387462275,10.984616752709133,10.071821895943829,10.449155408196118,10.195420323617343,10.27290107695938,10.156694860229905,10.244404829299647,10.235315234148203,10.116738521986365,10.10067858777097,12.385820759387055,10.088648175001426,10.068491558374317,10.116773467529578,10.620152960540654,10.150155880215005,10.048110798848937,21.734330443638488,10.161414829166288,10.45338136181652]},"error_y":{"color":"rgba(252,141,98,1)","width":[]},"error_x":{"color":"rgba(252,141,98,1)","width":[]},"line":{"color":"rgba(252,141,98,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[820.85302960000001,11635.79945,661.63745770000003,434.03833639999999,575.9870009,3629.0764570000001,590.06199600000002,858.90027069999996,3290.2576429999999,6229.3335619999998,5385.2784510000001,4317.6943650000003,1886.0805909999999,1571.1346550000001,1487.593537,113523.1329,6089.7869339999997,1810.066992,912.66260850000003,350,597.9363558,2242.7465510000002,747.08352920000004,1547.9448440000001,8157.5912479999997,2843.104409,1072.5466019999999,2117.2348929999998,1507.8612900000001,793.57741480000004,676.28544780000004,1827.067742,804.83045470000002],"y":[30.332000000000001,53.832000000000001,39.347999999999999,41.366,50.548960000000001,64.75,40.249000000000002,39.917999999999999,47.180999999999997,48.436999999999998,67.840000000000003,65.5,45.668999999999997,54.081000000000003,52.680999999999997,58.033000000000001,59.488999999999997,52.101999999999997,45.247999999999998,41.905000000000001,37.686,40.079999999999998,45.557000000000002,51.334000000000003,42.868000000000002,63.179000000000002,61.456000000000003,48.283999999999999,62.399999999999999,53.630000000000003,42.887,45.670999999999999,33.969999999999999],"text":["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."],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1957","type":"scatter","name":"Asia","marker":{"color":"rgba(141,160,203,1)","size":[10.626625666878871,10.005367690040099,13.501752079518614,10.35918319297436,53.500921273496438,10.182664790826106,37.911386831211132,16.147138710225143,11.346767723242158,10.422392787094275,10.128615297221192,16.245355411777886,10.046858970317512,10.638259188371482,11.53921064562585,10.010431449408456,10.108344902819596,10.524130183872824,10.056112372702772,11.479167923106701,10.656752820310286,10.034260692470738,13.181950943927241,11.775409892812547,10.297558502094629,10.094593080781685,10.618954847131317,10.279147797567946,10.689642377980968,11.70509038221487,11.975142032342017,10.068964756521003,10.371165282609928],"sizemode":"area","line":{"color":"rgba(141,160,203,1)"}},"textfont":{"color":"rgba(141,160,203,1)","size":[10.626625666878871,10.005367690040099,13.501752079518614,10.35918319297436,53.500921273496438,10.182664790826106,37.911386831211132,16.147138710225143,11.346767723242158,10.422392787094275,10.128615297221192,16.245355411777886,10.046858970317512,10.638259188371482,11.53921064562585,10.010431449408456,10.108344902819596,10.524130183872824,10.056112372702772,11.479167923106701,10.656752820310286,10.034260692470738,13.181950943927241,11.775409892812547,10.297558502094629,10.094593080781685,10.618954847131317,10.279147797567946,10.689642377980968,11.70509038221487,11.975142032342017,10.068964756521003,10.371165282609928]},"error_y":{"color":"rgba(141,160,203,1)","width":[]},"error_x":{"color":"rgba(141,160,203,1)","width":[]},"line":{"color":"rgba(141,160,203,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[1942.2842439999999,8842.5980299999992,9714.9606230000009,1353.989176,3008.6707270000002,4338.2316170000004,8256.3439180000005,11099.65935,7545.4153859999997,8662.8348979999992,10187.826650000001,4916.2998889999999,6040.1800110000004,9244.0014119999996,5599.0778719999998,6248.6562320000003,3682.2599030000001,11276.193439999999,11653.973040000001,4734.2530189999998,3774.571743,3943.3702250000001,4981.0908909999998,6093.2629800000004,5862.276629,4564.8024100000002,9911.8782260000007,17909.489730000001,2218.7542570000001,11283.177949999999],"y":[59.280000000000001,67.480000000000004,69.239999999999995,58.450000000000003,66.609999999999999,64.769999999999996,69.030000000000001,71.810000000000002,67.489999999999995,68.930000000000007,69.099999999999994,67.859999999999999,66.409999999999997,73.469999999999999,68.900000000000006,67.810000000000002,61.448,72.989999999999995,73.439999999999998,65.769999999999996,61.509999999999998,64.099999999999994,61.685000000000002,67.450000000000003,67.849999999999994,66.659999999999997,72.489999999999995,70.560000000000002,48.079000000000001,70.420000000000002],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1957","type":"scatter","name":"Europe","marker":{"color":"rgba(231,138,195,1)","size":[10.096679984940502,10.471345009100913,10.609437988111667,10.205850339712503,10.518125215440165,10.268318364834331,10.645246727194982,10.302212060848305,10.291030101296915,13.020254025053717,14.843169585492278,10.54849534960174,10.667445474003665,10.007173323527853,10.19235125858577,13.352723807349392,10.026128482347934,10.748487942632977,10.2342393618871,11.923051536747515,10.59773525806277,11.212809375318953,10.492180947977261,10.258287560618582,10.100540716682508,12.032684169183948,10.498505750033946,10.345769018597153,11.748023029643836,13.506156583023873],"sizemode":"area","line":{"color":"rgba(231,138,195,1)"}},"textfont":{"color":"rgba(231,138,195,1)","size":[10.096679984940502,10.471345009100913,10.609437988111667,10.205850339712503,10.518125215440165,10.268318364834331,10.645246727194982,10.302212060848305,10.291030101296915,13.020254025053717,14.843169585492278,10.54849534960174,10.667445474003665,10.007173323527853,10.19235125858577,13.352723807349392,10.026128482347934,10.748487942632977,10.2342393618871,11.923051536747515,10.59773525806277,11.212809375318953,10.492180947977261,10.258287560618582,10.100540716682508,12.032684169183948,10.498505750033946,10.345769018597153,11.748023029643836,13.506156583023873]},"error_y":{"color":"rgba(231,138,195,1)","width":[]},"error_x":{"color":"rgba(231,138,195,1)","width":[]},"line":{"color":"rgba(231,138,195,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[10949.649590000001,12247.39532],"y":[70.329999999999998,70.260000000000005],"text":["Australia","New Zealand"],"hoverinfo":["text","text"],"mode":"markers","frame":"1957","type":"scatter","name":"Oceania","marker":{"color":"rgba(166,216,84,1)","size":[10.658816177179244,10.148067815754947],"sizemode":"area","line":{"color":"rgba(166,216,84,1)"}},"textfont":{"color":"rgba(166,216,84,1)","size":[10.658816177179244,10.148067815754947]},"error_y":{"color":"rgba(166,216,84,1)","width":[]},"error_x":{"color":"rgba(166,216,84,1)","width":[]},"line":{"color":"rgba(166,216,84,1)"},"xaxis":"x","yaxis":"y","visible":true}],"traces":[0,1,2,3,4]},{"name":"1962","data":[{"x":[2550.8168799999999,4269.276742,949.49906410000006,983.65397640000003,722.51202060000003,355.20322729999998,1399.6074410000001,1193.068753,1389.817618,1406.6482779999999,896.31463350000001,2464.7831569999998,1728.869428,3020.9892629999999,1693.335853,582.84197140000003,380.99584329999999,419.45641610000001,6631.4592220000004,599.65027599999996,1190.0411180000001,686.37367389999997,522.03437250000002,896.96637320000002,411.80062659999999,634.19516250000004,6757.0308160000004,1643.3871099999999,427.90108559999999,496.17434279999998,1055.8960360000001,2529.0674869999998,1566.3534930000001,556.68635389999997,3173.2155950000001,997.76611270000001,1150.9274780000001,3173.72334,597.47307269999999,1071.551119,1654.9887229999999,1116.6398770000001,1369.4883359999999,5768.7297170000002,1959.5937670000001,1856.182125,722.00380729999995,1067.5348100000001,1660.30321,767.27173979999998,1452.725766,527.2721818],"y":[48.302999999999997,34,42.618000000000002,51.520000000000003,37.814,42.045000000000002,42.643000000000001,39.475000000000001,41.716000000000001,44.466999999999999,42.122,48.435000000000002,44.93,39.692999999999998,46.991999999999997,37.484999999999999,40.158000000000001,40.058999999999997,40.488999999999997,33.896000000000001,46.451999999999998,35.753,34.488,47.948999999999998,47.747,40.502000000000002,47.808,40.847999999999999,38.409999999999997,36.936,44.247999999999998,60.246000000000002,47.923999999999999,36.161000000000001,48.386000000000003,39.487000000000002,39.359999999999999,57.665999999999997,43,51.893000000000001,41.454000000000001,32.767000000000003,36.981000000000002,49.951000000000001,40.869999999999997,44.991999999999997,44.246000000000002,43.921999999999997,49.579000000000001,45.344000000000001,46.023000000000003,52.357999999999997],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1962","type":"scatter","name":"Africa","marker":{"color":"rgba(102,194,165,1)","size":[10.746751927219597,10.325294138165342,10.142777388126797,10.030901756888323,10.331683780585413,10.198063694600037,10.391336983153151,10.099886033771357,10.210929524262045,10.008987420389353,11.189405894558565,10.067428039908766,10.257477465594347,10.002039877832109,11.91881732451241,10.012914084542968,10.10965577020821,11.712151497787557,10.027004305024738,10.021432060701409,10.497921913751419,10.21021873737331,10.03875467567747,10.588241741573938,10.056863770134891,10.071855749438818,10.094315564026395,10.385173121703691,10.24356750132279,10.316036094575123,10.07417369005033,10.043750523296808,10.887056645151938,10.527522972950226,10.0383159453029,10.27410389982669,12.853749978144815,10.020400075128368,10.204160531589661,10.000364061577157,10.230028492182814,10.16434534057926,10.206133794480021,11.248801237239071,10.759193018374921,10.021158093102851,10.737401946819398,10.100201362696453,10.288474162425269,10.520687638348148,10.22939762957358,10.287872443853052],"sizemode":"area","line":{"color":"rgba(102,194,165,1)"}},"textfont":{"color":"rgba(102,194,165,1)","size":[10.746751927219597,10.325294138165342,10.142777388126797,10.030901756888323,10.331683780585413,10.198063694600037,10.391336983153151,10.099886033771357,10.210929524262045,10.008987420389353,11.189405894558565,10.067428039908766,10.257477465594347,10.002039877832109,11.91881732451241,10.012914084542968,10.10965577020821,11.712151497787557,10.027004305024738,10.021432060701409,10.497921913751419,10.21021873737331,10.03875467567747,10.588241741573938,10.056863770134891,10.071855749438818,10.094315564026395,10.385173121703691,10.24356750132279,10.316036094575123,10.07417369005033,10.043750523296808,10.887056645151938,10.527522972950226,10.0383159453029,10.27410389982669,12.853749978144815,10.020400075128368,10.204160531589661,10.000364061577157,10.230028492182814,10.16434534057926,10.206133794480021,11.248801237239071,10.759193018374921,10.021158093102851,10.737401946819398,10.100201362696453,10.288474162425269,10.520687638348148,10.22939762957358,10.287872443853052]},"error_y":{"color":"rgba(102,194,165,1)","width":[]},"error_x":{"color":"rgba(102,194,165,1)","width":[]},"line":{"color":"rgba(102,194,165,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[7133.1660229999998,2180.972546,3336.5858020000001,13462.485549999999,4519.0943310000002,2492.3511090000002,3460.9370250000002,5180.7559099999999,1662.1373590000001,4086.1140780000001,3776.8036269999998,2750.364446,1796.5890320000001,2291.1568349999998,5246.107524,4581.6093849999997,3634.3644060000001,3536.540301,2148.0271459999999,4957.0379819999998,5108.3446299999996,4997.5239709999996,16173.145860000001,5603.3577169999999,8422.9741649999996],"y":[65.141999999999996,43.427999999999997,55.664999999999999,71.299999999999997,57.923999999999999,57.863,62.841999999999999,65.245999999999995,53.459000000000003,54.640000000000001,52.307000000000002,46.954000000000001,43.590000000000003,48.040999999999997,65.609999999999999,58.298999999999999,48.631999999999998,61.817,64.361000000000004,49.095999999999997,69.620000000000005,64.900000000000006,70.209999999999994,68.253,60.770000000000003],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1962","type":"scatter","name":"Americas","marker":{"color":"rgba(252,141,98,1)","size":[11.448586409360487,10.241199804264006,15.185821625441967,11.291745487680432,10.539283922820143,11.156879988946955,10.087717135636224,10.491036890955083,10.231611347832576,10.315444682208032,10.183441987897551,10.283171312748555,10.260734635932755,10.138563924807976,10.109554073217215,12.802569363481149,10.104467107824068,10.078880963926094,10.133079863378851,10.713686891049688,10.162990586502586,10.056478481870352,22.727684810705405,10.173257204882015,10.551713956987186],"sizemode":"area","line":{"color":"rgba(252,141,98,1)"}},"textfont":{"color":"rgba(252,141,98,1)","size":[11.448586409360487,10.241199804264006,15.185821625441967,11.291745487680432,10.539283922820143,11.156879988946955,10.087717135636224,10.491036890955083,10.231611347832576,10.315444682208032,10.183441987897551,10.283171312748555,10.260734635932755,10.138563924807976,10.109554073217215,12.802569363481149,10.104467107824068,10.078880963926094,10.133079863378851,10.713686891049688,10.162990586502586,10.056478481870352,22.727684810705405,10.173257204882015,10.551713956987186]},"error_y":{"color":"rgba(252,141,98,1)","width":[]},"error_x":{"color":"rgba(252,141,98,1)","width":[]},"line":{"color":"rgba(252,141,98,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[853.10071000000005,12753.27514,686.34155380000004,496.91364759999999,487.6740183,4692.6482720000004,658.34715089999997,849.28977010000006,4187.3298020000002,8341.7378150000004,7105.6307059999999,6576.649461,2348.0091579999998,1621.6935980000001,1536.3443870000001,95458.11176,5714.5606109999999,2036.8849439999999,1056.3539579999999,388,652.39685929999996,2924.638113,803.3427418,1649.5521530000001,11626.419749999999,3674.735572,1074.4719600000001,2193.0371329999998,1822.8790280000001,1002.199172,772.04916019999996,2198.9563119999998,825.62320060000002],"y":[31.997,56.923000000000002,41.216000000000001,43.414999999999999,44.501359999999998,67.650000000000006,43.604999999999997,42.518000000000001,49.325000000000003,51.457000000000001,69.390000000000001,68.730000000000004,48.125999999999998,56.655999999999999,55.292000000000002,60.469999999999999,62.094000000000001,55.737000000000002,48.250999999999998,45.107999999999997,39.393000000000001,43.164999999999999,47.670000000000002,54.756999999999998,45.914000000000001,65.798000000000002,62.192,50.305,65.200000000000003,56.061,45.363,48.127000000000002,35.18],"text":["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."],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1962","type":"scatter","name":"Asia","marker":{"color":"rgba(141,160,203,1)","size":[10.696663429034386,10.007634236132002,13.875356861358149,10.411129401697075,55.436713259119074,10.221493930541948,40.982772465264404,16.754863547683151,11.557123512667761,10.49007363616723,10.153630231644247,16.536710329168855,10.059622283952354,10.741055940181724,11.799169654306484,10.020356802717435,10.124687131501267,10.603791689268052,10.06485872344636,11.609025561690359,10.701098100371874,10.038778154714317,13.620184914326749,12.065694739448611,10.333280696356079,10.115360493631886,10.707232613025276,10.325881523604602,10.809407511624142,11.99321911613583,12.302592487981507,10.073243879239381,10.413618043096827],"sizemode":"area","line":{"color":"rgba(141,160,203,1)"}},"textfont":{"color":"rgba(141,160,203,1)","size":[10.696663429034386,10.007634236132002,13.875356861358149,10.411129401697075,55.436713259119074,10.221493930541948,40.982772465264404,16.754863547683151,11.557123512667761,10.49007363616723,10.153630231644247,16.536710329168855,10.059622283952354,10.741055940181724,11.799169654306484,10.020356802717435,10.124687131501267,10.603791689268052,10.06485872344636,11.609025561690359,10.701098100371874,10.038778154714317,13.620184914326749,12.065694739448611,10.333280696356079,10.115360493631886,10.707232613025276,10.325881523604602,10.809407511624142,11.99321911613583,12.302592487981507,10.073243879239381,10.413618043096827]},"error_y":{"color":"rgba(141,160,203,1)","width":[]},"error_x":{"color":"rgba(141,160,203,1)","width":[]},"line":{"color":"rgba(141,160,203,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[2312.888958,10750.72111,10991.206759999999,1709.683679,4254.3378389999998,5477.8900180000001,10136.867130000001,13583.31351,9371.8425609999995,10560.48553,12902.46291,6017.1907330000004,7550.3598769999999,10350.15906,6631.5973139999996,8243.5823400000008,4649.593785,12790.849560000001,13450.40151,5338.7521429999997,4727.9548889999996,4734.9975860000004,6289.6291570000003,7481.1075979999996,7402.3033949999999,5693.843879,12329.441919999999,20431.092700000001,2322.8699080000001,12477.17707],"y":[64.819999999999993,69.540000000000006,70.25,61.93,69.510000000000005,67.129999999999995,69.900000000000006,72.349999999999994,68.75,70.510000000000005,70.299999999999997,69.510000000000005,67.959999999999994,73.680000000000007,70.290000000000006,69.239999999999995,63.728000000000002,73.230000000000004,73.469999999999999,67.640000000000001,64.390000000000001,66.799999999999997,64.531000000000006,70.329999999999998,69.150000000000006,69.689999999999998,73.370000000000005,71.319999999999993,52.097999999999999,70.760000000000005],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1962","type":"scatter","name":"Europe","marker":{"color":"rgba(231,138,195,1)","size":[10.113854627382016,10.482538776423741,10.625087653459365,10.224483412559094,10.542811784612432,10.274141370731424,10.652517311267912,10.313068931293586,10.302458590735199,13.212259104352022,15.028821059961952,10.572521434356657,10.682734149159842,10.008329734345581,10.189060098246346,13.46610571435582,10.028292034641575,10.801677926031456,10.244271258151073,12.065991844818946,10.611532604861077,11.270919581997155,10.51572311886228,10.28511829822849,10.103945996061491,12.122535644823781,10.512005240678764,10.382625646205792,12.029072287931315,13.633243695259591],"sizemode":"area","line":{"color":"rgba(231,138,195,1)"}},"textfont":{"color":"rgba(231,138,195,1)","size":[10.113854627382016,10.482538776423741,10.625087653459365,10.224483412559094,10.542811784612432,10.274141370731424,10.652517311267912,10.313068931293586,10.302458590735199,13.212259104352022,15.028821059961952,10.572521434356657,10.682734149159842,10.008329734345581,10.189060098246346,13.46610571435582,10.028292034641575,10.801677926031456,10.244271258151073,12.065991844818946,10.611532604861077,11.270919581997155,10.51572311886228,10.28511829822849,10.103945996061491,12.122535644823781,10.512005240678764,10.382625646205792,12.029072287931315,13.633243695259591]},"error_y":{"color":"rgba(231,138,195,1)","width":[]},"error_x":{"color":"rgba(231,138,195,1)","width":[]},"line":{"color":"rgba(231,138,195,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[12217.226860000001,13175.678],"y":[70.930000000000007,71.239999999999995],"text":["Australia","New Zealand"],"hoverinfo":["text","text"],"mode":"markers","frame":"1962","type":"scatter","name":"Oceania","marker":{"color":"rgba(166,216,84,1)","size":[10.732693171377324,10.165755106585291],"sizemode":"area","line":{"color":"rgba(166,216,84,1)"}},"textfont":{"color":"rgba(166,216,84,1)","size":[10.732693171377324,10.165755106585291]},"error_y":{"color":"rgba(166,216,84,1)","width":[]},"error_x":{"color":"rgba(166,216,84,1)","width":[]},"line":{"color":"rgba(166,216,84,1)"},"xaxis":"x","yaxis":"y","visible":true}],"traces":[0,1,2,3,4]},{"name":"1967","data":[{"x":[3246.991771,5522.7763750000004,1035.8314109999999,1214.709294,794.82655969999996,412.97751360000001,1508.4531480000001,1136.056615,1196.810565,1876.0296430000001,861.59324240000001,2677.9396419999998,2052.0504729999998,3020.0505130000001,1814.8807280000001,915.59600250000005,468.79496990000001,516.11864379999997,8358.7619869999999,734.78291239999999,1125.6971599999999,708.75954090000005,715.58064019999995,1056.736457,498.6390265,713.60364830000003,18772.751690000001,1634.047282,495.51478059999999,545.00988729999995,1421.1451930000001,2475.3875619999999,1711.04477,566.66915389999997,3793.6947530000002,1054.3848909999999,1014.514104,4021.1757389999998,510.96371420000003,1384.8405929999999,1612.404632,1206.043465,1284.7331799999999,7114.4779710000003,1687.9976409999999,2613.1016650000001,848.21865749999995,1477.5967599999999,1932.360167,908.91852170000004,1777.0773180000001,569.79507120000005],"y":[51.406999999999996,35.984999999999999,44.884999999999998,53.298000000000002,40.697000000000003,43.548000000000002,44.798999999999999,41.478000000000002,43.600999999999999,46.472000000000001,44.055999999999997,52.039999999999999,47.350000000000001,42.073999999999998,49.292999999999999,38.987000000000002,42.189,42.115000000000002,44.597999999999999,35.856999999999999,48.072000000000003,37.197000000000003,35.491999999999997,50.654000000000003,48.491999999999997,41.536000000000001,50.226999999999997,42.881,39.487000000000002,38.487000000000002,46.289000000000001,61.557000000000002,50.335000000000001,38.113,51.158999999999999,40.118000000000002,41.039999999999999,60.542000000000002,44.100000000000001,54.424999999999997,43.563000000000002,34.113,38.976999999999997,51.927,42.857999999999997,46.633000000000003,45.756999999999998,46.768999999999998,52.052999999999997,48.051000000000002,47.768000000000001,53.994999999999997],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1967","type":"scatter","name":"Africa","marker":{"color":"rgba(102,194,165,1)","size":[10.866846586414798,10.354059643965661,10.161576930074753,10.033684910043874,10.345901088179417,10.223254107522317,10.428321448657179,10.114230087212526,10.23451435328087,10.010740772068312,11.356942404811607,10.076426244274344,10.319755747337004,10.004614313270574,12.15824063932568,10.013640569624943,10.120146326726868,11.897453312066048,10.029280065273543,10.025907615594338,10.575386695888158,10.231473749756171,10.036943718454618,10.691505480506585,10.063910006550508,10.083227384116364,10.115976408831035,10.428256608293795,10.278966517562523,10.351667171062761,10.079892268835867,10.049776786669861,11.004021289373984,10.588402272663078,10.044134378248049,10.305367465942703,13.223435671915299,10.02416245427707,10.231450611984394,10.000735494479835,10.266584670023429,10.177606559951892,10.229932664951031,11.429034514438218,10.863818200179621,10.024617428868993,10.856391111945381,10.114360586975467,10.32263029127842,10.60337596015923,10.262090823322724,10.33685735905344],"sizemode":"area","line":{"color":"rgba(102,194,165,1)"}},"textfont":{"color":"rgba(102,194,165,1)","size":[10.866846586414798,10.354059643965661,10.161576930074753,10.033684910043874,10.345901088179417,10.223254107522317,10.428321448657179,10.114230087212526,10.23451435328087,10.010740772068312,11.356942404811607,10.076426244274344,10.319755747337004,10.004614313270574,12.15824063932568,10.013640569624943,10.120146326726868,11.897453312066048,10.029280065273543,10.025907615594338,10.575386695888158,10.231473749756171,10.036943718454618,10.691505480506585,10.063910006550508,10.083227384116364,10.115976408831035,10.428256608293795,10.278966517562523,10.351667171062761,10.079892268835867,10.049776786669861,11.004021289373984,10.588402272663078,10.044134378248049,10.305367465942703,13.223435671915299,10.02416245427707,10.231450611984394,10.000735494479835,10.266584670023429,10.177606559951892,10.229932664951031,11.429034514438218,10.863818200179621,10.024617428868993,10.856391111945381,10.114360586975467,10.32263029127842,10.60337596015923,10.262090823322724,10.33685735905344]},"error_y":{"color":"rgba(102,194,165,1)","width":[]},"error_x":{"color":"rgba(102,194,165,1)","width":[]},"line":{"color":"rgba(102,194,165,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[8052.9530210000003,2586.8860530000002,3429.8643569999999,16076.588030000001,5106.654313,2678.7298390000001,4161.7278340000003,5690.2680149999997,1653.7230030000001,4579.0742149999996,4358.5953929999996,3242.5311470000001,1452.0576659999999,2538.269358,6124.7034510000003,5754.7338829999999,4643.3935339999998,4421.0090840000003,2299.376311,5788.0933299999997,6929.2777139999998,5621.3684720000001,19530.365570000002,5444.6196200000004,9541.4741880000001],"y":[65.634,45.031999999999996,57.631999999999998,72.129999999999995,60.523000000000003,59.963000000000001,65.424000000000007,68.290000000000006,56.750999999999998,56.677999999999997,55.854999999999997,50.015999999999998,46.243000000000002,50.923999999999999,67.510000000000005,60.109999999999999,51.884,64.070999999999998,64.950999999999993,51.445,71.099999999999994,65.400000000000006,70.760000000000005,68.468000000000004,63.478999999999999],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1967","type":"scatter","name":"Americas","marker":{"color":"rgba(252,141,98,1)","size":[11.561234050441335,10.271691633549704,16.005569878218839,11.416915918774469,10.600551240918097,11.344858481679015,10.104338792157579,10.55143801005122,10.272270487362201,10.366683380186689,10.216561080454618,10.316063464033773,10.290629933875305,10.166583629923331,10.122929479882419,13.271745633059352,10.123229383626331,10.091832724132841,10.152065940814316,10.823963285915019,10.176703640828494,10.061437541115094,23.558597004237946,10.183502869586118,10.658610257835733],"sizemode":"area","line":{"color":"rgba(252,141,98,1)"}},"textfont":{"color":"rgba(252,141,98,1)","size":[11.561234050441335,10.271691633549704,16.005569878218839,11.416915918774469,10.600551240918097,11.344858481679015,10.104338792157579,10.55143801005122,10.272270487362201,10.366683380186689,10.216561080454618,10.316063464033773,10.290629933875305,10.166583629923331,10.122929479882419,13.271745633059352,10.123229383626331,10.091832724132841,10.152065940814316,10.823963285915019,10.176703640828494,10.061437541115094,23.558597004237946,10.183502869586118,10.658610257835733]},"error_y":{"color":"rgba(252,141,98,1)","width":[]},"error_x":{"color":"rgba(252,141,98,1)","width":[]},"line":{"color":"rgba(252,141,98,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[836.19713820000004,14804.672699999999,721.18608619999998,523.43231419999995,612.70569339999997,6197.9628140000004,700.77061070000002,762.43177209999999,5906.7318050000003,8931.4598110000006,8393.7414040000003,9847.7886070000004,2741.7962520000001,2143.5406090000001,2029.2281419999999,80894.883260000002,6006.9830419999998,2277.7423960000001,1226.0411300000001,349,676.44222539999998,4720.9426869999998,942.4082588,1814.12743,16903.048859999999,4977.4185399999997,1135.514326,1881.923632,2643.8586810000002,1295.46066,637.12328869999999,2649.7150069999998,862.44214629999999],"y":[34.020000000000003,59.923000000000002,43.453000000000003,45.414999999999999,58.381120000000003,70,47.192999999999998,45.963999999999999,52.469000000000001,54.459000000000003,70.75,71.430000000000007,51.628999999999998,59.942,57.716000000000001,64.623999999999995,63.869999999999997,59.371000000000002,51.253,49.378999999999998,41.472000000000001,46.988,49.799999999999997,56.393000000000001,49.901000000000003,67.945999999999998,64.266000000000005,53.655000000000001,67.5,58.284999999999997,47.838000000000001,51.631,36.984000000000002],"text":["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."],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1967","type":"scatter","name":"Asia","marker":{"color":"rgba(141,160,203,1)","size":[10.783405024340219,10.009703599266199,14.283687002188348,10.470949619390289,61.496215850035725,10.249996389225963,44.531929197948173,17.458893388022247,11.807202556293788,10.577370742754743,10.179749363329249,16.877533256593942,10.081565559729299,10.857052961423014,12.052435635919418,10.035149756232274,10.145166175366937,10.689005099588408,10.074360908067979,11.761628039448437,10.764548354619471,10.044689616517672,14.134896455267199,12.409098586348502,10.379363015626259,10.130881229035968,10.797016722940203,10.383636609850495,10.927468435758502,12.318161614772579,12.689434873650796,10.073892419379264,10.455982961954591],"sizemode":"area","line":{"color":"rgba(141,160,203,1)"}},"textfont":{"color":"rgba(141,160,203,1)","size":[10.783405024340219,10.009703599266199,14.283687002188348,10.470949619390289,61.496215850035725,10.249996389225963,44.531929197948173,17.458893388022247,11.807202556293788,10.577370742754743,10.179749363329249,16.877533256593942,10.081565559729299,10.857052961423014,12.052435635919418,10.035149756232274,10.145166175366937,10.689005099588408,10.074360908067979,11.761628039448437,10.764548354619471,10.044689616517672,14.134896455267199,12.409098586348502,10.379363015626259,10.130881229035968,10.797016722940203,10.383636609850495,10.927468435758502,12.318161614772579,12.689434873650796,10.073892419379264,10.455982961954591]},"error_y":{"color":"rgba(141,160,203,1)","width":[]},"error_x":{"color":"rgba(141,160,203,1)","width":[]},"line":{"color":"rgba(141,160,203,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[2760.1969309999999,12834.6024,13149.04119,2172.3524229999998,5577.0028000000002,6960.297861,11399.444890000001,15937.211230000001,10921.636259999999,12999.917659999999,14745.625609999999,8513.0970159999997,9326.6446699999997,13319.89568,7655.5689629999997,10022.401309999999,5907.8509370000002,15363.25136,16361.876469999999,6557.1527759999999,6361.5179930000004,6470.8665449999999,7991.7070659999999,8412.9023969999998,9405.4893969999994,7993.5122940000001,15258.296969999999,22966.144319999999,2826.3563869999998,14142.85089],"y":[66.219999999999999,70.140000000000001,70.939999999999998,64.790000000000006,70.420000000000002,68.5,70.379999999999995,72.959999999999994,69.829999999999998,71.549999999999997,70.799999999999997,71,69.5,73.730000000000004,71.079999999999998,71.060000000000002,67.177999999999997,73.819999999999993,74.079999999999998,69.609999999999999,66.599999999999994,66.799999999999997,66.914000000000001,70.980000000000004,69.180000000000007,71.439999999999998,74.159999999999997,72.769999999999996,54.335999999999999,71.359999999999999],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1967","type":"scatter","name":"Europe","marker":{"color":"rgba(231,138,195,1)","size":[10.13132214350699,10.499406416807878,10.64816399752322,10.24059112388435,10.563102040641128,10.280817129786561,10.66717990152584,10.326166752950485,10.310259978498708,13.379137723802248,15.208281167017487,10.590827438759728,10.693683434186198,10.009464304198801,10.193844634534059,13.590592386754704,10.03010121728606,10.855675137827577,10.254311276523723,12.165351920863724,10.617211255633372,11.312150750037869,10.539963995852537,10.299100201176897,10.10831077631255,12.238034350809201,10.53291407377416,10.409722092799552,12.276327158340322,13.74702146974774],"sizemode":"area","line":{"color":"rgba(231,138,195,1)"}},"textfont":{"color":"rgba(231,138,195,1)","size":[10.13132214350699,10.499406416807878,10.64816399752322,10.24059112388435,10.563102040641128,10.280817129786561,10.66717990152584,10.326166752950485,10.310259978498708,13.379137723802248,15.208281167017487,10.590827438759728,10.693683434186198,10.009464304198801,10.193844634534059,13.590592386754704,10.03010121728606,10.855675137827577,10.254311276523723,12.165351920863724,10.617211255633372,11.312150750037869,10.539963995852537,10.299100201176897,10.10831077631255,12.238034350809201,10.53291407377416,10.409722092799552,12.276327158340322,13.74702146974774]},"error_y":{"color":"rgba(231,138,195,1)","width":[]},"error_x":{"color":"rgba(231,138,195,1)","width":[]},"line":{"color":"rgba(231,138,195,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[14526.12465,14463.91893],"y":[71.099999999999994,71.519999999999996],"text":["Australia","New Zealand"],"hoverinfo":["text","text"],"mode":"markers","frame":"1967","type":"scatter","name":"Oceania","marker":{"color":"rgba(166,216,84,1)","size":[10.806221870444503,10.182108528761272],"sizemode":"area","line":{"color":"rgba(166,216,84,1)"}},"textfont":{"color":"rgba(166,216,84,1)","size":[10.806221870444503,10.182108528761272]},"error_y":{"color":"rgba(166,216,84,1)","width":[]},"error_x":{"color":"rgba(166,216,84,1)","width":[]},"line":{"color":"rgba(166,216,84,1)"},"xaxis":"x","yaxis":"y","visible":true}],"traces":[0,1,2,3,4]},{"name":"1972","data":[{"x":[4182.6637659999997,5473.2880050000003,1085.796879,2263.6111139999998,854.73597629999995,464.0995039,1684.146528,1070.013275,1104.103987,1937.577675,904.89606849999996,3213.1526829999998,2378.2011109999999,3694.212352,2024.008147,672.41225710000003,514.32420820000004,566.24394419999999,11401.948410000001,756.08683629999996,1178.223708,741.66623070000003,820.22458759999995,1222.359968,496.58159219999999,803.00545350000004,21011.497210000001,1748.5629819999999,584.62197089999995,581.36887609999997,1586.8517810000001,2575.4841580000002,1930.1949750000001,724.91780370000004,3746.0809479999998,954.20923630000004,1698.3888380000001,5047.658563,590.58066380000002,1532.9852539999999,1597.7120560000001,1353.7597619999999,1254.576127,7765.9626360000002,1659.652775,3364.8366249999999,915.98505920000002,1649.6601880000001,2753.2859939999998,950.73586899999998,1773.4982649999999,799.36217580000005],"y":[54.518000000000001,37.927999999999997,47.014000000000003,56.024000000000001,43.591000000000001,44.057000000000002,47.048999999999999,43.457000000000001,45.569000000000003,48.944000000000003,45.988999999999997,54.906999999999996,49.801000000000002,44.366,51.137,40.515999999999998,44.142000000000003,43.515000000000001,48.689999999999998,38.308,49.875,38.841999999999999,36.485999999999997,53.558999999999997,49.767000000000003,42.613999999999997,52.773000000000003,44.850999999999999,41.765999999999998,39.976999999999997,48.436999999999998,62.944000000000003,52.862000000000002,40.328000000000003,53.866999999999997,40.545999999999999,42.820999999999998,64.274000000000001,44.600000000000001,56.479999999999997,45.814999999999998,35.399999999999999,40.972999999999999,53.695999999999998,45.082999999999998,49.552,47.619999999999997,49.759,55.601999999999997,51.015999999999998,50.106999999999999,55.634999999999998],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1972","type":"scatter","name":"Africa","marker":{"color":"rgba(102,194,165,1)","size":[11.003372271463,10.398245894504418,10.184378419250866,10.038176640901142,10.366783166093288,10.236836047808158,10.475110391382234,10.127445372306674,10.262027211513592,10.012969164725339,11.566246824808168,10.087394367132591,10.410315621010078,10.008110983435422,12.371615191311474,10.014851309841887,10.150168643528639,12.096074702044216,10.032622620132576,10.031197770210431,10.634350952531671,10.25604271898516,10.038586841515823,10.817996948688336,10.072127601193937,10.097097898145776,10.144960256023426,10.479301262953394,10.318808873272532,10.393693418464609,10.086870730008492,10.054010179868799,11.13304501263149,10.665438562377361,10.051993166796409,10.341282201956899,13.663826847078139,10.027411912024883,10.268378359233715,10.00113190798567,10.3090964011145,10.192405383225942,10.258006631212588,11.629595245558741,10.992194611851499,10.028672681701154,10.999673367617405,10.136256222148576,10.357884406369239,10.691421734058297,10.30348607160931,10.395944198110259],"sizemode":"area","line":{"color":"rgba(102,194,165,1)"}},"textfont":{"color":"rgba(102,194,165,1)","size":[11.003372271463,10.398245894504418,10.184378419250866,10.038176640901142,10.366783166093288,10.236836047808158,10.475110391382234,10.127445372306674,10.262027211513592,10.012969164725339,11.566246824808168,10.087394367132591,10.410315621010078,10.008110983435422,12.371615191311474,10.014851309841887,10.150168643528639,12.096074702044216,10.032622620132576,10.031197770210431,10.634350952531671,10.25604271898516,10.038586841515823,10.817996948688336,10.072127601193937,10.097097898145776,10.144960256023426,10.479301262953394,10.318808873272532,10.393693418464609,10.086870730008492,10.054010179868799,11.13304501263149,10.665438562377361,10.051993166796409,10.341282201956899,13.663826847078139,10.027411912024883,10.268378359233715,10.00113190798567,10.3090964011145,10.192405383225942,10.258006631212588,11.629595245558741,10.992194611851499,10.028672681701154,10.999673367617405,10.136256222148576,10.357884406369239,10.691421734058297,10.30348607160931,10.395944198110259]},"error_y":{"color":"rgba(102,194,165,1)","width":[]},"error_x":{"color":"rgba(102,194,165,1)","width":[]},"line":{"color":"rgba(102,194,165,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[9443.0385260000003,2980.3313389999998,4985.7114670000001,18970.57086,5494.024437,3264.6600410000001,5118.1469390000002,5305.445256,2189.874499,5280.9947099999999,4520.2460080000001,4031.4082709999998,1654.456946,2529.842345,7433.8892930000002,6809.4066899999998,4688.5932670000002,5364.2496629999996,2523.3379770000001,5937.8272829999996,9123.0417419999994,6619.5514190000004,21806.035940000002,5703.4088979999997,10505.25966],"y":[67.064999999999998,46.713999999999999,59.503999999999998,72.879999999999995,63.441000000000003,61.622999999999998,67.849000000000004,70.722999999999999,59.631,58.795999999999999,58.207000000000001,53.738,48.042000000000002,53.884,69,62.360999999999997,55.151000000000003,66.215999999999994,65.814999999999998,55.448,72.159999999999997,65.900000000000006,71.340000000000003,68.673000000000002,65.712000000000003],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1972","type":"scatter","name":"Americas","marker":{"color":"rgba(252,141,98,1)","size":[11.687200038667608,10.307538594320908,16.878541967889177,11.516888360861664,10.659154370864059,11.534524257172396,10.121134425611849,10.598670187849775,10.314736352427806,10.42580598382289,10.254644624244539,10.347378492922411,10.316577272723842,10.198284220088564,10.132247381365994,13.817000875576207,10.144894118852774,10.106227148298409,10.174324545516356,10.948354404094177,10.190229408883738,10.062464339459066,24.321938713821318,10.189027746317667,10.78188182182477],"sizemode":"area","line":{"color":"rgba(252,141,98,1)"}},"textfont":{"color":"rgba(252,141,98,1)","size":[11.687200038667608,10.307538594320908,16.878541967889177,11.516888360861664,10.659154370864059,11.534524257172396,10.121134425611849,10.598670187849775,10.314736352427806,10.42580598382289,10.254644624244539,10.347378492922411,10.316577272723842,10.198284220088564,10.132247381365994,13.817000875576207,10.144894118852774,10.106227148298409,10.174324545516356,10.948354404094177,10.190229408883738,10.062464339459066,24.321938713821318,10.189027746317667,10.78188182182477]},"error_y":{"color":"rgba(252,141,98,1)","width":[]},"error_x":{"color":"rgba(252,141,98,1)","width":[]},"line":{"color":"rgba(252,141,98,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[739.98110580000002,18268.658390000001,630.23362650000001,421.6240257,676.90009210000005,8315.9281449999999,724.03252699999996,1111.1079070000001,9613.8186069999992,9576.0375960000001,12786.93223,14778.78636,2110.8563089999998,3701.6215029999998,3030.8766500000002,109347.867,7486.3843409999999,2849.0947799999999,1421.7419749999999,357,674.78812960000005,10618.038549999999,1049.938981,1989.3740700000001,24837.428650000002,8597.7562020000005,1213.39553,2571.423014,4062.523897,1524.3589360000001,699.50164410000002,3133.4092770000002,1265.0470310000001],"y":[36.088000000000001,63.299999999999997,45.252000000000002,40.317,63.118879999999997,72,50.651000000000003,49.203000000000003,55.234000000000002,56.950000000000003,71.629999999999995,73.420000000000002,56.527999999999999,63.982999999999997,62.612000000000002,67.712000000000003,65.421000000000006,63.009999999999998,53.753999999999998,53.07,43.970999999999997,52.143000000000001,51.929000000000002,58.064999999999998,53.886000000000003,69.521000000000001,65.042000000000002,57.295999999999999,69.390000000000001,60.405000000000001,50.253999999999998,56.531999999999996,39.847999999999999],"text":["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."],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1972","type":"scatter","name":"Asia","marker":{"color":"rgba(141,160,203,1)","size":[10.888616636041981,10.011656864023429,14.825439227010044,10.504430384669019,68.832049804436721,10.276812998461953,48.695363057442606,18.273766123243625,12.085401841724924,10.682632179156791,10.207208096921798,17.311826775730989,10.106033787509491,11.0047683186132,12.282721305459322,10.053368601536352,10.178823374687088,10.776818335468471,10.086032173477381,11.938820986134942,10.843100953294776,10.052489229702815,14.7276071311917,12.784049317625893,10.437689174841042,10.142811855898913,10.884335329227154,10.453279255307441,11.035127122774435,12.676619892484288,13.043743368105829,10.070270641439588,10.501459262712665],"sizemode":"area","line":{"color":"rgba(141,160,203,1)"}},"textfont":{"color":"rgba(141,160,203,1)","size":[10.888616636041981,10.011656864023429,14.825439227010044,10.504430384669019,68.832049804436721,10.276812998461953,48.695363057442606,18.273766123243625,12.085401841724924,10.682632179156791,10.207208096921798,17.311826775730989,10.106033787509491,11.0047683186132,12.282721305459322,10.053368601536352,10.178823374687088,10.776818335468471,10.086032173477381,11.938820986134942,10.843100953294776,10.052489229702815,14.7276071311917,12.784049317625893,10.437689174841042,10.142811855898913,10.884335329227154,10.453279255307441,11.035127122774435,12.676619892484288,13.043743368105829,10.070270641439588,10.501459262712665]},"error_y":{"color":"rgba(141,160,203,1)","width":[]},"error_x":{"color":"rgba(141,160,203,1)","width":[]},"line":{"color":"rgba(141,160,203,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[3313.422188,16661.625599999999,16672.14356,2860.16975,6597.4943979999998,9164.0901269999995,13108.453600000001,18866.20721,14358.875899999999,16107.191709999999,18016.180270000001,12724.82957,10168.65611,15798.063620000001,9530.7728960000004,12269.27378,7778.4140170000001,18794.74567,18965.055509999998,8006.506993,9022.2474170000005,8011.4144020000003,10522.067489999999,9674.1676260000004,12383.486199999999,10638.75131,17832.02464,27195.11304,3450.6963799999999,15895.116410000001],"y":[67.689999999999998,70.629999999999995,71.439999999999998,67.450000000000003,70.900000000000006,69.609999999999999,70.290000000000006,73.469999999999999,70.870000000000005,72.379999999999995,71,72.340000000000003,69.760000000000005,74.459999999999994,71.280000000000001,72.189999999999998,70.635999999999996,73.75,74.340000000000003,70.849999999999994,69.260000000000005,69.209999999999994,68.700000000000003,70.349999999999994,69.819999999999993,73.060000000000002,74.719999999999999,73.780000000000001,57.005000000000003,72.010000000000005],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1972","type":"scatter","name":"Europe","marker":{"color":"rgba(231,138,195,1)","size":[10.150398451427082,10.510818525522781,10.658579407473365,10.256562329181428,10.581255567810722,10.284294211336366,10.669026077303963,10.336595540491391,10.312574642965545,13.526768993279076,15.368582584764926,10.602579720496854,10.705332107847937,10.010187717895141,10.202328484185456,13.706517674078185,10.031919682340462,10.905708146312334,10.264343445799753,12.250952598786029,10.608164318615732,11.406192073453651,10.563311031370272,10.309419715642246,10.11155948327721,12.351531332397386,10.550275046944138,10.432818912767631,12.55491111775887,13.823464845528623],"sizemode":"area","line":{"color":"rgba(231,138,195,1)"}},"textfont":{"color":"rgba(231,138,195,1)","size":[10.150398451427082,10.510818525522781,10.658579407473365,10.256562329181428,10.581255567810722,10.284294211336366,10.669026077303963,10.336595540491391,10.312574642965545,13.526768993279076,15.368582584764926,10.602579720496854,10.705332107847937,10.010187717895141,10.202328484185456,13.706517674078185,10.031919682340462,10.905708146312334,10.264343445799753,12.250952598786029,10.608164318615732,11.406192073453651,10.563311031370272,10.309419715642246,10.11155948327721,12.351531332397386,10.550275046944138,10.432818912767631,12.55491111775887,13.823464845528623]},"error_y":{"color":"rgba(231,138,195,1)","width":[]},"error_x":{"color":"rgba(231,138,195,1)","width":[]},"line":{"color":"rgba(231,138,195,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[16788.62948,16046.03728],"y":[71.930000000000007,71.890000000000001],"text":["Australia","New Zealand"],"hoverinfo":["text","text"],"mode":"markers","frame":"1972","type":"scatter","name":"Oceania","marker":{"color":"rgba(166,216,84,1)","size":[10.895274035036326,10.195823971942673],"sizemode":"area","line":{"color":"rgba(166,216,84,1)"}},"textfont":{"color":"rgba(166,216,84,1)","size":[10.895274035036326,10.195823971942673]},"error_y":{"color":"rgba(166,216,84,1)","width":[]},"error_x":{"color":"rgba(166,216,84,1)","width":[]},"line":{"color":"rgba(166,216,84,1)"},"xaxis":"x","yaxis":"y","visible":true}],"traces":[0,1,2,3,4]},{"name":"1977","data":[{"x":[4910.4167559999996,3008.6473550000001,1029.161251,3214.857818,743.38703680000003,556.10326510000004,1783.432873,1109.3743380000001,1133.98495,1172.6030470000001,795.75728200000003,3259.1789779999999,2517.736547,3081.7610220000001,2785.4935820000001,958.5668124,505.75380769999998,556.80838340000003,21745.573280000001,884.75525070000003,993.22395710000001,874.68586430000005,764.72596280000005,1267.613204,745.36954079999998,640.32243830000004,21951.211759999998,1544.228586,663.22367659999998,686.3952693,1497.492223,3710.9829629999999,2370.619976,502.31973340000002,3876.4859580000002,808.89707280000005,1981.951806,4319.804067,670.08060109999997,1737.561657,1561.7691159999999,1348.285159,1450.9925129999999,8028.6514390000002,2202.9884229999998,3781.4106179999999,962.49229319999995,1532.776998,3120.8768110000001,843.73313719999999,1588.6882989999999,685.58768210000005],"y":[58.014000000000003,39.482999999999997,49.189999999999998,59.319000000000003,46.137,45.909999999999997,49.354999999999997,46.774999999999999,47.383000000000003,50.939,47.804000000000002,55.625,52.374000000000002,46.518999999999998,53.319000000000003,42.024000000000001,44.534999999999997,44.509999999999998,52.789999999999999,41.841999999999999,51.756,40.762,37.465000000000003,56.155000000000001,52.207999999999998,43.764000000000003,57.442,46.881,43.767000000000003,41.713999999999999,50.851999999999997,64.930000000000007,55.729999999999997,42.494999999999997,56.436999999999998,41.290999999999997,44.514000000000003,67.063999999999993,45,58.549999999999997,48.878999999999998,36.787999999999997,41.973999999999997,55.527000000000001,47.799999999999997,52.536999999999999,49.918999999999997,52.887,59.837000000000003,50.350000000000001,51.386000000000003,57.673999999999999],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1977","type":"scatter","name":"Africa","marker":{"color":"rgba(102,194,165,1)","size":[11.166634641467695,10.416525211978978,10.212147840563553,10.049241887798438,10.397885245577966,10.257614449393627,10.539188846371516,10.143844728761138,10.295416039982342,10.016703423632235,11.80330326159882,10.100793184581628,10.50504247769938,10.011513123175757,12.643019616177886,10.009054717861245,10.167399458200748,12.358673191285742,10.044115745175203,10.037420602264065,10.715160678382937,10.284411333508544,10.046768125555758,10.985600346895186,10.081324353577505,10.112181063476529,10.181673961820561,10.542417282190991,10.380663099038646,10.438978679036246,10.095327414960281,10.058220776561029,11.251550741658676,10.755414599767908,10.062589037715808,10.383723564190445,14.241867629672205,10.029491035340095,10.313763269205923,10.001828156982402,10.35497327881227,10.210279755567907,10.293054895212912,11.847603699430152,11.163370918839934,10.033540486666059,11.165048509673255,10.153471748145529,10.405767581416185,10.777930586586082,10.351949329023009,10.449247891030211],"sizemode":"area","line":{"color":"rgba(102,194,165,1)"}},"textfont":{"color":"rgba(102,194,165,1)","size":[11.166634641467695,10.416525211978978,10.212147840563553,10.049241887798438,10.397885245577966,10.257614449393627,10.539188846371516,10.143844728761138,10.295416039982342,10.016703423632235,11.80330326159882,10.100793184581628,10.50504247769938,10.011513123175757,12.643019616177886,10.009054717861245,10.167399458200748,12.358673191285742,10.044115745175203,10.037420602264065,10.715160678382937,10.284411333508544,10.046768125555758,10.985600346895186,10.081324353577505,10.112181063476529,10.181673961820561,10.542417282190991,10.380663099038646,10.438978679036246,10.095327414960281,10.058220776561029,11.251550741658676,10.755414599767908,10.062589037715808,10.383723564190445,14.241867629672205,10.029491035340095,10.313763269205923,10.001828156982402,10.35497327881227,10.210279755567907,10.293054895212912,11.847603699430152,11.163370918839934,10.033540486666059,11.165048509673255,10.153471748145529,10.405767581416185,10.777930586586082,10.351949329023009,10.449247891030211]},"error_y":{"color":"rgba(102,194,165,1)","width":[]},"error_x":{"color":"rgba(102,194,165,1)","width":[]},"line":{"color":"rgba(102,194,165,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[10079.026739999999,3548.0978319999999,6660.1186539999999,22090.88306,4756.7638360000001,3815.8078700000001,5926.8769670000001,6380.4949660000002,2681.9888999999998,6679.6232600000003,5138.9223739999998,4879.9927479999997,1874.298931,3203.2080660000001,6650.195573,7674.9291080000003,5486.3710890000002,5351.9121439999999,3248.3733109999998,6281.2908550000002,9770.5249210000002,7899.5542089999999,24072.632130000002,6504.3396629999997,13143.95095],"y":[68.480999999999995,50.023000000000003,61.488999999999997,74.209999999999994,67.052000000000007,63.837000000000003,70.75,72.649000000000001,61.787999999999997,61.310000000000002,56.695999999999998,56.029000000000003,49.923000000000002,57.402000000000001,70.109999999999999,65.031999999999996,57.469999999999999,68.680999999999997,66.352999999999994,58.447000000000003,73.439999999999998,68.299999999999997,73.379999999999995,69.480999999999995,67.456000000000003],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1977","type":"scatter","name":"Americas","marker":{"color":"rgba(252,141,98,1)","size":[11.837631661059536,10.342609996093008,17.798175776666309,11.620080092864445,10.719371889352294,11.708673324189528,10.139812613700753,10.646900497726383,10.357836151488277,10.49270861202919,10.288203470971389,10.385180356523183,10.330927673695323,10.204433065874923,10.143113124703106,14.347714608682132,10.170263081659911,10.121474735140103,10.199604779405178,11.087276520720096,10.206179865264531,10.066819564288153,25.027879638554939,10.192030469419546,10.917562944076623],"sizemode":"area","line":{"color":"rgba(252,141,98,1)"}},"textfont":{"color":"rgba(252,141,98,1)","size":[11.837631661059536,10.342609996093008,17.798175776666309,11.620080092864445,10.719371889352294,11.708673324189528,10.139812613700753,10.646900497726383,10.357836151488277,10.49270861202919,10.288203470971389,10.385180356523183,10.330927673695323,10.204433065874923,10.143113124703106,14.347714608682132,10.170263081659911,10.121474735140103,10.199604779405178,11.087276520720096,10.206179865264531,10.066819564288153,25.027879638554939,10.192030469419546,10.917562944076623]},"error_y":{"color":"rgba(252,141,98,1)","width":[]},"error_x":{"color":"rgba(252,141,98,1)","width":[]},"line":{"color":"rgba(252,141,98,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[786.11335999999994,19340.10196,659.87723219999998,524.97218320000002,741.23746989999995,11186.141250000001,813.33732299999997,1382.7020560000001,11888.595079999999,14688.235070000001,13306.619210000001,16610.37701,2852.351568,4106.3012490000001,4657.22102,59265.477140000003,8659.6968359999992,3827.9215709999999,1647.511665,371,694.11243979999995,11848.343919999999,1175.9211929999999,2373.204287,34167.762600000002,11210.089480000001,1348.7756509999999,3195.484582,5596.5198259999997,1961.224635,713.53711959999998,3682.831494,1829.765177],"y":[38.438000000000002,65.593000000000004,46.923000000000002,31.219999999999999,63.967359999999999,73.599999999999994,54.207999999999998,52.701999999999998,57.701999999999998,60.412999999999997,73.060000000000002,75.379999999999995,61.134,67.159000000000006,64.766000000000005,69.343000000000004,66.099000000000004,65.256,55.491,56.058999999999997,46.747999999999998,57.366999999999997,54.042999999999999,60.060000000000002,58.689999999999998,70.795000000000002,65.948999999999998,61.195,70.590000000000003,62.494,55.764000000000003,60.765000000000001,44.174999999999997],"text":["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."],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1977","type":"scatter","name":"Asia","marker":{"color":"rgba(141,160,203,1)","size":[11.011534308152962,10.016203197291969,15.485378371030112,10.472215030271521,74.389551476720882,10.308755409056106,53.268315001477468,19.327797419836617,12.417567352083784,10.806948901550589,10.23451100888318,17.768043572511854,10.128154657629098,11.110156364356385,12.482770889757326,10.073736870760154,10.208565922384105,10.872640038756792,10.100194673901072,12.147791034615475,10.946886827785212,10.064466473374383,15.330060447106462,13.193623437890896,10.550699034667666,10.154612802035086,10.959420674786685,10.537321307399983,11.141544287464072,13.009157586528982,13.444968165410209,10.081977330163305,10.569501716254269],"sizemode":"area","line":{"color":"rgba(141,160,203,1)"}},"textfont":{"color":"rgba(141,160,203,1)","size":[11.011534308152962,10.016203197291969,15.485378371030112,10.472215030271521,74.389551476720882,10.308755409056106,53.268315001477468,19.327797419836617,12.417567352083784,10.806948901550589,10.23451100888318,17.768043572511854,10.128154657629098,11.110156364356385,12.482770889757326,10.073736870760154,10.208565922384105,10.872640038756792,10.100194673901072,12.147791034615475,10.946886827785212,10.064466473374383,15.330060447106462,13.193623437890896,10.550699034667666,10.154612802035086,10.959420674786685,10.537321307399983,11.141544287464072,13.009157586528982,13.444968165410209,10.081977330163305,10.569501716254269]},"error_y":{"color":"rgba(141,160,203,1)","width":[]},"error_x":{"color":"rgba(141,160,203,1)","width":[]},"line":{"color":"rgba(141,160,203,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[3533.0039099999999,19749.422299999998,19117.974480000001,3528.4813049999998,7612.2404379999998,11305.38517,14800.160620000001,20422.9015,15605.42283,18292.635139999999,20512.92123,14195.52428,11674.837369999999,19654.962469999999,11150.98113,14255.98475,9595.9299050000009,21209.0592,23311.349389999999,9508.1414540000005,10172.485720000001,9356.3972400000002,12980.66956,10922.66404,15277.03017,13236.92117,18855.725210000001,26982.290519999999,4269.1223259999997,17428.748459999999],"y":[68.930000000000007,72.170000000000002,72.799999999999997,69.859999999999999,70.810000000000002,70.640000000000001,70.709999999999994,74.689999999999998,72.519999999999996,73.829999999999998,72.5,73.680000000000007,69.950000000000003,76.109999999999999,72.030000000000001,73.480000000000004,73.066000000000003,75.239999999999995,75.370000000000005,70.670000000000002,70.409999999999997,69.459999999999994,70.299999999999997,70.450000000000003,70.969999999999999,74.390000000000001,75.439999999999998,75.390000000000001,59.506999999999998,72.760000000000005],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1977","type":"scatter","name":"Europe","marker":{"color":"rgba(231,138,195,1)","size":[10.16715415686811,10.512472227801169,10.666271522161315,10.274785883943478,10.59632733488812,10.290666517490857,10.689485396048561,10.343204002074634,10.319348413348914,13.624576859277418,15.330612409231406,10.631235816715586,10.721923050512952,10.011044156715943,10.21922110517275,13.822116507235272,10.034130738731911,10.941412321778062,10.271864996205492,12.358909005449423,10.655405642318176,11.474168594583645,10.588774797613983,10.325416174554535,10.115136555492656,12.482975648799595,10.55910391558176,10.427019044642313,12.890107130196345,13.830290146937628],"sizemode":"area","line":{"color":"rgba(231,138,195,1)"}},"textfont":{"color":"rgba(231,138,195,1)","size":[10.16715415686811,10.512472227801169,10.666271522161315,10.274785883943478,10.59632733488812,10.290666517490857,10.689485396048561,10.343204002074634,10.319348413348914,13.624576859277418,15.330612409231406,10.631235816715586,10.721923050512952,10.011044156715943,10.21922110517275,13.822116507235272,10.034130738731911,10.941412321778062,10.271864996205492,12.358909005449423,10.655405642318176,11.474168594583645,10.588774797613983,10.325416174554535,10.115136555492656,12.482975648799595,10.55910391558176,10.427019044642313,12.890107130196345,13.830290146937628]},"error_y":{"color":"rgba(231,138,195,1)","width":[]},"error_x":{"color":"rgba(231,138,195,1)","width":[]},"line":{"color":"rgba(231,138,195,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[18334.197510000002,16233.717699999999],"y":[73.489999999999995,72.219999999999999],"text":["Australia","New Zealand"],"hoverinfo":["text","text"],"mode":"markers","frame":"1977","type":"scatter","name":"Oceania","marker":{"color":"rgba(166,216,84,1)","size":[10.956503813976532,10.211918032665112],"sizemode":"area","line":{"color":"rgba(166,216,84,1)"}},"textfont":{"color":"rgba(166,216,84,1)","size":[10.956503813976532,10.211918032665112]},"error_y":{"color":"rgba(166,216,84,1)","width":[]},"error_x":{"color":"rgba(166,216,84,1)","width":[]},"line":{"color":"rgba(166,216,84,1)"},"xaxis":"x","yaxis":"y","visible":true}],"traces":[0,1,2,3,4]},{"name":"1982","data":[{"x":[5745.1602130000001,2756.9536720000001,1277.897616,4551.1421499999997,807.19858550000004,559.60323100000005,2367.9832820000001,956.75299070000005,797.90810060000001,1267.100083,673.74781810000002,4879.5075219999999,2602.710169,2879.4680669999998,3503.729636,927.82534269999996,524.87584930000003,577.86074710000003,15113.361940000001,835.80961079999997,876.03256899999997,857.2503577,838.12396709999996,1348.2257910000001,797.26310739999997,572.19956939999997,17364.275379999999,1302.8786580000001,632.80392089999998,618.01406410000004,1481.150189,3688.0377389999999,2702.6203559999999,462.21141490000002,4191.1005109999996,909.72213539999996,1576.9737500000001,5267.2193530000004,881.5706467,1890.2181169999999,1518.4799840000001,1465.0107840000001,1176.8070310000001,8568.2662280000004,1895.544073,3895.3840180000002,874.24260690000006,1344.577953,3560.233174,682.26622680000003,1408.6785649999999,788.85504109999999],"y":[61.368000000000002,39.942,50.904000000000003,61.484000000000002,48.122,47.470999999999997,52.960999999999999,48.295000000000002,49.517000000000003,52.933,47.783999999999999,56.695,53.982999999999997,48.811999999999998,56.006,43.661999999999999,43.890000000000001,44.915999999999997,56.564,45.579999999999998,53.744,42.890999999999998,39.326999999999998,58.765999999999998,55.078000000000003,44.851999999999997,62.155000000000001,48.969000000000001,45.642000000000003,43.915999999999997,53.598999999999997,66.710999999999999,59.649999999999999,42.795000000000002,58.968000000000004,42.597999999999999,45.826000000000001,69.885000000000005,46.218000000000004,60.350999999999999,52.378999999999998,38.445,42.954999999999998,58.161000000000001,50.338000000000001,55.561,50.607999999999997,55.470999999999997,64.048000000000002,49.848999999999997,51.820999999999998,60.363],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1982","type":"scatter","name":"Africa","marker":{"color":"rgba(102,194,165,1)","size":[11.363268094157474,10.474793424384801,10.244454449240891,10.062133175834701,10.44873524264138,10.30853085663975,10.62730116695932,10.164964804935142,10.328645565916208,10.019700003962846,12.087619723417781,10.117035081332586,10.611952429150746,10.016788876405876,13.113825358214473,10.015389143592916,10.175907537672147,12.59714628763685,10.04735824111558,10.044740669772212,10.77401149851703,10.317409686483686,10.052280170720657,11.201351400578581,10.092264151434904,10.129466685318951,10.224147198211686,10.621885017279217,10.439741474721718,10.473556133745376,10.106619739635455,10.063613788469356,11.374528271663014,10.855019977145327,10.070914813386571,10.435261551635888,14.981061627629551,10.031246161597421,10.371811979918432,10.002633337789623,10.415508788093149,10.232368137252807,10.393743516176952,12.121304906473711,11.386016823753696,10.040261770481592,11.350342952626225,10.176417251181372,10.455526554049371,10.879057118888525,10.412275233297619,10.517119848542618],"sizemode":"area","line":{"color":"rgba(102,194,165,1)"}},"textfont":{"color":"rgba(102,194,165,1)","size":[11.363268094157474,10.474793424384801,10.244454449240891,10.062133175834701,10.44873524264138,10.30853085663975,10.62730116695932,10.164964804935142,10.328645565916208,10.019700003962846,12.087619723417781,10.117035081332586,10.611952429150746,10.016788876405876,13.113825358214473,10.015389143592916,10.175907537672147,12.59714628763685,10.04735824111558,10.044740669772212,10.77401149851703,10.317409686483686,10.052280170720657,11.201351400578581,10.092264151434904,10.129466685318951,10.224147198211686,10.621885017279217,10.439741474721718,10.473556133745376,10.106619739635455,10.063613788469356,11.374528271663014,10.855019977145327,10.070914813386571,10.435261551635888,14.981061627629551,10.031246161597421,10.371811979918432,10.002633337789623,10.415508788093149,10.232368137252807,10.393743516176952,12.121304906473711,11.386016823753696,10.040261770481592,11.350342952626225,10.176417251181372,10.455526554049371,10.879057118888525,10.412275233297619,10.517119848542618]},"error_y":{"color":"rgba(102,194,165,1)","width":[]},"error_x":{"color":"rgba(102,194,165,1)","width":[]},"line":{"color":"rgba(102,194,165,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[8997.8974120000003,3156.510452,7030.8358779999999,22898.792140000001,5095.6657379999997,4397.5756590000001,5262.734751,7316.9181070000004,2861.0923859999998,7213.7912669999996,4098.3441750000002,4820.4947899999997,2011.159549,3121.7607939999998,6068.0513499999997,9611.1475410000003,3470.3381559999998,7009.6015980000002,4258.5036040000005,6434.5017969999999,10330.989149999999,9119.5286070000002,25009.559140000001,6920.2230509999999,11152.410110000001],"y":[69.941999999999993,53.859000000000002,63.335999999999999,75.760000000000005,70.564999999999998,66.653000000000006,73.450000000000003,73.716999999999999,63.726999999999997,64.341999999999999,56.603999999999999,58.137,51.460999999999999,60.908999999999999,71.209999999999994,67.405000000000001,59.298000000000002,70.471999999999994,66.873999999999995,61.405999999999999,73.75,68.831999999999994,74.650000000000006,70.805000000000007,68.557000000000002],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1982","type":"scatter","name":"Americas","marker":{"color":"rgba(252,141,98,1)","size":[11.99854128141553,10.381002862542786,18.798013361035615,11.716009704168041,10.779934085561683,11.89092470650929,10.161374423381949,10.664048111974317,10.403261876762912,10.566898546296875,10.301327638291726,10.432425092876331,10.350710468564261,10.24635495441823,10.152770584931782,14.885611698508979,10.199258668370726,10.134888022228125,10.225673676871811,11.232998753392824,10.219705769825802,10.07210712528971,25.843423642169896,10.197523267234473,11.062068430267168],"sizemode":"area","line":{"color":"rgba(252,141,98,1)"}},"textfont":{"color":"rgba(252,141,98,1)","size":[11.99854128141553,10.381002862542786,18.798013361035615,11.716009704168041,10.779934085561683,11.89092470650929,10.161374423381949,10.664048111974317,10.403261876762912,10.566898546296875,10.301327638291726,10.432425092876331,10.350710468564261,10.24635495441823,10.152770584931782,14.885611698508979,10.199258668370726,10.134888022228125,10.225673676871811,11.232998753392824,10.219705769825802,10.07210712528971,25.843423642169896,10.197523267234473,11.062068430267168]},"error_y":{"color":"rgba(252,141,98,1)","width":[]},"error_x":{"color":"rgba(252,141,98,1)","width":[]},"line":{"color":"rgba(252,141,98,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[978.01143879999995,19211.14731,676.98186559999999,624.47547840000004,962.42138050000005,14560.530510000001,855.72353769999995,1516.8729880000001,7608.3346019999999,14517.90711,15367.029200000001,19384.10571,4161.4159589999999,4106.5252929999997,5622.9424639999997,31354.03573,7640.5195210000002,4920.3559509999995,2000.6031390000001,424,718.37309470000002,12954.791010000001,1443.429832,2603.2737649999999,33693.17525,15169.161120000001,1648.0797889999999,3761.8377150000001,7426.3547740000004,2393.2197809999998,707.23578629999997,4336.0320819999997,1977.55701],"y":[39.853999999999999,69.052000000000007,50.009,50.957000000000001,65.525000000000006,75.450000000000003,56.595999999999997,56.158999999999999,59.619999999999997,62.037999999999997,74.450000000000003,77.109999999999999,63.738999999999997,69.099999999999994,67.123000000000005,71.308999999999997,66.983000000000004,68,57.488999999999997,58.055999999999997,49.594000000000001,62.728000000000002,56.158000000000001,62.082000000000001,63.012,71.760000000000005,68.757000000000005,64.590000000000003,72.159999999999997,64.596999999999994,58.816000000000003,64.406000000000006,49.113],"text":["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."],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1982","type":"scatter","name":"Asia","marker":{"color":"rgba(141,160,203,1)","size":[10.875126837325164,10.021701455348023,16.348512812514578,10.492273089546282,78.268097255403362,10.355222061048629,58.319038044142836,20.462026007985443,12.935749149272629,10.96327574152852,10.259252931249872,18.080813077832623,10.156096008284278,11.20040036308025,12.680022100477636,10.09811254745324,10.206592659493747,10.981608364607085,10.11575854521006,12.362948764847387,11.074050110384652,10.084704515847301,16.2384672493429,13.644490017403268,10.764069354966587,10.176902120593468,11.047693321704587,10.638198647947984,11.258679700727368,13.32850490782967,13.827777139211847,10.093224403090137,10.65506560580198],"sizemode":"area","line":{"color":"rgba(141,160,203,1)"}},"textfont":{"color":"rgba(141,160,203,1)","size":[10.875126837325164,10.021701455348023,16.348512812514578,10.492273089546282,78.268097255403362,10.355222061048629,58.319038044142836,20.462026007985443,12.935749149272629,10.96327574152852,10.259252931249872,18.080813077832623,10.156096008284278,11.20040036308025,12.680022100477636,10.09811254745324,10.206592659493747,10.981608364607085,10.11575854521006,12.362948764847387,11.074050110384652,10.084704515847301,16.2384672493429,13.644490017403268,10.764069354966587,10.176902120593468,11.047693321704587,10.638198647947984,11.258679700727368,13.32850490782967,13.827777139211847,10.093224403090137,10.65506560580198]},"error_y":{"color":"rgba(141,160,203,1)","width":[]},"error_x":{"color":"rgba(141,160,203,1)","width":[]},"line":{"color":"rgba(141,160,203,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[3630.8807219999999,21597.083620000001,20979.845890000001,4126.6131569999998,8224.1916469999996,13221.821840000001,15377.22855,21688.04048,18533.157609999998,20293.89746,22031.532739999999,15268.420889999999,12545.990659999999,23269.607499999998,12618.32141,16537.483499999998,11222.58762,21399.460459999998,26298.635310000001,8451.5310040000004,11753.842909999999,9605.3140530000001,15181.092699999999,11348.54585,17866.721750000001,13926.169970000001,20667.381249999999,28397.715120000001,4241.3563439999998,18232.42452],"y":[70.420000000000002,73.180000000000007,73.930000000000007,70.689999999999998,71.079999999999998,70.459999999999994,70.959999999999994,74.629999999999995,74.549999999999997,74.890000000000001,73.799999999999997,75.239999999999995,69.390000000000001,76.989999999999995,73.099999999999994,74.980000000000004,74.100999999999999,76.049999999999997,75.969999999999999,71.319999999999993,72.769999999999996,69.659999999999997,70.162000000000006,70.799999999999997,71.063000000000002,76.299999999999997,76.420000000000002,76.209999999999994,61.036000000000001,74.040000000000006],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1982","type":"scatter","name":"Europe","marker":{"color":"rgba(231,138,195,1)","size":[10.18565406808421,10.512894236187288,10.668626455906466,10.280702942493988,10.602816558455746,10.297129736660116,10.699162922663378,10.345210026411754,10.325356794432277,13.711158947289324,15.342522082419025,10.663860825703654,10.726589099568207,10.011875068909475,10.233424557404893,13.854631628870656,10.034299664941782,10.97263206945903,10.276750683460088,12.468532014210869,10.668854898744625,11.521818003057334,10.612421532116587,10.340448218377732,10.122940127352617,12.588379460989035,10.564128156454959,10.437373163385805,13.226236707360542,13.84125867931396],"sizemode":"area","line":{"color":"rgba(231,138,195,1)"}},"textfont":{"color":"rgba(231,138,195,1)","size":[10.18565406808421,10.512894236187288,10.668626455906466,10.280702942493988,10.602816558455746,10.297129736660116,10.699162922663378,10.345210026411754,10.325356794432277,13.711158947289324,15.342522082419025,10.663860825703654,10.726589099568207,10.011875068909475,10.233424557404893,13.854631628870656,10.034299664941782,10.97263206945903,10.276750683460088,12.468532014210869,10.668854898744625,11.521818003057334,10.612421532116587,10.340448218377732,10.122940127352617,12.588379460989035,10.564128156454959,10.437373163385805,13.226236707360542,13.84125867931396]},"error_y":{"color":"rgba(231,138,195,1)","width":[]},"error_x":{"color":"rgba(231,138,195,1)","width":[]},"line":{"color":"rgba(231,138,195,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[19477.009279999998,17632.410400000001],"y":[74.739999999999995,73.840000000000003],"text":["Australia","New Zealand"],"hoverinfo":["text","text"],"mode":"markers","frame":"1982","type":"scatter","name":"Oceania","marker":{"color":"rgba(166,216,84,1)","size":[11.032271484917921,10.215040608059732],"sizemode":"area","line":{"color":"rgba(166,216,84,1)"}},"textfont":{"color":"rgba(166,216,84,1)","size":[11.032271484917921,10.215040608059732]},"error_y":{"color":"rgba(166,216,84,1)","width":[]},"error_x":{"color":"rgba(166,216,84,1)","width":[]},"line":{"color":"rgba(166,216,84,1)"},"xaxis":"x","yaxis":"y","visible":true}],"traces":[0,1,2,3,4]},{"name":"1987","data":[{"x":[5681.3585389999998,2430.2083109999999,1225.85601,6205.8838500000002,912.06314169999996,621.8188189,2602.6642059999999,844.87635039999998,952.38612899999998,1315.980812,672.774812,4201.1949370000002,2156.9560689999998,2880.1025679999998,3885.4607099999998,966.89681489999998,521.13413330000003,573.74131420000003,11864.408439999999,611.65886109999997,847.00611349999997,805.57247180000002,736.41539209999996,1361.936856,773.99321410000005,506.11385730000001,11770.5898,1155.4419479999999,635.51736340000002,684.17155760000003,1421.603576,4783.5869030000003,2755.0469910000002,389.87618459999999,3693.7313370000002,668.30002279999997,1385.0295630000001,5303.3774880000001,847.99121700000001,1516.525457,1441.72072,1294.4477879999999,1093.2449630000001,7825.8233980000005,1507.8191589999999,3984.8398120000002,831.82207940000001,1202.2013609999999,3810.419296,617.72440649999999,1213.315116,706.15730589999998],"y":[65.799000000000007,39.905999999999999,52.337000000000003,63.622,49.557000000000002,48.210999999999999,54.984999999999999,50.484999999999999,51.051000000000002,54.926000000000002,47.411999999999999,57.469999999999999,54.655000000000001,50.039999999999999,59.796999999999997,45.664000000000001,46.453000000000003,46.683999999999997,60.189999999999998,49.265000000000001,55.728999999999999,45.552,41.244999999999997,59.338999999999999,57.18,46.027000000000001,66.233999999999995,49.350000000000001,47.457000000000001,46.363999999999997,56.145000000000003,68.739999999999995,62.677,42.860999999999997,60.835000000000001,44.555,46.886000000000003,71.912999999999997,44.020000000000003,61.728000000000002,55.768999999999998,40.006,44.500999999999998,60.834000000000003,51.744,57.677999999999997,51.534999999999997,56.941000000000003,66.894000000000005,51.509,50.820999999999998,62.350999999999999],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1987","type":"scatter","name":"Africa","marker":{"color":"rgba(102,194,165,1)","size":[11.583124907903459,10.533343999509913,10.285555390530721,10.074475846143708,10.513709040669495,10.345770588416476,10.731717085022822,10.189743242664374,10.371224321467116,10.022871789780625,12.417633284495395,10.136784773489689,10.730381441790092,10.017132462078806,13.599599191000056,10.019194999911594,10.194927059084515,12.930751595327941,10.055993817217299,10.053810335043543,10.962919665554013,10.381551480270042,10.059210377012322,11.442737057799956,10.105054288504284,10.150798414089648,10.255254942696533,10.717245739710373,10.529966635613693,10.516948123959168,10.121574248034646,10.067068960801638,11.564863199706533,10.875818649875981,10.083143978933146,10.496378713102843,15.562041111998278,10.034264651145554,10.429267367179454,10.00346732136879,10.485370116207241,10.259968495849593,10.468341739974923,12.448465491562359,11.683525364642012,10.049096918396511,11.56849651240559,10.211192093607249,10.523156964144913,11.039018295360725,10.492267697558169,10.624952375985439],"sizemode":"area","line":{"color":"rgba(102,194,165,1)"}},"textfont":{"color":"rgba(102,194,165,1)","size":[11.583124907903459,10.533343999509913,10.285555390530721,10.074475846143708,10.513709040669495,10.345770588416476,10.731717085022822,10.189743242664374,10.371224321467116,10.022871789780625,12.417633284495395,10.136784773489689,10.730381441790092,10.017132462078806,13.599599191000056,10.019194999911594,10.194927059084515,12.930751595327941,10.055993817217299,10.053810335043543,10.962919665554013,10.381551480270042,10.059210377012322,11.442737057799956,10.105054288504284,10.150798414089648,10.255254942696533,10.717245739710373,10.529966635613693,10.516948123959168,10.121574248034646,10.067068960801638,11.564863199706533,10.875818649875981,10.083143978933146,10.496378713102843,15.562041111998278,10.034264651145554,10.429267367179454,10.00346732136879,10.485370116207241,10.259968495849593,10.468341739974923,12.448465491562359,11.683525364642012,10.049096918396511,11.56849651240559,10.211192093607249,10.523156964144913,11.039018295360725,10.492267697558169,10.624952375985439]},"error_y":{"color":"rgba(102,194,165,1)","width":[]},"error_x":{"color":"rgba(102,194,165,1)","width":[]},"line":{"color":"rgba(102,194,165,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[9139.6713889999992,2753.6914900000002,7807.0958179999998,26626.515029999999,5547.0637539999998,4903.2191000000003,5629.9153180000003,7532.924763,2899.8421750000002,6481.7769930000004,4140.4420970000001,4246.4859740000002,1823.015995,3023.0966990000002,6351.2374950000003,8688.1560030000001,2955.984375,7034.7791610000004,3998.8756950000002,6360.9434440000005,12281.341909999999,7388.5978230000001,29884.350409999999,7452.3989689999999,9883.584648],"y":[70.774000000000001,57.250999999999998,65.204999999999998,76.859999999999999,72.492000000000004,67.768000000000001,74.751999999999995,74.174000000000007,66.046000000000006,67.230999999999995,63.154000000000003,60.781999999999996,53.636000000000003,64.492000000000004,71.769999999999996,69.498000000000005,62.008000000000003,71.522999999999996,67.378,64.134,74.629999999999995,69.581999999999994,75.019999999999996,71.918000000000006,70.189999999999998],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1987","type":"scatter","name":"Americas","marker":{"color":"rgba(252,141,98,1)","size":[12.154127030166471,10.416094808472128,19.751858583607309,11.808001116558641,10.846565544543003,12.109307118644901,10.186999608003982,10.694803943918515,10.450148148286059,10.64738987183741,10.326398403680306,10.495953360319033,10.388782272835758,10.294320101335098,10.154701940471488,15.464505643779169,10.224166240802617,10.149721722792378,10.261170226668677,11.374336753705476,10.230999391308245,10.077216341165451,26.567977027339847,10.203744938986867,11.218327972773205],"sizemode":"area","line":{"color":"rgba(252,141,98,1)"}},"textfont":{"color":"rgba(252,141,98,1)","size":[12.154127030166471,10.416094808472128,19.751858583607309,11.808001116558641,10.846565544543003,12.109307118644901,10.186999608003982,10.694803943918515,10.450148148286059,10.64738987183741,10.326398403680306,10.495953360319033,10.388782272835758,10.294320101335098,10.154701940471488,15.464505643779169,10.224166240802617,10.149721722792378,10.261170226668677,11.374336753705476,10.230999391308245,10.077216341165451,26.567977027339847,10.203744938986867,11.218327972773205]},"error_y":{"color":"rgba(252,141,98,1)","width":[]},"error_x":{"color":"rgba(252,141,98,1)","width":[]},"line":{"color":"rgba(252,141,98,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[852.39594480000005,18524.02406,751.97940349999999,683.89557319999994,1378.904018,20038.472689999999,976.51267559999997,1748.356961,6642.8813710000004,11643.572679999999,17122.479859999999,22375.941889999998,4448.6799119999996,4106.4923150000004,8533.0888049999994,28118.429980000001,5377.0913289999999,5249.8026529999997,2338.008304,385,775.63245010000003,18115.223129999998,1704.6865829999999,2189.6349949999999,21198.26136,18861.53081,1876.7668269999999,3116.774285,11054.561750000001,2982.653773,820.79944490000003,5107.1973840000001,1971.741538],"y":[40.822000000000003,70.75,52.819000000000003,53.914000000000001,67.274000000000001,76.200000000000003,58.552999999999997,60.137,63.039999999999999,65.043999999999997,75.599999999999994,78.670000000000002,65.869,70.647000000000006,69.810000000000002,74.174000000000007,67.926000000000002,69.5,60.222000000000001,58.338999999999999,52.536999999999999,67.733999999999995,58.244999999999997,64.150999999999996,66.295000000000002,73.560000000000002,69.010999999999996,66.974000000000004,73.400000000000006,66.084000000000003,62.82,67.046000000000006,52.921999999999997],"text":["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."],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1987","type":"scatter","name":"Asia","marker":{"color":"rgba(141,160,203,1)","size":[10.942433932892962,10.026932707612957,17.078126271390129,10.567304037453583,83.984560197503285,10.377063708087592,63.779279171348648,21.54950128148257,13.537532220589025,11.125026580283174,10.282781588038102,18.329004993872076,10.188380434732037,11.297322100196661,12.836731020828442,10.12500375723363,10.206761722209649,11.110597620092477,10.13344296941381,12.591469138430865,11.218805607365807,10.104691318975354,17.175225739355231,14.092298998390429,10.993745729849708,10.186640665402882,11.121758284703471,10.763262263074971,11.344433401907263,13.607194386408,14.284001443824259,10.111334248330712,10.761657839472756],"sizemode":"area","line":{"color":"rgba(141,160,203,1)"}},"textfont":{"color":"rgba(141,160,203,1)","size":[10.942433932892962,10.026932707612957,17.078126271390129,10.567304037453583,83.984560197503285,10.377063708087592,63.779279171348648,21.54950128148257,13.537532220589025,11.125026580283174,10.282781588038102,18.329004993872076,10.188380434732037,11.297322100196661,12.836731020828442,10.12500375723363,10.206761722209649,11.110597620092477,10.13344296941381,12.591469138430865,11.218805607365807,10.104691318975354,17.175225739355231,14.092298998390429,10.993745729849708,10.186640665402882,11.121758284703471,10.763262263074971,11.344433401907263,13.607194386408,14.284001443824259,10.111334248330712,10.761657839472756]},"error_y":{"color":"rgba(141,160,203,1)","width":[]},"error_x":{"color":"rgba(141,160,203,1)","width":[]},"line":{"color":"rgba(141,160,203,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[3738.9327349999999,23687.826069999999,22525.56308,4314.1147570000003,8239.854824,13822.58394,16310.4434,25116.175810000001,21141.01223,22066.442139999999,24639.185659999999,16120.528389999999,12986.47998,26923.206279999999,13872.86652,19207.234820000001,11732.51017,23651.323609999999,31540.9748,9082.3511720000006,13039.30876,9696.2732950000009,15870.87851,12037.26758,18678.534919999998,15764.983130000001,23586.929270000001,30281.704590000001,5089.043686,21664.787670000002],"y":[72,74.939999999999998,75.349999999999994,71.140000000000001,71.340000000000003,71.519999999999996,71.579999999999998,74.799999999999997,74.829999999999998,76.340000000000003,74.846999999999994,76.670000000000002,69.579999999999998,77.230000000000004,74.359999999999999,76.420000000000002,74.864999999999995,76.829999999999998,75.890000000000001,70.980000000000004,74.060000000000002,69.530000000000001,71.218000000000004,71.079999999999998,72.25,76.900000000000006,77.189999999999998,77.409999999999997,63.107999999999997,75.007000000000005],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1987","type":"scatter","name":"Europe","marker":{"color":"rgba(231,138,195,1)","size":[10.205803995915938,10.513187041617734,10.669574968043275,10.292052326688941,10.608267244160981,10.301971741985694,10.699701643703591,10.345838909683581,10.33250943729686,13.792826067503588,15.300412156821903,10.67669307488273,10.720255561125718,10.012603942846944,10.237512912948889,13.867877286556075,10.034772317064357,10.996853494340272,10.281621218545556,12.571821279770784,10.672652428195583,11.544317267887056,10.625932830532843,10.350773193084208,10.12871556089889,12.649629169809355,10.570690205988621,10.449782653395607,13.605214093457191,13.885071381106604],"sizemode":"area","line":{"color":"rgba(231,138,195,1)"}},"textfont":{"color":"rgba(231,138,195,1)","size":[10.205803995915938,10.513187041617734,10.669574968043275,10.292052326688941,10.608267244160981,10.301971741985694,10.699701643703591,10.345838909683581,10.33250943729686,13.792826067503588,15.300412156821903,10.67669307488273,10.720255561125718,10.012603942846944,10.237512912948889,13.867877286556075,10.034772317064357,10.996853494340272,10.281621218545556,12.571821279770784,10.672652428195583,11.544317267887056,10.625932830532843,10.350773193084208,10.12871556089889,12.649629169809355,10.570690205988621,10.449782653395607,13.605214093457191,13.885071381106604]},"error_y":{"color":"rgba(231,138,195,1)","width":[]},"error_x":{"color":"rgba(231,138,195,1)","width":[]},"line":{"color":"rgba(231,138,195,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[21888.889029999998,19007.191289999999],"y":[76.319999999999993,74.319999999999993],"text":["Australia","New Zealand"],"hoverinfo":["text","text"],"mode":"markers","frame":"1987","type":"scatter","name":"Oceania","marker":{"color":"rgba(166,216,84,1)","size":[11.105510313434259,10.22231064610855],"sizemode":"area","line":{"color":"rgba(166,216,84,1)"}},"textfont":{"color":"rgba(166,216,84,1)","size":[11.105510313434259,10.22231064610855]},"error_y":{"color":"rgba(166,216,84,1)","width":[]},"error_x":{"color":"rgba(166,216,84,1)","width":[]},"line":{"color":"rgba(166,216,84,1)"},"xaxis":"x","yaxis":"y","visible":true}],"traces":[0,1,2,3,4]},{"name":"1992","data":[{"x":[5023.2166470000002,2627.8456849999998,1191.2076810000001,7954.111645,931.75277310000001,631.69987779999997,1793.163278,747.90552520000006,1058.0643,1246.9073699999999,457.71918069999998,4016.2395289999999,1648.073791,2377.1561919999999,3794.7551950000002,1132.055034,582.85851019999996,421.35346529999998,13522.157520000001,665.62441260000003,925.06015400000001,794.34843839999996,745.53987059999997,1341.9217209999999,977.48627250000004,636.62291909999999,9640.1385009999995,1040.6761899999999,563.20001449999995,739.01437499999997,1361.369784,6058.2538459999996,2948.0472519999998,410.89682390000002,3804.5379990000001,581.182725,1619.848217,6101.2558230000004,737.06859489999999,1428.777814,1367.899369,1068.6962779999999,926.96029639999995,7225.0692580000004,1492.1970429999999,3553.0223999999998,825.68245400000001,1034.298904,4332.7201640000003,644.17079690000003,1210.8846329999999,693.42078560000004],"y":[67.744,40.646999999999998,53.918999999999997,62.744999999999997,50.259999999999998,44.735999999999997,54.314,49.396000000000001,51.723999999999997,57.939,45.548000000000002,56.433,52.043999999999997,51.603999999999999,63.673999999999999,47.545000000000002,49.991,48.091000000000001,61.366,52.643999999999998,57.500999999999998,48.576000000000001,43.265999999999998,59.284999999999997,59.685000000000002,40.802,68.754999999999995,52.213999999999999,49.420000000000002,48.387999999999998,58.332999999999998,69.745000000000005,65.393000000000001,44.283999999999999,61.999000000000002,47.390999999999998,47.472000000000001,73.614999999999995,23.599,62.741999999999997,58.195999999999998,38.332999999999998,39.658000000000001,61.887999999999998,53.555999999999997,58.473999999999997,50.439999999999998,58.061,70.001000000000005,48.825000000000003,46.100000000000001,60.377000000000002],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1992","type":"scatter","name":"Africa","marker":{"color":"rgba(102,194,165,1)","size":[11.790847291286426,10.592161580426145,10.335918129326547,10.087541520630969,10.601875008126374,10.392401934931998,10.846826066297785,10.218758622749275,10.434731157463393,10.026920217311378,12.840153431713961,10.160330561784454,10.867672243126245,10.022123873252227,14.050283125446724,10.022375180850107,10.246286155380027,13.551105219730019,10.063183726227575,10.065889616971175,11.106977002454041,10.473031814091136,10.067633754493233,11.703631269279652,10.118977562113589,10.126470309747383,10.293794416620576,10.829300330351792,10.679406746469937,10.570336109351521,10.140563942879856,10.070723158923007,11.756711638337501,10.894163626750096,10.101986520279977,10.568739193580855,16.368295129612417,10.038370479461157,10.493482396449931,10.004497873628535,10.562944649190637,10.286722244059606,10.412233735465051,12.723578375696341,11.922522029864204,10.061586946962937,11.811807791913488,10.251685856083734,10.577629762943214,11.241671049616123,10.567943704701635,10.726507537216369],"sizemode":"area","line":{"color":"rgba(102,194,165,1)"}},"textfont":{"color":"rgba(102,194,165,1)","size":[11.790847291286426,10.592161580426145,10.335918129326547,10.087541520630969,10.601875008126374,10.392401934931998,10.846826066297785,10.218758622749275,10.434731157463393,10.026920217311378,12.840153431713961,10.160330561784454,10.867672243126245,10.022123873252227,14.050283125446724,10.022375180850107,10.246286155380027,13.551105219730019,10.063183726227575,10.065889616971175,11.106977002454041,10.473031814091136,10.067633754493233,11.703631269279652,10.118977562113589,10.126470309747383,10.293794416620576,10.829300330351792,10.679406746469937,10.570336109351521,10.140563942879856,10.070723158923007,11.756711638337501,10.894163626750096,10.101986520279977,10.568739193580855,16.368295129612417,10.038370479461157,10.493482396449931,10.004497873628535,10.562944649190637,10.286722244059606,10.412233735465051,12.723578375696341,11.922522029864204,10.061586946962937,11.811807791913488,10.251685856083734,10.577629762943214,11.241671049616123,10.567943704701635,10.726507537216369]},"error_y":{"color":"rgba(102,194,165,1)","width":[]},"error_x":{"color":"rgba(102,194,165,1)","width":[]},"line":{"color":"rgba(102,194,165,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[9308.4187099999999,2961.6996939999999,6950.2830210000002,26342.884259999999,7596.1259639999998,5444.6486169999998,6160.4163170000002,5592.8439630000003,3044.2142140000001,7103.7025949999997,4444.2317000000003,4439.4508400000004,1456.3095169999999,3081.6946029999999,7404.9236849999998,9472.3842949999998,2170.1517239999998,6618.74305,4196.4110780000001,4446.3809240000001,14641.58711,7370.9909319999997,32003.932239999998,8137.0047750000003,10733.926310000001],"y":[71.867999999999995,59.957000000000001,67.057000000000002,77.950000000000003,74.126000000000005,68.421000000000006,75.712999999999994,74.414000000000001,68.456999999999994,69.613,66.798000000000002,63.372999999999998,55.088999999999999,66.399000000000001,71.766000000000005,71.454999999999998,65.843000000000004,72.462000000000003,68.224999999999994,66.457999999999998,73.911000000000001,69.861999999999995,76.090000000000003,72.751999999999995,71.150000000000006],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1992","type":"scatter","name":"Americas","marker":{"color":"rgba(252,141,98,1)","size":[12.313704556446469,10.466402876603667,20.641734419506236,11.942719052275654,10.922301819097912,12.330342866703262,10.212485624730284,10.727798884242953,10.497644328743114,10.729514355499091,10.355914760888629,10.575163918050169,10.42771918406085,10.342448304702629,10.15825191624034,16.009747440452252,10.270140515551493,10.16551260362623,10.301946829635551,11.526849820015096,10.240603136414832,10.076693045306422,27.529706769846214,10.210850692030771,11.379089825353695],"sizemode":"area","line":{"color":"rgba(252,141,98,1)"}},"textfont":{"color":"rgba(252,141,98,1)","size":[12.313704556446469,10.466402876603667,20.641734419506236,11.942719052275654,10.922301819097912,12.330342866703262,10.212485624730284,10.727798884242953,10.497644328743114,10.729514355499091,10.355914760888629,10.575163918050169,10.42771918406085,10.342448304702629,10.15825191624034,16.009747440452252,10.270140515551493,10.16551260362623,10.301946829635551,11.526849820015096,10.240603136414832,10.076693045306422,27.529706769846214,10.210850692030771,11.379089825353695]},"error_y":{"color":"rgba(252,141,98,1)","width":[]},"error_x":{"color":"rgba(252,141,98,1)","width":[]},"line":{"color":"rgba(252,141,98,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[649.34139519999997,19035.579170000001,837.8101643,682.30317549999995,1655.7841579999999,24757.603009999999,1164.4068090000001,2383.1408980000001,7235.6531880000002,3745.6406870000001,18051.522540000002,26824.895110000001,3431.5936470000001,3726.0635069999998,12104.27872,34932.919589999998,6890.8068540000004,7277.9128019999998,1785.402016,347,897.74036039999999,18616.706910000001,1971.8294639999999,2279.3240169999999,24841.617770000001,24769.891199999998,2153.7392220000002,3340.5427679999998,15215.6579,4616.8965449999996,989.02314869999998,6017.6547559999999,1879.4966730000001],"y":[41.673999999999999,72.600999999999999,56.018000000000001,55.802999999999997,68.689999999999998,77.600999999999999,60.222999999999999,62.680999999999997,65.742000000000004,59.460999999999999,76.930000000000007,79.359999999999999,68.015000000000001,69.977999999999994,72.244,75.189999999999998,69.292000000000002,70.692999999999998,61.271000000000001,59.32,55.726999999999997,71.197000000000003,60.838000000000001,66.457999999999998,68.768000000000001,75.787999999999997,70.379000000000005,69.248999999999995,74.260000000000005,67.298000000000002,67.662000000000006,69.718000000000004,55.598999999999997],"text":["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."],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1992","type":"scatter","name":"Asia","marker":{"color":"rgba(141,160,203,1)","size":[11.109651360305133,10.032043425055008,17.756584300964214,10.688678577169002,89.508617892883322,10.393798391600281,69.512532354914754,22.610153120442298,14.118247770552266,11.215032922011979,10.332838485077788,18.481751417236865,10.259866389340514,11.409517838071219,12.985758064443411,10.092693326387502,10.21567836422339,11.246265296500553,10.153759775864989,12.763327497789104,11.383229097646201,10.12662278698086,18.190702478108065,14.58153510182176,11.152509884960796,10.216761607810014,11.196273922354393,10.898144893314983,11.407848574105618,13.863604101849923,14.769569562025376,10.139561579114929,10.90831015596849],"sizemode":"area","line":{"color":"rgba(141,160,203,1)"}},"textfont":{"color":"rgba(141,160,203,1)","size":[11.109651360305133,10.032043425055008,17.756584300964214,10.688678577169002,89.508617892883322,10.393798391600281,69.512532354914754,22.610153120442298,14.118247770552266,11.215032922011979,10.332838485077788,18.481751417236865,10.259866389340514,11.409517838071219,12.985758064443411,10.092693326387502,10.21567836422339,11.246265296500553,10.153759775864989,12.763327497789104,11.383229097646201,10.12662278698086,18.190702478108065,14.58153510182176,11.152509884960796,10.216761607810014,11.196273922354393,10.898144893314983,11.407848574105618,13.863604101849923,14.769569562025376,10.139561579114929,10.90831015596849]},"error_y":{"color":"rgba(141,160,203,1)","width":[]},"error_x":{"color":"rgba(141,160,203,1)","width":[]},"line":{"color":"rgba(141,160,203,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[2497.4379009999998,27042.018680000001,25575.57069,2546.7814450000001,6302.6234379999996,8447.7948730000007,14297.021220000001,26406.739850000002,20647.164990000001,24703.796149999998,26505.303169999999,17541.496340000002,10535.628549999999,25144.39201,17558.815549999999,22013.64486,7003.3390369999997,26790.94961,33965.66115,7738.8812470000003,16207.26663,6598.4099029999998,9325.0682379999998,9498.4677229999998,14214.71681,18603.06452,23880.01683,31871.530299999999,5678.3482709999998,22705.092540000001],"y":[71.581000000000003,76.040000000000006,76.459999999999994,72.177999999999997,71.189999999999998,72.527000000000001,72.400000000000006,75.329999999999998,75.700000000000003,77.459999999999994,76.069999999999993,77.030000000000001,69.170000000000002,78.769999999999996,75.466999999999999,77.439999999999998,75.435000000000002,77.420000000000002,77.319999999999993,70.989999999999995,74.859999999999999,69.359999999999999,71.659000000000006,71.379999999999995,73.640000000000001,77.569999999999993,78.159999999999997,78.030000000000001,66.146000000000001,76.420000000000002],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1992","type":"scatter","name":"Europe","marker":{"color":"rgba(231,138,195,1)","size":[10.222947583236039,10.536124559050929,10.681548048280984,10.286389783627973,10.586873200388419,10.30263400098141,10.69998182232643,10.348867227665744,10.339970174267046,13.911864716064787,15.496944390291787,10.700645719394485,10.702232943237149,10.013582418056938,10.238731980033551,13.875463199554101,10.038331575243125,11.03159195790964,10.288460853087521,12.614819791358347,10.673498151293172,11.551869873414207,10.666585281267087,10.357842157753517,10.132356176670454,12.695272417439893,10.59099302057191,10.473364411028797,13.966806003551802,13.945456802009499],"sizemode":"area","line":{"color":"rgba(231,138,195,1)"}},"textfont":{"color":"rgba(231,138,195,1)","size":[10.222947583236039,10.536124559050929,10.681548048280984,10.286389783627973,10.586873200388419,10.30263400098141,10.69998182232643,10.348867227665744,10.339970174267046,13.911864716064787,15.496944390291787,10.700645719394485,10.702232943237149,10.013582418056938,10.238731980033551,13.875463199554101,10.038331575243125,11.03159195790964,10.288460853087521,12.614819791358347,10.673498151293172,11.551869873414207,10.666585281267087,10.357842157753517,10.132356176670454,12.695272417439893,10.59099302057191,10.473364411028797,13.966806003551802,13.945456802009499]},"error_y":{"color":"rgba(231,138,195,1)","width":[]},"error_x":{"color":"rgba(231,138,195,1)","width":[]},"line":{"color":"rgba(231,138,195,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[23424.76683,18363.324939999999],"y":[77.560000000000002,76.329999999999998],"text":["Australia","New Zealand"],"hoverinfo":["text","text"],"mode":"markers","frame":"1992","type":"scatter","name":"Oceania","marker":{"color":"rgba(166,216,84,1)","size":[11.189101690874766,10.230535680330517],"sizemode":"area","line":{"color":"rgba(166,216,84,1)"}},"textfont":{"color":"rgba(166,216,84,1)","size":[11.189101690874766,10.230535680330517]},"error_y":{"color":"rgba(166,216,84,1)","width":[]},"error_x":{"color":"rgba(166,216,84,1)","width":[]},"line":{"color":"rgba(166,216,84,1)"},"xaxis":"x","yaxis":"y","visible":true}],"traces":[0,1,2,3,4]},{"name":"1997","data":[{"x":[4797.2950510000001,2277.1408839999999,1232.9752920000001,8647.1423130000003,946.29496180000001,463.11514779999999,1694.3374690000001,740.50633170000003,1004.961353,1173.6182349999999,312.188423,3484.1643760000002,1786.2654070000001,1895.0169840000001,4173.1817970000002,2814.480755,913.47078999999997,515.88940130000003,14722.84188,653.73017040000002,1005.245812,869.44976680000002,796.66446810000002,1360.485021,1186.1479939999999,609.17395079999994,9467.4460560000007,986.29589559999999,692.27581029999999,790.25798459999999,1483.1361360000001,7425.7052949999998,2982.101858,472.3460771,3899.5242600000001,580.30520920000004,1624.9412749999999,6071.9414109999998,589.94450510000001,1339.0760359999999,1392.3683470000001,574.64815759999999,930.59642840000004,7479.1882439999999,1632.2107639999999,3876.7684599999998,789.18622310000001,982.28692430000001,4876.7986140000003,816.55908099999999,1071.353818,792.44996030000004],"y":[69.152000000000001,40.963000000000001,54.777000000000001,52.555999999999997,50.323999999999998,45.326000000000001,52.198999999999998,46.066000000000003,51.573,60.659999999999997,42.587000000000003,52.962000000000003,47.991,53.156999999999996,67.216999999999999,48.244999999999997,53.378,49.402000000000001,60.460999999999999,55.860999999999997,58.555999999999997,51.454999999999998,44.872999999999998,54.406999999999996,55.558,42.220999999999997,71.555000000000007,54.978000000000002,47.494999999999997,49.902999999999999,60.43,70.736000000000004,67.659999999999997,46.344000000000001,58.908999999999999,51.313000000000002,47.463999999999999,74.772000000000006,36.087000000000003,63.305999999999997,60.186999999999998,39.896999999999998,43.795000000000002,60.235999999999997,55.372999999999998,54.289000000000001,48.466000000000001,58.390000000000001,71.972999999999999,44.578000000000003,40.238,46.808999999999997],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1997","type":"scatter","name":"Africa","marker":{"color":"rgba(102,194,165,1)","size":[11.980156717793243,10.669904220583245,10.409932312082947,10.100777281629345,10.70251680752275,10.41372240195537,10.96481082006842,10.248202222244577,10.512034111703725,10.031940431256745,13.258328933320623,10.187077143427988,10.994170400103377,10.024427548983795,14.509768763831403,10.025933415233665,10.27289657226045,14.081618288974518,10.072769862056525,10.080248890834488,11.253007738750455,10.545261248782095,10.077378237314873,11.924995450841815,10.131237714528561,10.146110182804815,10.320765891945536,10.962715793800925,10.707099860912871,10.636457513558547,10.162765010291018,10.07438261252646,11.94312850210718,11.129131657815622,10.117037197176023,10.655654902325633,17.244909200114606,10.042644414950463,10.488184597496259,10.005842253247067,10.646717989166707,10.308380836514781,10.448661392880135,12.919522268184771,12.190970757955448,10.067875916187225,12.090376735668935,10.290817834423095,10.625993302703327,11.44356783348746,10.638696553685772,10.774326144911987],"sizemode":"area","line":{"color":"rgba(102,194,165,1)"}},"textfont":{"color":"rgba(102,194,165,1)","size":[11.980156717793243,10.669904220583245,10.409932312082947,10.100777281629345,10.70251680752275,10.41372240195537,10.96481082006842,10.248202222244577,10.512034111703725,10.031940431256745,13.258328933320623,10.187077143427988,10.994170400103377,10.024427548983795,14.509768763831403,10.025933415233665,10.27289657226045,14.081618288974518,10.072769862056525,10.080248890834488,11.253007738750455,10.545261248782095,10.077378237314873,11.924995450841815,10.131237714528561,10.146110182804815,10.320765891945536,10.962715793800925,10.707099860912871,10.636457513558547,10.162765010291018,10.07438261252646,11.94312850210718,11.129131657815622,10.117037197176023,10.655654902325633,17.244909200114606,10.042644414950463,10.488184597496259,10.005842253247067,10.646717989166707,10.308380836514781,10.448661392880135,12.919522268184771,12.190970757955448,10.067875916187225,12.090376735668935,10.290817834423095,10.625993302703327,11.44356783348746,10.638696553685772,10.774326144911987]},"error_y":{"color":"rgba(102,194,165,1)","width":[]},"error_x":{"color":"rgba(102,194,165,1)","width":[]},"line":{"color":"rgba(102,194,165,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[10967.281950000001,3326.1431910000001,7957.9808240000002,28954.925889999999,10118.053180000001,6117.3617459999996,6677.045314,5431.9904150000002,3614.1012850000002,7429.4558770000003,5154.8254960000004,4684.3138070000005,1341.7269309999999,3160.4549059999999,7121.924704,9767.2975299999998,2253.0230040000001,7113.6922519999998,4247.4002609999998,5838.3476570000003,16999.433300000001,8792.5731259999993,35767.43303,9230.2407079999994,10165.49518],"y":[73.275000000000006,62.049999999999997,69.388000000000005,78.609999999999999,75.816000000000003,70.313000000000002,77.260000000000005,76.150999999999996,69.956999999999994,72.311999999999998,69.534999999999997,66.322000000000003,56.670999999999999,67.659000000000006,72.262,73.670000000000002,68.426000000000002,73.738,69.400000000000006,68.385999999999996,74.917000000000002,69.465000000000003,76.810000000000002,74.222999999999999,72.146000000000001],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1997","type":"scatter","name":"Americas","marker":{"color":"rgba(252,141,98,1)","size":[12.466899538619863,10.520987337333018,21.499725655113949,12.064369197661968,10.9923932281225,12.566164469962999,10.236025475012823,10.745527399893806,10.541406523305332,10.808921618416836,10.390641211927516,10.66504808688375,10.467774352668792,10.39640982017238,10.168673673720797,16.541036819479011,10.310521251036645,10.18254405124418,10.347688498112408,11.685037987940277,10.252496497132082,10.073582891960367,28.622954268997955,10.218602596359064,11.523024170322334],"sizemode":"area","line":{"color":"rgba(252,141,98,1)"}},"textfont":{"color":"rgba(252,141,98,1)","size":[12.466899538619863,10.520987337333018,21.499725655113949,12.064369197661968,10.9923932281225,12.566164469962999,10.236025475012823,10.745527399893806,10.541406523305332,10.808921618416836,10.390641211927516,10.66504808688375,10.467774352668792,10.39640982017238,10.168673673720797,16.541036819479011,10.310521251036645,10.18254405124418,10.347688498112408,11.685037987940277,10.252496497132082,10.073582891960367,28.622954268997955,10.218602596359064,11.523024170322334]},"error_y":{"color":"rgba(252,141,98,1)","width":[]},"error_x":{"color":"rgba(252,141,98,1)","width":[]},"line":{"color":"rgba(252,141,98,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[635.34135100000003,20292.016790000001,972.77003520000005,734.28516999999999,2289.234136,28377.63219,1458.817442,3119.335603,8263.5903010000002,3076.239795,20896.609240000002,28816.584989999999,3645.3795719999998,1690.7568140000001,15993.527959999999,40300.619960000004,8754.9638500000001,10132.90964,1902.2520999999999,415,1010.892138,19702.055810000002,2049.3505209999998,2536.5349249999999,20586.690190000001,33519.476600000002,2664.477257,4014.2389720000001,20206.82098,5852.625497,1385.8967689999999,7110.6676189999998,2117.4845260000002],"y":[41.762999999999998,73.924999999999997,59.411999999999999,56.533999999999999,70.426000000000002,80,61.765000000000001,66.040999999999997,68.042000000000002,58.811,78.269000000000005,80.689999999999998,69.772000000000006,67.727000000000004,74.647000000000006,76.156000000000006,70.265000000000001,71.938000000000002,63.625,60.328000000000003,59.426000000000002,72.498999999999995,61.817999999999998,68.563999999999993,70.533000000000001,77.158000000000001,70.456999999999994,71.527000000000001,75.25,67.521000000000001,70.671999999999997,71.096000000000004,58.020000000000003],"text":["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."],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1997","type":"scatter","name":"Asia","marker":{"color":"rgba(141,160,203,1)","size":[11.512992137552331,10.036757660738209,18.412544157756798,10.800126739780231,93.952230375217496,10.439270051153397,75.450544580751057,23.597228210212926,14.318230057378376,11.413908417961604,10.373437903220085,18.592814769354657,10.304833249601421,11.469152544072138,13.14740618241186,10.116394185530281,10.230038388869856,11.39345899590405,10.166181892682395,12.947701344088028,11.565799358047792,10.151769040203023,19.248612593491792,15.115766595273888,11.444899108527286,10.25542311812325,11.272143631551847,11.025228865912052,11.472121550185054,14.105873772109792,15.186477263895316,10.188790225828633,11.076110191108933],"sizemode":"area","line":{"color":"rgba(141,160,203,1)"}},"textfont":{"color":"rgba(141,160,203,1)","size":[11.512992137552331,10.036757660738209,18.412544157756798,10.800126739780231,93.952230375217496,10.439270051153397,75.450544580751057,23.597228210212926,14.318230057378376,11.413908417961604,10.373437903220085,18.592814769354657,10.304833249601421,11.469152544072138,13.14740618241186,10.116394185530281,10.230038388869856,11.39345899590405,10.166181892682395,12.947701344088028,11.565799358047792,10.151769040203023,19.248612593491792,15.115766595273888,11.444899108527286,10.25542311812325,11.272143631551847,11.025228865912052,11.472121550185054,14.105873772109792,15.186477263895316,10.188790225828633,11.076110191108933]},"error_y":{"color":"rgba(141,160,203,1)","width":[]},"error_x":{"color":"rgba(141,160,203,1)","width":[]},"line":{"color":"rgba(141,160,203,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[3193.0546039999999,29095.92066,27561.196629999999,4766.355904,5970.3887599999998,9875.6045150000009,16048.51424,29804.345669999999,23723.950199999999,25889.78487,27788.884160000001,18747.69814,11712.7768,28061.09966,24521.94713,24675.024460000001,6465.6133490000002,30246.13063,41283.16433,10159.58368,17641.031559999999,7346.5475569999999,7914.3203039999999,12126.23065,17161.107349999998,20445.29896,25266.594990000001,32135.32301,6601.4299149999997,26074.531360000001],"y":[72.950000000000003,77.510000000000005,77.530000000000001,73.244,70.319999999999993,73.680000000000007,74.010000000000005,76.109999999999999,77.129999999999995,78.640000000000001,77.340000000000003,77.869,71.040000000000006,78.950000000000003,76.122,78.819999999999993,75.444999999999993,78.030000000000001,78.319999999999993,72.75,75.969999999999999,69.719999999999999,72.231999999999999,72.709999999999994,75.129999999999995,78.769999999999996,79.390000000000001,79.370000000000005,68.834999999999994,77.218000000000004],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1997","type":"scatter","name":"Europe","marker":{"color":"rgba(231,138,195,1)","size":[10.229877994286745,10.546697428704579,10.69207027419818,10.242092690194333,10.546436770443769,10.299261073531106,10.698958368380151,10.356529993557636,10.346342753433595,13.997129725663797,15.593406989382412,10.712722612466624,10.695134629771783,10.014413739768555,10.24620377399202,13.919051075918333,10.043179586833944,11.060955769631471,10.296604461463678,12.634221393143591,10.689110004471065,11.535859832152113,10.7014077642968,10.363310725748443,10.133202650551199,12.716158112763512,10.603193383346538,10.486899939265056,14.299096007408364,14.009745476282177],"sizemode":"area","line":{"color":"rgba(231,138,195,1)"}},"textfont":{"color":"rgba(231,138,195,1)","size":[10.229877994286745,10.546697428704579,10.69207027419818,10.242092690194333,10.546436770443769,10.299261073531106,10.698958368380151,10.356529993557636,10.346342753433595,13.997129725663797,15.593406989382412,10.712722612466624,10.695134629771783,10.014413739768555,10.24620377399202,13.919051075918333,10.043179586833944,11.060955769631471,10.296604461463678,12.634221393143591,10.689110004471065,11.535859832152113,10.7014077642968,10.363310725748443,10.133202650551199,12.716158112763512,10.603193383346538,10.486899939265056,14.299096007408364,14.009745476282177]},"error_y":{"color":"rgba(231,138,195,1)","width":[]},"error_x":{"color":"rgba(231,138,195,1)","width":[]},"line":{"color":"rgba(231,138,195,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[26997.936570000002,21050.413769999999],"y":[78.829999999999998,77.549999999999997],"text":["Australia","New Zealand"],"hoverinfo":["text","text"],"mode":"markers","frame":"1997","type":"scatter","name":"Oceania","marker":{"color":"rgba(166,216,84,1)","size":[11.263037860436063,10.246814911480183],"sizemode":"area","line":{"color":"rgba(166,216,84,1)"}},"textfont":{"color":"rgba(166,216,84,1)","size":[11.263037860436063,10.246814911480183]},"error_y":{"color":"rgba(166,216,84,1)","width":[]},"error_x":{"color":"rgba(166,216,84,1)","width":[]},"line":{"color":"rgba(166,216,84,1)"},"xaxis":"x","yaxis":"y","visible":true}],"traces":[0,1,2,3,4]},{"name":"2002","data":[{"x":[5288.0403820000001,2773.2873119999999,1372.877931,11003.605079999999,1037.645221,446.4035126,1934.0114490000001,738.69060679999996,1156.1818599999999,1075.8115580000001,241.1658765,3484.0619700000002,1648.800823,1908.260867,4754.6044140000004,7703.4958999999999,765.35000149999996,530.05353190000005,12521.71392,660.58559969999999,1111.9845780000001,945.58358369999996,575.70471759999998,1287.5147320000001,1275.184575,531.48236789999999,9534.6774669999995,894.63708220000001,665.42311859999995,951.40975179999998,1579.0195430000001,9021.8158939999994,3258.4955839999998,633.61794659999998,4072.3247510000001,601.07450119999999,1615.2863950000001,6316.1652000000004,785.65376479999998,1353.09239,1519.635262,699.48971300000005,882.08182179999994,7710.9464440000002,1993.398314,4128.116943,899.07421109999996,886.22057649999999,5722.8956550000003,927.72100179999995,1071.613938,672.03862270000002],"y":[70.994,41.003,54.405999999999999,46.634,50.649999999999999,47.359999999999999,49.856000000000002,43.308,50.524999999999999,62.973999999999997,44.966000000000001,52.969999999999999,46.832000000000001,53.372999999999998,69.805999999999997,49.347999999999999,55.240000000000002,50.725000000000001,56.761000000000003,58.040999999999997,58.453000000000003,53.676000000000002,45.503999999999998,50.991999999999997,44.593000000000004,43.753,72.736999999999995,57.286000000000001,45.009,51.817999999999998,62.247,71.953999999999994,69.614999999999995,44.026000000000003,51.478999999999999,54.496000000000002,46.607999999999997,75.744,43.412999999999997,64.337000000000003,61.600000000000001,41.012,45.936,53.365000000000002,56.369,43.869,49.651000000000003,57.561,73.042000000000002,47.813000000000002,39.192999999999998,39.988999999999997],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"2002","type":"scatter","name":"Africa","marker":{"color":"rgba(102,194,165,1)","size":[12.131345812135542,10.737548554293664,10.475457457958884,10.107180165134148,10.832086008868865,10.47511380403294,11.083173763790128,10.272193156697238,10.598969886834645,10.037837491674127,13.775745887233576,10.223104360409405,11.10520160505153,10.026441558923565,14.99970719077772,10.029732104985861,10.297231911422209,14.633477761387743,10.084585482590729,10.09540099170947,11.398554765936014,10.597064194428235,10.086848411272884,12.138150637640322,10.135602426526606,10.188012482733077,10.362326176020193,11.120268526164928,10.802961492214434,10.718032969974889,10.188982153304256,10.07782174540043,12.123199200626766,11.256795235008342,10.13050945486822,10.756287351059079,18.179527412111096,10.046683014047186,10.53185410446534,10.007532470887995,10.737816856892051,10.361678250157436,10.525090845046142,13.028632696810401,12.527428700370432,10.073048334354013,12.357033753887299,10.335625119137058,10.662775261514552,11.684474695814991,10.719100105850186,10.809927940856578],"sizemode":"area","line":{"color":"rgba(102,194,165,1)"}},"textfont":{"color":"rgba(102,194,165,1)","size":[12.131345812135542,10.737548554293664,10.475457457958884,10.107180165134148,10.832086008868865,10.47511380403294,11.083173763790128,10.272193156697238,10.598969886834645,10.037837491674127,13.775745887233576,10.223104360409405,11.10520160505153,10.026441558923565,14.99970719077772,10.029732104985861,10.297231911422209,14.633477761387743,10.084585482590729,10.09540099170947,11.398554765936014,10.597064194428235,10.086848411272884,12.138150637640322,10.135602426526606,10.188012482733077,10.362326176020193,11.120268526164928,10.802961492214434,10.718032969974889,10.188982153304256,10.07782174540043,12.123199200626766,11.256795235008342,10.13050945486822,10.756287351059079,18.179527412111096,10.046683014047186,10.53185410446534,10.007532470887995,10.737816856892051,10.361678250157436,10.525090845046142,13.028632696810401,12.527428700370432,10.073048334354013,12.357033753887299,10.335625119137058,10.662775261514552,11.684474695814991,10.719100105850186,10.809927940856578]},"error_y":{"color":"rgba(102,194,165,1)","width":[]},"error_x":{"color":"rgba(102,194,165,1)","width":[]},"line":{"color":"rgba(102,194,165,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[8797.6407159999999,3413.26269,8131.2128430000002,33328.965069999998,10778.78385,5755.2599620000001,7723.4471949999997,6340.6466829999999,4563.8081540000003,5773.0445120000004,5351.5686660000001,4858.347495,1270.364932,3099.7286600000002,6994.7748609999999,10742.44053,2474.5488190000001,7356.0319339999996,3783.6742429999999,5909.0200729999997,18855.606179999999,11460.60023,39097.099549999999,7727.0020039999999,8605.0478309999999],"y":[74.340000000000003,63.883000000000003,71.006,79.769999999999996,77.859999999999999,71.682000000000002,78.123000000000005,77.158000000000001,70.846999999999994,74.173000000000002,70.733999999999995,68.977999999999994,58.137,68.564999999999998,72.046999999999997,74.902000000000001,70.835999999999999,74.712000000000003,70.754999999999995,69.906000000000006,77.778000000000006,68.975999999999999,77.310000000000002,75.307000000000002,72.766000000000005],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"2002","type":"scatter","name":"Americas","marker":{"color":"rgba(252,141,98,1)","size":[12.612118610072718,10.572309918265992,22.275591315011752,12.173330015680712,11.053624167363944,12.794839163611336,10.257649872707939,10.762180589307672,10.586314617721106,10.877817234634566,10.429561947188267,10.75888062432943,10.515149179266796,10.451651830439477,10.17777507664368,16.990467969852052,10.347191957434903,10.200040301888087,10.397538315507346,11.822998760862738,10.259333811071569,10.071107423392334,29.630625797818489,10.225444756262553,11.653610751096474],"sizemode":"area","line":{"color":"rgba(252,141,98,1)"}},"textfont":{"color":"rgba(252,141,98,1)","size":[12.612118610072718,10.572309918265992,22.275591315011752,12.173330015680712,11.053624167363944,12.794839163611336,10.257649872707939,10.762180589307672,10.586314617721106,10.877817234634566,10.429561947188267,10.75888062432943,10.515149179266796,10.451651830439477,10.17777507664368,16.990467969852052,10.347191957434903,10.200040301888087,10.397538315507346,11.822998760862738,10.259333811071569,10.071107423392334,29.630625797818489,10.225444756262553,11.653610751096474]},"error_y":{"color":"rgba(252,141,98,1)","width":[]},"error_x":{"color":"rgba(252,141,98,1)","width":[]},"line":{"color":"rgba(252,141,98,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[726.73405479999997,23403.559270000002,1136.3904299999999,896.22601529999997,3119.2808960000002,30209.015159999999,1746.769454,2873.9128700000001,9240.7619749999994,4390.7173119999998,21905.595140000001,28604.591899999999,3844.9171940000001,1646.758151,19233.98818,35110.105660000001,9313.9388299999991,10206.977940000001,2140.7393229999998,611,1057.2063109999999,19774.836869999999,2092.7124410000001,2650.9210680000001,19014.54118,36023.1054,3015.3788330000002,4090.9253309999999,23235.423289999999,5913.1875289999998,1764.4566769999999,4515.4875750000001,2234.820827],"y":[42.128999999999998,74.795000000000002,62.012999999999998,56.752000000000002,72.028000000000006,81.495000000000005,62.878999999999998,68.587999999999994,69.450999999999993,57.045999999999999,79.695999999999998,82,71.263000000000005,66.662000000000006,77.045000000000002,76.903999999999996,71.028000000000006,73.043999999999997,65.033000000000001,59.908000000000001,61.340000000000003,74.192999999999998,63.609999999999999,70.302999999999997,71.626000000000005,78.769999999999996,70.814999999999998,73.052999999999997,76.989999999999995,68.563999999999993,73.016999999999996,72.370000000000005,60.308],"text":["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."],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"2002","type":"scatter","name":"Asia","marker":{"color":"rgba(141,160,203,1)","size":[11.720548870870102,10.040705142061123,19.25488886765546,10.878190783380681,97.387063309300402,10.457463438083218,80.581297490328708,24.401385222222164,14.562564859085565,11.634100354006771,10.407437596164941,18.668530704511365,10.358154893064079,11.512169688732547,13.269943139210246,10.140024471056488,10.246923638531628,11.542678786030809,10.178428599253593,13.108110533344712,11.76187688993781,10.181106028490317,20.466156953410231,15.660568979042257,11.668207340689777,10.282414932846409,11.332078514308733,11.166840083040105,11.528473559220298,14.282653924567079,15.518128965564106,10.22725298336484,11.27232122589451],"sizemode":"area","line":{"color":"rgba(141,160,203,1)"}},"textfont":{"color":"rgba(141,160,203,1)","size":[11.720548870870102,10.040705142061123,19.25488886765546,10.878190783380681,97.387063309300402,10.457463438083218,80.581297490328708,24.401385222222164,14.562564859085565,11.634100354006771,10.407437596164941,18.668530704511365,10.358154893064079,11.512169688732547,13.269943139210246,10.140024471056488,10.246923638531628,11.542678786030809,10.178428599253593,13.108110533344712,11.76187688993781,10.181106028490317,20.466156953410231,15.660568979042257,11.668207340689777,10.282414932846409,11.332078514308733,11.166840083040105,11.528473559220298,14.282653924567079,15.518128965564106,10.22725298336484,11.27232122589451]},"error_y":{"color":"rgba(141,160,203,1)","width":[]},"error_x":{"color":"rgba(141,160,203,1)","width":[]},"line":{"color":"rgba(141,160,203,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[4604.2117369999996,32417.607690000001,30485.883750000001,6018.9752390000003,7696.7777249999999,11628.38895,17596.210220000001,32166.500059999998,28204.59057,28926.032340000002,30035.80198,22514.254799999999,14843.93556,31163.201959999999,34077.04939,27968.098170000001,6557.1942820000004,33724.75778,44683.975250000003,12002.239079999999,19970.907869999999,7885.3600809999998,7236.0752510000002,13638.77837,20660.019359999998,24835.471659999999,29341.630929999999,34480.957710000002,6508.0857180000003,29478.999189999999],"y":[75.650999999999996,78.980000000000004,78.319999999999993,74.090000000000003,72.140000000000001,74.876000000000005,75.510000000000005,77.180000000000007,78.370000000000005,79.590000000000003,78.670000000000002,78.256,72.590000000000003,80.5,77.783000000000001,80.239999999999995,73.980999999999995,78.530000000000001,79.049999999999997,74.670000000000002,77.290000000000006,71.322000000000003,73.212999999999994,73.799999999999997,76.659999999999997,79.780000000000001,80.040000000000006,80.620000000000005,70.844999999999999,78.471000000000004],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"2002","type":"scatter","name":"Europe","marker":{"color":"rgba(231,138,195,1)","size":[10.235370587342629,10.552050922117749,10.699727102077846,10.280206265310454,10.518844943473745,10.301747189569337,10.695927115518382,10.362743065430255,10.350344632408737,14.085968326574534,15.616585576461375,10.719649679119641,10.684120572635052,10.015562984019803,10.260668089244016,13.949596347314062,10.045061936709534,11.096335811533287,10.305471824801247,12.632243352542247,10.708046939736384,11.525067597311175,10.686048447271041,10.365156423755465,10.133194801454579,12.73643437692432,10.607053500811416,10.49836617262013,14.589941279543122,14.085108065584944],"sizemode":"area","line":{"color":"rgba(231,138,195,1)"}},"textfont":{"color":"rgba(231,138,195,1)","size":[10.235370587342629,10.552050922117749,10.699727102077846,10.280206265310454,10.518844943473745,10.301747189569337,10.695927115518382,10.362743065430255,10.350344632408737,14.085968326574534,15.616585576461375,10.719649679119641,10.684120572635052,10.015562984019803,10.260668089244016,13.949596347314062,10.045061936709534,11.096335811533287,10.305471824801247,12.632243352542247,10.708046939736384,11.525067597311175,10.686048447271041,10.365156423755465,10.133194801454579,12.73643437692432,10.607053500811416,10.49836617262013,14.589941279543122,14.085108065584944]},"error_y":{"color":"rgba(231,138,195,1)","width":[]},"error_x":{"color":"rgba(231,138,195,1)","width":[]},"line":{"color":"rgba(231,138,195,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[30687.754730000001,23189.801350000002],"y":[80.370000000000005,79.109999999999999],"text":["Australia","New Zealand"],"hoverinfo":["text","text"],"mode":"markers","frame":"2002","type":"scatter","name":"Oceania","marker":{"color":"rgba(166,216,84,1)","size":[11.330031538163158,10.262639372796965],"sizemode":"area","line":{"color":"rgba(166,216,84,1)"}},"textfont":{"color":"rgba(166,216,84,1)","size":[11.330031538163158,10.262639372796965]},"error_y":{"color":"rgba(166,216,84,1)","width":[]},"error_x":{"color":"rgba(166,216,84,1)","width":[]},"line":{"color":"rgba(166,216,84,1)"},"xaxis":"x","yaxis":"y","visible":true}],"traces":[0,1,2,3,4]},{"name":"2007","data":[{"x":[6223.3674650000003,4797.2312670000001,1441.2848730000001,12569.851769999999,1217.0329939999999,430.07069159999998,2042.0952400000001,706.01653699999997,1704.0637240000001,986.14787920000003,277.55185870000003,3632.5577979999998,1544.7501119999999,2082.4815669999998,5581.1809979999998,12154.089749999999,641.36952359999998,690.80557590000001,13206.48452,752.74972649999995,1327.6089099999999,942.6542111,579.23174300000005,1463.249282,1569.3314419999999,414.5073415,12057.49928,1044.7701259999999,759.34991009999999,1042.581557,1803.151496,10956.991120000001,3820.1752299999998,823.68562050000003,4811.0604290000001,619.67689240000004,2013.9773049999999,7670.122558,863.08846389999997,1598.4350890000001,1712.4721360000001,862.54075609999995,926.14106830000003,9269.6578079999999,2602.3949950000001,4513.4806429999999,1107.482182,882.96994380000001,7092.9230250000001,1056.3801209999999,1271.211593,469.70929810000001],"y":[72.301000000000002,42.731000000000002,56.728000000000002,50.728000000000002,52.295000000000002,49.579999999999998,50.43,44.741,50.651000000000003,65.152000000000001,46.462000000000003,55.322000000000003,48.328000000000003,54.790999999999997,71.337999999999994,51.579000000000001,58.039999999999999,52.947000000000003,56.734999999999999,59.448,60.021999999999998,56.006999999999998,46.387999999999998,54.109999999999999,42.591999999999999,45.677999999999997,73.951999999999998,59.442999999999998,48.302999999999997,54.466999999999999,64.164000000000001,72.801000000000002,71.164000000000001,42.082000000000001,52.905999999999999,56.866999999999997,46.859000000000002,76.441999999999993,46.241999999999997,65.528000000000006,63.061999999999998,42.567999999999998,48.158999999999999,49.338999999999999,58.555999999999997,39.613,52.517000000000003,58.420000000000002,73.923000000000002,51.542000000000002,42.384,43.487000000000002],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"2007","type":"scatter","name":"Africa","marker":{"color":"rgba(102,194,165,1)","size":[12.270996529686874,10.843638991804848,10.547273347637471,10.107779699609916,10.973710603587682,10.568581324359265,11.203729403842495,10.294104080545504,10.694733506807975,10.044429231268918,14.405510100712366,10.255307156252311,11.22537352665868,10.029783089987387,15.474201052683679,10.033525197990903,10.33079328351058,15.218070969840483,10.095203126221623,10.111139658987542,11.557078329172434,10.674872357478861,10.096375303485605,12.42640598090242,10.133273428926811,10.213900236700315,10.407941644673997,11.304154226907077,10.905517379137951,10.817110342035306,10.219095860891894,10.08128053514246,12.299933009287487,11.357664726459722,10.136169472567667,10.876017470906024,19.212188007462345,10.050376389398643,10.600665905981769,10.009525936670522,10.833197440950308,10.415288945134765,10.618287810424615,12.998888442788031,12.88252394731888,10.073239238034423,12.599049454681737,10.385054020194103,10.697282825137252,11.986871654078467,10.797606360728926,10.836176685015339],"sizemode":"area","line":{"color":"rgba(102,194,165,1)"}},"textfont":{"color":"rgba(102,194,165,1)","size":[12.270996529686874,10.843638991804848,10.547273347637471,10.107779699609916,10.973710603587682,10.568581324359265,11.203729403842495,10.294104080545504,10.694733506807975,10.044429231268918,14.405510100712366,10.255307156252311,11.22537352665868,10.029783089987387,15.474201052683679,10.033525197990903,10.33079328351058,15.218070969840483,10.095203126221623,10.111139658987542,11.557078329172434,10.674872357478861,10.096375303485605,12.42640598090242,10.133273428926811,10.213900236700315,10.407941644673997,11.304154226907077,10.905517379137951,10.817110342035306,10.219095860891894,10.08128053514246,12.299933009287487,11.357664726459722,10.136169472567667,10.876017470906024,19.212188007462345,10.050376389398643,10.600665905981769,10.009525936670522,10.833197440950308,10.415288945134765,10.618287810424615,12.998888442788031,12.88252394731888,10.073239238034423,12.599049454681737,10.385054020194103,10.697282825137252,11.986871654078467,10.797606360728926,10.836176685015339]},"error_y":{"color":"rgba(102,194,165,1)","width":[]},"error_x":{"color":"rgba(102,194,165,1)","width":[]},"line":{"color":"rgba(102,194,165,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[12779.379639999999,3822.137084,9065.8008250000003,36319.235009999997,13171.638849999999,7006.5804189999999,9645.06142,8948.1029230000004,6025.3747519999997,6873.262326,5728.3535140000004,5186.0500030000003,1201.637154,3548.3308459999998,7320.8802619999997,11977.57496,2749.3209649999999,9809.1856360000002,4172.8384640000004,7408.9055609999996,19328.709009999999,18008.509239999999,42951.65309,10611.46299,11415.805689999999],"y":[75.319999999999993,65.554000000000002,72.390000000000001,80.653000000000006,78.552999999999997,72.888999999999996,78.781999999999996,78.272999999999996,72.234999999999999,74.994,71.878,70.259,60.915999999999997,70.197999999999993,72.566999999999993,76.194999999999993,72.899000000000001,75.537000000000006,71.751999999999995,71.421000000000006,78.745999999999995,69.819000000000003,78.242000000000004,76.384,73.747],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"2007","type":"scatter","name":"Americas","marker":{"color":"rgba(252,141,98,1)","size":[12.746632059759518,10.618313678316955,22.96470343532625,12.274881832513952,11.107386725297623,13.014567661690831,10.278054111270166,10.775147842948616,10.631996360051591,10.934770689229971,10.469558691216148,10.854044300308908,10.576246752118708,10.506693449857204,10.185656456939702,17.415067513397887,10.383264221405618,10.217192147822894,10.450956946503027,11.953042661921849,10.264990962144426,10.068020749083123,30.549613114046156,10.231206061434909,11.776260871392221],"sizemode":"area","line":{"color":"rgba(252,141,98,1)"}},"textfont":{"color":"rgba(252,141,98,1)","size":[12.746632059759518,10.618313678316955,22.96470343532625,12.274881832513952,11.107386725297623,13.014567661690831,10.278054111270166,10.775147842948616,10.631996360051591,10.934770689229971,10.469558691216148,10.854044300308908,10.576246752118708,10.506693449857204,10.185656456939702,17.415067513397887,10.383264221405618,10.217192147822894,10.450956946503027,11.953042661921849,10.264990962144426,10.068020749083123,30.549613114046156,10.231206061434909,11.776260871392221]},"error_y":{"color":"rgba(252,141,98,1)","width":[]},"error_x":{"color":"rgba(252,141,98,1)","width":[]},"line":{"color":"rgba(252,141,98,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[974.58033839999996,29796.048340000001,1391.253792,1713.7786860000001,4959.1148540000004,39724.978669999997,2452.210407,3540.6515639999998,11605.71449,4471.0619059999999,25523.277099999999,31656.068060000001,4519.4611709999999,1593.06548,23348.139729999999,47306.989780000004,10461.05868,12451.6558,3095.7722709999998,944,1091.359778,22316.192869999999,2605.94758,3190.4810160000002,21654.83194,47143.179640000002,3970.0954069999998,4184.5480889999999,28718.276839999999,7458.3963270000004,2441.5764039999999,3025.3497980000002,2280.769906],"y":[43.828000000000003,75.635000000000005,64.061999999999998,59.722999999999999,72.960999999999999,82.207999999999998,64.697999999999993,70.650000000000006,70.963999999999999,59.545000000000002,80.745000000000005,82.602999999999994,72.534999999999997,67.296999999999997,78.623000000000005,77.587999999999994,71.992999999999995,74.241,66.802999999999997,62.069000000000003,63.784999999999997,75.640000000000001,65.483000000000004,71.688000000000002,72.777000000000001,79.971999999999994,72.396000000000001,74.143000000000001,78.400000000000006,70.616,74.248999999999995,73.421999999999997,62.698],"text":["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."],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"2007","type":"scatter","name":"Asia","marker":{"color":"rgba(141,160,203,1)","size":[12.172487432221772,10.044266311324286,20.26445666996646,10.960445971564345,100,10.472338226961952,85.783800493679365,25.253660609164903,14.736319560187283,11.872837248257337,10.434544280710814,18.69597735732042,10.40905273549037,11.586317033119437,13.343358811286093,10.166916022101949,10.263543110956533,11.690031651463162,10.192071898999099,13.255803162281207,11.96853834846976,10.214647948469672,21.549133875507721,16.212203421268025,11.87975810388607,10.306660655800668,11.386780301969308,11.314193767508629,11.577619483280925,14.437001358883384,15.815316853792227,10.270167338986031,11.511922476315512],"sizemode":"area","line":{"color":"rgba(141,160,203,1)"}},"textfont":{"color":"rgba(141,160,203,1)","size":[12.172487432221772,10.044266311324286,20.26445666996646,10.960445971564345,100,10.472338226961952,85.783800493679365,25.253660609164903,14.736319560187283,11.872837248257337,10.434544280710814,18.69597735732042,10.40905273549037,11.586317033119437,13.343358811286093,10.166916022101949,10.263543110956533,11.690031651463162,10.192071898999099,13.255803162281207,11.96853834846976,10.214647948469672,21.549133875507721,16.212203421268025,11.87975810388607,10.306660655800668,11.386780301969308,11.314193767508629,11.577619483280925,14.437001358883384,15.815316853792227,10.270167338986031,11.511922476315512]},"error_y":{"color":"rgba(141,160,203,1)","width":[]},"error_x":{"color":"rgba(141,160,203,1)","width":[]},"line":{"color":"rgba(141,160,203,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[5937.0295260000003,36126.492700000003,33692.605080000001,7446.2988029999997,10680.792820000001,14619.22272,22833.308509999999,35278.418740000001,33207.0844,30470.0167,32170.37442,27538.41188,18008.944439999999,36180.789190000003,40675.996350000001,28569.719700000001,9253.896111,36797.933319999996,49357.190170000002,15389.92468,20509.64777,10808.47561,9786.5347139999994,18678.314350000001,25768.257590000001,28821.063699999999,33859.748350000002,37506.419070000004,8458.2763840000007,33203.261279999999],"y":[76.423000000000002,79.828999999999994,79.441000000000003,74.852000000000004,73.004999999999995,75.748000000000005,76.486000000000004,78.331999999999994,79.313000000000002,80.656999999999996,79.406000000000006,79.483000000000004,73.337999999999994,81.757000000000005,78.885000000000005,80.546000000000006,74.543000000000006,79.762,80.195999999999998,75.563000000000002,78.097999999999999,72.475999999999999,74.001999999999995,74.662999999999997,77.926000000000002,80.941000000000003,80.884,81.700999999999993,71.777000000000001,79.424999999999997],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"2007","type":"scatter","name":"Europe","marker":{"color":"rgba(231,138,195,1)","size":[10.241650615422071,10.555563973005979,10.705204815976659,10.306605302606242,10.495711198625042,10.302586155618533,10.694046676727186,10.369119739777648,10.353444752561723,14.165065447796252,15.620020409395456,10.726640630593844,10.675438447977726,10.01651176916867,10.27636157302676,13.96466210812622,10.042639364227421,11.12689835094158,10.311773966857254,12.624890114069252,10.722309703837773,11.516312032410687,10.688690248434412,10.367712499133139,10.133041095666849,12.756615018612388,10.612303044884126,10.511532452050163,14.852696204692943,14.144065496927047],"sizemode":"area","line":{"color":"rgba(231,138,195,1)"}},"textfont":{"color":"rgba(231,138,195,1)","size":[10.241650615422071,10.555563973005979,10.705204815976659,10.306605302606242,10.495711198625042,10.302586155618533,10.694046676727186,10.369119739777648,10.353444752561723,14.165065447796252,15.620020409395456,10.726640630593844,10.675438447977726,10.01651176916867,10.27636157302676,13.96466210812622,10.042639364227421,11.12689835094158,10.311773966857254,12.624890114069252,10.722309703837773,11.516312032410687,10.688690248434412,10.367712499133139,10.133041095666849,12.756615018612388,10.612303044884126,10.511532452050163,14.852696204692943,14.144065496927047]},"error_y":{"color":"rgba(231,138,195,1)","width":[]},"error_x":{"color":"rgba(231,138,195,1)","width":[]},"line":{"color":"rgba(231,138,195,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[34435.367440000002,25185.009109999999],"y":[81.234999999999999,80.203999999999994],"text":["Australia","New Zealand"],"hoverinfo":["text","text"],"mode":"markers","frame":"2007","type":"scatter","name":"Oceania","marker":{"color":"rgba(166,216,84,1)","size":[11.390598170818464,10.276817844425953],"sizemode":"area","line":{"color":"rgba(166,216,84,1)"}},"textfont":{"color":"rgba(166,216,84,1)","size":[11.390598170818464,10.276817844425953]},"error_y":{"color":"rgba(166,216,84,1)","width":[]},"error_x":{"color":"rgba(166,216,84,1)","width":[]},"line":{"color":"rgba(166,216,84,1)"},"xaxis":"x","yaxis":"y","visible":true}],"traces":[0,1,2,3,4]}],"shinyEvents":["plotly_hover","plotly_click","plotly_selected","plotly_relayout","plotly_brushed","plotly_brushing","plotly_clickannotation","plotly_doubleclick","plotly_deselect","plotly_afterplot","plotly_sunburstclick"],"base_url":"https://plot.ly"},"evals":[],"jsHooks":[]}</script> <h3>Advanced Example</h3> <div class="highlight"><pre><code class="language-r" data-lang="r"><span class="n">library</span><span class="p">(</span><span class="n">plotly</span><span class="p">)</span><span class="w"> </span><span class="n">df</span><span class="w"> </span><span class="o">&lt;-</span><span class="w"> </span><span class="n">gapminder</span><span class="w"> </span><span class="n">fig</span><span class="w"> </span><span class="o">&lt;-</span><span class="w"> </span><span class="n">df</span><span class="w"> </span><span class="o">%&gt;%</span><span class="w"> </span><span class="n">plot_ly</span><span class="p">(</span><span class="w"> </span><span class="n">x</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="o">~</span><span class="n">gdpPercap</span><span class="p">,</span><span class="w"> </span><span class="n">y</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="o">~</span><span class="n">lifeExp</span><span class="p">,</span><span class="w"> </span><span class="n">size</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="o">~</span><span class="n">pop</span><span class="p">,</span><span class="w"> </span><span class="n">color</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="o">~</span><span class="n">continent</span><span class="p">,</span><span class="w"> </span><span class="n">frame</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="o">~</span><span class="n">year</span><span class="p">,</span><span class="w"> </span><span class="n">text</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="o">~</span><span class="n">country</span><span class="p">,</span><span class="w"> </span><span class="n">hoverinfo</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="s2">"text"</span><span class="p">,</span><span class="w"> </span><span class="n">type</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="s1">'scatter'</span><span class="p">,</span><span class="w"> </span><span class="n">mode</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="s1">'markers'</span><span class="w"> </span><span class="p">)</span><span class="w"> </span><span class="n">fig</span><span class="w"> </span><span class="o">&lt;-</span><span class="w"> </span><span class="n">fig</span><span class="w"> </span><span class="o">%&gt;%</span><span class="w"> </span><span class="n">layout</span><span class="p">(</span><span class="w"> </span><span class="n">xaxis</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="nf">list</span><span class="p">(</span><span class="w"> </span><span class="n">type</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="s2">"log"</span><span class="w"> </span><span class="p">)</span><span class="w"> </span><span class="p">)</span><span class="w"> </span><span class="n">fig</span><span class="w"> </span><span class="o">&lt;-</span><span class="w"> </span><span class="n">fig</span><span class="w"> </span><span class="o">%&gt;%</span><span class="w"> </span><span class="n">animation_opts</span><span class="p">(</span><span class="w"> </span><span class="m">1000</span><span class="p">,</span><span class="w"> </span><span class="n">easing</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="s2">"elastic"</span><span class="p">,</span><span class="w"> </span><span class="n">redraw</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="kc">FALSE</span><span class="w"> </span><span class="p">)</span><span class="w"> </span><span class="n">fig</span><span class="w"> </span><span class="o">&lt;-</span><span class="w"> </span><span class="n">fig</span><span class="w"> </span><span class="o">%&gt;%</span><span class="w"> </span><span class="n">animation_button</span><span class="p">(</span><span class="w"> </span><span class="n">x</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="m">1</span><span class="p">,</span><span class="w"> </span><span class="n">xanchor</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="s2">"right"</span><span class="p">,</span><span class="w"> </span><span class="n">y</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="m">0</span><span class="p">,</span><span class="w"> </span><span class="n">yanchor</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="s2">"bottom"</span><span class="w"> </span><span class="p">)</span><span class="w"> </span><span class="n">fig</span><span class="w"> </span><span class="o">&lt;-</span><span class="w"> </span><span class="n">fig</span><span class="w"> </span><span class="o">%&gt;%</span><span class="w"> </span><span class="n">animation_slider</span><span class="p">(</span><span class="w"> </span><span class="n">currentvalue</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="nf">list</span><span class="p">(</span><span class="n">prefix</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="s2">"YEAR "</span><span class="p">,</span><span class="w"> </span><span class="n">font</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="nf">list</span><span class="p">(</span><span class="n">color</span><span class="o">=</span><span class="s2">"red"</span><span class="p">))</span><span class="w"> </span><span class="p">)</span><span class="w"> </span><span class="n">fig</span><span class="w"> </span></code></pre></div> <div class="plotly html-widget html-fill-item" id="htmlwidget-be2ba207462948716bf9" style="width:672px;height:480px;"></div> <script type="application/json" data-for="htmlwidget-be2ba207462948716bf9">{"x":{"visdat":{"24026f91e994":["function () ","plotlyVisDat"]},"cur_data":"24026f91e994","attrs":{"24026f91e994":{"x":{},"y":{},"text":{},"hoverinfo":"text","mode":"markers","color":{},"size":{},"frame":{},"alpha_stroke":1,"sizes":[10,100],"spans":[1,20],"type":"scatter"}},"layout":{"margin":{"b":40,"l":60,"t":25,"r":10},"xaxis":{"domain":[0,1],"automargin":true,"type":"log","title":"gdpPercap","range":[2.2486774322932659,5.1887227933502453]},"yaxis":{"domain":[0,1],"automargin":true,"title":"lifeExp","range":[20.648800000000001,85.55319999999999]},"hovermode":"closest","showlegend":true,"sliders":[{"currentvalue":{"prefix":"YEAR ","xanchor":"right","font":{"size":16,"color":"red"}},"steps":[{"method":"animate","args":[["1952"],{"transition":{"duration":1000,"easing":"elastic"},"frame":{"duration":1000,"redraw":false},"mode":"immediate"}],"label":"1952","value":"1952"},{"method":"animate","args":[["1957"],{"transition":{"duration":1000,"easing":"elastic"},"frame":{"duration":1000,"redraw":false},"mode":"immediate"}],"label":"1957","value":"1957"},{"method":"animate","args":[["1962"],{"transition":{"duration":1000,"easing":"elastic"},"frame":{"duration":1000,"redraw":false},"mode":"immediate"}],"label":"1962","value":"1962"},{"method":"animate","args":[["1967"],{"transition":{"duration":1000,"easing":"elastic"},"frame":{"duration":1000,"redraw":false},"mode":"immediate"}],"label":"1967","value":"1967"},{"method":"animate","args":[["1972"],{"transition":{"duration":1000,"easing":"elastic"},"frame":{"duration":1000,"redraw":false},"mode":"immediate"}],"label":"1972","value":"1972"},{"method":"animate","args":[["1977"],{"transition":{"duration":1000,"easing":"elastic"},"frame":{"duration":1000,"redraw":false},"mode":"immediate"}],"label":"1977","value":"1977"},{"method":"animate","args":[["1982"],{"transition":{"duration":1000,"easing":"elastic"},"frame":{"duration":1000,"redraw":false},"mode":"immediate"}],"label":"1982","value":"1982"},{"method":"animate","args":[["1987"],{"transition":{"duration":1000,"easing":"elastic"},"frame":{"duration":1000,"redraw":false},"mode":"immediate"}],"label":"1987","value":"1987"},{"method":"animate","args":[["1992"],{"transition":{"duration":1000,"easing":"elastic"},"frame":{"duration":1000,"redraw":false},"mode":"immediate"}],"label":"1992","value":"1992"},{"method":"animate","args":[["1997"],{"transition":{"duration":1000,"easing":"elastic"},"frame":{"duration":1000,"redraw":false},"mode":"immediate"}],"label":"1997","value":"1997"},{"method":"animate","args":[["2002"],{"transition":{"duration":1000,"easing":"elastic"},"frame":{"duration":1000,"redraw":false},"mode":"immediate"}],"label":"2002","value":"2002"},{"method":"animate","args":[["2007"],{"transition":{"duration":1000,"easing":"elastic"},"frame":{"duration":1000,"redraw":false},"mode":"immediate"}],"label":"2007","value":"2007"}],"visible":true,"pad":{"t":40}}],"updatemenus":[{"type":"buttons","direction":"right","showactive":false,"y":0,"x":1,"yanchor":"bottom","xanchor":"right","pad":{"t":60,"r":5},"buttons":[{"label":"Play","method":"animate","args":[null,{"fromcurrent":true,"mode":"immediate","transition":{"duration":1000,"easing":"elastic"},"frame":{"duration":1000,"redraw":false}}]}]}]},"source":"A","config":{"modeBarButtonsToAdd":["hoverclosest","hovercompare"],"showSendToCloud":false},"data":[{"x":[2449.0081850000001,3520.6102729999998,1062.7521999999999,851.24114069999996,543.25524129999997,339.29645870000002,1172.667655,1071.3107130000001,1178.665927,1102.9909359999999,780.54232569999999,2125.6214180000002,1388.594732,2669.5294749999998,1418.822445,375.64312310000003,328.94055709999998,362.14627960000001,4293.4764750000004,485.23065910000003,911.29893709999999,510.19649229999999,299.85031900000001,853.54091900000003,298.8462121,575.57299609999995,2387.5480600000001,1443.0117150000001,369.16508019999998,452.33698070000003,743.11590969999997,1967.9557070000001,1688.2035699999999,468.52603809999999,2423.7804430000001,761.87937599999998,1077.2818560000001,2718.885295,493.32387519999997,879.58358550000003,1450.3569829999999,879.78773579999995,1135.7498419999999,4725.2955309999998,1615.991129,1148.376626,716.65007209999999,859.80865670000003,1468.475631,734.75348399999996,1147.388831,406.88411480000002],"y":[43.076999999999998,30.015000000000001,38.222999999999999,47.622,31.975000000000001,39.030999999999999,38.523000000000003,35.463000000000001,38.091999999999999,40.715000000000003,39.143000000000001,42.110999999999997,40.476999999999997,34.811999999999998,41.893000000000001,34.481999999999999,35.927999999999997,34.078000000000003,37.003,30,43.149000000000001,33.609000000000002,32.5,42.270000000000003,42.137999999999998,38.479999999999997,42.722999999999999,36.680999999999997,36.256,33.685000000000002,40.542999999999999,50.985999999999997,42.872999999999998,31.286000000000001,41.725000000000001,37.444000000000003,36.323999999999998,52.723999999999997,40,46.470999999999997,37.277999999999999,30.331,32.978000000000002,45.009,38.634999999999998,41.406999999999996,41.215000000000003,38.595999999999997,44.600000000000001,39.978000000000002,42.037999999999997,48.451000000000001],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1952","type":"scatter","name":"Africa","marker":{"color":"rgba(102,194,165,1)","size":[10.629259618945621,10.284757308036966,10.114549306559425,10.026092922527592,10.30099360804077,10.162824868184376,10.337787988900558,10.084066145406517,10.178990185053525,10.00641066434841,10.958271908306536,10.054252546321832,10.199094588124854,10.000214177958215,11.512711890676478,10.010712515320479,10.094103774923674,11.419726168376613,10.024618247905162,10.01530976533753,10.37682420826115,10.177747092907902,10.035535385761884,10.437094691088317,10.047008307912341,10.054827441459514,10.065503646176497,10.320987168217217,10.195052849389482,10.257870602955506,10.06569659744733,10.031160572317752,10.67428558631673,10.435884565148502,10.029063498459834,10.22656294539239,12.256382194309907,10.013492870102452,10.168920476619746,10,10.183981323214891,10.142187272566975,10.16837902545897,10.969528877920411,10.576373224953816,10.015714027939985,10.563968785667058,10.079112205137831,10.244872976723292,10.393464020084254,10.178276122020115,10.206185257252644],"sizemode":"area","line":{"color":"rgba(102,194,165,1)"}},"textfont":{"color":"rgba(102,194,165,1)","size":[10.629259618945621,10.284757308036966,10.114549306559425,10.026092922527592,10.30099360804077,10.162824868184376,10.337787988900558,10.084066145406517,10.178990185053525,10.00641066434841,10.958271908306536,10.054252546321832,10.199094588124854,10.000214177958215,11.512711890676478,10.010712515320479,10.094103774923674,11.419726168376613,10.024618247905162,10.01530976533753,10.37682420826115,10.177747092907902,10.035535385761884,10.437094691088317,10.047008307912341,10.054827441459514,10.065503646176497,10.320987168217217,10.195052849389482,10.257870602955506,10.06569659744733,10.031160572317752,10.67428558631673,10.435884565148502,10.029063498459834,10.22656294539239,12.256382194309907,10.013492870102452,10.168920476619746,10,10.183981323214891,10.142187272566975,10.16837902545897,10.969528877920411,10.576373224953816,10.015714027939985,10.563968785667058,10.079112205137831,10.244872976723292,10.393464020084254,10.178276122020115,10.206185257252644]},"error_y":{"color":"rgba(102,194,165,1)","width":[]},"error_x":{"color":"rgba(102,194,165,1)","width":[]},"line":{"color":"rgba(102,194,165,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[5911.3150530000003,2677.3263470000002,2108.9443550000001,11367.161120000001,3939.9787889999998,2144.115096,2627.0094709999998,5586.5387799999999,1397.7171370000001,3522.110717,3048.3029000000001,2428.2377689999998,1840.366939,2194.9262039999999,2898.5308810000001,3478.1255289999999,3112.3639480000002,2480.3803339999999,1952.3087009999999,3758.5234369999998,3081.959785,3023.2719280000001,13990.48208,5716.7667439999996,7689.7997610000002],"y":[62.484999999999999,40.414000000000001,50.917000000000002,68.75,54.744999999999997,50.643000000000001,57.206000000000003,59.420999999999999,45.927999999999997,48.356999999999999,45.262,42.023000000000003,37.579000000000001,41.911999999999999,58.530000000000001,50.789000000000001,42.314,55.191000000000003,62.649000000000001,43.902000000000001,64.280000000000001,59.100000000000001,68.439999999999998,66.070999999999998,55.088000000000001],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1952","type":"scatter","name":"Americas","marker":{"color":"rgba(252,141,98,1)","size":[11.21606019812705,10.192699007692559,13.859199393585619,11.005064741453392,10.431195787839556,10.838881415457701,10.059127995624314,10.405954321662737,10.165945942012687,10.238117156882629,10.135335762000556,10.210654055097176,10.214415273944638,10.099474809361464,10.093239350500223,12.053344561308055,10.075472749667506,10.060067361857236,10.102097294921846,10.543682283554137,10.147903530750032,10.041145578761045,20.749371197304647,10.14967572026088,10.367170979719349],"sizemode":"area","line":{"color":"rgba(252,141,98,1)"}},"textfont":{"color":"rgba(252,141,98,1)","size":[11.21606019812705,10.192699007692559,13.859199393585619,11.005064741453392,10.431195787839556,10.838881415457701,10.059127995624314,10.405954321662737,10.165945942012687,10.238117156882629,10.135335762000556,10.210654055097176,10.214415273944638,10.099474809361464,10.093239350500223,12.053344561308055,10.075472749667506,10.060067361857236,10.102097294921846,10.543682283554137,10.147903530750032,10.041145578761045,20.749371197304647,10.14967572026088,10.367170979719349]},"error_y":{"color":"rgba(252,141,98,1)","width":[]},"error_x":{"color":"rgba(252,141,98,1)","width":[]},"line":{"color":"rgba(252,141,98,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[779.44531449999999,9867.0847649999996,684.24417159999996,368.46928559999998,400.44861100000003,3054.4212090000001,546.56574929999999,749.6816546,3035.3260019999998,4129.7660560000004,4086.5221280000001,3216.9563469999998,1546.907807,1088.2777579999999,1030.592226,108382.3529,4834.804067,1831.1328940000001,786.56685749999997,331,545.86572290000004,1828.230307,684.59714380000003,1272.880995,6459.5548230000004,2315.1382269999999,1083.5320300000001,1643.4853539999999,1206.947913,757.79741769999998,605.06649170000003,1515.5923290000001,781.71757609999997],"y":[28.800999999999998,50.939,37.484000000000002,39.417000000000002,44,60.960000000000001,37.372999999999998,37.468000000000004,44.869,45.32,65.390000000000001,63.030000000000001,43.158000000000001,50.055999999999997,47.453000000000003,55.564999999999998,55.927999999999997,48.463000000000001,42.244,36.319000000000003,36.156999999999996,37.578000000000003,43.436,47.752000000000002,39.875,60.396000000000001,57.593000000000004,45.883000000000003,58.5,50.847999999999999,40.411999999999999,43.159999999999997,32.548000000000002],"text":["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."],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1952","type":"scatter","name":"Asia","marker":{"color":"rgba(141,160,203,1)","size":[10.570958440333994,10.004124939159547,13.196073516337687,10.316272523015931,47.962566414495925,10.141003151025526,35.386025309878448,15.596200380490078,11.174770127735174,10.367320999844319,10.106536334452237,15.89699311991038,10.037396031178993,10.60100034575081,11.425638926987236,10.006824550625852,10.094156261491509,10.456501207090577,10.05055173139184,11.367311607471214,10.62263982736204,10.030565201275845,12.817931410627473,11.527412361357225,10.269303597092721,10.072825215250953,10.540722969369218,10.245815823859932,10.579492046432662,11.448969923046661,11.787329940458308,10.066244600897457,10.334700359049151],"sizemode":"area","line":{"color":"rgba(141,160,203,1)"}},"textfont":{"color":"rgba(141,160,203,1)","size":[10.570958440333994,10.004124939159547,13.196073516337687,10.316272523015931,47.962566414495925,10.141003151025526,35.386025309878448,15.596200380490078,11.174770127735174,10.367320999844319,10.106536334452237,15.89699311991038,10.037396031178993,10.60100034575081,11.425638926987236,10.006824550625852,10.094156261491509,10.456501207090577,10.05055173139184,11.367311607471214,10.62263982736204,10.030565201275845,12.817931410627473,11.527412361357225,10.269303597092721,10.072825215250953,10.540722969369218,10.245815823859932,10.579492046432662,11.448969923046661,11.787329940458308,10.066244600897457,10.334700359049151]},"error_y":{"color":"rgba(141,160,203,1)","width":[]},"error_x":{"color":"rgba(141,160,203,1)","width":[]},"line":{"color":"rgba(141,160,203,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[1601.0561359999999,6137.0764920000001,8343.1051270000007,973.53319480000005,2444.2866479999998,3119.2365199999999,6876.1402500000004,9692.3852449999995,6424.5190709999997,7029.8093269999999,7144.1143929999998,3530.690067,5263.6738160000004,7267.6884280000004,5210.2803279999998,4931.4041550000002,2647.5856010000002,8941.5718579999993,10095.42172,4029.3296989999999,3068.3198670000002,3144.613186,3581.4594480000001,5074.6591040000003,4215.041741,3834.0347419999998,8527.8446619999995,14734.232749999999,1969.1009799999999,9979.5084869999991],"y":[55.229999999999997,66.799999999999997,68,53.82,59.600000000000001,61.210000000000001,66.870000000000005,70.780000000000001,66.549999999999997,67.409999999999997,67.5,65.859999999999999,64.030000000000001,72.489999999999995,66.909999999999997,65.939999999999998,59.164000000000001,72.129999999999995,72.670000000000002,61.310000000000002,59.82,61.049999999999997,57.996000000000002,64.359999999999999,65.569999999999993,64.939999999999998,71.859999999999999,69.620000000000005,43.585000000000001,69.180000000000007],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1952","type":"scatter","name":"Europe","marker":{"color":"rgba(231,138,195,1)","size":[10.083452004785734,10.468745388300251,10.591780523848481,10.186398230696833,10.492437920575309,10.26087789900933,10.618725312244932,10.291712631437814,10.275093022506884,12.893904318382232,14.715323704498925,10.523721689583494,10.644580714283491,10.006002920842237,10.197397613435532,13.249252237988841,10.024149486204392,10.704506041618405,10.22303153444337,11.752091728319773,10.577832679154104,11.130951692689347,10.464129778222411,10.238757643166849,10.097568161412857,11.944518747751182,10.482184475027601,10.32454233121514,11.513556043954743,13.437903568933802],"sizemode":"area","line":{"color":"rgba(231,138,195,1)"}},"textfont":{"color":"rgba(231,138,195,1)","size":[10.083452004785734,10.468745388300251,10.591780523848481,10.186398230696833,10.492437920575309,10.26087789900933,10.618725312244932,10.291712631437814,10.275093022506884,12.893904318382232,14.715323704498925,10.523721689583494,10.644580714283491,10.006002920842237,10.197397613435532,13.249252237988841,10.024149486204392,10.704506041618405,10.22303153444337,11.752091728319773,10.577832679154104,11.130951692689347,10.464129778222411,10.238757643166849,10.097568161412857,11.944518747751182,10.482184475027601,10.32454233121514,11.513556043954743,13.437903568933802]},"error_y":{"color":"rgba(231,138,195,1)","width":[]},"error_x":{"color":"rgba(231,138,195,1)","width":[]},"line":{"color":"rgba(231,138,195,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[10039.59564,10556.57566],"y":[69.120000000000005,69.390000000000001],"text":["Australia","New Zealand"],"hoverinfo":["text","text"],"mode":"markers","frame":"1952","type":"scatter","name":"Oceania","marker":{"color":"rgba(166,216,84,1)","size":[10.589105483467248,10.132054771360233],"sizemode":"area","line":{"color":"rgba(166,216,84,1)"}},"textfont":{"color":"rgba(166,216,84,1)","size":[10.589105483467248,10.132054771360233]},"error_y":{"color":"rgba(166,216,84,1)","width":[]},"error_x":{"color":"rgba(166,216,84,1)","width":[]},"line":{"color":"rgba(166,216,84,1)"},"xaxis":"x","yaxis":"y","visible":true}],"highlight":{"on":"plotly_click","persistent":false,"dynamic":false,"selectize":false,"opacityDim":0.20000000000000001,"selected":{"opacity":1},"debounce":0},"frames":[{"name":"1952","data":[{"x":[2449.0081850000001,3520.6102729999998,1062.7521999999999,851.24114069999996,543.25524129999997,339.29645870000002,1172.667655,1071.3107130000001,1178.665927,1102.9909359999999,780.54232569999999,2125.6214180000002,1388.594732,2669.5294749999998,1418.822445,375.64312310000003,328.94055709999998,362.14627960000001,4293.4764750000004,485.23065910000003,911.29893709999999,510.19649229999999,299.85031900000001,853.54091900000003,298.8462121,575.57299609999995,2387.5480600000001,1443.0117150000001,369.16508019999998,452.33698070000003,743.11590969999997,1967.9557070000001,1688.2035699999999,468.52603809999999,2423.7804430000001,761.87937599999998,1077.2818560000001,2718.885295,493.32387519999997,879.58358550000003,1450.3569829999999,879.78773579999995,1135.7498419999999,4725.2955309999998,1615.991129,1148.376626,716.65007209999999,859.80865670000003,1468.475631,734.75348399999996,1147.388831,406.88411480000002],"y":[43.076999999999998,30.015000000000001,38.222999999999999,47.622,31.975000000000001,39.030999999999999,38.523000000000003,35.463000000000001,38.091999999999999,40.715000000000003,39.143000000000001,42.110999999999997,40.476999999999997,34.811999999999998,41.893000000000001,34.481999999999999,35.927999999999997,34.078000000000003,37.003,30,43.149000000000001,33.609000000000002,32.5,42.270000000000003,42.137999999999998,38.479999999999997,42.722999999999999,36.680999999999997,36.256,33.685000000000002,40.542999999999999,50.985999999999997,42.872999999999998,31.286000000000001,41.725000000000001,37.444000000000003,36.323999999999998,52.723999999999997,40,46.470999999999997,37.277999999999999,30.331,32.978000000000002,45.009,38.634999999999998,41.406999999999996,41.215000000000003,38.595999999999997,44.600000000000001,39.978000000000002,42.037999999999997,48.451000000000001],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1952","type":"scatter","name":"Africa","marker":{"color":"rgba(102,194,165,1)","size":[10.629259618945621,10.284757308036966,10.114549306559425,10.026092922527592,10.30099360804077,10.162824868184376,10.337787988900558,10.084066145406517,10.178990185053525,10.00641066434841,10.958271908306536,10.054252546321832,10.199094588124854,10.000214177958215,11.512711890676478,10.010712515320479,10.094103774923674,11.419726168376613,10.024618247905162,10.01530976533753,10.37682420826115,10.177747092907902,10.035535385761884,10.437094691088317,10.047008307912341,10.054827441459514,10.065503646176497,10.320987168217217,10.195052849389482,10.257870602955506,10.06569659744733,10.031160572317752,10.67428558631673,10.435884565148502,10.029063498459834,10.22656294539239,12.256382194309907,10.013492870102452,10.168920476619746,10,10.183981323214891,10.142187272566975,10.16837902545897,10.969528877920411,10.576373224953816,10.015714027939985,10.563968785667058,10.079112205137831,10.244872976723292,10.393464020084254,10.178276122020115,10.206185257252644],"sizemode":"area","line":{"color":"rgba(102,194,165,1)"}},"textfont":{"color":"rgba(102,194,165,1)","size":[10.629259618945621,10.284757308036966,10.114549306559425,10.026092922527592,10.30099360804077,10.162824868184376,10.337787988900558,10.084066145406517,10.178990185053525,10.00641066434841,10.958271908306536,10.054252546321832,10.199094588124854,10.000214177958215,11.512711890676478,10.010712515320479,10.094103774923674,11.419726168376613,10.024618247905162,10.01530976533753,10.37682420826115,10.177747092907902,10.035535385761884,10.437094691088317,10.047008307912341,10.054827441459514,10.065503646176497,10.320987168217217,10.195052849389482,10.257870602955506,10.06569659744733,10.031160572317752,10.67428558631673,10.435884565148502,10.029063498459834,10.22656294539239,12.256382194309907,10.013492870102452,10.168920476619746,10,10.183981323214891,10.142187272566975,10.16837902545897,10.969528877920411,10.576373224953816,10.015714027939985,10.563968785667058,10.079112205137831,10.244872976723292,10.393464020084254,10.178276122020115,10.206185257252644]},"error_y":{"color":"rgba(102,194,165,1)","width":[]},"error_x":{"color":"rgba(102,194,165,1)","width":[]},"line":{"color":"rgba(102,194,165,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[5911.3150530000003,2677.3263470000002,2108.9443550000001,11367.161120000001,3939.9787889999998,2144.115096,2627.0094709999998,5586.5387799999999,1397.7171370000001,3522.110717,3048.3029000000001,2428.2377689999998,1840.366939,2194.9262039999999,2898.5308810000001,3478.1255289999999,3112.3639480000002,2480.3803339999999,1952.3087009999999,3758.5234369999998,3081.959785,3023.2719280000001,13990.48208,5716.7667439999996,7689.7997610000002],"y":[62.484999999999999,40.414000000000001,50.917000000000002,68.75,54.744999999999997,50.643000000000001,57.206000000000003,59.420999999999999,45.927999999999997,48.356999999999999,45.262,42.023000000000003,37.579000000000001,41.911999999999999,58.530000000000001,50.789000000000001,42.314,55.191000000000003,62.649000000000001,43.902000000000001,64.280000000000001,59.100000000000001,68.439999999999998,66.070999999999998,55.088000000000001],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1952","type":"scatter","name":"Americas","marker":{"color":"rgba(252,141,98,1)","size":[11.21606019812705,10.192699007692559,13.859199393585619,11.005064741453392,10.431195787839556,10.838881415457701,10.059127995624314,10.405954321662737,10.165945942012687,10.238117156882629,10.135335762000556,10.210654055097176,10.214415273944638,10.099474809361464,10.093239350500223,12.053344561308055,10.075472749667506,10.060067361857236,10.102097294921846,10.543682283554137,10.147903530750032,10.041145578761045,20.749371197304647,10.14967572026088,10.367170979719349],"sizemode":"area","line":{"color":"rgba(252,141,98,1)"}},"textfont":{"color":"rgba(252,141,98,1)","size":[11.21606019812705,10.192699007692559,13.859199393585619,11.005064741453392,10.431195787839556,10.838881415457701,10.059127995624314,10.405954321662737,10.165945942012687,10.238117156882629,10.135335762000556,10.210654055097176,10.214415273944638,10.099474809361464,10.093239350500223,12.053344561308055,10.075472749667506,10.060067361857236,10.102097294921846,10.543682283554137,10.147903530750032,10.041145578761045,20.749371197304647,10.14967572026088,10.367170979719349]},"error_y":{"color":"rgba(252,141,98,1)","width":[]},"error_x":{"color":"rgba(252,141,98,1)","width":[]},"line":{"color":"rgba(252,141,98,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[779.44531449999999,9867.0847649999996,684.24417159999996,368.46928559999998,400.44861100000003,3054.4212090000001,546.56574929999999,749.6816546,3035.3260019999998,4129.7660560000004,4086.5221280000001,3216.9563469999998,1546.907807,1088.2777579999999,1030.592226,108382.3529,4834.804067,1831.1328940000001,786.56685749999997,331,545.86572290000004,1828.230307,684.59714380000003,1272.880995,6459.5548230000004,2315.1382269999999,1083.5320300000001,1643.4853539999999,1206.947913,757.79741769999998,605.06649170000003,1515.5923290000001,781.71757609999997],"y":[28.800999999999998,50.939,37.484000000000002,39.417000000000002,44,60.960000000000001,37.372999999999998,37.468000000000004,44.869,45.32,65.390000000000001,63.030000000000001,43.158000000000001,50.055999999999997,47.453000000000003,55.564999999999998,55.927999999999997,48.463000000000001,42.244,36.319000000000003,36.156999999999996,37.578000000000003,43.436,47.752000000000002,39.875,60.396000000000001,57.593000000000004,45.883000000000003,58.5,50.847999999999999,40.411999999999999,43.159999999999997,32.548000000000002],"text":["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."],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1952","type":"scatter","name":"Asia","marker":{"color":"rgba(141,160,203,1)","size":[10.570958440333994,10.004124939159547,13.196073516337687,10.316272523015931,47.962566414495925,10.141003151025526,35.386025309878448,15.596200380490078,11.174770127735174,10.367320999844319,10.106536334452237,15.89699311991038,10.037396031178993,10.60100034575081,11.425638926987236,10.006824550625852,10.094156261491509,10.456501207090577,10.05055173139184,11.367311607471214,10.62263982736204,10.030565201275845,12.817931410627473,11.527412361357225,10.269303597092721,10.072825215250953,10.540722969369218,10.245815823859932,10.579492046432662,11.448969923046661,11.787329940458308,10.066244600897457,10.334700359049151],"sizemode":"area","line":{"color":"rgba(141,160,203,1)"}},"textfont":{"color":"rgba(141,160,203,1)","size":[10.570958440333994,10.004124939159547,13.196073516337687,10.316272523015931,47.962566414495925,10.141003151025526,35.386025309878448,15.596200380490078,11.174770127735174,10.367320999844319,10.106536334452237,15.89699311991038,10.037396031178993,10.60100034575081,11.425638926987236,10.006824550625852,10.094156261491509,10.456501207090577,10.05055173139184,11.367311607471214,10.62263982736204,10.030565201275845,12.817931410627473,11.527412361357225,10.269303597092721,10.072825215250953,10.540722969369218,10.245815823859932,10.579492046432662,11.448969923046661,11.787329940458308,10.066244600897457,10.334700359049151]},"error_y":{"color":"rgba(141,160,203,1)","width":[]},"error_x":{"color":"rgba(141,160,203,1)","width":[]},"line":{"color":"rgba(141,160,203,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[1601.0561359999999,6137.0764920000001,8343.1051270000007,973.53319480000005,2444.2866479999998,3119.2365199999999,6876.1402500000004,9692.3852449999995,6424.5190709999997,7029.8093269999999,7144.1143929999998,3530.690067,5263.6738160000004,7267.6884280000004,5210.2803279999998,4931.4041550000002,2647.5856010000002,8941.5718579999993,10095.42172,4029.3296989999999,3068.3198670000002,3144.613186,3581.4594480000001,5074.6591040000003,4215.041741,3834.0347419999998,8527.8446619999995,14734.232749999999,1969.1009799999999,9979.5084869999991],"y":[55.229999999999997,66.799999999999997,68,53.82,59.600000000000001,61.210000000000001,66.870000000000005,70.780000000000001,66.549999999999997,67.409999999999997,67.5,65.859999999999999,64.030000000000001,72.489999999999995,66.909999999999997,65.939999999999998,59.164000000000001,72.129999999999995,72.670000000000002,61.310000000000002,59.82,61.049999999999997,57.996000000000002,64.359999999999999,65.569999999999993,64.939999999999998,71.859999999999999,69.620000000000005,43.585000000000001,69.180000000000007],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1952","type":"scatter","name":"Europe","marker":{"color":"rgba(231,138,195,1)","size":[10.083452004785734,10.468745388300251,10.591780523848481,10.186398230696833,10.492437920575309,10.26087789900933,10.618725312244932,10.291712631437814,10.275093022506884,12.893904318382232,14.715323704498925,10.523721689583494,10.644580714283491,10.006002920842237,10.197397613435532,13.249252237988841,10.024149486204392,10.704506041618405,10.22303153444337,11.752091728319773,10.577832679154104,11.130951692689347,10.464129778222411,10.238757643166849,10.097568161412857,11.944518747751182,10.482184475027601,10.32454233121514,11.513556043954743,13.437903568933802],"sizemode":"area","line":{"color":"rgba(231,138,195,1)"}},"textfont":{"color":"rgba(231,138,195,1)","size":[10.083452004785734,10.468745388300251,10.591780523848481,10.186398230696833,10.492437920575309,10.26087789900933,10.618725312244932,10.291712631437814,10.275093022506884,12.893904318382232,14.715323704498925,10.523721689583494,10.644580714283491,10.006002920842237,10.197397613435532,13.249252237988841,10.024149486204392,10.704506041618405,10.22303153444337,11.752091728319773,10.577832679154104,11.130951692689347,10.464129778222411,10.238757643166849,10.097568161412857,11.944518747751182,10.482184475027601,10.32454233121514,11.513556043954743,13.437903568933802]},"error_y":{"color":"rgba(231,138,195,1)","width":[]},"error_x":{"color":"rgba(231,138,195,1)","width":[]},"line":{"color":"rgba(231,138,195,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[10039.59564,10556.57566],"y":[69.120000000000005,69.390000000000001],"text":["Australia","New Zealand"],"hoverinfo":["text","text"],"mode":"markers","frame":"1952","type":"scatter","name":"Oceania","marker":{"color":"rgba(166,216,84,1)","size":[10.589105483467248,10.132054771360233],"sizemode":"area","line":{"color":"rgba(166,216,84,1)"}},"textfont":{"color":"rgba(166,216,84,1)","size":[10.589105483467248,10.132054771360233]},"error_y":{"color":"rgba(166,216,84,1)","width":[]},"error_x":{"color":"rgba(166,216,84,1)","width":[]},"line":{"color":"rgba(166,216,84,1)"},"xaxis":"x","yaxis":"y","visible":true}],"traces":[0,1,2,3,4]},{"name":"1957","data":[{"x":[3013.9760230000002,3827.9404650000001,959.60108049999997,918.23253490000002,617.18346480000002,379.56462809999999,1313.0480990000001,1190.8443279999999,1308.4955769999999,1211.1485479999999,905.86023030000001,2315.056572,1500.895925,2864.9690759999999,1458.915272,426.09640810000002,344.16188590000002,378.90416320000003,4976.1980990000002,520.92671110000003,1043.561537,576.26702450000005,431.79045660000003,944.43831520000003,335.99711509999997,620.96999010000002,3448.2843950000001,1589.2027499999999,416.36980640000002,490.38218669999998,846.12026130000004,2034.0379809999999,1642.0023140000001,495.58683330000002,2621.4480579999999,835.52340249999997,1100.5925629999999,2769.4518440000002,540.28939830000002,860.73690260000001,1567.653006,1004.484437,1258.1474129999999,5487.1042189999998,1770.337074,1244.7083640000001,698.53560730000004,925.90832020000005,1395.2324679999999,774.37106919999997,1311.956766,518.76426809999998],"y":[45.685000000000002,31.998999999999999,40.357999999999997,49.618000000000002,34.905999999999999,40.533000000000001,40.427999999999997,37.463999999999999,39.881,42.460000000000001,40.652000000000001,45.052999999999997,42.469000000000001,37.328000000000003,44.444000000000003,35.982999999999997,38.046999999999997,36.667000000000002,38.999000000000002,32.064999999999998,44.779000000000003,34.558,33.488999999999997,44.686,45.046999999999997,39.485999999999997,45.289000000000001,38.865000000000002,37.207000000000001,35.307000000000002,42.338000000000001,58.088999999999999,45.423000000000002,33.779000000000003,45.225999999999999,38.597999999999999,37.802,55.090000000000003,41.5,48.945,39.329000000000001,31.57,34.976999999999997,47.984999999999999,39.624000000000002,43.423999999999999,42.973999999999997,41.207999999999998,47.100000000000001,42.570999999999998,44.076999999999998,50.469000000000001],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1957","type":"scatter","name":"Africa","marker":{"color":"rgba(102,194,165,1)","size":[10.696920947656547,10.307230704974348,10.127302928266268,10.028299610726139,10.317608917031814,10.177970212010964,10.361734968412145,10.090931647840824,10.193486647475158,10.007570419563828,11.059144880661634,10.060093161496562,10.22113901486868,10.000808115686826,11.702894273233508,10.011801696919328,10.101191918689942,11.553138492187099,10.025587577211269,10.017960029874647,10.432128738289153,10.192249288582719,10.036930613875914,10.504715204496819,10.051416838345432,10.062515597472647,10.077915388535763,10.349569278168675,10.215763270972918,10.285425436791893,10.069402463100364,10.037525848411793,10.774421835637741,10.476271170392865,10.033312180333928,10.247906754946582,12.533096567166499,10.016973773821046,10.188519670880781,10.000089684460514,10.204386107801229,10.15259101125171,10.185675772542689,11.098295969844939,10.661602469973442,10.018205126448246,10.641087934540446,10.08855378108294,10.265561420836191,10.451527132182735,10.201755158867099,10.244777763768637],"sizemode":"area","line":{"color":"rgba(102,194,165,1)"}},"textfont":{"color":"rgba(102,194,165,1)","size":[10.696920947656547,10.307230704974348,10.127302928266268,10.028299610726139,10.317608917031814,10.177970212010964,10.361734968412145,10.090931647840824,10.193486647475158,10.007570419563828,11.059144880661634,10.060093161496562,10.22113901486868,10.000808115686826,11.702894273233508,10.011801696919328,10.101191918689942,11.553138492187099,10.025587577211269,10.017960029874647,10.432128738289153,10.192249288582719,10.036930613875914,10.504715204496819,10.051416838345432,10.062515597472647,10.077915388535763,10.349569278168675,10.215763270972918,10.285425436791893,10.069402463100364,10.037525848411793,10.774421835637741,10.476271170392865,10.033312180333928,10.247906754946582,12.533096567166499,10.016973773821046,10.188519670880781,10.000089684460514,10.204386107801229,10.15259101125171,10.185675772542689,11.098295969844939,10.661602469973442,10.018205126448246,10.641087934540446,10.08855378108294,10.265561420836191,10.451527132182735,10.201755158867099,10.244777763768637]},"error_y":{"color":"rgba(102,194,165,1)","width":[]},"error_x":{"color":"rgba(102,194,165,1)","width":[]},"line":{"color":"rgba(102,194,165,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[6856.8562119999997,2127.686326,2487.3659889999999,12489.950059999999,4315.6227230000004,2323.8055810000001,2990.0108019999998,6092.1743589999996,1544.4029949999999,3780.5466510000001,3421.5232179999998,2617.1559670000001,1726.887882,2220.4876819999999,4756.5257810000003,4131.5466409999999,3457.415947,2961.8009050000001,2046.154706,4245.2566980000001,3907.1561889999998,4100.3933999999999,14847.127119999999,6150.7729689999996,9802.4665260000002],"y":[64.399000000000001,41.890000000000001,53.284999999999997,69.959999999999994,56.073999999999998,55.118000000000002,60.026000000000003,62.325000000000003,49.828000000000003,51.356000000000002,48.57,44.142000000000003,40.695999999999998,44.664999999999999,62.609999999999999,55.189999999999998,45.432000000000002,59.201000000000001,63.195999999999998,46.262999999999998,68.540000000000006,61.799999999999997,69.489999999999995,67.043999999999997,57.906999999999996],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1957","type":"scatter","name":"Americas","marker":{"color":"rgba(252,141,98,1)","size":[11.334382394799345,10.215114867339063,14.469969066255199,11.156898349007745,10.476980387462275,10.984616752709133,10.071821895943829,10.449155408196118,10.195420323617343,10.27290107695938,10.156694860229905,10.244404829299647,10.235315234148203,10.116738521986365,10.10067858777097,12.385820759387055,10.088648175001426,10.068491558374317,10.116773467529578,10.620152960540654,10.150155880215005,10.048110798848937,21.734330443638488,10.161414829166288,10.45338136181652],"sizemode":"area","line":{"color":"rgba(252,141,98,1)"}},"textfont":{"color":"rgba(252,141,98,1)","size":[11.334382394799345,10.215114867339063,14.469969066255199,11.156898349007745,10.476980387462275,10.984616752709133,10.071821895943829,10.449155408196118,10.195420323617343,10.27290107695938,10.156694860229905,10.244404829299647,10.235315234148203,10.116738521986365,10.10067858777097,12.385820759387055,10.088648175001426,10.068491558374317,10.116773467529578,10.620152960540654,10.150155880215005,10.048110798848937,21.734330443638488,10.161414829166288,10.45338136181652]},"error_y":{"color":"rgba(252,141,98,1)","width":[]},"error_x":{"color":"rgba(252,141,98,1)","width":[]},"line":{"color":"rgba(252,141,98,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[820.85302960000001,11635.79945,661.63745770000003,434.03833639999999,575.9870009,3629.0764570000001,590.06199600000002,858.90027069999996,3290.2576429999999,6229.3335619999998,5385.2784510000001,4317.6943650000003,1886.0805909999999,1571.1346550000001,1487.593537,113523.1329,6089.7869339999997,1810.066992,912.66260850000003,350,597.9363558,2242.7465510000002,747.08352920000004,1547.9448440000001,8157.5912479999997,2843.104409,1072.5466019999999,2117.2348929999998,1507.8612900000001,793.57741480000004,676.28544780000004,1827.067742,804.83045470000002],"y":[30.332000000000001,53.832000000000001,39.347999999999999,41.366,50.548960000000001,64.75,40.249000000000002,39.917999999999999,47.180999999999997,48.436999999999998,67.840000000000003,65.5,45.668999999999997,54.081000000000003,52.680999999999997,58.033000000000001,59.488999999999997,52.101999999999997,45.247999999999998,41.905000000000001,37.686,40.079999999999998,45.557000000000002,51.334000000000003,42.868000000000002,63.179000000000002,61.456000000000003,48.283999999999999,62.399999999999999,53.630000000000003,42.887,45.670999999999999,33.969999999999999],"text":["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."],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1957","type":"scatter","name":"Asia","marker":{"color":"rgba(141,160,203,1)","size":[10.626625666878871,10.005367690040099,13.501752079518614,10.35918319297436,53.500921273496438,10.182664790826106,37.911386831211132,16.147138710225143,11.346767723242158,10.422392787094275,10.128615297221192,16.245355411777886,10.046858970317512,10.638259188371482,11.53921064562585,10.010431449408456,10.108344902819596,10.524130183872824,10.056112372702772,11.479167923106701,10.656752820310286,10.034260692470738,13.181950943927241,11.775409892812547,10.297558502094629,10.094593080781685,10.618954847131317,10.279147797567946,10.689642377980968,11.70509038221487,11.975142032342017,10.068964756521003,10.371165282609928],"sizemode":"area","line":{"color":"rgba(141,160,203,1)"}},"textfont":{"color":"rgba(141,160,203,1)","size":[10.626625666878871,10.005367690040099,13.501752079518614,10.35918319297436,53.500921273496438,10.182664790826106,37.911386831211132,16.147138710225143,11.346767723242158,10.422392787094275,10.128615297221192,16.245355411777886,10.046858970317512,10.638259188371482,11.53921064562585,10.010431449408456,10.108344902819596,10.524130183872824,10.056112372702772,11.479167923106701,10.656752820310286,10.034260692470738,13.181950943927241,11.775409892812547,10.297558502094629,10.094593080781685,10.618954847131317,10.279147797567946,10.689642377980968,11.70509038221487,11.975142032342017,10.068964756521003,10.371165282609928]},"error_y":{"color":"rgba(141,160,203,1)","width":[]},"error_x":{"color":"rgba(141,160,203,1)","width":[]},"line":{"color":"rgba(141,160,203,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[1942.2842439999999,8842.5980299999992,9714.9606230000009,1353.989176,3008.6707270000002,4338.2316170000004,8256.3439180000005,11099.65935,7545.4153859999997,8662.8348979999992,10187.826650000001,4916.2998889999999,6040.1800110000004,9244.0014119999996,5599.0778719999998,6248.6562320000003,3682.2599030000001,11276.193439999999,11653.973040000001,4734.2530189999998,3774.571743,3943.3702250000001,4981.0908909999998,6093.2629800000004,5862.276629,4564.8024100000002,9911.8782260000007,17909.489730000001,2218.7542570000001,11283.177949999999],"y":[59.280000000000001,67.480000000000004,69.239999999999995,58.450000000000003,66.609999999999999,64.769999999999996,69.030000000000001,71.810000000000002,67.489999999999995,68.930000000000007,69.099999999999994,67.859999999999999,66.409999999999997,73.469999999999999,68.900000000000006,67.810000000000002,61.448,72.989999999999995,73.439999999999998,65.769999999999996,61.509999999999998,64.099999999999994,61.685000000000002,67.450000000000003,67.849999999999994,66.659999999999997,72.489999999999995,70.560000000000002,48.079000000000001,70.420000000000002],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1957","type":"scatter","name":"Europe","marker":{"color":"rgba(231,138,195,1)","size":[10.096679984940502,10.471345009100913,10.609437988111667,10.205850339712503,10.518125215440165,10.268318364834331,10.645246727194982,10.302212060848305,10.291030101296915,13.020254025053717,14.843169585492278,10.54849534960174,10.667445474003665,10.007173323527853,10.19235125858577,13.352723807349392,10.026128482347934,10.748487942632977,10.2342393618871,11.923051536747515,10.59773525806277,11.212809375318953,10.492180947977261,10.258287560618582,10.100540716682508,12.032684169183948,10.498505750033946,10.345769018597153,11.748023029643836,13.506156583023873],"sizemode":"area","line":{"color":"rgba(231,138,195,1)"}},"textfont":{"color":"rgba(231,138,195,1)","size":[10.096679984940502,10.471345009100913,10.609437988111667,10.205850339712503,10.518125215440165,10.268318364834331,10.645246727194982,10.302212060848305,10.291030101296915,13.020254025053717,14.843169585492278,10.54849534960174,10.667445474003665,10.007173323527853,10.19235125858577,13.352723807349392,10.026128482347934,10.748487942632977,10.2342393618871,11.923051536747515,10.59773525806277,11.212809375318953,10.492180947977261,10.258287560618582,10.100540716682508,12.032684169183948,10.498505750033946,10.345769018597153,11.748023029643836,13.506156583023873]},"error_y":{"color":"rgba(231,138,195,1)","width":[]},"error_x":{"color":"rgba(231,138,195,1)","width":[]},"line":{"color":"rgba(231,138,195,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[10949.649590000001,12247.39532],"y":[70.329999999999998,70.260000000000005],"text":["Australia","New Zealand"],"hoverinfo":["text","text"],"mode":"markers","frame":"1957","type":"scatter","name":"Oceania","marker":{"color":"rgba(166,216,84,1)","size":[10.658816177179244,10.148067815754947],"sizemode":"area","line":{"color":"rgba(166,216,84,1)"}},"textfont":{"color":"rgba(166,216,84,1)","size":[10.658816177179244,10.148067815754947]},"error_y":{"color":"rgba(166,216,84,1)","width":[]},"error_x":{"color":"rgba(166,216,84,1)","width":[]},"line":{"color":"rgba(166,216,84,1)"},"xaxis":"x","yaxis":"y","visible":true}],"traces":[0,1,2,3,4]},{"name":"1962","data":[{"x":[2550.8168799999999,4269.276742,949.49906410000006,983.65397640000003,722.51202060000003,355.20322729999998,1399.6074410000001,1193.068753,1389.817618,1406.6482779999999,896.31463350000001,2464.7831569999998,1728.869428,3020.9892629999999,1693.335853,582.84197140000003,380.99584329999999,419.45641610000001,6631.4592220000004,599.65027599999996,1190.0411180000001,686.37367389999997,522.03437250000002,896.96637320000002,411.80062659999999,634.19516250000004,6757.0308160000004,1643.3871099999999,427.90108559999999,496.17434279999998,1055.8960360000001,2529.0674869999998,1566.3534930000001,556.68635389999997,3173.2155950000001,997.76611270000001,1150.9274780000001,3173.72334,597.47307269999999,1071.551119,1654.9887229999999,1116.6398770000001,1369.4883359999999,5768.7297170000002,1959.5937670000001,1856.182125,722.00380729999995,1067.5348100000001,1660.30321,767.27173979999998,1452.725766,527.2721818],"y":[48.302999999999997,34,42.618000000000002,51.520000000000003,37.814,42.045000000000002,42.643000000000001,39.475000000000001,41.716000000000001,44.466999999999999,42.122,48.435000000000002,44.93,39.692999999999998,46.991999999999997,37.484999999999999,40.158000000000001,40.058999999999997,40.488999999999997,33.896000000000001,46.451999999999998,35.753,34.488,47.948999999999998,47.747,40.502000000000002,47.808,40.847999999999999,38.409999999999997,36.936,44.247999999999998,60.246000000000002,47.923999999999999,36.161000000000001,48.386000000000003,39.487000000000002,39.359999999999999,57.665999999999997,43,51.893000000000001,41.454000000000001,32.767000000000003,36.981000000000002,49.951000000000001,40.869999999999997,44.991999999999997,44.246000000000002,43.921999999999997,49.579000000000001,45.344000000000001,46.023000000000003,52.357999999999997],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1962","type":"scatter","name":"Africa","marker":{"color":"rgba(102,194,165,1)","size":[10.746751927219597,10.325294138165342,10.142777388126797,10.030901756888323,10.331683780585413,10.198063694600037,10.391336983153151,10.099886033771357,10.210929524262045,10.008987420389353,11.189405894558565,10.067428039908766,10.257477465594347,10.002039877832109,11.91881732451241,10.012914084542968,10.10965577020821,11.712151497787557,10.027004305024738,10.021432060701409,10.497921913751419,10.21021873737331,10.03875467567747,10.588241741573938,10.056863770134891,10.071855749438818,10.094315564026395,10.385173121703691,10.24356750132279,10.316036094575123,10.07417369005033,10.043750523296808,10.887056645151938,10.527522972950226,10.0383159453029,10.27410389982669,12.853749978144815,10.020400075128368,10.204160531589661,10.000364061577157,10.230028492182814,10.16434534057926,10.206133794480021,11.248801237239071,10.759193018374921,10.021158093102851,10.737401946819398,10.100201362696453,10.288474162425269,10.520687638348148,10.22939762957358,10.287872443853052],"sizemode":"area","line":{"color":"rgba(102,194,165,1)"}},"textfont":{"color":"rgba(102,194,165,1)","size":[10.746751927219597,10.325294138165342,10.142777388126797,10.030901756888323,10.331683780585413,10.198063694600037,10.391336983153151,10.099886033771357,10.210929524262045,10.008987420389353,11.189405894558565,10.067428039908766,10.257477465594347,10.002039877832109,11.91881732451241,10.012914084542968,10.10965577020821,11.712151497787557,10.027004305024738,10.021432060701409,10.497921913751419,10.21021873737331,10.03875467567747,10.588241741573938,10.056863770134891,10.071855749438818,10.094315564026395,10.385173121703691,10.24356750132279,10.316036094575123,10.07417369005033,10.043750523296808,10.887056645151938,10.527522972950226,10.0383159453029,10.27410389982669,12.853749978144815,10.020400075128368,10.204160531589661,10.000364061577157,10.230028492182814,10.16434534057926,10.206133794480021,11.248801237239071,10.759193018374921,10.021158093102851,10.737401946819398,10.100201362696453,10.288474162425269,10.520687638348148,10.22939762957358,10.287872443853052]},"error_y":{"color":"rgba(102,194,165,1)","width":[]},"error_x":{"color":"rgba(102,194,165,1)","width":[]},"line":{"color":"rgba(102,194,165,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[7133.1660229999998,2180.972546,3336.5858020000001,13462.485549999999,4519.0943310000002,2492.3511090000002,3460.9370250000002,5180.7559099999999,1662.1373590000001,4086.1140780000001,3776.8036269999998,2750.364446,1796.5890320000001,2291.1568349999998,5246.107524,4581.6093849999997,3634.3644060000001,3536.540301,2148.0271459999999,4957.0379819999998,5108.3446299999996,4997.5239709999996,16173.145860000001,5603.3577169999999,8422.9741649999996],"y":[65.141999999999996,43.427999999999997,55.664999999999999,71.299999999999997,57.923999999999999,57.863,62.841999999999999,65.245999999999995,53.459000000000003,54.640000000000001,52.307000000000002,46.954000000000001,43.590000000000003,48.040999999999997,65.609999999999999,58.298999999999999,48.631999999999998,61.817,64.361000000000004,49.095999999999997,69.620000000000005,64.900000000000006,70.209999999999994,68.253,60.770000000000003],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1962","type":"scatter","name":"Americas","marker":{"color":"rgba(252,141,98,1)","size":[11.448586409360487,10.241199804264006,15.185821625441967,11.291745487680432,10.539283922820143,11.156879988946955,10.087717135636224,10.491036890955083,10.231611347832576,10.315444682208032,10.183441987897551,10.283171312748555,10.260734635932755,10.138563924807976,10.109554073217215,12.802569363481149,10.104467107824068,10.078880963926094,10.133079863378851,10.713686891049688,10.162990586502586,10.056478481870352,22.727684810705405,10.173257204882015,10.551713956987186],"sizemode":"area","line":{"color":"rgba(252,141,98,1)"}},"textfont":{"color":"rgba(252,141,98,1)","size":[11.448586409360487,10.241199804264006,15.185821625441967,11.291745487680432,10.539283922820143,11.156879988946955,10.087717135636224,10.491036890955083,10.231611347832576,10.315444682208032,10.183441987897551,10.283171312748555,10.260734635932755,10.138563924807976,10.109554073217215,12.802569363481149,10.104467107824068,10.078880963926094,10.133079863378851,10.713686891049688,10.162990586502586,10.056478481870352,22.727684810705405,10.173257204882015,10.551713956987186]},"error_y":{"color":"rgba(252,141,98,1)","width":[]},"error_x":{"color":"rgba(252,141,98,1)","width":[]},"line":{"color":"rgba(252,141,98,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[853.10071000000005,12753.27514,686.34155380000004,496.91364759999999,487.6740183,4692.6482720000004,658.34715089999997,849.28977010000006,4187.3298020000002,8341.7378150000004,7105.6307059999999,6576.649461,2348.0091579999998,1621.6935980000001,1536.3443870000001,95458.11176,5714.5606109999999,2036.8849439999999,1056.3539579999999,388,652.39685929999996,2924.638113,803.3427418,1649.5521530000001,11626.419749999999,3674.735572,1074.4719600000001,2193.0371329999998,1822.8790280000001,1002.199172,772.04916019999996,2198.9563119999998,825.62320060000002],"y":[31.997,56.923000000000002,41.216000000000001,43.414999999999999,44.501359999999998,67.650000000000006,43.604999999999997,42.518000000000001,49.325000000000003,51.457000000000001,69.390000000000001,68.730000000000004,48.125999999999998,56.655999999999999,55.292000000000002,60.469999999999999,62.094000000000001,55.737000000000002,48.250999999999998,45.107999999999997,39.393000000000001,43.164999999999999,47.670000000000002,54.756999999999998,45.914000000000001,65.798000000000002,62.192,50.305,65.200000000000003,56.061,45.363,48.127000000000002,35.18],"text":["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."],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1962","type":"scatter","name":"Asia","marker":{"color":"rgba(141,160,203,1)","size":[10.696663429034386,10.007634236132002,13.875356861358149,10.411129401697075,55.436713259119074,10.221493930541948,40.982772465264404,16.754863547683151,11.557123512667761,10.49007363616723,10.153630231644247,16.536710329168855,10.059622283952354,10.741055940181724,11.799169654306484,10.020356802717435,10.124687131501267,10.603791689268052,10.06485872344636,11.609025561690359,10.701098100371874,10.038778154714317,13.620184914326749,12.065694739448611,10.333280696356079,10.115360493631886,10.707232613025276,10.325881523604602,10.809407511624142,11.99321911613583,12.302592487981507,10.073243879239381,10.413618043096827],"sizemode":"area","line":{"color":"rgba(141,160,203,1)"}},"textfont":{"color":"rgba(141,160,203,1)","size":[10.696663429034386,10.007634236132002,13.875356861358149,10.411129401697075,55.436713259119074,10.221493930541948,40.982772465264404,16.754863547683151,11.557123512667761,10.49007363616723,10.153630231644247,16.536710329168855,10.059622283952354,10.741055940181724,11.799169654306484,10.020356802717435,10.124687131501267,10.603791689268052,10.06485872344636,11.609025561690359,10.701098100371874,10.038778154714317,13.620184914326749,12.065694739448611,10.333280696356079,10.115360493631886,10.707232613025276,10.325881523604602,10.809407511624142,11.99321911613583,12.302592487981507,10.073243879239381,10.413618043096827]},"error_y":{"color":"rgba(141,160,203,1)","width":[]},"error_x":{"color":"rgba(141,160,203,1)","width":[]},"line":{"color":"rgba(141,160,203,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[2312.888958,10750.72111,10991.206759999999,1709.683679,4254.3378389999998,5477.8900180000001,10136.867130000001,13583.31351,9371.8425609999995,10560.48553,12902.46291,6017.1907330000004,7550.3598769999999,10350.15906,6631.5973139999996,8243.5823400000008,4649.593785,12790.849560000001,13450.40151,5338.7521429999997,4727.9548889999996,4734.9975860000004,6289.6291570000003,7481.1075979999996,7402.3033949999999,5693.843879,12329.441919999999,20431.092700000001,2322.8699080000001,12477.17707],"y":[64.819999999999993,69.540000000000006,70.25,61.93,69.510000000000005,67.129999999999995,69.900000000000006,72.349999999999994,68.75,70.510000000000005,70.299999999999997,69.510000000000005,67.959999999999994,73.680000000000007,70.290000000000006,69.239999999999995,63.728000000000002,73.230000000000004,73.469999999999999,67.640000000000001,64.390000000000001,66.799999999999997,64.531000000000006,70.329999999999998,69.150000000000006,69.689999999999998,73.370000000000005,71.319999999999993,52.097999999999999,70.760000000000005],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1962","type":"scatter","name":"Europe","marker":{"color":"rgba(231,138,195,1)","size":[10.113854627382016,10.482538776423741,10.625087653459365,10.224483412559094,10.542811784612432,10.274141370731424,10.652517311267912,10.313068931293586,10.302458590735199,13.212259104352022,15.028821059961952,10.572521434356657,10.682734149159842,10.008329734345581,10.189060098246346,13.46610571435582,10.028292034641575,10.801677926031456,10.244271258151073,12.065991844818946,10.611532604861077,11.270919581997155,10.51572311886228,10.28511829822849,10.103945996061491,12.122535644823781,10.512005240678764,10.382625646205792,12.029072287931315,13.633243695259591],"sizemode":"area","line":{"color":"rgba(231,138,195,1)"}},"textfont":{"color":"rgba(231,138,195,1)","size":[10.113854627382016,10.482538776423741,10.625087653459365,10.224483412559094,10.542811784612432,10.274141370731424,10.652517311267912,10.313068931293586,10.302458590735199,13.212259104352022,15.028821059961952,10.572521434356657,10.682734149159842,10.008329734345581,10.189060098246346,13.46610571435582,10.028292034641575,10.801677926031456,10.244271258151073,12.065991844818946,10.611532604861077,11.270919581997155,10.51572311886228,10.28511829822849,10.103945996061491,12.122535644823781,10.512005240678764,10.382625646205792,12.029072287931315,13.633243695259591]},"error_y":{"color":"rgba(231,138,195,1)","width":[]},"error_x":{"color":"rgba(231,138,195,1)","width":[]},"line":{"color":"rgba(231,138,195,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[12217.226860000001,13175.678],"y":[70.930000000000007,71.239999999999995],"text":["Australia","New Zealand"],"hoverinfo":["text","text"],"mode":"markers","frame":"1962","type":"scatter","name":"Oceania","marker":{"color":"rgba(166,216,84,1)","size":[10.732693171377324,10.165755106585291],"sizemode":"area","line":{"color":"rgba(166,216,84,1)"}},"textfont":{"color":"rgba(166,216,84,1)","size":[10.732693171377324,10.165755106585291]},"error_y":{"color":"rgba(166,216,84,1)","width":[]},"error_x":{"color":"rgba(166,216,84,1)","width":[]},"line":{"color":"rgba(166,216,84,1)"},"xaxis":"x","yaxis":"y","visible":true}],"traces":[0,1,2,3,4]},{"name":"1967","data":[{"x":[3246.991771,5522.7763750000004,1035.8314109999999,1214.709294,794.82655969999996,412.97751360000001,1508.4531480000001,1136.056615,1196.810565,1876.0296430000001,861.59324240000001,2677.9396419999998,2052.0504729999998,3020.0505130000001,1814.8807280000001,915.59600250000005,468.79496990000001,516.11864379999997,8358.7619869999999,734.78291239999999,1125.6971599999999,708.75954090000005,715.58064019999995,1056.736457,498.6390265,713.60364830000003,18772.751690000001,1634.047282,495.51478059999999,545.00988729999995,1421.1451930000001,2475.3875619999999,1711.04477,566.66915389999997,3793.6947530000002,1054.3848909999999,1014.514104,4021.1757389999998,510.96371420000003,1384.8405929999999,1612.404632,1206.043465,1284.7331799999999,7114.4779710000003,1687.9976409999999,2613.1016650000001,848.21865749999995,1477.5967599999999,1932.360167,908.91852170000004,1777.0773180000001,569.79507120000005],"y":[51.406999999999996,35.984999999999999,44.884999999999998,53.298000000000002,40.697000000000003,43.548000000000002,44.798999999999999,41.478000000000002,43.600999999999999,46.472000000000001,44.055999999999997,52.039999999999999,47.350000000000001,42.073999999999998,49.292999999999999,38.987000000000002,42.189,42.115000000000002,44.597999999999999,35.856999999999999,48.072000000000003,37.197000000000003,35.491999999999997,50.654000000000003,48.491999999999997,41.536000000000001,50.226999999999997,42.881,39.487000000000002,38.487000000000002,46.289000000000001,61.557000000000002,50.335000000000001,38.113,51.158999999999999,40.118000000000002,41.039999999999999,60.542000000000002,44.100000000000001,54.424999999999997,43.563000000000002,34.113,38.976999999999997,51.927,42.857999999999997,46.633000000000003,45.756999999999998,46.768999999999998,52.052999999999997,48.051000000000002,47.768000000000001,53.994999999999997],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1967","type":"scatter","name":"Africa","marker":{"color":"rgba(102,194,165,1)","size":[10.866846586414798,10.354059643965661,10.161576930074753,10.033684910043874,10.345901088179417,10.223254107522317,10.428321448657179,10.114230087212526,10.23451435328087,10.010740772068312,11.356942404811607,10.076426244274344,10.319755747337004,10.004614313270574,12.15824063932568,10.013640569624943,10.120146326726868,11.897453312066048,10.029280065273543,10.025907615594338,10.575386695888158,10.231473749756171,10.036943718454618,10.691505480506585,10.063910006550508,10.083227384116364,10.115976408831035,10.428256608293795,10.278966517562523,10.351667171062761,10.079892268835867,10.049776786669861,11.004021289373984,10.588402272663078,10.044134378248049,10.305367465942703,13.223435671915299,10.02416245427707,10.231450611984394,10.000735494479835,10.266584670023429,10.177606559951892,10.229932664951031,11.429034514438218,10.863818200179621,10.024617428868993,10.856391111945381,10.114360586975467,10.32263029127842,10.60337596015923,10.262090823322724,10.33685735905344],"sizemode":"area","line":{"color":"rgba(102,194,165,1)"}},"textfont":{"color":"rgba(102,194,165,1)","size":[10.866846586414798,10.354059643965661,10.161576930074753,10.033684910043874,10.345901088179417,10.223254107522317,10.428321448657179,10.114230087212526,10.23451435328087,10.010740772068312,11.356942404811607,10.076426244274344,10.319755747337004,10.004614313270574,12.15824063932568,10.013640569624943,10.120146326726868,11.897453312066048,10.029280065273543,10.025907615594338,10.575386695888158,10.231473749756171,10.036943718454618,10.691505480506585,10.063910006550508,10.083227384116364,10.115976408831035,10.428256608293795,10.278966517562523,10.351667171062761,10.079892268835867,10.049776786669861,11.004021289373984,10.588402272663078,10.044134378248049,10.305367465942703,13.223435671915299,10.02416245427707,10.231450611984394,10.000735494479835,10.266584670023429,10.177606559951892,10.229932664951031,11.429034514438218,10.863818200179621,10.024617428868993,10.856391111945381,10.114360586975467,10.32263029127842,10.60337596015923,10.262090823322724,10.33685735905344]},"error_y":{"color":"rgba(102,194,165,1)","width":[]},"error_x":{"color":"rgba(102,194,165,1)","width":[]},"line":{"color":"rgba(102,194,165,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[8052.9530210000003,2586.8860530000002,3429.8643569999999,16076.588030000001,5106.654313,2678.7298390000001,4161.7278340000003,5690.2680149999997,1653.7230030000001,4579.0742149999996,4358.5953929999996,3242.5311470000001,1452.0576659999999,2538.269358,6124.7034510000003,5754.7338829999999,4643.3935339999998,4421.0090840000003,2299.376311,5788.0933299999997,6929.2777139999998,5621.3684720000001,19530.365570000002,5444.6196200000004,9541.4741880000001],"y":[65.634,45.031999999999996,57.631999999999998,72.129999999999995,60.523000000000003,59.963000000000001,65.424000000000007,68.290000000000006,56.750999999999998,56.677999999999997,55.854999999999997,50.015999999999998,46.243000000000002,50.923999999999999,67.510000000000005,60.109999999999999,51.884,64.070999999999998,64.950999999999993,51.445,71.099999999999994,65.400000000000006,70.760000000000005,68.468000000000004,63.478999999999999],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1967","type":"scatter","name":"Americas","marker":{"color":"rgba(252,141,98,1)","size":[11.561234050441335,10.271691633549704,16.005569878218839,11.416915918774469,10.600551240918097,11.344858481679015,10.104338792157579,10.55143801005122,10.272270487362201,10.366683380186689,10.216561080454618,10.316063464033773,10.290629933875305,10.166583629923331,10.122929479882419,13.271745633059352,10.123229383626331,10.091832724132841,10.152065940814316,10.823963285915019,10.176703640828494,10.061437541115094,23.558597004237946,10.183502869586118,10.658610257835733],"sizemode":"area","line":{"color":"rgba(252,141,98,1)"}},"textfont":{"color":"rgba(252,141,98,1)","size":[11.561234050441335,10.271691633549704,16.005569878218839,11.416915918774469,10.600551240918097,11.344858481679015,10.104338792157579,10.55143801005122,10.272270487362201,10.366683380186689,10.216561080454618,10.316063464033773,10.290629933875305,10.166583629923331,10.122929479882419,13.271745633059352,10.123229383626331,10.091832724132841,10.152065940814316,10.823963285915019,10.176703640828494,10.061437541115094,23.558597004237946,10.183502869586118,10.658610257835733]},"error_y":{"color":"rgba(252,141,98,1)","width":[]},"error_x":{"color":"rgba(252,141,98,1)","width":[]},"line":{"color":"rgba(252,141,98,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[836.19713820000004,14804.672699999999,721.18608619999998,523.43231419999995,612.70569339999997,6197.9628140000004,700.77061070000002,762.43177209999999,5906.7318050000003,8931.4598110000006,8393.7414040000003,9847.7886070000004,2741.7962520000001,2143.5406090000001,2029.2281419999999,80894.883260000002,6006.9830419999998,2277.7423960000001,1226.0411300000001,349,676.44222539999998,4720.9426869999998,942.4082588,1814.12743,16903.048859999999,4977.4185399999997,1135.514326,1881.923632,2643.8586810000002,1295.46066,637.12328869999999,2649.7150069999998,862.44214629999999],"y":[34.020000000000003,59.923000000000002,43.453000000000003,45.414999999999999,58.381120000000003,70,47.192999999999998,45.963999999999999,52.469000000000001,54.459000000000003,70.75,71.430000000000007,51.628999999999998,59.942,57.716000000000001,64.623999999999995,63.869999999999997,59.371000000000002,51.253,49.378999999999998,41.472000000000001,46.988,49.799999999999997,56.393000000000001,49.901000000000003,67.945999999999998,64.266000000000005,53.655000000000001,67.5,58.284999999999997,47.838000000000001,51.631,36.984000000000002],"text":["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."],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1967","type":"scatter","name":"Asia","marker":{"color":"rgba(141,160,203,1)","size":[10.783405024340219,10.009703599266199,14.283687002188348,10.470949619390289,61.496215850035725,10.249996389225963,44.531929197948173,17.458893388022247,11.807202556293788,10.577370742754743,10.179749363329249,16.877533256593942,10.081565559729299,10.857052961423014,12.052435635919418,10.035149756232274,10.145166175366937,10.689005099588408,10.074360908067979,11.761628039448437,10.764548354619471,10.044689616517672,14.134896455267199,12.409098586348502,10.379363015626259,10.130881229035968,10.797016722940203,10.383636609850495,10.927468435758502,12.318161614772579,12.689434873650796,10.073892419379264,10.455982961954591],"sizemode":"area","line":{"color":"rgba(141,160,203,1)"}},"textfont":{"color":"rgba(141,160,203,1)","size":[10.783405024340219,10.009703599266199,14.283687002188348,10.470949619390289,61.496215850035725,10.249996389225963,44.531929197948173,17.458893388022247,11.807202556293788,10.577370742754743,10.179749363329249,16.877533256593942,10.081565559729299,10.857052961423014,12.052435635919418,10.035149756232274,10.145166175366937,10.689005099588408,10.074360908067979,11.761628039448437,10.764548354619471,10.044689616517672,14.134896455267199,12.409098586348502,10.379363015626259,10.130881229035968,10.797016722940203,10.383636609850495,10.927468435758502,12.318161614772579,12.689434873650796,10.073892419379264,10.455982961954591]},"error_y":{"color":"rgba(141,160,203,1)","width":[]},"error_x":{"color":"rgba(141,160,203,1)","width":[]},"line":{"color":"rgba(141,160,203,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[2760.1969309999999,12834.6024,13149.04119,2172.3524229999998,5577.0028000000002,6960.297861,11399.444890000001,15937.211230000001,10921.636259999999,12999.917659999999,14745.625609999999,8513.0970159999997,9326.6446699999997,13319.89568,7655.5689629999997,10022.401309999999,5907.8509370000002,15363.25136,16361.876469999999,6557.1527759999999,6361.5179930000004,6470.8665449999999,7991.7070659999999,8412.9023969999998,9405.4893969999994,7993.5122940000001,15258.296969999999,22966.144319999999,2826.3563869999998,14142.85089],"y":[66.219999999999999,70.140000000000001,70.939999999999998,64.790000000000006,70.420000000000002,68.5,70.379999999999995,72.959999999999994,69.829999999999998,71.549999999999997,70.799999999999997,71,69.5,73.730000000000004,71.079999999999998,71.060000000000002,67.177999999999997,73.819999999999993,74.079999999999998,69.609999999999999,66.599999999999994,66.799999999999997,66.914000000000001,70.980000000000004,69.180000000000007,71.439999999999998,74.159999999999997,72.769999999999996,54.335999999999999,71.359999999999999],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1967","type":"scatter","name":"Europe","marker":{"color":"rgba(231,138,195,1)","size":[10.13132214350699,10.499406416807878,10.64816399752322,10.24059112388435,10.563102040641128,10.280817129786561,10.66717990152584,10.326166752950485,10.310259978498708,13.379137723802248,15.208281167017487,10.590827438759728,10.693683434186198,10.009464304198801,10.193844634534059,13.590592386754704,10.03010121728606,10.855675137827577,10.254311276523723,12.165351920863724,10.617211255633372,11.312150750037869,10.539963995852537,10.299100201176897,10.10831077631255,12.238034350809201,10.53291407377416,10.409722092799552,12.276327158340322,13.74702146974774],"sizemode":"area","line":{"color":"rgba(231,138,195,1)"}},"textfont":{"color":"rgba(231,138,195,1)","size":[10.13132214350699,10.499406416807878,10.64816399752322,10.24059112388435,10.563102040641128,10.280817129786561,10.66717990152584,10.326166752950485,10.310259978498708,13.379137723802248,15.208281167017487,10.590827438759728,10.693683434186198,10.009464304198801,10.193844634534059,13.590592386754704,10.03010121728606,10.855675137827577,10.254311276523723,12.165351920863724,10.617211255633372,11.312150750037869,10.539963995852537,10.299100201176897,10.10831077631255,12.238034350809201,10.53291407377416,10.409722092799552,12.276327158340322,13.74702146974774]},"error_y":{"color":"rgba(231,138,195,1)","width":[]},"error_x":{"color":"rgba(231,138,195,1)","width":[]},"line":{"color":"rgba(231,138,195,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[14526.12465,14463.91893],"y":[71.099999999999994,71.519999999999996],"text":["Australia","New Zealand"],"hoverinfo":["text","text"],"mode":"markers","frame":"1967","type":"scatter","name":"Oceania","marker":{"color":"rgba(166,216,84,1)","size":[10.806221870444503,10.182108528761272],"sizemode":"area","line":{"color":"rgba(166,216,84,1)"}},"textfont":{"color":"rgba(166,216,84,1)","size":[10.806221870444503,10.182108528761272]},"error_y":{"color":"rgba(166,216,84,1)","width":[]},"error_x":{"color":"rgba(166,216,84,1)","width":[]},"line":{"color":"rgba(166,216,84,1)"},"xaxis":"x","yaxis":"y","visible":true}],"traces":[0,1,2,3,4]},{"name":"1972","data":[{"x":[4182.6637659999997,5473.2880050000003,1085.796879,2263.6111139999998,854.73597629999995,464.0995039,1684.146528,1070.013275,1104.103987,1937.577675,904.89606849999996,3213.1526829999998,2378.2011109999999,3694.212352,2024.008147,672.41225710000003,514.32420820000004,566.24394419999999,11401.948410000001,756.08683629999996,1178.223708,741.66623070000003,820.22458759999995,1222.359968,496.58159219999999,803.00545350000004,21011.497210000001,1748.5629819999999,584.62197089999995,581.36887609999997,1586.8517810000001,2575.4841580000002,1930.1949750000001,724.91780370000004,3746.0809479999998,954.20923630000004,1698.3888380000001,5047.658563,590.58066380000002,1532.9852539999999,1597.7120560000001,1353.7597619999999,1254.576127,7765.9626360000002,1659.652775,3364.8366249999999,915.98505920000002,1649.6601880000001,2753.2859939999998,950.73586899999998,1773.4982649999999,799.36217580000005],"y":[54.518000000000001,37.927999999999997,47.014000000000003,56.024000000000001,43.591000000000001,44.057000000000002,47.048999999999999,43.457000000000001,45.569000000000003,48.944000000000003,45.988999999999997,54.906999999999996,49.801000000000002,44.366,51.137,40.515999999999998,44.142000000000003,43.515000000000001,48.689999999999998,38.308,49.875,38.841999999999999,36.485999999999997,53.558999999999997,49.767000000000003,42.613999999999997,52.773000000000003,44.850999999999999,41.765999999999998,39.976999999999997,48.436999999999998,62.944000000000003,52.862000000000002,40.328000000000003,53.866999999999997,40.545999999999999,42.820999999999998,64.274000000000001,44.600000000000001,56.479999999999997,45.814999999999998,35.399999999999999,40.972999999999999,53.695999999999998,45.082999999999998,49.552,47.619999999999997,49.759,55.601999999999997,51.015999999999998,50.106999999999999,55.634999999999998],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1972","type":"scatter","name":"Africa","marker":{"color":"rgba(102,194,165,1)","size":[11.003372271463,10.398245894504418,10.184378419250866,10.038176640901142,10.366783166093288,10.236836047808158,10.475110391382234,10.127445372306674,10.262027211513592,10.012969164725339,11.566246824808168,10.087394367132591,10.410315621010078,10.008110983435422,12.371615191311474,10.014851309841887,10.150168643528639,12.096074702044216,10.032622620132576,10.031197770210431,10.634350952531671,10.25604271898516,10.038586841515823,10.817996948688336,10.072127601193937,10.097097898145776,10.144960256023426,10.479301262953394,10.318808873272532,10.393693418464609,10.086870730008492,10.054010179868799,11.13304501263149,10.665438562377361,10.051993166796409,10.341282201956899,13.663826847078139,10.027411912024883,10.268378359233715,10.00113190798567,10.3090964011145,10.192405383225942,10.258006631212588,11.629595245558741,10.992194611851499,10.028672681701154,10.999673367617405,10.136256222148576,10.357884406369239,10.691421734058297,10.30348607160931,10.395944198110259],"sizemode":"area","line":{"color":"rgba(102,194,165,1)"}},"textfont":{"color":"rgba(102,194,165,1)","size":[11.003372271463,10.398245894504418,10.184378419250866,10.038176640901142,10.366783166093288,10.236836047808158,10.475110391382234,10.127445372306674,10.262027211513592,10.012969164725339,11.566246824808168,10.087394367132591,10.410315621010078,10.008110983435422,12.371615191311474,10.014851309841887,10.150168643528639,12.096074702044216,10.032622620132576,10.031197770210431,10.634350952531671,10.25604271898516,10.038586841515823,10.817996948688336,10.072127601193937,10.097097898145776,10.144960256023426,10.479301262953394,10.318808873272532,10.393693418464609,10.086870730008492,10.054010179868799,11.13304501263149,10.665438562377361,10.051993166796409,10.341282201956899,13.663826847078139,10.027411912024883,10.268378359233715,10.00113190798567,10.3090964011145,10.192405383225942,10.258006631212588,11.629595245558741,10.992194611851499,10.028672681701154,10.999673367617405,10.136256222148576,10.357884406369239,10.691421734058297,10.30348607160931,10.395944198110259]},"error_y":{"color":"rgba(102,194,165,1)","width":[]},"error_x":{"color":"rgba(102,194,165,1)","width":[]},"line":{"color":"rgba(102,194,165,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[9443.0385260000003,2980.3313389999998,4985.7114670000001,18970.57086,5494.024437,3264.6600410000001,5118.1469390000002,5305.445256,2189.874499,5280.9947099999999,4520.2460080000001,4031.4082709999998,1654.456946,2529.842345,7433.8892930000002,6809.4066899999998,4688.5932670000002,5364.2496629999996,2523.3379770000001,5937.8272829999996,9123.0417419999994,6619.5514190000004,21806.035940000002,5703.4088979999997,10505.25966],"y":[67.064999999999998,46.713999999999999,59.503999999999998,72.879999999999995,63.441000000000003,61.622999999999998,67.849000000000004,70.722999999999999,59.631,58.795999999999999,58.207000000000001,53.738,48.042000000000002,53.884,69,62.360999999999997,55.151000000000003,66.215999999999994,65.814999999999998,55.448,72.159999999999997,65.900000000000006,71.340000000000003,68.673000000000002,65.712000000000003],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1972","type":"scatter","name":"Americas","marker":{"color":"rgba(252,141,98,1)","size":[11.687200038667608,10.307538594320908,16.878541967889177,11.516888360861664,10.659154370864059,11.534524257172396,10.121134425611849,10.598670187849775,10.314736352427806,10.42580598382289,10.254644624244539,10.347378492922411,10.316577272723842,10.198284220088564,10.132247381365994,13.817000875576207,10.144894118852774,10.106227148298409,10.174324545516356,10.948354404094177,10.190229408883738,10.062464339459066,24.321938713821318,10.189027746317667,10.78188182182477],"sizemode":"area","line":{"color":"rgba(252,141,98,1)"}},"textfont":{"color":"rgba(252,141,98,1)","size":[11.687200038667608,10.307538594320908,16.878541967889177,11.516888360861664,10.659154370864059,11.534524257172396,10.121134425611849,10.598670187849775,10.314736352427806,10.42580598382289,10.254644624244539,10.347378492922411,10.316577272723842,10.198284220088564,10.132247381365994,13.817000875576207,10.144894118852774,10.106227148298409,10.174324545516356,10.948354404094177,10.190229408883738,10.062464339459066,24.321938713821318,10.189027746317667,10.78188182182477]},"error_y":{"color":"rgba(252,141,98,1)","width":[]},"error_x":{"color":"rgba(252,141,98,1)","width":[]},"line":{"color":"rgba(252,141,98,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[739.98110580000002,18268.658390000001,630.23362650000001,421.6240257,676.90009210000005,8315.9281449999999,724.03252699999996,1111.1079070000001,9613.8186069999992,9576.0375960000001,12786.93223,14778.78636,2110.8563089999998,3701.6215029999998,3030.8766500000002,109347.867,7486.3843409999999,2849.0947799999999,1421.7419749999999,357,674.78812960000005,10618.038549999999,1049.938981,1989.3740700000001,24837.428650000002,8597.7562020000005,1213.39553,2571.423014,4062.523897,1524.3589360000001,699.50164410000002,3133.4092770000002,1265.0470310000001],"y":[36.088000000000001,63.299999999999997,45.252000000000002,40.317,63.118879999999997,72,50.651000000000003,49.203000000000003,55.234000000000002,56.950000000000003,71.629999999999995,73.420000000000002,56.527999999999999,63.982999999999997,62.612000000000002,67.712000000000003,65.421000000000006,63.009999999999998,53.753999999999998,53.07,43.970999999999997,52.143000000000001,51.929000000000002,58.064999999999998,53.886000000000003,69.521000000000001,65.042000000000002,57.295999999999999,69.390000000000001,60.405000000000001,50.253999999999998,56.531999999999996,39.847999999999999],"text":["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."],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1972","type":"scatter","name":"Asia","marker":{"color":"rgba(141,160,203,1)","size":[10.888616636041981,10.011656864023429,14.825439227010044,10.504430384669019,68.832049804436721,10.276812998461953,48.695363057442606,18.273766123243625,12.085401841724924,10.682632179156791,10.207208096921798,17.311826775730989,10.106033787509491,11.0047683186132,12.282721305459322,10.053368601536352,10.178823374687088,10.776818335468471,10.086032173477381,11.938820986134942,10.843100953294776,10.052489229702815,14.7276071311917,12.784049317625893,10.437689174841042,10.142811855898913,10.884335329227154,10.453279255307441,11.035127122774435,12.676619892484288,13.043743368105829,10.070270641439588,10.501459262712665],"sizemode":"area","line":{"color":"rgba(141,160,203,1)"}},"textfont":{"color":"rgba(141,160,203,1)","size":[10.888616636041981,10.011656864023429,14.825439227010044,10.504430384669019,68.832049804436721,10.276812998461953,48.695363057442606,18.273766123243625,12.085401841724924,10.682632179156791,10.207208096921798,17.311826775730989,10.106033787509491,11.0047683186132,12.282721305459322,10.053368601536352,10.178823374687088,10.776818335468471,10.086032173477381,11.938820986134942,10.843100953294776,10.052489229702815,14.7276071311917,12.784049317625893,10.437689174841042,10.142811855898913,10.884335329227154,10.453279255307441,11.035127122774435,12.676619892484288,13.043743368105829,10.070270641439588,10.501459262712665]},"error_y":{"color":"rgba(141,160,203,1)","width":[]},"error_x":{"color":"rgba(141,160,203,1)","width":[]},"line":{"color":"rgba(141,160,203,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[3313.422188,16661.625599999999,16672.14356,2860.16975,6597.4943979999998,9164.0901269999995,13108.453600000001,18866.20721,14358.875899999999,16107.191709999999,18016.180270000001,12724.82957,10168.65611,15798.063620000001,9530.7728960000004,12269.27378,7778.4140170000001,18794.74567,18965.055509999998,8006.506993,9022.2474170000005,8011.4144020000003,10522.067489999999,9674.1676260000004,12383.486199999999,10638.75131,17832.02464,27195.11304,3450.6963799999999,15895.116410000001],"y":[67.689999999999998,70.629999999999995,71.439999999999998,67.450000000000003,70.900000000000006,69.609999999999999,70.290000000000006,73.469999999999999,70.870000000000005,72.379999999999995,71,72.340000000000003,69.760000000000005,74.459999999999994,71.280000000000001,72.189999999999998,70.635999999999996,73.75,74.340000000000003,70.849999999999994,69.260000000000005,69.209999999999994,68.700000000000003,70.349999999999994,69.819999999999993,73.060000000000002,74.719999999999999,73.780000000000001,57.005000000000003,72.010000000000005],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1972","type":"scatter","name":"Europe","marker":{"color":"rgba(231,138,195,1)","size":[10.150398451427082,10.510818525522781,10.658579407473365,10.256562329181428,10.581255567810722,10.284294211336366,10.669026077303963,10.336595540491391,10.312574642965545,13.526768993279076,15.368582584764926,10.602579720496854,10.705332107847937,10.010187717895141,10.202328484185456,13.706517674078185,10.031919682340462,10.905708146312334,10.264343445799753,12.250952598786029,10.608164318615732,11.406192073453651,10.563311031370272,10.309419715642246,10.11155948327721,12.351531332397386,10.550275046944138,10.432818912767631,12.55491111775887,13.823464845528623],"sizemode":"area","line":{"color":"rgba(231,138,195,1)"}},"textfont":{"color":"rgba(231,138,195,1)","size":[10.150398451427082,10.510818525522781,10.658579407473365,10.256562329181428,10.581255567810722,10.284294211336366,10.669026077303963,10.336595540491391,10.312574642965545,13.526768993279076,15.368582584764926,10.602579720496854,10.705332107847937,10.010187717895141,10.202328484185456,13.706517674078185,10.031919682340462,10.905708146312334,10.264343445799753,12.250952598786029,10.608164318615732,11.406192073453651,10.563311031370272,10.309419715642246,10.11155948327721,12.351531332397386,10.550275046944138,10.432818912767631,12.55491111775887,13.823464845528623]},"error_y":{"color":"rgba(231,138,195,1)","width":[]},"error_x":{"color":"rgba(231,138,195,1)","width":[]},"line":{"color":"rgba(231,138,195,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[16788.62948,16046.03728],"y":[71.930000000000007,71.890000000000001],"text":["Australia","New Zealand"],"hoverinfo":["text","text"],"mode":"markers","frame":"1972","type":"scatter","name":"Oceania","marker":{"color":"rgba(166,216,84,1)","size":[10.895274035036326,10.195823971942673],"sizemode":"area","line":{"color":"rgba(166,216,84,1)"}},"textfont":{"color":"rgba(166,216,84,1)","size":[10.895274035036326,10.195823971942673]},"error_y":{"color":"rgba(166,216,84,1)","width":[]},"error_x":{"color":"rgba(166,216,84,1)","width":[]},"line":{"color":"rgba(166,216,84,1)"},"xaxis":"x","yaxis":"y","visible":true}],"traces":[0,1,2,3,4]},{"name":"1977","data":[{"x":[4910.4167559999996,3008.6473550000001,1029.161251,3214.857818,743.38703680000003,556.10326510000004,1783.432873,1109.3743380000001,1133.98495,1172.6030470000001,795.75728200000003,3259.1789779999999,2517.736547,3081.7610220000001,2785.4935820000001,958.5668124,505.75380769999998,556.80838340000003,21745.573280000001,884.75525070000003,993.22395710000001,874.68586430000005,764.72596280000005,1267.613204,745.36954079999998,640.32243830000004,21951.211759999998,1544.228586,663.22367659999998,686.3952693,1497.492223,3710.9829629999999,2370.619976,502.31973340000002,3876.4859580000002,808.89707280000005,1981.951806,4319.804067,670.08060109999997,1737.561657,1561.7691159999999,1348.285159,1450.9925129999999,8028.6514390000002,2202.9884229999998,3781.4106179999999,962.49229319999995,1532.776998,3120.8768110000001,843.73313719999999,1588.6882989999999,685.58768210000005],"y":[58.014000000000003,39.482999999999997,49.189999999999998,59.319000000000003,46.137,45.909999999999997,49.354999999999997,46.774999999999999,47.383000000000003,50.939,47.804000000000002,55.625,52.374000000000002,46.518999999999998,53.319000000000003,42.024000000000001,44.534999999999997,44.509999999999998,52.789999999999999,41.841999999999999,51.756,40.762,37.465000000000003,56.155000000000001,52.207999999999998,43.764000000000003,57.442,46.881,43.767000000000003,41.713999999999999,50.851999999999997,64.930000000000007,55.729999999999997,42.494999999999997,56.436999999999998,41.290999999999997,44.514000000000003,67.063999999999993,45,58.549999999999997,48.878999999999998,36.787999999999997,41.973999999999997,55.527000000000001,47.799999999999997,52.536999999999999,49.918999999999997,52.887,59.837000000000003,50.350000000000001,51.386000000000003,57.673999999999999],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1977","type":"scatter","name":"Africa","marker":{"color":"rgba(102,194,165,1)","size":[11.166634641467695,10.416525211978978,10.212147840563553,10.049241887798438,10.397885245577966,10.257614449393627,10.539188846371516,10.143844728761138,10.295416039982342,10.016703423632235,11.80330326159882,10.100793184581628,10.50504247769938,10.011513123175757,12.643019616177886,10.009054717861245,10.167399458200748,12.358673191285742,10.044115745175203,10.037420602264065,10.715160678382937,10.284411333508544,10.046768125555758,10.985600346895186,10.081324353577505,10.112181063476529,10.181673961820561,10.542417282190991,10.380663099038646,10.438978679036246,10.095327414960281,10.058220776561029,11.251550741658676,10.755414599767908,10.062589037715808,10.383723564190445,14.241867629672205,10.029491035340095,10.313763269205923,10.001828156982402,10.35497327881227,10.210279755567907,10.293054895212912,11.847603699430152,11.163370918839934,10.033540486666059,11.165048509673255,10.153471748145529,10.405767581416185,10.777930586586082,10.351949329023009,10.449247891030211],"sizemode":"area","line":{"color":"rgba(102,194,165,1)"}},"textfont":{"color":"rgba(102,194,165,1)","size":[11.166634641467695,10.416525211978978,10.212147840563553,10.049241887798438,10.397885245577966,10.257614449393627,10.539188846371516,10.143844728761138,10.295416039982342,10.016703423632235,11.80330326159882,10.100793184581628,10.50504247769938,10.011513123175757,12.643019616177886,10.009054717861245,10.167399458200748,12.358673191285742,10.044115745175203,10.037420602264065,10.715160678382937,10.284411333508544,10.046768125555758,10.985600346895186,10.081324353577505,10.112181063476529,10.181673961820561,10.542417282190991,10.380663099038646,10.438978679036246,10.095327414960281,10.058220776561029,11.251550741658676,10.755414599767908,10.062589037715808,10.383723564190445,14.241867629672205,10.029491035340095,10.313763269205923,10.001828156982402,10.35497327881227,10.210279755567907,10.293054895212912,11.847603699430152,11.163370918839934,10.033540486666059,11.165048509673255,10.153471748145529,10.405767581416185,10.777930586586082,10.351949329023009,10.449247891030211]},"error_y":{"color":"rgba(102,194,165,1)","width":[]},"error_x":{"color":"rgba(102,194,165,1)","width":[]},"line":{"color":"rgba(102,194,165,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[10079.026739999999,3548.0978319999999,6660.1186539999999,22090.88306,4756.7638360000001,3815.8078700000001,5926.8769670000001,6380.4949660000002,2681.9888999999998,6679.6232600000003,5138.9223739999998,4879.9927479999997,1874.298931,3203.2080660000001,6650.195573,7674.9291080000003,5486.3710890000002,5351.9121439999999,3248.3733109999998,6281.2908550000002,9770.5249210000002,7899.5542089999999,24072.632130000002,6504.3396629999997,13143.95095],"y":[68.480999999999995,50.023000000000003,61.488999999999997,74.209999999999994,67.052000000000007,63.837000000000003,70.75,72.649000000000001,61.787999999999997,61.310000000000002,56.695999999999998,56.029000000000003,49.923000000000002,57.402000000000001,70.109999999999999,65.031999999999996,57.469999999999999,68.680999999999997,66.352999999999994,58.447000000000003,73.439999999999998,68.299999999999997,73.379999999999995,69.480999999999995,67.456000000000003],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1977","type":"scatter","name":"Americas","marker":{"color":"rgba(252,141,98,1)","size":[11.837631661059536,10.342609996093008,17.798175776666309,11.620080092864445,10.719371889352294,11.708673324189528,10.139812613700753,10.646900497726383,10.357836151488277,10.49270861202919,10.288203470971389,10.385180356523183,10.330927673695323,10.204433065874923,10.143113124703106,14.347714608682132,10.170263081659911,10.121474735140103,10.199604779405178,11.087276520720096,10.206179865264531,10.066819564288153,25.027879638554939,10.192030469419546,10.917562944076623],"sizemode":"area","line":{"color":"rgba(252,141,98,1)"}},"textfont":{"color":"rgba(252,141,98,1)","size":[11.837631661059536,10.342609996093008,17.798175776666309,11.620080092864445,10.719371889352294,11.708673324189528,10.139812613700753,10.646900497726383,10.357836151488277,10.49270861202919,10.288203470971389,10.385180356523183,10.330927673695323,10.204433065874923,10.143113124703106,14.347714608682132,10.170263081659911,10.121474735140103,10.199604779405178,11.087276520720096,10.206179865264531,10.066819564288153,25.027879638554939,10.192030469419546,10.917562944076623]},"error_y":{"color":"rgba(252,141,98,1)","width":[]},"error_x":{"color":"rgba(252,141,98,1)","width":[]},"line":{"color":"rgba(252,141,98,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[786.11335999999994,19340.10196,659.87723219999998,524.97218320000002,741.23746989999995,11186.141250000001,813.33732299999997,1382.7020560000001,11888.595079999999,14688.235070000001,13306.619210000001,16610.37701,2852.351568,4106.3012490000001,4657.22102,59265.477140000003,8659.6968359999992,3827.9215709999999,1647.511665,371,694.11243979999995,11848.343919999999,1175.9211929999999,2373.204287,34167.762600000002,11210.089480000001,1348.7756509999999,3195.484582,5596.5198259999997,1961.224635,713.53711959999998,3682.831494,1829.765177],"y":[38.438000000000002,65.593000000000004,46.923000000000002,31.219999999999999,63.967359999999999,73.599999999999994,54.207999999999998,52.701999999999998,57.701999999999998,60.412999999999997,73.060000000000002,75.379999999999995,61.134,67.159000000000006,64.766000000000005,69.343000000000004,66.099000000000004,65.256,55.491,56.058999999999997,46.747999999999998,57.366999999999997,54.042999999999999,60.060000000000002,58.689999999999998,70.795000000000002,65.948999999999998,61.195,70.590000000000003,62.494,55.764000000000003,60.765000000000001,44.174999999999997],"text":["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."],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1977","type":"scatter","name":"Asia","marker":{"color":"rgba(141,160,203,1)","size":[11.011534308152962,10.016203197291969,15.485378371030112,10.472215030271521,74.389551476720882,10.308755409056106,53.268315001477468,19.327797419836617,12.417567352083784,10.806948901550589,10.23451100888318,17.768043572511854,10.128154657629098,11.110156364356385,12.482770889757326,10.073736870760154,10.208565922384105,10.872640038756792,10.100194673901072,12.147791034615475,10.946886827785212,10.064466473374383,15.330060447106462,13.193623437890896,10.550699034667666,10.154612802035086,10.959420674786685,10.537321307399983,11.141544287464072,13.009157586528982,13.444968165410209,10.081977330163305,10.569501716254269],"sizemode":"area","line":{"color":"rgba(141,160,203,1)"}},"textfont":{"color":"rgba(141,160,203,1)","size":[11.011534308152962,10.016203197291969,15.485378371030112,10.472215030271521,74.389551476720882,10.308755409056106,53.268315001477468,19.327797419836617,12.417567352083784,10.806948901550589,10.23451100888318,17.768043572511854,10.128154657629098,11.110156364356385,12.482770889757326,10.073736870760154,10.208565922384105,10.872640038756792,10.100194673901072,12.147791034615475,10.946886827785212,10.064466473374383,15.330060447106462,13.193623437890896,10.550699034667666,10.154612802035086,10.959420674786685,10.537321307399983,11.141544287464072,13.009157586528982,13.444968165410209,10.081977330163305,10.569501716254269]},"error_y":{"color":"rgba(141,160,203,1)","width":[]},"error_x":{"color":"rgba(141,160,203,1)","width":[]},"line":{"color":"rgba(141,160,203,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[3533.0039099999999,19749.422299999998,19117.974480000001,3528.4813049999998,7612.2404379999998,11305.38517,14800.160620000001,20422.9015,15605.42283,18292.635139999999,20512.92123,14195.52428,11674.837369999999,19654.962469999999,11150.98113,14255.98475,9595.9299050000009,21209.0592,23311.349389999999,9508.1414540000005,10172.485720000001,9356.3972400000002,12980.66956,10922.66404,15277.03017,13236.92117,18855.725210000001,26982.290519999999,4269.1223259999997,17428.748459999999],"y":[68.930000000000007,72.170000000000002,72.799999999999997,69.859999999999999,70.810000000000002,70.640000000000001,70.709999999999994,74.689999999999998,72.519999999999996,73.829999999999998,72.5,73.680000000000007,69.950000000000003,76.109999999999999,72.030000000000001,73.480000000000004,73.066000000000003,75.239999999999995,75.370000000000005,70.670000000000002,70.409999999999997,69.459999999999994,70.299999999999997,70.450000000000003,70.969999999999999,74.390000000000001,75.439999999999998,75.390000000000001,59.506999999999998,72.760000000000005],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1977","type":"scatter","name":"Europe","marker":{"color":"rgba(231,138,195,1)","size":[10.16715415686811,10.512472227801169,10.666271522161315,10.274785883943478,10.59632733488812,10.290666517490857,10.689485396048561,10.343204002074634,10.319348413348914,13.624576859277418,15.330612409231406,10.631235816715586,10.721923050512952,10.011044156715943,10.21922110517275,13.822116507235272,10.034130738731911,10.941412321778062,10.271864996205492,12.358909005449423,10.655405642318176,11.474168594583645,10.588774797613983,10.325416174554535,10.115136555492656,12.482975648799595,10.55910391558176,10.427019044642313,12.890107130196345,13.830290146937628],"sizemode":"area","line":{"color":"rgba(231,138,195,1)"}},"textfont":{"color":"rgba(231,138,195,1)","size":[10.16715415686811,10.512472227801169,10.666271522161315,10.274785883943478,10.59632733488812,10.290666517490857,10.689485396048561,10.343204002074634,10.319348413348914,13.624576859277418,15.330612409231406,10.631235816715586,10.721923050512952,10.011044156715943,10.21922110517275,13.822116507235272,10.034130738731911,10.941412321778062,10.271864996205492,12.358909005449423,10.655405642318176,11.474168594583645,10.588774797613983,10.325416174554535,10.115136555492656,12.482975648799595,10.55910391558176,10.427019044642313,12.890107130196345,13.830290146937628]},"error_y":{"color":"rgba(231,138,195,1)","width":[]},"error_x":{"color":"rgba(231,138,195,1)","width":[]},"line":{"color":"rgba(231,138,195,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[18334.197510000002,16233.717699999999],"y":[73.489999999999995,72.219999999999999],"text":["Australia","New Zealand"],"hoverinfo":["text","text"],"mode":"markers","frame":"1977","type":"scatter","name":"Oceania","marker":{"color":"rgba(166,216,84,1)","size":[10.956503813976532,10.211918032665112],"sizemode":"area","line":{"color":"rgba(166,216,84,1)"}},"textfont":{"color":"rgba(166,216,84,1)","size":[10.956503813976532,10.211918032665112]},"error_y":{"color":"rgba(166,216,84,1)","width":[]},"error_x":{"color":"rgba(166,216,84,1)","width":[]},"line":{"color":"rgba(166,216,84,1)"},"xaxis":"x","yaxis":"y","visible":true}],"traces":[0,1,2,3,4]},{"name":"1982","data":[{"x":[5745.1602130000001,2756.9536720000001,1277.897616,4551.1421499999997,807.19858550000004,559.60323100000005,2367.9832820000001,956.75299070000005,797.90810060000001,1267.100083,673.74781810000002,4879.5075219999999,2602.710169,2879.4680669999998,3503.729636,927.82534269999996,524.87584930000003,577.86074710000003,15113.361940000001,835.80961079999997,876.03256899999997,857.2503577,838.12396709999996,1348.2257910000001,797.26310739999997,572.19956939999997,17364.275379999999,1302.8786580000001,632.80392089999998,618.01406410000004,1481.150189,3688.0377389999999,2702.6203559999999,462.21141490000002,4191.1005109999996,909.72213539999996,1576.9737500000001,5267.2193530000004,881.5706467,1890.2181169999999,1518.4799840000001,1465.0107840000001,1176.8070310000001,8568.2662280000004,1895.544073,3895.3840180000002,874.24260690000006,1344.577953,3560.233174,682.26622680000003,1408.6785649999999,788.85504109999999],"y":[61.368000000000002,39.942,50.904000000000003,61.484000000000002,48.122,47.470999999999997,52.960999999999999,48.295000000000002,49.517000000000003,52.933,47.783999999999999,56.695,53.982999999999997,48.811999999999998,56.006,43.661999999999999,43.890000000000001,44.915999999999997,56.564,45.579999999999998,53.744,42.890999999999998,39.326999999999998,58.765999999999998,55.078000000000003,44.851999999999997,62.155000000000001,48.969000000000001,45.642000000000003,43.915999999999997,53.598999999999997,66.710999999999999,59.649999999999999,42.795000000000002,58.968000000000004,42.597999999999999,45.826000000000001,69.885000000000005,46.218000000000004,60.350999999999999,52.378999999999998,38.445,42.954999999999998,58.161000000000001,50.338000000000001,55.561,50.607999999999997,55.470999999999997,64.048000000000002,49.848999999999997,51.820999999999998,60.363],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1982","type":"scatter","name":"Africa","marker":{"color":"rgba(102,194,165,1)","size":[11.363268094157474,10.474793424384801,10.244454449240891,10.062133175834701,10.44873524264138,10.30853085663975,10.62730116695932,10.164964804935142,10.328645565916208,10.019700003962846,12.087619723417781,10.117035081332586,10.611952429150746,10.016788876405876,13.113825358214473,10.015389143592916,10.175907537672147,12.59714628763685,10.04735824111558,10.044740669772212,10.77401149851703,10.317409686483686,10.052280170720657,11.201351400578581,10.092264151434904,10.129466685318951,10.224147198211686,10.621885017279217,10.439741474721718,10.473556133745376,10.106619739635455,10.063613788469356,11.374528271663014,10.855019977145327,10.070914813386571,10.435261551635888,14.981061627629551,10.031246161597421,10.371811979918432,10.002633337789623,10.415508788093149,10.232368137252807,10.393743516176952,12.121304906473711,11.386016823753696,10.040261770481592,11.350342952626225,10.176417251181372,10.455526554049371,10.879057118888525,10.412275233297619,10.517119848542618],"sizemode":"area","line":{"color":"rgba(102,194,165,1)"}},"textfont":{"color":"rgba(102,194,165,1)","size":[11.363268094157474,10.474793424384801,10.244454449240891,10.062133175834701,10.44873524264138,10.30853085663975,10.62730116695932,10.164964804935142,10.328645565916208,10.019700003962846,12.087619723417781,10.117035081332586,10.611952429150746,10.016788876405876,13.113825358214473,10.015389143592916,10.175907537672147,12.59714628763685,10.04735824111558,10.044740669772212,10.77401149851703,10.317409686483686,10.052280170720657,11.201351400578581,10.092264151434904,10.129466685318951,10.224147198211686,10.621885017279217,10.439741474721718,10.473556133745376,10.106619739635455,10.063613788469356,11.374528271663014,10.855019977145327,10.070914813386571,10.435261551635888,14.981061627629551,10.031246161597421,10.371811979918432,10.002633337789623,10.415508788093149,10.232368137252807,10.393743516176952,12.121304906473711,11.386016823753696,10.040261770481592,11.350342952626225,10.176417251181372,10.455526554049371,10.879057118888525,10.412275233297619,10.517119848542618]},"error_y":{"color":"rgba(102,194,165,1)","width":[]},"error_x":{"color":"rgba(102,194,165,1)","width":[]},"line":{"color":"rgba(102,194,165,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[8997.8974120000003,3156.510452,7030.8358779999999,22898.792140000001,5095.6657379999997,4397.5756590000001,5262.734751,7316.9181070000004,2861.0923859999998,7213.7912669999996,4098.3441750000002,4820.4947899999997,2011.159549,3121.7607939999998,6068.0513499999997,9611.1475410000003,3470.3381559999998,7009.6015980000002,4258.5036040000005,6434.5017969999999,10330.989149999999,9119.5286070000002,25009.559140000001,6920.2230509999999,11152.410110000001],"y":[69.941999999999993,53.859000000000002,63.335999999999999,75.760000000000005,70.564999999999998,66.653000000000006,73.450000000000003,73.716999999999999,63.726999999999997,64.341999999999999,56.603999999999999,58.137,51.460999999999999,60.908999999999999,71.209999999999994,67.405000000000001,59.298000000000002,70.471999999999994,66.873999999999995,61.405999999999999,73.75,68.831999999999994,74.650000000000006,70.805000000000007,68.557000000000002],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1982","type":"scatter","name":"Americas","marker":{"color":"rgba(252,141,98,1)","size":[11.99854128141553,10.381002862542786,18.798013361035615,11.716009704168041,10.779934085561683,11.89092470650929,10.161374423381949,10.664048111974317,10.403261876762912,10.566898546296875,10.301327638291726,10.432425092876331,10.350710468564261,10.24635495441823,10.152770584931782,14.885611698508979,10.199258668370726,10.134888022228125,10.225673676871811,11.232998753392824,10.219705769825802,10.07210712528971,25.843423642169896,10.197523267234473,11.062068430267168],"sizemode":"area","line":{"color":"rgba(252,141,98,1)"}},"textfont":{"color":"rgba(252,141,98,1)","size":[11.99854128141553,10.381002862542786,18.798013361035615,11.716009704168041,10.779934085561683,11.89092470650929,10.161374423381949,10.664048111974317,10.403261876762912,10.566898546296875,10.301327638291726,10.432425092876331,10.350710468564261,10.24635495441823,10.152770584931782,14.885611698508979,10.199258668370726,10.134888022228125,10.225673676871811,11.232998753392824,10.219705769825802,10.07210712528971,25.843423642169896,10.197523267234473,11.062068430267168]},"error_y":{"color":"rgba(252,141,98,1)","width":[]},"error_x":{"color":"rgba(252,141,98,1)","width":[]},"line":{"color":"rgba(252,141,98,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[978.01143879999995,19211.14731,676.98186559999999,624.47547840000004,962.42138050000005,14560.530510000001,855.72353769999995,1516.8729880000001,7608.3346019999999,14517.90711,15367.029200000001,19384.10571,4161.4159589999999,4106.5252929999997,5622.9424639999997,31354.03573,7640.5195210000002,4920.3559509999995,2000.6031390000001,424,718.37309470000002,12954.791010000001,1443.429832,2603.2737649999999,33693.17525,15169.161120000001,1648.0797889999999,3761.8377150000001,7426.3547740000004,2393.2197809999998,707.23578629999997,4336.0320819999997,1977.55701],"y":[39.853999999999999,69.052000000000007,50.009,50.957000000000001,65.525000000000006,75.450000000000003,56.595999999999997,56.158999999999999,59.619999999999997,62.037999999999997,74.450000000000003,77.109999999999999,63.738999999999997,69.099999999999994,67.123000000000005,71.308999999999997,66.983000000000004,68,57.488999999999997,58.055999999999997,49.594000000000001,62.728000000000002,56.158000000000001,62.082000000000001,63.012,71.760000000000005,68.757000000000005,64.590000000000003,72.159999999999997,64.596999999999994,58.816000000000003,64.406000000000006,49.113],"text":["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."],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1982","type":"scatter","name":"Asia","marker":{"color":"rgba(141,160,203,1)","size":[10.875126837325164,10.021701455348023,16.348512812514578,10.492273089546282,78.268097255403362,10.355222061048629,58.319038044142836,20.462026007985443,12.935749149272629,10.96327574152852,10.259252931249872,18.080813077832623,10.156096008284278,11.20040036308025,12.680022100477636,10.09811254745324,10.206592659493747,10.981608364607085,10.11575854521006,12.362948764847387,11.074050110384652,10.084704515847301,16.2384672493429,13.644490017403268,10.764069354966587,10.176902120593468,11.047693321704587,10.638198647947984,11.258679700727368,13.32850490782967,13.827777139211847,10.093224403090137,10.65506560580198],"sizemode":"area","line":{"color":"rgba(141,160,203,1)"}},"textfont":{"color":"rgba(141,160,203,1)","size":[10.875126837325164,10.021701455348023,16.348512812514578,10.492273089546282,78.268097255403362,10.355222061048629,58.319038044142836,20.462026007985443,12.935749149272629,10.96327574152852,10.259252931249872,18.080813077832623,10.156096008284278,11.20040036308025,12.680022100477636,10.09811254745324,10.206592659493747,10.981608364607085,10.11575854521006,12.362948764847387,11.074050110384652,10.084704515847301,16.2384672493429,13.644490017403268,10.764069354966587,10.176902120593468,11.047693321704587,10.638198647947984,11.258679700727368,13.32850490782967,13.827777139211847,10.093224403090137,10.65506560580198]},"error_y":{"color":"rgba(141,160,203,1)","width":[]},"error_x":{"color":"rgba(141,160,203,1)","width":[]},"line":{"color":"rgba(141,160,203,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[3630.8807219999999,21597.083620000001,20979.845890000001,4126.6131569999998,8224.1916469999996,13221.821840000001,15377.22855,21688.04048,18533.157609999998,20293.89746,22031.532739999999,15268.420889999999,12545.990659999999,23269.607499999998,12618.32141,16537.483499999998,11222.58762,21399.460459999998,26298.635310000001,8451.5310040000004,11753.842909999999,9605.3140530000001,15181.092699999999,11348.54585,17866.721750000001,13926.169970000001,20667.381249999999,28397.715120000001,4241.3563439999998,18232.42452],"y":[70.420000000000002,73.180000000000007,73.930000000000007,70.689999999999998,71.079999999999998,70.459999999999994,70.959999999999994,74.629999999999995,74.549999999999997,74.890000000000001,73.799999999999997,75.239999999999995,69.390000000000001,76.989999999999995,73.099999999999994,74.980000000000004,74.100999999999999,76.049999999999997,75.969999999999999,71.319999999999993,72.769999999999996,69.659999999999997,70.162000000000006,70.799999999999997,71.063000000000002,76.299999999999997,76.420000000000002,76.209999999999994,61.036000000000001,74.040000000000006],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1982","type":"scatter","name":"Europe","marker":{"color":"rgba(231,138,195,1)","size":[10.18565406808421,10.512894236187288,10.668626455906466,10.280702942493988,10.602816558455746,10.297129736660116,10.699162922663378,10.345210026411754,10.325356794432277,13.711158947289324,15.342522082419025,10.663860825703654,10.726589099568207,10.011875068909475,10.233424557404893,13.854631628870656,10.034299664941782,10.97263206945903,10.276750683460088,12.468532014210869,10.668854898744625,11.521818003057334,10.612421532116587,10.340448218377732,10.122940127352617,12.588379460989035,10.564128156454959,10.437373163385805,13.226236707360542,13.84125867931396],"sizemode":"area","line":{"color":"rgba(231,138,195,1)"}},"textfont":{"color":"rgba(231,138,195,1)","size":[10.18565406808421,10.512894236187288,10.668626455906466,10.280702942493988,10.602816558455746,10.297129736660116,10.699162922663378,10.345210026411754,10.325356794432277,13.711158947289324,15.342522082419025,10.663860825703654,10.726589099568207,10.011875068909475,10.233424557404893,13.854631628870656,10.034299664941782,10.97263206945903,10.276750683460088,12.468532014210869,10.668854898744625,11.521818003057334,10.612421532116587,10.340448218377732,10.122940127352617,12.588379460989035,10.564128156454959,10.437373163385805,13.226236707360542,13.84125867931396]},"error_y":{"color":"rgba(231,138,195,1)","width":[]},"error_x":{"color":"rgba(231,138,195,1)","width":[]},"line":{"color":"rgba(231,138,195,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[19477.009279999998,17632.410400000001],"y":[74.739999999999995,73.840000000000003],"text":["Australia","New Zealand"],"hoverinfo":["text","text"],"mode":"markers","frame":"1982","type":"scatter","name":"Oceania","marker":{"color":"rgba(166,216,84,1)","size":[11.032271484917921,10.215040608059732],"sizemode":"area","line":{"color":"rgba(166,216,84,1)"}},"textfont":{"color":"rgba(166,216,84,1)","size":[11.032271484917921,10.215040608059732]},"error_y":{"color":"rgba(166,216,84,1)","width":[]},"error_x":{"color":"rgba(166,216,84,1)","width":[]},"line":{"color":"rgba(166,216,84,1)"},"xaxis":"x","yaxis":"y","visible":true}],"traces":[0,1,2,3,4]},{"name":"1987","data":[{"x":[5681.3585389999998,2430.2083109999999,1225.85601,6205.8838500000002,912.06314169999996,621.8188189,2602.6642059999999,844.87635039999998,952.38612899999998,1315.980812,672.774812,4201.1949370000002,2156.9560689999998,2880.1025679999998,3885.4607099999998,966.89681489999998,521.13413330000003,573.74131420000003,11864.408439999999,611.65886109999997,847.00611349999997,805.57247180000002,736.41539209999996,1361.936856,773.99321410000005,506.11385730000001,11770.5898,1155.4419479999999,635.51736340000002,684.17155760000003,1421.603576,4783.5869030000003,2755.0469910000002,389.87618459999999,3693.7313370000002,668.30002279999997,1385.0295630000001,5303.3774880000001,847.99121700000001,1516.525457,1441.72072,1294.4477879999999,1093.2449630000001,7825.8233980000005,1507.8191589999999,3984.8398120000002,831.82207940000001,1202.2013609999999,3810.419296,617.72440649999999,1213.315116,706.15730589999998],"y":[65.799000000000007,39.905999999999999,52.337000000000003,63.622,49.557000000000002,48.210999999999999,54.984999999999999,50.484999999999999,51.051000000000002,54.926000000000002,47.411999999999999,57.469999999999999,54.655000000000001,50.039999999999999,59.796999999999997,45.664000000000001,46.453000000000003,46.683999999999997,60.189999999999998,49.265000000000001,55.728999999999999,45.552,41.244999999999997,59.338999999999999,57.18,46.027000000000001,66.233999999999995,49.350000000000001,47.457000000000001,46.363999999999997,56.145000000000003,68.739999999999995,62.677,42.860999999999997,60.835000000000001,44.555,46.886000000000003,71.912999999999997,44.020000000000003,61.728000000000002,55.768999999999998,40.006,44.500999999999998,60.834000000000003,51.744,57.677999999999997,51.534999999999997,56.941000000000003,66.894000000000005,51.509,50.820999999999998,62.350999999999999],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1987","type":"scatter","name":"Africa","marker":{"color":"rgba(102,194,165,1)","size":[11.583124907903459,10.533343999509913,10.285555390530721,10.074475846143708,10.513709040669495,10.345770588416476,10.731717085022822,10.189743242664374,10.371224321467116,10.022871789780625,12.417633284495395,10.136784773489689,10.730381441790092,10.017132462078806,13.599599191000056,10.019194999911594,10.194927059084515,12.930751595327941,10.055993817217299,10.053810335043543,10.962919665554013,10.381551480270042,10.059210377012322,11.442737057799956,10.105054288504284,10.150798414089648,10.255254942696533,10.717245739710373,10.529966635613693,10.516948123959168,10.121574248034646,10.067068960801638,11.564863199706533,10.875818649875981,10.083143978933146,10.496378713102843,15.562041111998278,10.034264651145554,10.429267367179454,10.00346732136879,10.485370116207241,10.259968495849593,10.468341739974923,12.448465491562359,11.683525364642012,10.049096918396511,11.56849651240559,10.211192093607249,10.523156964144913,11.039018295360725,10.492267697558169,10.624952375985439],"sizemode":"area","line":{"color":"rgba(102,194,165,1)"}},"textfont":{"color":"rgba(102,194,165,1)","size":[11.583124907903459,10.533343999509913,10.285555390530721,10.074475846143708,10.513709040669495,10.345770588416476,10.731717085022822,10.189743242664374,10.371224321467116,10.022871789780625,12.417633284495395,10.136784773489689,10.730381441790092,10.017132462078806,13.599599191000056,10.019194999911594,10.194927059084515,12.930751595327941,10.055993817217299,10.053810335043543,10.962919665554013,10.381551480270042,10.059210377012322,11.442737057799956,10.105054288504284,10.150798414089648,10.255254942696533,10.717245739710373,10.529966635613693,10.516948123959168,10.121574248034646,10.067068960801638,11.564863199706533,10.875818649875981,10.083143978933146,10.496378713102843,15.562041111998278,10.034264651145554,10.429267367179454,10.00346732136879,10.485370116207241,10.259968495849593,10.468341739974923,12.448465491562359,11.683525364642012,10.049096918396511,11.56849651240559,10.211192093607249,10.523156964144913,11.039018295360725,10.492267697558169,10.624952375985439]},"error_y":{"color":"rgba(102,194,165,1)","width":[]},"error_x":{"color":"rgba(102,194,165,1)","width":[]},"line":{"color":"rgba(102,194,165,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[9139.6713889999992,2753.6914900000002,7807.0958179999998,26626.515029999999,5547.0637539999998,4903.2191000000003,5629.9153180000003,7532.924763,2899.8421750000002,6481.7769930000004,4140.4420970000001,4246.4859740000002,1823.015995,3023.0966990000002,6351.2374950000003,8688.1560030000001,2955.984375,7034.7791610000004,3998.8756950000002,6360.9434440000005,12281.341909999999,7388.5978230000001,29884.350409999999,7452.3989689999999,9883.584648],"y":[70.774000000000001,57.250999999999998,65.204999999999998,76.859999999999999,72.492000000000004,67.768000000000001,74.751999999999995,74.174000000000007,66.046000000000006,67.230999999999995,63.154000000000003,60.781999999999996,53.636000000000003,64.492000000000004,71.769999999999996,69.498000000000005,62.008000000000003,71.522999999999996,67.378,64.134,74.629999999999995,69.581999999999994,75.019999999999996,71.918000000000006,70.189999999999998],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1987","type":"scatter","name":"Americas","marker":{"color":"rgba(252,141,98,1)","size":[12.154127030166471,10.416094808472128,19.751858583607309,11.808001116558641,10.846565544543003,12.109307118644901,10.186999608003982,10.694803943918515,10.450148148286059,10.64738987183741,10.326398403680306,10.495953360319033,10.388782272835758,10.294320101335098,10.154701940471488,15.464505643779169,10.224166240802617,10.149721722792378,10.261170226668677,11.374336753705476,10.230999391308245,10.077216341165451,26.567977027339847,10.203744938986867,11.218327972773205],"sizemode":"area","line":{"color":"rgba(252,141,98,1)"}},"textfont":{"color":"rgba(252,141,98,1)","size":[12.154127030166471,10.416094808472128,19.751858583607309,11.808001116558641,10.846565544543003,12.109307118644901,10.186999608003982,10.694803943918515,10.450148148286059,10.64738987183741,10.326398403680306,10.495953360319033,10.388782272835758,10.294320101335098,10.154701940471488,15.464505643779169,10.224166240802617,10.149721722792378,10.261170226668677,11.374336753705476,10.230999391308245,10.077216341165451,26.567977027339847,10.203744938986867,11.218327972773205]},"error_y":{"color":"rgba(252,141,98,1)","width":[]},"error_x":{"color":"rgba(252,141,98,1)","width":[]},"line":{"color":"rgba(252,141,98,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[852.39594480000005,18524.02406,751.97940349999999,683.89557319999994,1378.904018,20038.472689999999,976.51267559999997,1748.356961,6642.8813710000004,11643.572679999999,17122.479859999999,22375.941889999998,4448.6799119999996,4106.4923150000004,8533.0888049999994,28118.429980000001,5377.0913289999999,5249.8026529999997,2338.008304,385,775.63245010000003,18115.223129999998,1704.6865829999999,2189.6349949999999,21198.26136,18861.53081,1876.7668269999999,3116.774285,11054.561750000001,2982.653773,820.79944490000003,5107.1973840000001,1971.741538],"y":[40.822000000000003,70.75,52.819000000000003,53.914000000000001,67.274000000000001,76.200000000000003,58.552999999999997,60.137,63.039999999999999,65.043999999999997,75.599999999999994,78.670000000000002,65.869,70.647000000000006,69.810000000000002,74.174000000000007,67.926000000000002,69.5,60.222000000000001,58.338999999999999,52.536999999999999,67.733999999999995,58.244999999999997,64.150999999999996,66.295000000000002,73.560000000000002,69.010999999999996,66.974000000000004,73.400000000000006,66.084000000000003,62.82,67.046000000000006,52.921999999999997],"text":["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."],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1987","type":"scatter","name":"Asia","marker":{"color":"rgba(141,160,203,1)","size":[10.942433932892962,10.026932707612957,17.078126271390129,10.567304037453583,83.984560197503285,10.377063708087592,63.779279171348648,21.54950128148257,13.537532220589025,11.125026580283174,10.282781588038102,18.329004993872076,10.188380434732037,11.297322100196661,12.836731020828442,10.12500375723363,10.206761722209649,11.110597620092477,10.13344296941381,12.591469138430865,11.218805607365807,10.104691318975354,17.175225739355231,14.092298998390429,10.993745729849708,10.186640665402882,11.121758284703471,10.763262263074971,11.344433401907263,13.607194386408,14.284001443824259,10.111334248330712,10.761657839472756],"sizemode":"area","line":{"color":"rgba(141,160,203,1)"}},"textfont":{"color":"rgba(141,160,203,1)","size":[10.942433932892962,10.026932707612957,17.078126271390129,10.567304037453583,83.984560197503285,10.377063708087592,63.779279171348648,21.54950128148257,13.537532220589025,11.125026580283174,10.282781588038102,18.329004993872076,10.188380434732037,11.297322100196661,12.836731020828442,10.12500375723363,10.206761722209649,11.110597620092477,10.13344296941381,12.591469138430865,11.218805607365807,10.104691318975354,17.175225739355231,14.092298998390429,10.993745729849708,10.186640665402882,11.121758284703471,10.763262263074971,11.344433401907263,13.607194386408,14.284001443824259,10.111334248330712,10.761657839472756]},"error_y":{"color":"rgba(141,160,203,1)","width":[]},"error_x":{"color":"rgba(141,160,203,1)","width":[]},"line":{"color":"rgba(141,160,203,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[3738.9327349999999,23687.826069999999,22525.56308,4314.1147570000003,8239.854824,13822.58394,16310.4434,25116.175810000001,21141.01223,22066.442139999999,24639.185659999999,16120.528389999999,12986.47998,26923.206279999999,13872.86652,19207.234820000001,11732.51017,23651.323609999999,31540.9748,9082.3511720000006,13039.30876,9696.2732950000009,15870.87851,12037.26758,18678.534919999998,15764.983130000001,23586.929270000001,30281.704590000001,5089.043686,21664.787670000002],"y":[72,74.939999999999998,75.349999999999994,71.140000000000001,71.340000000000003,71.519999999999996,71.579999999999998,74.799999999999997,74.829999999999998,76.340000000000003,74.846999999999994,76.670000000000002,69.579999999999998,77.230000000000004,74.359999999999999,76.420000000000002,74.864999999999995,76.829999999999998,75.890000000000001,70.980000000000004,74.060000000000002,69.530000000000001,71.218000000000004,71.079999999999998,72.25,76.900000000000006,77.189999999999998,77.409999999999997,63.107999999999997,75.007000000000005],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1987","type":"scatter","name":"Europe","marker":{"color":"rgba(231,138,195,1)","size":[10.205803995915938,10.513187041617734,10.669574968043275,10.292052326688941,10.608267244160981,10.301971741985694,10.699701643703591,10.345838909683581,10.33250943729686,13.792826067503588,15.300412156821903,10.67669307488273,10.720255561125718,10.012603942846944,10.237512912948889,13.867877286556075,10.034772317064357,10.996853494340272,10.281621218545556,12.571821279770784,10.672652428195583,11.544317267887056,10.625932830532843,10.350773193084208,10.12871556089889,12.649629169809355,10.570690205988621,10.449782653395607,13.605214093457191,13.885071381106604],"sizemode":"area","line":{"color":"rgba(231,138,195,1)"}},"textfont":{"color":"rgba(231,138,195,1)","size":[10.205803995915938,10.513187041617734,10.669574968043275,10.292052326688941,10.608267244160981,10.301971741985694,10.699701643703591,10.345838909683581,10.33250943729686,13.792826067503588,15.300412156821903,10.67669307488273,10.720255561125718,10.012603942846944,10.237512912948889,13.867877286556075,10.034772317064357,10.996853494340272,10.281621218545556,12.571821279770784,10.672652428195583,11.544317267887056,10.625932830532843,10.350773193084208,10.12871556089889,12.649629169809355,10.570690205988621,10.449782653395607,13.605214093457191,13.885071381106604]},"error_y":{"color":"rgba(231,138,195,1)","width":[]},"error_x":{"color":"rgba(231,138,195,1)","width":[]},"line":{"color":"rgba(231,138,195,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[21888.889029999998,19007.191289999999],"y":[76.319999999999993,74.319999999999993],"text":["Australia","New Zealand"],"hoverinfo":["text","text"],"mode":"markers","frame":"1987","type":"scatter","name":"Oceania","marker":{"color":"rgba(166,216,84,1)","size":[11.105510313434259,10.22231064610855],"sizemode":"area","line":{"color":"rgba(166,216,84,1)"}},"textfont":{"color":"rgba(166,216,84,1)","size":[11.105510313434259,10.22231064610855]},"error_y":{"color":"rgba(166,216,84,1)","width":[]},"error_x":{"color":"rgba(166,216,84,1)","width":[]},"line":{"color":"rgba(166,216,84,1)"},"xaxis":"x","yaxis":"y","visible":true}],"traces":[0,1,2,3,4]},{"name":"1992","data":[{"x":[5023.2166470000002,2627.8456849999998,1191.2076810000001,7954.111645,931.75277310000001,631.69987779999997,1793.163278,747.90552520000006,1058.0643,1246.9073699999999,457.71918069999998,4016.2395289999999,1648.073791,2377.1561919999999,3794.7551950000002,1132.055034,582.85851019999996,421.35346529999998,13522.157520000001,665.62441260000003,925.06015400000001,794.34843839999996,745.53987059999997,1341.9217209999999,977.48627250000004,636.62291909999999,9640.1385009999995,1040.6761899999999,563.20001449999995,739.01437499999997,1361.369784,6058.2538459999996,2948.0472519999998,410.89682390000002,3804.5379990000001,581.182725,1619.848217,6101.2558230000004,737.06859489999999,1428.777814,1367.899369,1068.6962779999999,926.96029639999995,7225.0692580000004,1492.1970429999999,3553.0223999999998,825.68245400000001,1034.298904,4332.7201640000003,644.17079690000003,1210.8846329999999,693.42078560000004],"y":[67.744,40.646999999999998,53.918999999999997,62.744999999999997,50.259999999999998,44.735999999999997,54.314,49.396000000000001,51.723999999999997,57.939,45.548000000000002,56.433,52.043999999999997,51.603999999999999,63.673999999999999,47.545000000000002,49.991,48.091000000000001,61.366,52.643999999999998,57.500999999999998,48.576000000000001,43.265999999999998,59.284999999999997,59.685000000000002,40.802,68.754999999999995,52.213999999999999,49.420000000000002,48.387999999999998,58.332999999999998,69.745000000000005,65.393000000000001,44.283999999999999,61.999000000000002,47.390999999999998,47.472000000000001,73.614999999999995,23.599,62.741999999999997,58.195999999999998,38.332999999999998,39.658000000000001,61.887999999999998,53.555999999999997,58.473999999999997,50.439999999999998,58.061,70.001000000000005,48.825000000000003,46.100000000000001,60.377000000000002],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1992","type":"scatter","name":"Africa","marker":{"color":"rgba(102,194,165,1)","size":[11.790847291286426,10.592161580426145,10.335918129326547,10.087541520630969,10.601875008126374,10.392401934931998,10.846826066297785,10.218758622749275,10.434731157463393,10.026920217311378,12.840153431713961,10.160330561784454,10.867672243126245,10.022123873252227,14.050283125446724,10.022375180850107,10.246286155380027,13.551105219730019,10.063183726227575,10.065889616971175,11.106977002454041,10.473031814091136,10.067633754493233,11.703631269279652,10.118977562113589,10.126470309747383,10.293794416620576,10.829300330351792,10.679406746469937,10.570336109351521,10.140563942879856,10.070723158923007,11.756711638337501,10.894163626750096,10.101986520279977,10.568739193580855,16.368295129612417,10.038370479461157,10.493482396449931,10.004497873628535,10.562944649190637,10.286722244059606,10.412233735465051,12.723578375696341,11.922522029864204,10.061586946962937,11.811807791913488,10.251685856083734,10.577629762943214,11.241671049616123,10.567943704701635,10.726507537216369],"sizemode":"area","line":{"color":"rgba(102,194,165,1)"}},"textfont":{"color":"rgba(102,194,165,1)","size":[11.790847291286426,10.592161580426145,10.335918129326547,10.087541520630969,10.601875008126374,10.392401934931998,10.846826066297785,10.218758622749275,10.434731157463393,10.026920217311378,12.840153431713961,10.160330561784454,10.867672243126245,10.022123873252227,14.050283125446724,10.022375180850107,10.246286155380027,13.551105219730019,10.063183726227575,10.065889616971175,11.106977002454041,10.473031814091136,10.067633754493233,11.703631269279652,10.118977562113589,10.126470309747383,10.293794416620576,10.829300330351792,10.679406746469937,10.570336109351521,10.140563942879856,10.070723158923007,11.756711638337501,10.894163626750096,10.101986520279977,10.568739193580855,16.368295129612417,10.038370479461157,10.493482396449931,10.004497873628535,10.562944649190637,10.286722244059606,10.412233735465051,12.723578375696341,11.922522029864204,10.061586946962937,11.811807791913488,10.251685856083734,10.577629762943214,11.241671049616123,10.567943704701635,10.726507537216369]},"error_y":{"color":"rgba(102,194,165,1)","width":[]},"error_x":{"color":"rgba(102,194,165,1)","width":[]},"line":{"color":"rgba(102,194,165,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[9308.4187099999999,2961.6996939999999,6950.2830210000002,26342.884259999999,7596.1259639999998,5444.6486169999998,6160.4163170000002,5592.8439630000003,3044.2142140000001,7103.7025949999997,4444.2317000000003,4439.4508400000004,1456.3095169999999,3081.6946029999999,7404.9236849999998,9472.3842949999998,2170.1517239999998,6618.74305,4196.4110780000001,4446.3809240000001,14641.58711,7370.9909319999997,32003.932239999998,8137.0047750000003,10733.926310000001],"y":[71.867999999999995,59.957000000000001,67.057000000000002,77.950000000000003,74.126000000000005,68.421000000000006,75.712999999999994,74.414000000000001,68.456999999999994,69.613,66.798000000000002,63.372999999999998,55.088999999999999,66.399000000000001,71.766000000000005,71.454999999999998,65.843000000000004,72.462000000000003,68.224999999999994,66.457999999999998,73.911000000000001,69.861999999999995,76.090000000000003,72.751999999999995,71.150000000000006],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1992","type":"scatter","name":"Americas","marker":{"color":"rgba(252,141,98,1)","size":[12.313704556446469,10.466402876603667,20.641734419506236,11.942719052275654,10.922301819097912,12.330342866703262,10.212485624730284,10.727798884242953,10.497644328743114,10.729514355499091,10.355914760888629,10.575163918050169,10.42771918406085,10.342448304702629,10.15825191624034,16.009747440452252,10.270140515551493,10.16551260362623,10.301946829635551,11.526849820015096,10.240603136414832,10.076693045306422,27.529706769846214,10.210850692030771,11.379089825353695],"sizemode":"area","line":{"color":"rgba(252,141,98,1)"}},"textfont":{"color":"rgba(252,141,98,1)","size":[12.313704556446469,10.466402876603667,20.641734419506236,11.942719052275654,10.922301819097912,12.330342866703262,10.212485624730284,10.727798884242953,10.497644328743114,10.729514355499091,10.355914760888629,10.575163918050169,10.42771918406085,10.342448304702629,10.15825191624034,16.009747440452252,10.270140515551493,10.16551260362623,10.301946829635551,11.526849820015096,10.240603136414832,10.076693045306422,27.529706769846214,10.210850692030771,11.379089825353695]},"error_y":{"color":"rgba(252,141,98,1)","width":[]},"error_x":{"color":"rgba(252,141,98,1)","width":[]},"line":{"color":"rgba(252,141,98,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[649.34139519999997,19035.579170000001,837.8101643,682.30317549999995,1655.7841579999999,24757.603009999999,1164.4068090000001,2383.1408980000001,7235.6531880000002,3745.6406870000001,18051.522540000002,26824.895110000001,3431.5936470000001,3726.0635069999998,12104.27872,34932.919589999998,6890.8068540000004,7277.9128019999998,1785.402016,347,897.74036039999999,18616.706910000001,1971.8294639999999,2279.3240169999999,24841.617770000001,24769.891199999998,2153.7392220000002,3340.5427679999998,15215.6579,4616.8965449999996,989.02314869999998,6017.6547559999999,1879.4966730000001],"y":[41.673999999999999,72.600999999999999,56.018000000000001,55.802999999999997,68.689999999999998,77.600999999999999,60.222999999999999,62.680999999999997,65.742000000000004,59.460999999999999,76.930000000000007,79.359999999999999,68.015000000000001,69.977999999999994,72.244,75.189999999999998,69.292000000000002,70.692999999999998,61.271000000000001,59.32,55.726999999999997,71.197000000000003,60.838000000000001,66.457999999999998,68.768000000000001,75.787999999999997,70.379000000000005,69.248999999999995,74.260000000000005,67.298000000000002,67.662000000000006,69.718000000000004,55.598999999999997],"text":["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."],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1992","type":"scatter","name":"Asia","marker":{"color":"rgba(141,160,203,1)","size":[11.109651360305133,10.032043425055008,17.756584300964214,10.688678577169002,89.508617892883322,10.393798391600281,69.512532354914754,22.610153120442298,14.118247770552266,11.215032922011979,10.332838485077788,18.481751417236865,10.259866389340514,11.409517838071219,12.985758064443411,10.092693326387502,10.21567836422339,11.246265296500553,10.153759775864989,12.763327497789104,11.383229097646201,10.12662278698086,18.190702478108065,14.58153510182176,11.152509884960796,10.216761607810014,11.196273922354393,10.898144893314983,11.407848574105618,13.863604101849923,14.769569562025376,10.139561579114929,10.90831015596849],"sizemode":"area","line":{"color":"rgba(141,160,203,1)"}},"textfont":{"color":"rgba(141,160,203,1)","size":[11.109651360305133,10.032043425055008,17.756584300964214,10.688678577169002,89.508617892883322,10.393798391600281,69.512532354914754,22.610153120442298,14.118247770552266,11.215032922011979,10.332838485077788,18.481751417236865,10.259866389340514,11.409517838071219,12.985758064443411,10.092693326387502,10.21567836422339,11.246265296500553,10.153759775864989,12.763327497789104,11.383229097646201,10.12662278698086,18.190702478108065,14.58153510182176,11.152509884960796,10.216761607810014,11.196273922354393,10.898144893314983,11.407848574105618,13.863604101849923,14.769569562025376,10.139561579114929,10.90831015596849]},"error_y":{"color":"rgba(141,160,203,1)","width":[]},"error_x":{"color":"rgba(141,160,203,1)","width":[]},"line":{"color":"rgba(141,160,203,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[2497.4379009999998,27042.018680000001,25575.57069,2546.7814450000001,6302.6234379999996,8447.7948730000007,14297.021220000001,26406.739850000002,20647.164990000001,24703.796149999998,26505.303169999999,17541.496340000002,10535.628549999999,25144.39201,17558.815549999999,22013.64486,7003.3390369999997,26790.94961,33965.66115,7738.8812470000003,16207.26663,6598.4099029999998,9325.0682379999998,9498.4677229999998,14214.71681,18603.06452,23880.01683,31871.530299999999,5678.3482709999998,22705.092540000001],"y":[71.581000000000003,76.040000000000006,76.459999999999994,72.177999999999997,71.189999999999998,72.527000000000001,72.400000000000006,75.329999999999998,75.700000000000003,77.459999999999994,76.069999999999993,77.030000000000001,69.170000000000002,78.769999999999996,75.466999999999999,77.439999999999998,75.435000000000002,77.420000000000002,77.319999999999993,70.989999999999995,74.859999999999999,69.359999999999999,71.659000000000006,71.379999999999995,73.640000000000001,77.569999999999993,78.159999999999997,78.030000000000001,66.146000000000001,76.420000000000002],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1992","type":"scatter","name":"Europe","marker":{"color":"rgba(231,138,195,1)","size":[10.222947583236039,10.536124559050929,10.681548048280984,10.286389783627973,10.586873200388419,10.30263400098141,10.69998182232643,10.348867227665744,10.339970174267046,13.911864716064787,15.496944390291787,10.700645719394485,10.702232943237149,10.013582418056938,10.238731980033551,13.875463199554101,10.038331575243125,11.03159195790964,10.288460853087521,12.614819791358347,10.673498151293172,11.551869873414207,10.666585281267087,10.357842157753517,10.132356176670454,12.695272417439893,10.59099302057191,10.473364411028797,13.966806003551802,13.945456802009499],"sizemode":"area","line":{"color":"rgba(231,138,195,1)"}},"textfont":{"color":"rgba(231,138,195,1)","size":[10.222947583236039,10.536124559050929,10.681548048280984,10.286389783627973,10.586873200388419,10.30263400098141,10.69998182232643,10.348867227665744,10.339970174267046,13.911864716064787,15.496944390291787,10.700645719394485,10.702232943237149,10.013582418056938,10.238731980033551,13.875463199554101,10.038331575243125,11.03159195790964,10.288460853087521,12.614819791358347,10.673498151293172,11.551869873414207,10.666585281267087,10.357842157753517,10.132356176670454,12.695272417439893,10.59099302057191,10.473364411028797,13.966806003551802,13.945456802009499]},"error_y":{"color":"rgba(231,138,195,1)","width":[]},"error_x":{"color":"rgba(231,138,195,1)","width":[]},"line":{"color":"rgba(231,138,195,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[23424.76683,18363.324939999999],"y":[77.560000000000002,76.329999999999998],"text":["Australia","New Zealand"],"hoverinfo":["text","text"],"mode":"markers","frame":"1992","type":"scatter","name":"Oceania","marker":{"color":"rgba(166,216,84,1)","size":[11.189101690874766,10.230535680330517],"sizemode":"area","line":{"color":"rgba(166,216,84,1)"}},"textfont":{"color":"rgba(166,216,84,1)","size":[11.189101690874766,10.230535680330517]},"error_y":{"color":"rgba(166,216,84,1)","width":[]},"error_x":{"color":"rgba(166,216,84,1)","width":[]},"line":{"color":"rgba(166,216,84,1)"},"xaxis":"x","yaxis":"y","visible":true}],"traces":[0,1,2,3,4]},{"name":"1997","data":[{"x":[4797.2950510000001,2277.1408839999999,1232.9752920000001,8647.1423130000003,946.29496180000001,463.11514779999999,1694.3374690000001,740.50633170000003,1004.961353,1173.6182349999999,312.188423,3484.1643760000002,1786.2654070000001,1895.0169840000001,4173.1817970000002,2814.480755,913.47078999999997,515.88940130000003,14722.84188,653.73017040000002,1005.245812,869.44976680000002,796.66446810000002,1360.485021,1186.1479939999999,609.17395079999994,9467.4460560000007,986.29589559999999,692.27581029999999,790.25798459999999,1483.1361360000001,7425.7052949999998,2982.101858,472.3460771,3899.5242600000001,580.30520920000004,1624.9412749999999,6071.9414109999998,589.94450510000001,1339.0760359999999,1392.3683470000001,574.64815759999999,930.59642840000004,7479.1882439999999,1632.2107639999999,3876.7684599999998,789.18622310000001,982.28692430000001,4876.7986140000003,816.55908099999999,1071.353818,792.44996030000004],"y":[69.152000000000001,40.963000000000001,54.777000000000001,52.555999999999997,50.323999999999998,45.326000000000001,52.198999999999998,46.066000000000003,51.573,60.659999999999997,42.587000000000003,52.962000000000003,47.991,53.156999999999996,67.216999999999999,48.244999999999997,53.378,49.402000000000001,60.460999999999999,55.860999999999997,58.555999999999997,51.454999999999998,44.872999999999998,54.406999999999996,55.558,42.220999999999997,71.555000000000007,54.978000000000002,47.494999999999997,49.902999999999999,60.43,70.736000000000004,67.659999999999997,46.344000000000001,58.908999999999999,51.313000000000002,47.463999999999999,74.772000000000006,36.087000000000003,63.305999999999997,60.186999999999998,39.896999999999998,43.795000000000002,60.235999999999997,55.372999999999998,54.289000000000001,48.466000000000001,58.390000000000001,71.972999999999999,44.578000000000003,40.238,46.808999999999997],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1997","type":"scatter","name":"Africa","marker":{"color":"rgba(102,194,165,1)","size":[11.980156717793243,10.669904220583245,10.409932312082947,10.100777281629345,10.70251680752275,10.41372240195537,10.96481082006842,10.248202222244577,10.512034111703725,10.031940431256745,13.258328933320623,10.187077143427988,10.994170400103377,10.024427548983795,14.509768763831403,10.025933415233665,10.27289657226045,14.081618288974518,10.072769862056525,10.080248890834488,11.253007738750455,10.545261248782095,10.077378237314873,11.924995450841815,10.131237714528561,10.146110182804815,10.320765891945536,10.962715793800925,10.707099860912871,10.636457513558547,10.162765010291018,10.07438261252646,11.94312850210718,11.129131657815622,10.117037197176023,10.655654902325633,17.244909200114606,10.042644414950463,10.488184597496259,10.005842253247067,10.646717989166707,10.308380836514781,10.448661392880135,12.919522268184771,12.190970757955448,10.067875916187225,12.090376735668935,10.290817834423095,10.625993302703327,11.44356783348746,10.638696553685772,10.774326144911987],"sizemode":"area","line":{"color":"rgba(102,194,165,1)"}},"textfont":{"color":"rgba(102,194,165,1)","size":[11.980156717793243,10.669904220583245,10.409932312082947,10.100777281629345,10.70251680752275,10.41372240195537,10.96481082006842,10.248202222244577,10.512034111703725,10.031940431256745,13.258328933320623,10.187077143427988,10.994170400103377,10.024427548983795,14.509768763831403,10.025933415233665,10.27289657226045,14.081618288974518,10.072769862056525,10.080248890834488,11.253007738750455,10.545261248782095,10.077378237314873,11.924995450841815,10.131237714528561,10.146110182804815,10.320765891945536,10.962715793800925,10.707099860912871,10.636457513558547,10.162765010291018,10.07438261252646,11.94312850210718,11.129131657815622,10.117037197176023,10.655654902325633,17.244909200114606,10.042644414950463,10.488184597496259,10.005842253247067,10.646717989166707,10.308380836514781,10.448661392880135,12.919522268184771,12.190970757955448,10.067875916187225,12.090376735668935,10.290817834423095,10.625993302703327,11.44356783348746,10.638696553685772,10.774326144911987]},"error_y":{"color":"rgba(102,194,165,1)","width":[]},"error_x":{"color":"rgba(102,194,165,1)","width":[]},"line":{"color":"rgba(102,194,165,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[10967.281950000001,3326.1431910000001,7957.9808240000002,28954.925889999999,10118.053180000001,6117.3617459999996,6677.045314,5431.9904150000002,3614.1012850000002,7429.4558770000003,5154.8254960000004,4684.3138070000005,1341.7269309999999,3160.4549059999999,7121.924704,9767.2975299999998,2253.0230040000001,7113.6922519999998,4247.4002609999998,5838.3476570000003,16999.433300000001,8792.5731259999993,35767.43303,9230.2407079999994,10165.49518],"y":[73.275000000000006,62.049999999999997,69.388000000000005,78.609999999999999,75.816000000000003,70.313000000000002,77.260000000000005,76.150999999999996,69.956999999999994,72.311999999999998,69.534999999999997,66.322000000000003,56.670999999999999,67.659000000000006,72.262,73.670000000000002,68.426000000000002,73.738,69.400000000000006,68.385999999999996,74.917000000000002,69.465000000000003,76.810000000000002,74.222999999999999,72.146000000000001],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1997","type":"scatter","name":"Americas","marker":{"color":"rgba(252,141,98,1)","size":[12.466899538619863,10.520987337333018,21.499725655113949,12.064369197661968,10.9923932281225,12.566164469962999,10.236025475012823,10.745527399893806,10.541406523305332,10.808921618416836,10.390641211927516,10.66504808688375,10.467774352668792,10.39640982017238,10.168673673720797,16.541036819479011,10.310521251036645,10.18254405124418,10.347688498112408,11.685037987940277,10.252496497132082,10.073582891960367,28.622954268997955,10.218602596359064,11.523024170322334],"sizemode":"area","line":{"color":"rgba(252,141,98,1)"}},"textfont":{"color":"rgba(252,141,98,1)","size":[12.466899538619863,10.520987337333018,21.499725655113949,12.064369197661968,10.9923932281225,12.566164469962999,10.236025475012823,10.745527399893806,10.541406523305332,10.808921618416836,10.390641211927516,10.66504808688375,10.467774352668792,10.39640982017238,10.168673673720797,16.541036819479011,10.310521251036645,10.18254405124418,10.347688498112408,11.685037987940277,10.252496497132082,10.073582891960367,28.622954268997955,10.218602596359064,11.523024170322334]},"error_y":{"color":"rgba(252,141,98,1)","width":[]},"error_x":{"color":"rgba(252,141,98,1)","width":[]},"line":{"color":"rgba(252,141,98,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[635.34135100000003,20292.016790000001,972.77003520000005,734.28516999999999,2289.234136,28377.63219,1458.817442,3119.335603,8263.5903010000002,3076.239795,20896.609240000002,28816.584989999999,3645.3795719999998,1690.7568140000001,15993.527959999999,40300.619960000004,8754.9638500000001,10132.90964,1902.2520999999999,415,1010.892138,19702.055810000002,2049.3505209999998,2536.5349249999999,20586.690190000001,33519.476600000002,2664.477257,4014.2389720000001,20206.82098,5852.625497,1385.8967689999999,7110.6676189999998,2117.4845260000002],"y":[41.762999999999998,73.924999999999997,59.411999999999999,56.533999999999999,70.426000000000002,80,61.765000000000001,66.040999999999997,68.042000000000002,58.811,78.269000000000005,80.689999999999998,69.772000000000006,67.727000000000004,74.647000000000006,76.156000000000006,70.265000000000001,71.938000000000002,63.625,60.328000000000003,59.426000000000002,72.498999999999995,61.817999999999998,68.563999999999993,70.533000000000001,77.158000000000001,70.456999999999994,71.527000000000001,75.25,67.521000000000001,70.671999999999997,71.096000000000004,58.020000000000003],"text":["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."],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1997","type":"scatter","name":"Asia","marker":{"color":"rgba(141,160,203,1)","size":[11.512992137552331,10.036757660738209,18.412544157756798,10.800126739780231,93.952230375217496,10.439270051153397,75.450544580751057,23.597228210212926,14.318230057378376,11.413908417961604,10.373437903220085,18.592814769354657,10.304833249601421,11.469152544072138,13.14740618241186,10.116394185530281,10.230038388869856,11.39345899590405,10.166181892682395,12.947701344088028,11.565799358047792,10.151769040203023,19.248612593491792,15.115766595273888,11.444899108527286,10.25542311812325,11.272143631551847,11.025228865912052,11.472121550185054,14.105873772109792,15.186477263895316,10.188790225828633,11.076110191108933],"sizemode":"area","line":{"color":"rgba(141,160,203,1)"}},"textfont":{"color":"rgba(141,160,203,1)","size":[11.512992137552331,10.036757660738209,18.412544157756798,10.800126739780231,93.952230375217496,10.439270051153397,75.450544580751057,23.597228210212926,14.318230057378376,11.413908417961604,10.373437903220085,18.592814769354657,10.304833249601421,11.469152544072138,13.14740618241186,10.116394185530281,10.230038388869856,11.39345899590405,10.166181892682395,12.947701344088028,11.565799358047792,10.151769040203023,19.248612593491792,15.115766595273888,11.444899108527286,10.25542311812325,11.272143631551847,11.025228865912052,11.472121550185054,14.105873772109792,15.186477263895316,10.188790225828633,11.076110191108933]},"error_y":{"color":"rgba(141,160,203,1)","width":[]},"error_x":{"color":"rgba(141,160,203,1)","width":[]},"line":{"color":"rgba(141,160,203,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[3193.0546039999999,29095.92066,27561.196629999999,4766.355904,5970.3887599999998,9875.6045150000009,16048.51424,29804.345669999999,23723.950199999999,25889.78487,27788.884160000001,18747.69814,11712.7768,28061.09966,24521.94713,24675.024460000001,6465.6133490000002,30246.13063,41283.16433,10159.58368,17641.031559999999,7346.5475569999999,7914.3203039999999,12126.23065,17161.107349999998,20445.29896,25266.594990000001,32135.32301,6601.4299149999997,26074.531360000001],"y":[72.950000000000003,77.510000000000005,77.530000000000001,73.244,70.319999999999993,73.680000000000007,74.010000000000005,76.109999999999999,77.129999999999995,78.640000000000001,77.340000000000003,77.869,71.040000000000006,78.950000000000003,76.122,78.819999999999993,75.444999999999993,78.030000000000001,78.319999999999993,72.75,75.969999999999999,69.719999999999999,72.231999999999999,72.709999999999994,75.129999999999995,78.769999999999996,79.390000000000001,79.370000000000005,68.834999999999994,77.218000000000004],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"1997","type":"scatter","name":"Europe","marker":{"color":"rgba(231,138,195,1)","size":[10.229877994286745,10.546697428704579,10.69207027419818,10.242092690194333,10.546436770443769,10.299261073531106,10.698958368380151,10.356529993557636,10.346342753433595,13.997129725663797,15.593406989382412,10.712722612466624,10.695134629771783,10.014413739768555,10.24620377399202,13.919051075918333,10.043179586833944,11.060955769631471,10.296604461463678,12.634221393143591,10.689110004471065,11.535859832152113,10.7014077642968,10.363310725748443,10.133202650551199,12.716158112763512,10.603193383346538,10.486899939265056,14.299096007408364,14.009745476282177],"sizemode":"area","line":{"color":"rgba(231,138,195,1)"}},"textfont":{"color":"rgba(231,138,195,1)","size":[10.229877994286745,10.546697428704579,10.69207027419818,10.242092690194333,10.546436770443769,10.299261073531106,10.698958368380151,10.356529993557636,10.346342753433595,13.997129725663797,15.593406989382412,10.712722612466624,10.695134629771783,10.014413739768555,10.24620377399202,13.919051075918333,10.043179586833944,11.060955769631471,10.296604461463678,12.634221393143591,10.689110004471065,11.535859832152113,10.7014077642968,10.363310725748443,10.133202650551199,12.716158112763512,10.603193383346538,10.486899939265056,14.299096007408364,14.009745476282177]},"error_y":{"color":"rgba(231,138,195,1)","width":[]},"error_x":{"color":"rgba(231,138,195,1)","width":[]},"line":{"color":"rgba(231,138,195,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[26997.936570000002,21050.413769999999],"y":[78.829999999999998,77.549999999999997],"text":["Australia","New Zealand"],"hoverinfo":["text","text"],"mode":"markers","frame":"1997","type":"scatter","name":"Oceania","marker":{"color":"rgba(166,216,84,1)","size":[11.263037860436063,10.246814911480183],"sizemode":"area","line":{"color":"rgba(166,216,84,1)"}},"textfont":{"color":"rgba(166,216,84,1)","size":[11.263037860436063,10.246814911480183]},"error_y":{"color":"rgba(166,216,84,1)","width":[]},"error_x":{"color":"rgba(166,216,84,1)","width":[]},"line":{"color":"rgba(166,216,84,1)"},"xaxis":"x","yaxis":"y","visible":true}],"traces":[0,1,2,3,4]},{"name":"2002","data":[{"x":[5288.0403820000001,2773.2873119999999,1372.877931,11003.605079999999,1037.645221,446.4035126,1934.0114490000001,738.69060679999996,1156.1818599999999,1075.8115580000001,241.1658765,3484.0619700000002,1648.800823,1908.260867,4754.6044140000004,7703.4958999999999,765.35000149999996,530.05353190000005,12521.71392,660.58559969999999,1111.9845780000001,945.58358369999996,575.70471759999998,1287.5147320000001,1275.184575,531.48236789999999,9534.6774669999995,894.63708220000001,665.42311859999995,951.40975179999998,1579.0195430000001,9021.8158939999994,3258.4955839999998,633.61794659999998,4072.3247510000001,601.07450119999999,1615.2863950000001,6316.1652000000004,785.65376479999998,1353.09239,1519.635262,699.48971300000005,882.08182179999994,7710.9464440000002,1993.398314,4128.116943,899.07421109999996,886.22057649999999,5722.8956550000003,927.72100179999995,1071.613938,672.03862270000002],"y":[70.994,41.003,54.405999999999999,46.634,50.649999999999999,47.359999999999999,49.856000000000002,43.308,50.524999999999999,62.973999999999997,44.966000000000001,52.969999999999999,46.832000000000001,53.372999999999998,69.805999999999997,49.347999999999999,55.240000000000002,50.725000000000001,56.761000000000003,58.040999999999997,58.453000000000003,53.676000000000002,45.503999999999998,50.991999999999997,44.593000000000004,43.753,72.736999999999995,57.286000000000001,45.009,51.817999999999998,62.247,71.953999999999994,69.614999999999995,44.026000000000003,51.478999999999999,54.496000000000002,46.607999999999997,75.744,43.412999999999997,64.337000000000003,61.600000000000001,41.012,45.936,53.365000000000002,56.369,43.869,49.651000000000003,57.561,73.042000000000002,47.813000000000002,39.192999999999998,39.988999999999997],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"2002","type":"scatter","name":"Africa","marker":{"color":"rgba(102,194,165,1)","size":[12.131345812135542,10.737548554293664,10.475457457958884,10.107180165134148,10.832086008868865,10.47511380403294,11.083173763790128,10.272193156697238,10.598969886834645,10.037837491674127,13.775745887233576,10.223104360409405,11.10520160505153,10.026441558923565,14.99970719077772,10.029732104985861,10.297231911422209,14.633477761387743,10.084585482590729,10.09540099170947,11.398554765936014,10.597064194428235,10.086848411272884,12.138150637640322,10.135602426526606,10.188012482733077,10.362326176020193,11.120268526164928,10.802961492214434,10.718032969974889,10.188982153304256,10.07782174540043,12.123199200626766,11.256795235008342,10.13050945486822,10.756287351059079,18.179527412111096,10.046683014047186,10.53185410446534,10.007532470887995,10.737816856892051,10.361678250157436,10.525090845046142,13.028632696810401,12.527428700370432,10.073048334354013,12.357033753887299,10.335625119137058,10.662775261514552,11.684474695814991,10.719100105850186,10.809927940856578],"sizemode":"area","line":{"color":"rgba(102,194,165,1)"}},"textfont":{"color":"rgba(102,194,165,1)","size":[12.131345812135542,10.737548554293664,10.475457457958884,10.107180165134148,10.832086008868865,10.47511380403294,11.083173763790128,10.272193156697238,10.598969886834645,10.037837491674127,13.775745887233576,10.223104360409405,11.10520160505153,10.026441558923565,14.99970719077772,10.029732104985861,10.297231911422209,14.633477761387743,10.084585482590729,10.09540099170947,11.398554765936014,10.597064194428235,10.086848411272884,12.138150637640322,10.135602426526606,10.188012482733077,10.362326176020193,11.120268526164928,10.802961492214434,10.718032969974889,10.188982153304256,10.07782174540043,12.123199200626766,11.256795235008342,10.13050945486822,10.756287351059079,18.179527412111096,10.046683014047186,10.53185410446534,10.007532470887995,10.737816856892051,10.361678250157436,10.525090845046142,13.028632696810401,12.527428700370432,10.073048334354013,12.357033753887299,10.335625119137058,10.662775261514552,11.684474695814991,10.719100105850186,10.809927940856578]},"error_y":{"color":"rgba(102,194,165,1)","width":[]},"error_x":{"color":"rgba(102,194,165,1)","width":[]},"line":{"color":"rgba(102,194,165,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[8797.6407159999999,3413.26269,8131.2128430000002,33328.965069999998,10778.78385,5755.2599620000001,7723.4471949999997,6340.6466829999999,4563.8081540000003,5773.0445120000004,5351.5686660000001,4858.347495,1270.364932,3099.7286600000002,6994.7748609999999,10742.44053,2474.5488190000001,7356.0319339999996,3783.6742429999999,5909.0200729999997,18855.606179999999,11460.60023,39097.099549999999,7727.0020039999999,8605.0478309999999],"y":[74.340000000000003,63.883000000000003,71.006,79.769999999999996,77.859999999999999,71.682000000000002,78.123000000000005,77.158000000000001,70.846999999999994,74.173000000000002,70.733999999999995,68.977999999999994,58.137,68.564999999999998,72.046999999999997,74.902000000000001,70.835999999999999,74.712000000000003,70.754999999999995,69.906000000000006,77.778000000000006,68.975999999999999,77.310000000000002,75.307000000000002,72.766000000000005],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"2002","type":"scatter","name":"Americas","marker":{"color":"rgba(252,141,98,1)","size":[12.612118610072718,10.572309918265992,22.275591315011752,12.173330015680712,11.053624167363944,12.794839163611336,10.257649872707939,10.762180589307672,10.586314617721106,10.877817234634566,10.429561947188267,10.75888062432943,10.515149179266796,10.451651830439477,10.17777507664368,16.990467969852052,10.347191957434903,10.200040301888087,10.397538315507346,11.822998760862738,10.259333811071569,10.071107423392334,29.630625797818489,10.225444756262553,11.653610751096474],"sizemode":"area","line":{"color":"rgba(252,141,98,1)"}},"textfont":{"color":"rgba(252,141,98,1)","size":[12.612118610072718,10.572309918265992,22.275591315011752,12.173330015680712,11.053624167363944,12.794839163611336,10.257649872707939,10.762180589307672,10.586314617721106,10.877817234634566,10.429561947188267,10.75888062432943,10.515149179266796,10.451651830439477,10.17777507664368,16.990467969852052,10.347191957434903,10.200040301888087,10.397538315507346,11.822998760862738,10.259333811071569,10.071107423392334,29.630625797818489,10.225444756262553,11.653610751096474]},"error_y":{"color":"rgba(252,141,98,1)","width":[]},"error_x":{"color":"rgba(252,141,98,1)","width":[]},"line":{"color":"rgba(252,141,98,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[726.73405479999997,23403.559270000002,1136.3904299999999,896.22601529999997,3119.2808960000002,30209.015159999999,1746.769454,2873.9128700000001,9240.7619749999994,4390.7173119999998,21905.595140000001,28604.591899999999,3844.9171940000001,1646.758151,19233.98818,35110.105660000001,9313.9388299999991,10206.977940000001,2140.7393229999998,611,1057.2063109999999,19774.836869999999,2092.7124410000001,2650.9210680000001,19014.54118,36023.1054,3015.3788330000002,4090.9253309999999,23235.423289999999,5913.1875289999998,1764.4566769999999,4515.4875750000001,2234.820827],"y":[42.128999999999998,74.795000000000002,62.012999999999998,56.752000000000002,72.028000000000006,81.495000000000005,62.878999999999998,68.587999999999994,69.450999999999993,57.045999999999999,79.695999999999998,82,71.263000000000005,66.662000000000006,77.045000000000002,76.903999999999996,71.028000000000006,73.043999999999997,65.033000000000001,59.908000000000001,61.340000000000003,74.192999999999998,63.609999999999999,70.302999999999997,71.626000000000005,78.769999999999996,70.814999999999998,73.052999999999997,76.989999999999995,68.563999999999993,73.016999999999996,72.370000000000005,60.308],"text":["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."],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"2002","type":"scatter","name":"Asia","marker":{"color":"rgba(141,160,203,1)","size":[11.720548870870102,10.040705142061123,19.25488886765546,10.878190783380681,97.387063309300402,10.457463438083218,80.581297490328708,24.401385222222164,14.562564859085565,11.634100354006771,10.407437596164941,18.668530704511365,10.358154893064079,11.512169688732547,13.269943139210246,10.140024471056488,10.246923638531628,11.542678786030809,10.178428599253593,13.108110533344712,11.76187688993781,10.181106028490317,20.466156953410231,15.660568979042257,11.668207340689777,10.282414932846409,11.332078514308733,11.166840083040105,11.528473559220298,14.282653924567079,15.518128965564106,10.22725298336484,11.27232122589451],"sizemode":"area","line":{"color":"rgba(141,160,203,1)"}},"textfont":{"color":"rgba(141,160,203,1)","size":[11.720548870870102,10.040705142061123,19.25488886765546,10.878190783380681,97.387063309300402,10.457463438083218,80.581297490328708,24.401385222222164,14.562564859085565,11.634100354006771,10.407437596164941,18.668530704511365,10.358154893064079,11.512169688732547,13.269943139210246,10.140024471056488,10.246923638531628,11.542678786030809,10.178428599253593,13.108110533344712,11.76187688993781,10.181106028490317,20.466156953410231,15.660568979042257,11.668207340689777,10.282414932846409,11.332078514308733,11.166840083040105,11.528473559220298,14.282653924567079,15.518128965564106,10.22725298336484,11.27232122589451]},"error_y":{"color":"rgba(141,160,203,1)","width":[]},"error_x":{"color":"rgba(141,160,203,1)","width":[]},"line":{"color":"rgba(141,160,203,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[4604.2117369999996,32417.607690000001,30485.883750000001,6018.9752390000003,7696.7777249999999,11628.38895,17596.210220000001,32166.500059999998,28204.59057,28926.032340000002,30035.80198,22514.254799999999,14843.93556,31163.201959999999,34077.04939,27968.098170000001,6557.1942820000004,33724.75778,44683.975250000003,12002.239079999999,19970.907869999999,7885.3600809999998,7236.0752510000002,13638.77837,20660.019359999998,24835.471659999999,29341.630929999999,34480.957710000002,6508.0857180000003,29478.999189999999],"y":[75.650999999999996,78.980000000000004,78.319999999999993,74.090000000000003,72.140000000000001,74.876000000000005,75.510000000000005,77.180000000000007,78.370000000000005,79.590000000000003,78.670000000000002,78.256,72.590000000000003,80.5,77.783000000000001,80.239999999999995,73.980999999999995,78.530000000000001,79.049999999999997,74.670000000000002,77.290000000000006,71.322000000000003,73.212999999999994,73.799999999999997,76.659999999999997,79.780000000000001,80.040000000000006,80.620000000000005,70.844999999999999,78.471000000000004],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"2002","type":"scatter","name":"Europe","marker":{"color":"rgba(231,138,195,1)","size":[10.235370587342629,10.552050922117749,10.699727102077846,10.280206265310454,10.518844943473745,10.301747189569337,10.695927115518382,10.362743065430255,10.350344632408737,14.085968326574534,15.616585576461375,10.719649679119641,10.684120572635052,10.015562984019803,10.260668089244016,13.949596347314062,10.045061936709534,11.096335811533287,10.305471824801247,12.632243352542247,10.708046939736384,11.525067597311175,10.686048447271041,10.365156423755465,10.133194801454579,12.73643437692432,10.607053500811416,10.49836617262013,14.589941279543122,14.085108065584944],"sizemode":"area","line":{"color":"rgba(231,138,195,1)"}},"textfont":{"color":"rgba(231,138,195,1)","size":[10.235370587342629,10.552050922117749,10.699727102077846,10.280206265310454,10.518844943473745,10.301747189569337,10.695927115518382,10.362743065430255,10.350344632408737,14.085968326574534,15.616585576461375,10.719649679119641,10.684120572635052,10.015562984019803,10.260668089244016,13.949596347314062,10.045061936709534,11.096335811533287,10.305471824801247,12.632243352542247,10.708046939736384,11.525067597311175,10.686048447271041,10.365156423755465,10.133194801454579,12.73643437692432,10.607053500811416,10.49836617262013,14.589941279543122,14.085108065584944]},"error_y":{"color":"rgba(231,138,195,1)","width":[]},"error_x":{"color":"rgba(231,138,195,1)","width":[]},"line":{"color":"rgba(231,138,195,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[30687.754730000001,23189.801350000002],"y":[80.370000000000005,79.109999999999999],"text":["Australia","New Zealand"],"hoverinfo":["text","text"],"mode":"markers","frame":"2002","type":"scatter","name":"Oceania","marker":{"color":"rgba(166,216,84,1)","size":[11.330031538163158,10.262639372796965],"sizemode":"area","line":{"color":"rgba(166,216,84,1)"}},"textfont":{"color":"rgba(166,216,84,1)","size":[11.330031538163158,10.262639372796965]},"error_y":{"color":"rgba(166,216,84,1)","width":[]},"error_x":{"color":"rgba(166,216,84,1)","width":[]},"line":{"color":"rgba(166,216,84,1)"},"xaxis":"x","yaxis":"y","visible":true}],"traces":[0,1,2,3,4]},{"name":"2007","data":[{"x":[6223.3674650000003,4797.2312670000001,1441.2848730000001,12569.851769999999,1217.0329939999999,430.07069159999998,2042.0952400000001,706.01653699999997,1704.0637240000001,986.14787920000003,277.55185870000003,3632.5577979999998,1544.7501119999999,2082.4815669999998,5581.1809979999998,12154.089749999999,641.36952359999998,690.80557590000001,13206.48452,752.74972649999995,1327.6089099999999,942.6542111,579.23174300000005,1463.249282,1569.3314419999999,414.5073415,12057.49928,1044.7701259999999,759.34991009999999,1042.581557,1803.151496,10956.991120000001,3820.1752299999998,823.68562050000003,4811.0604290000001,619.67689240000004,2013.9773049999999,7670.122558,863.08846389999997,1598.4350890000001,1712.4721360000001,862.54075609999995,926.14106830000003,9269.6578079999999,2602.3949950000001,4513.4806429999999,1107.482182,882.96994380000001,7092.9230250000001,1056.3801209999999,1271.211593,469.70929810000001],"y":[72.301000000000002,42.731000000000002,56.728000000000002,50.728000000000002,52.295000000000002,49.579999999999998,50.43,44.741,50.651000000000003,65.152000000000001,46.462000000000003,55.322000000000003,48.328000000000003,54.790999999999997,71.337999999999994,51.579000000000001,58.039999999999999,52.947000000000003,56.734999999999999,59.448,60.021999999999998,56.006999999999998,46.387999999999998,54.109999999999999,42.591999999999999,45.677999999999997,73.951999999999998,59.442999999999998,48.302999999999997,54.466999999999999,64.164000000000001,72.801000000000002,71.164000000000001,42.082000000000001,52.905999999999999,56.866999999999997,46.859000000000002,76.441999999999993,46.241999999999997,65.528000000000006,63.061999999999998,42.567999999999998,48.158999999999999,49.338999999999999,58.555999999999997,39.613,52.517000000000003,58.420000000000002,73.923000000000002,51.542000000000002,42.384,43.487000000000002],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"2007","type":"scatter","name":"Africa","marker":{"color":"rgba(102,194,165,1)","size":[12.270996529686874,10.843638991804848,10.547273347637471,10.107779699609916,10.973710603587682,10.568581324359265,11.203729403842495,10.294104080545504,10.694733506807975,10.044429231268918,14.405510100712366,10.255307156252311,11.22537352665868,10.029783089987387,15.474201052683679,10.033525197990903,10.33079328351058,15.218070969840483,10.095203126221623,10.111139658987542,11.557078329172434,10.674872357478861,10.096375303485605,12.42640598090242,10.133273428926811,10.213900236700315,10.407941644673997,11.304154226907077,10.905517379137951,10.817110342035306,10.219095860891894,10.08128053514246,12.299933009287487,11.357664726459722,10.136169472567667,10.876017470906024,19.212188007462345,10.050376389398643,10.600665905981769,10.009525936670522,10.833197440950308,10.415288945134765,10.618287810424615,12.998888442788031,12.88252394731888,10.073239238034423,12.599049454681737,10.385054020194103,10.697282825137252,11.986871654078467,10.797606360728926,10.836176685015339],"sizemode":"area","line":{"color":"rgba(102,194,165,1)"}},"textfont":{"color":"rgba(102,194,165,1)","size":[12.270996529686874,10.843638991804848,10.547273347637471,10.107779699609916,10.973710603587682,10.568581324359265,11.203729403842495,10.294104080545504,10.694733506807975,10.044429231268918,14.405510100712366,10.255307156252311,11.22537352665868,10.029783089987387,15.474201052683679,10.033525197990903,10.33079328351058,15.218070969840483,10.095203126221623,10.111139658987542,11.557078329172434,10.674872357478861,10.096375303485605,12.42640598090242,10.133273428926811,10.213900236700315,10.407941644673997,11.304154226907077,10.905517379137951,10.817110342035306,10.219095860891894,10.08128053514246,12.299933009287487,11.357664726459722,10.136169472567667,10.876017470906024,19.212188007462345,10.050376389398643,10.600665905981769,10.009525936670522,10.833197440950308,10.415288945134765,10.618287810424615,12.998888442788031,12.88252394731888,10.073239238034423,12.599049454681737,10.385054020194103,10.697282825137252,11.986871654078467,10.797606360728926,10.836176685015339]},"error_y":{"color":"rgba(102,194,165,1)","width":[]},"error_x":{"color":"rgba(102,194,165,1)","width":[]},"line":{"color":"rgba(102,194,165,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[12779.379639999999,3822.137084,9065.8008250000003,36319.235009999997,13171.638849999999,7006.5804189999999,9645.06142,8948.1029230000004,6025.3747519999997,6873.262326,5728.3535140000004,5186.0500030000003,1201.637154,3548.3308459999998,7320.8802619999997,11977.57496,2749.3209649999999,9809.1856360000002,4172.8384640000004,7408.9055609999996,19328.709009999999,18008.509239999999,42951.65309,10611.46299,11415.805689999999],"y":[75.319999999999993,65.554000000000002,72.390000000000001,80.653000000000006,78.552999999999997,72.888999999999996,78.781999999999996,78.272999999999996,72.234999999999999,74.994,71.878,70.259,60.915999999999997,70.197999999999993,72.566999999999993,76.194999999999993,72.899000000000001,75.537000000000006,71.751999999999995,71.421000000000006,78.745999999999995,69.819000000000003,78.242000000000004,76.384,73.747],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"2007","type":"scatter","name":"Americas","marker":{"color":"rgba(252,141,98,1)","size":[12.746632059759518,10.618313678316955,22.96470343532625,12.274881832513952,11.107386725297623,13.014567661690831,10.278054111270166,10.775147842948616,10.631996360051591,10.934770689229971,10.469558691216148,10.854044300308908,10.576246752118708,10.506693449857204,10.185656456939702,17.415067513397887,10.383264221405618,10.217192147822894,10.450956946503027,11.953042661921849,10.264990962144426,10.068020749083123,30.549613114046156,10.231206061434909,11.776260871392221],"sizemode":"area","line":{"color":"rgba(252,141,98,1)"}},"textfont":{"color":"rgba(252,141,98,1)","size":[12.746632059759518,10.618313678316955,22.96470343532625,12.274881832513952,11.107386725297623,13.014567661690831,10.278054111270166,10.775147842948616,10.631996360051591,10.934770689229971,10.469558691216148,10.854044300308908,10.576246752118708,10.506693449857204,10.185656456939702,17.415067513397887,10.383264221405618,10.217192147822894,10.450956946503027,11.953042661921849,10.264990962144426,10.068020749083123,30.549613114046156,10.231206061434909,11.776260871392221]},"error_y":{"color":"rgba(252,141,98,1)","width":[]},"error_x":{"color":"rgba(252,141,98,1)","width":[]},"line":{"color":"rgba(252,141,98,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[974.58033839999996,29796.048340000001,1391.253792,1713.7786860000001,4959.1148540000004,39724.978669999997,2452.210407,3540.6515639999998,11605.71449,4471.0619059999999,25523.277099999999,31656.068060000001,4519.4611709999999,1593.06548,23348.139729999999,47306.989780000004,10461.05868,12451.6558,3095.7722709999998,944,1091.359778,22316.192869999999,2605.94758,3190.4810160000002,21654.83194,47143.179640000002,3970.0954069999998,4184.5480889999999,28718.276839999999,7458.3963270000004,2441.5764039999999,3025.3497980000002,2280.769906],"y":[43.828000000000003,75.635000000000005,64.061999999999998,59.722999999999999,72.960999999999999,82.207999999999998,64.697999999999993,70.650000000000006,70.963999999999999,59.545000000000002,80.745000000000005,82.602999999999994,72.534999999999997,67.296999999999997,78.623000000000005,77.587999999999994,71.992999999999995,74.241,66.802999999999997,62.069000000000003,63.784999999999997,75.640000000000001,65.483000000000004,71.688000000000002,72.777000000000001,79.971999999999994,72.396000000000001,74.143000000000001,78.400000000000006,70.616,74.248999999999995,73.421999999999997,62.698],"text":["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."],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"2007","type":"scatter","name":"Asia","marker":{"color":"rgba(141,160,203,1)","size":[12.172487432221772,10.044266311324286,20.26445666996646,10.960445971564345,100,10.472338226961952,85.783800493679365,25.253660609164903,14.736319560187283,11.872837248257337,10.434544280710814,18.69597735732042,10.40905273549037,11.586317033119437,13.343358811286093,10.166916022101949,10.263543110956533,11.690031651463162,10.192071898999099,13.255803162281207,11.96853834846976,10.214647948469672,21.549133875507721,16.212203421268025,11.87975810388607,10.306660655800668,11.386780301969308,11.314193767508629,11.577619483280925,14.437001358883384,15.815316853792227,10.270167338986031,11.511922476315512],"sizemode":"area","line":{"color":"rgba(141,160,203,1)"}},"textfont":{"color":"rgba(141,160,203,1)","size":[12.172487432221772,10.044266311324286,20.26445666996646,10.960445971564345,100,10.472338226961952,85.783800493679365,25.253660609164903,14.736319560187283,11.872837248257337,10.434544280710814,18.69597735732042,10.40905273549037,11.586317033119437,13.343358811286093,10.166916022101949,10.263543110956533,11.690031651463162,10.192071898999099,13.255803162281207,11.96853834846976,10.214647948469672,21.549133875507721,16.212203421268025,11.87975810388607,10.306660655800668,11.386780301969308,11.314193767508629,11.577619483280925,14.437001358883384,15.815316853792227,10.270167338986031,11.511922476315512]},"error_y":{"color":"rgba(141,160,203,1)","width":[]},"error_x":{"color":"rgba(141,160,203,1)","width":[]},"line":{"color":"rgba(141,160,203,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[5937.0295260000003,36126.492700000003,33692.605080000001,7446.2988029999997,10680.792820000001,14619.22272,22833.308509999999,35278.418740000001,33207.0844,30470.0167,32170.37442,27538.41188,18008.944439999999,36180.789190000003,40675.996350000001,28569.719700000001,9253.896111,36797.933319999996,49357.190170000002,15389.92468,20509.64777,10808.47561,9786.5347139999994,18678.314350000001,25768.257590000001,28821.063699999999,33859.748350000002,37506.419070000004,8458.2763840000007,33203.261279999999],"y":[76.423000000000002,79.828999999999994,79.441000000000003,74.852000000000004,73.004999999999995,75.748000000000005,76.486000000000004,78.331999999999994,79.313000000000002,80.656999999999996,79.406000000000006,79.483000000000004,73.337999999999994,81.757000000000005,78.885000000000005,80.546000000000006,74.543000000000006,79.762,80.195999999999998,75.563000000000002,78.097999999999999,72.475999999999999,74.001999999999995,74.662999999999997,77.926000000000002,80.941000000000003,80.884,81.700999999999993,71.777000000000001,79.424999999999997],"text":["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"],"hoverinfo":["text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text","text"],"mode":"markers","frame":"2007","type":"scatter","name":"Europe","marker":{"color":"rgba(231,138,195,1)","size":[10.241650615422071,10.555563973005979,10.705204815976659,10.306605302606242,10.495711198625042,10.302586155618533,10.694046676727186,10.369119739777648,10.353444752561723,14.165065447796252,15.620020409395456,10.726640630593844,10.675438447977726,10.01651176916867,10.27636157302676,13.96466210812622,10.042639364227421,11.12689835094158,10.311773966857254,12.624890114069252,10.722309703837773,11.516312032410687,10.688690248434412,10.367712499133139,10.133041095666849,12.756615018612388,10.612303044884126,10.511532452050163,14.852696204692943,14.144065496927047],"sizemode":"area","line":{"color":"rgba(231,138,195,1)"}},"textfont":{"color":"rgba(231,138,195,1)","size":[10.241650615422071,10.555563973005979,10.705204815976659,10.306605302606242,10.495711198625042,10.302586155618533,10.694046676727186,10.369119739777648,10.353444752561723,14.165065447796252,15.620020409395456,10.726640630593844,10.675438447977726,10.01651176916867,10.27636157302676,13.96466210812622,10.042639364227421,11.12689835094158,10.311773966857254,12.624890114069252,10.722309703837773,11.516312032410687,10.688690248434412,10.367712499133139,10.133041095666849,12.756615018612388,10.612303044884126,10.511532452050163,14.852696204692943,14.144065496927047]},"error_y":{"color":"rgba(231,138,195,1)","width":[]},"error_x":{"color":"rgba(231,138,195,1)","width":[]},"line":{"color":"rgba(231,138,195,1)"},"xaxis":"x","yaxis":"y","visible":true},{"x":[34435.367440000002,25185.009109999999],"y":[81.234999999999999,80.203999999999994],"text":["Australia","New Zealand"],"hoverinfo":["text","text"],"mode":"markers","frame":"2007","type":"scatter","name":"Oceania","marker":{"color":"rgba(166,216,84,1)","size":[11.390598170818464,10.276817844425953],"sizemode":"area","line":{"color":"rgba(166,216,84,1)"}},"textfont":{"color":"rgba(166,216,84,1)","size":[11.390598170818464,10.276817844425953]},"error_y":{"color":"rgba(166,216,84,1)","width":[]},"error_x":{"color":"rgba(166,216,84,1)","width":[]},"line":{"color":"rgba(166,216,84,1)"},"xaxis":"x","yaxis":"y","visible":true}],"traces":[0,1,2,3,4]}],"shinyEvents":["plotly_hover","plotly_click","plotly_selected","plotly_relayout","plotly_brushed","plotly_brushing","plotly_clickannotation","plotly_doubleclick","plotly_deselect","plotly_afterplot","plotly_sunburstclick"],"base_url":"https://plot.ly"},"evals":[],"jsHooks":[]}</script> <h3>Reference</h3> <p>To read more on animations see <a href="https://cpsievert.github.io/plotly_book/key-frame-animations.html">The Plotly Book</a>.</p> <h3>What About Dash?</h3> <p><a href="https://dashr.plot.ly/">Dash for R</a> is an open-source framework for building analytical applications, with no Javascript required, and it is tightly integrated with the Plotly graphing library. </p> <p>Learn about how to install Dash for R at https://dashr.plot.ly/installation.</p> <p>Everywhere in this page that you see <code>fig</code>, you can display the same figure in a Dash for R application by passing it to the <code>figure</code> argument of the <a href="https://dashr.plot.ly/dash-core-components/graph"><code>Graph</code> component</a> from the built-in <code>dashCoreComponents</code> package like this:</p> <div class="highlight"><pre><code class="language-r" data-lang="r"><span class="n">library</span><span class="p">(</span><span class="n">plotly</span><span class="p">)</span><span class="w"> </span><span class="n">fig</span><span class="w"> </span><span class="o">&lt;-</span><span class="w"> </span><span class="n">plot_ly</span><span class="p">()</span><span class="w"> </span><span class="c1"># fig &lt;- fig %&gt;% add_trace( ... )</span><span class="w"> </span><span class="c1"># fig &lt;- fig %&gt;% layout( ... ) </span><span class="w"> </span><span class="n">library</span><span class="p">(</span><span class="n">dash</span><span class="p">)</span><span class="w"> </span><span class="n">library</span><span class="p">(</span><span class="n">dashCoreComponents</span><span class="p">)</span><span class="w"> </span><span class="n">library</span><span class="p">(</span><span class="n">dashHtmlComponents</span><span class="p">)</span><span class="w"> </span><span class="n">app</span><span class="w"> </span><span class="o">&lt;-</span><span class="w"> </span><span class="n">Dash</span><span class="o">$</span><span class="n">new</span><span class="p">()</span><span class="w"> </span><span class="n">app</span><span class="o">$</span><span class="n">layout</span><span class="p">(</span><span class="w"> </span><span class="n">htmlDiv</span><span class="p">(</span><span class="w"> </span><span class="nf">list</span><span class="p">(</span><span class="w"> </span><span class="n">dccGraph</span><span class="p">(</span><span class="n">figure</span><span class="o">=</span><span class="n">fig</span><span class="p">)</span><span class="w"> </span><span class="p">)</span><span class="w"> </span><span class="p">)</span><span class="w"> </span><span class="p">)</span><span class="w"> </span><span class="n">app</span><span class="o">$</span><span class="n">run_server</span><span class="p">(</span><span class="n">debug</span><span class="o">=</span><span class="kc">TRUE</span><span class="p">,</span><span class="w"> </span><span class="n">dev_tools_hot_reload</span><span class="o">=</span><span class="kc">FALSE</span><span class="p">)</span><span class="w"> </span></code></pre></div> </section> <!--End Plotly Basics Section--> </section> </div> </main> <script> var array = []; $('.tutorial-content :header:not(h6)').each(function (i, e) { var item = $(e); var itemText = item.text(); var hash = itemText.replace(/[^a-z0-9\s]/gi, '').replace(/[_\s]/g, '-').replace(/^-+|-+$/g, '').toLowerCase(); item.attr("id", hash); array.push({text: itemText, tag: item.prop("tagName"), hash: hash}); }); $("#nav_header_insertion_list").html(array.map(function(entry) { var text = entry.text.replace(/[^a-z0-9\s\.:\-\?\!\(\))]/gi, ''); if(entry.tag.toLowerCase() < "h4"){ return('<li class="--sidebar-item"><a href="#' + entry.hash + '">' + text + '</a></li>'); } else { return('<li class="--sidebar-item"><a href="#' + entry.hash + '">' + text + '</a></li>'); } }).join("")); //$(".tutorial-content :header:not(h6)").append( "\<div class=\"icon copy\" data-tooltip=\"Click to copy direct link\"><svg style=\"width:24px;height:24px\" viewBox=\"0 0 24 24\"><path fill=\"#000000\" d=\"M10.59,13.41C11,13.8 11,14.44 10.59,14.83C10.2,15.22 9.56,15.22 9.17,14.83C7.22,12.88 7.22,9.71 9.17,7.76V7.76L12.71,4.22C14.66,2.27 17.83,2.27 19.78,4.22C21.73,6.17 21.73,9.34 19.78,11.29L18.29,12.78C18.3,11.96 18.17,11.14 17.89,10.36L18.36,9.88C19.54,8.71 19.54,6.81 18.36,5.64C17.19,4.46 15.29,4.46 14.12,5.64L10.59,9.17C9.41,10.34 9.41,12.24 10.59,13.41M13.41,9.17C13.8,8.78 14.44,8.78 14.83,9.17C16.78,11.12 16.78,14.29 14.83,16.24V16.24L11.29,19.78C9.34,21.73 6.17,21.73 4.22,19.78C2.27,17.83 2.27,14.66 4.22,12.71L5.71,11.22C5.7,12.04 5.83,12.86 6.11,13.65L5.64,14.12C4.46,15.29 4.46,17.19 5.64,18.36C6.81,19.54 8.71,19.54 9.88,18.36L13.41,14.83C14.59,13.66 14.59,11.76 13.41,10.59C13,10.2 13,9.56 13.41,9.17Z\"/> </svg> </div>"); </script> <footer class="--footer-main"> <section class="--footer-top"> <div class="--wrap"> <ul class="--footer-body"> <li class="--footer-column"> <h6 style="color:#119dff" class="--footer-heading">JOIN OUR MAILING LIST</h6>&#x9;&#x9;&#x9; <ul> &#x9;&#x9;&#x9;&#x9; <li> <p class="subscribe-text"> Sign up to stay in the loop with all things Plotly — from Dash Club to product updates, webinars, and more!</p> <a href="https://go.plot.ly/subscription" class="subscribe-button" target="_blank"> Subscribe </a> </li> </ul> </li> &#x9;&#x9; <li class="--footer-column"> <h6 style="color:#e763fa" class="--footer-heading">Products</h6>&#x9;&#x9;&#x9; <ul> <li><a href="https://plotly.com/dash/" target="_self">Dash</a></li> &#x9;&#x9;&#x9;&#x9; &#x9;&#x9;&#x9;&#x9; <li><a href="https://plotly.com/consulting-and-oem/" target="_self">Consulting and Training</a></li> </ul> </li> &#x9;&#x9; <li class="--footer-column"> <h6 style="color:#636efa" class="--footer-heading">Pricing</h6>&#x9;&#x9;&#x9; <ul> <li><a href="https://plotly.com/get-pricing/" target="_self">Enterprise Pricing</a></li> &#x9;&#x9;&#x9;&#x9; </ul> </li> &#x9;&#x9; <li class="--footer-column"> <h6 style="color:#00cc96" class="--footer-heading">About Us</h6>&#x9;&#x9;&#x9; <ul> <li><a href="https://plotly.com/careers" target="_self">Careers</a></li> &#x9;&#x9;&#x9;&#x9; <li><a href="https://plotly.com/resources/" target="_self">Resources</a></li> &#x9;&#x9;&#x9;&#x9; <li><a href="https://medium.com/@plotlygraphs" target="_self">Blog</a></li> &#x9;&#x9;&#x9;&#x9; </ul> </li> &#x9;&#x9; <li class="--footer-column"> <h6 style="color:#EF553B" class="--footer-heading">Support</h6>&#x9;&#x9;&#x9; <ul> <li><a href="https://community.plot.ly/" target="_self">Community Support</a></li> &#x9;&#x9;&#x9;&#x9; <li><a href="https://plotly.com/graphing-libraries" target="_self">Documentation</a></li> &#x9;&#x9;&#x9;&#x9; </ul> </li> </ul> </div> </section> <section class="--footer-meta"> <div class="--wrap"> <div class="left"> <article class="--copyright">Copyright &copy; 2025 Plotly. All rights reserved.</article> </div> <div class="right"> <article class="--tos"><a href="https://community.plotly.com/tos" target="_blank">Terms of Service</a> </article> <article class="--privacy"><a href="https://plotly.com/privacy/" target="_blank">Privacy Policy</a> </article> </div> </div> <div id="markprompt" /> </section> </footer> <div class="modal" id="myModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel"> <div class="modal-dialog" role="document"> <div class="modal-content" id="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button> <span style="float: left; padding-top:13px; padding-right:10px;"><i class="fa fa-search fa-lg"></i></span> <input id="search-input" class="search-input" type="text" placeholder="" /> </div> <div class="modal-body" id="modal-body"> <div id="search-results" class="search-results"> <div id="primary-search-results" class="primary-search-results"></div> <div id="schema-search-results" class="schema-search-results"></div> </div> </div> </div> </div> </div> <script> window.plotly_doc_language = "r"; </script> <!-- ALGOLIA SEARCH --> <script> window.ALGOLIA_CONFIG = { 'applicationId': '7EK9KHJW8M', 'indexName': 'r_docs', 'apiKey': '4dae07ded6a721de73bde7356eec9280', 'baseurl': '/' } </script> <script id="algolia__template" type="text/template"> <div class="algolia__result"> <a class="algolia__result-link" onClick="$('#myModal').modal('toggle')" href="/{{ permalink }}">{{{ _highlightResult.name.value }}}</a> <div class="algolia__result-text">{{{ _highlightResult.description.value }}}</div> </div> </script> <script id="algolia__secondary-template" type="text/template"> <div class="algolia__secondary-result"> <a class="algolia__result-link" onClick="$('#myModal').modal('toggle')" href="/{{ permalink }}">{{{ _highlightResult.name.value }}}</a> <div class="algolia__result-text">{{{ _highlightResult.description.value }}}</div> </div> </script> <script id="algolia__template--no-results" type="text/template">No results found.</script> <script src="//cdn.jsdelivr.net/hogan.js/3.0.2/hogan.min.js"></script> <script src="/all_static/javascripts/algolia/algolia.js"></script> <!-- Hash offset Script --> <script src="/all_static//javascripts/hash_offset.js"></script> <!-- Image Hover Script --> <script src="/all_static/javascripts/imghover.js"></script> <script src="/all_static/javascripts/improve.js?version=2025-02-13-14-47"></script> <!-- code highlighting --> <!--<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/11.3.1/highlight.min.js"></script> <script src="/all_static/javascripts/highlight.line-numbers.js"></script>--> <script src="/all_static/javascripts/highlight/highlight.min.js"></script> <script src="/all_static/javascripts/highlight/julia.min.js"></script> <script src="/all_static/javascripts/highlight.line-numbers.js"></script> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10