CINXE.COM
2d histograms in R
<!DOCTYPE html> <html> <head> <!-- This page was last built at 2025-04-08 17:35 --> <meta charset="utf-8" /> <link rel="canonical" href="https://plotly.com/r/2D-Histogram/" /> <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-04-08-17-35"> <!-- 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> 2d histograms in R </title> <meta name="description" content="Detailed examples of 2D Histograms 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= 2d histograms in R /> <meta property="og:type" content="website"/> <meta property="og:image" content="https://images.plot.ly/plotly-documentation/thumbnail/histogram2d.jpg"> <meta property="og:description" content="Detailed examples of 2D Histograms 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= 2d histograms in R /> <meta name="twitter:url" content="https://plotly.com/r/2D-Histogram/"/> <meta name="twitter:description" content="Detailed examples of 2D Histograms including changing color, size, log axes, and more in R."/> <meta name="twitter:image" content="https://images.plot.ly/plotly-documentation/thumbnail/histogram2d.jpg"> <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.1) </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.1) </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> > <a href="/r/statistical-charts">Statistical Charts</a> > <span>2D Histograms</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/2015-07-30-2D-Histogram.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> 2D Histograms in R </h1> <p>How to make a 2D histogram in R. A 2D histogram is a visualization of a bivariate distribution. </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=" /julia/2D-Histogram/" class="list-lib-item julia"> <div class="item-icon"> </div> <p class="item-language"> Julia </p> </a> <a href=" /matlab/2D-Histogram/" class="list-lib-item matlab"> <div class="item-icon"> </div> <p class="item-language"> MATLAB® </p> </a> <a href=" /ggplot2/2D-Histogram/" class="list-lib-item ggplot2"> <div class="item-icon"> </div> <p class="item-language"> ggplot2 </p> </a> <a href=" /python/2D-Histogram/" class="list-lib-item python"> <div class="item-icon"> </div> <p class="item-language"> Python </p> </a> <a href=" /fsharp/2D-Histogram/" class="list-lib-item fsharp"> <div class="item-icon"> </div> <p class="item-language"> F# </p> </a> <a href=" /r/2D-Histogram/" class="current list-lib-item r"> <div class="item-icon"> </div> <p class="item-language"> R </p> </a> <a target="_blank" href="https://plotly.com/chart-studio-help/make-a-2d-histogram-heatmap/" class="list-lib-item studio"> <div class="item-icon"> </div> <p class="item-language"> Studio </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"> <h4>Basic 2D Histogram</h4> <p>2D histograms require <code>x</code>/<code>y</code>, but in contrast to heatmaps, <code>z</code> is optional. If <code>z</code> is not provided, binning occurs in the browser (see <a href="https://plotly.com/r/reference/#histogram2d-histnorm">here</a> for a list of binning options).</p> <div class="highlight"><pre><code class="language-r" data-lang="r"><span class="c1"># install.packages('mvtnorm')</span><span class="w"> </span><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">s</span><span class="w"> </span><span class="o"><-</span><span class="w"> </span><span class="n">matrix</span><span class="p">(</span><span class="nf">c</span><span class="p">(</span><span class="m">1</span><span class="p">,</span><span class="w"> </span><span class="m">-.75</span><span class="p">,</span><span class="w"> </span><span class="m">-.75</span><span class="p">,</span><span class="w"> </span><span class="m">1</span><span class="p">),</span><span class="w"> </span><span class="n">ncol</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="m">2</span><span class="p">)</span><span class="w"> </span><span class="n">obs</span><span class="w"> </span><span class="o"><-</span><span class="w"> </span><span class="n">mvtnorm</span><span class="o">::</span><span class="n">rmvnorm</span><span class="p">(</span><span class="m">500</span><span class="p">,</span><span class="w"> </span><span class="n">sigma</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="n">s</span><span class="p">)</span><span class="w"> </span><span class="n">fig</span><span class="w"> </span><span class="o"><-</span><span class="w"> </span><span class="n">plot_ly</span><span class="p">(</span><span class="n">x</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="n">obs</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="n">obs</span><span class="p">[,</span><span class="m">2</span><span class="p">])</span><span class="w"> </span><span class="n">fig2</span><span class="w"> </span><span class="o"><-</span><span class="w"> </span><span class="n">subplot</span><span class="p">(</span><span class="w"> </span><span class="n">fig</span><span class="w"> </span><span class="o">%>%</span><span class="w"> </span><span class="n">add_markers</span><span class="p">(</span><span class="n">alpha</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="m">0.2</span><span class="p">),</span><span class="w"> </span><span class="n">fig</span><span class="w"> </span><span class="o">%>%</span><span class="w"> </span><span class="n">add_histogram2d</span><span class="p">()</span><span class="w"> </span><span class="p">)</span><span class="w"> </span><span class="n">fig2</span><span class="w"> </span></code></pre></div> <div class="plotly html-widget html-fill-item" id="htmlwidget-5250f548bf74971ffa07" style="width:672px;height:480px;"></div> <script type="application/json" data-for="htmlwidget-5250f548bf74971ffa07">{"x":{"data":[{"x":[1.6527838144128293,-1.9915399948094401,-0.84058633838493446,-0.89924500176223165,1.4286487212094994,1.9668980269366521,-1.1047930912640724,0.54890494090935338,-1.2655675931189048,0.26666374448513647,0.70758460235490539,-0.46649898499424469,0.31616221416886198,-1.0086094038904576,-0.13047194771007717,0.41921341601937118,0.5580595650803033,0.083678074482954126,1.3274205931755712,-0.21714629733871482,-0.29356439672680623,-2.3030297829531379,-0.31243763508052996,0.12054999978158826,2.2280519788076374,-0.37103788371723601,-0.69276119540904357,0.45811596676525346,-0.26105980850786292,-0.072793148474646588,-0.98327911214910091,-1.1091321353333565,-0.54084337424237761,-1.240184216696349,-1.5002195874386615,-0.91816772734501884,0.19293562583435267,0.57589657969709818,-1.2086599738316885,-0.014177694034456173,0.53695880007322716,-0.16244115060433764,0.33545768042132507,-1.8030290256397661,0.46312667785577416,-1.3348632188424774,-2.6146063412890044,0.53449582218540226,-0.24881673866885584,1.0169855402742576,-1.4054009002922294,1.8844773325713051,2.6462100287789325,0.73197962797344496,-0.57878655089666842,1.5430421247666095,0.67751812464251304,1.3794819563869221,-0.27476952379091679,0.77581767417457848,0.11152935713599922,0.31425710684145619,-0.035080309796163105,0.59039567143506844,-0.17402519954047127,-0.14187110851720688,0.36994384081259302,0.63343025865356006,1.633596405883285,-2.6249699886003812,-1.4749426617831658,-1.288101440071121,-1.0246498216552853,-1.132473473974756,2.0887291149654534,0.20286345118225141,1.3672084033909133,-0.071216898710833365,0.10030383482652078,0.29287515411645731,1.3165598385726469,0.047380175462673771,-0.40345749205281323,-2.2340529927037522,0.77840102789499699,0.79277804374518768,-2.4373094322009687,0.44532784299170441,1.0077867580544926,-0.20460670424001143,-0.36074505644975541,-0.09832458251233088,0.18357066718185019,-3.3005585976603382,0.97429861149072328,1.6980519635525102,0.36902362765287761,1.5680730462979826,0.42117995956871873,1.0873563228912837,1.9488278846644758,0.70301403352540814,-1.7706929169862486,0.77705228789083536,-0.81204632776916319,-0.45460873111801842,-1.2651097274929322,1.2342007787755904,0.037729522197355682,-1.4007315721909048,-1.4904084302467626,-0.35467065765510647,0.80485396227695982,-0.029580856086465102,-0.11813098905369331,-0.12651111752169375,0.2763204176318359,-0.56424328118252742,0.098632759693983593,-0.14637261078664285,-0.17386271502212403,0.12972002632889312,-0.41250606440136101,1.1755541090098798,-0.085655743865379358,0.13340203873018738,-0.28603846354213114,0.48396584747131643,-1.624775121922857,-0.61432196855387156,-0.70083915606286684,-0.83625285998800092,-0.6443673230382666,1.1502157069862884,1.1888919258373121,0.08654957962435729,2.2600403044015511,0.28159150416828704,-1.0113145487823438,-1.5475084073378069,-0.67399227467037448,-0.51618893246093644,0.28157788342874357,2.0528313773970845,1.093783103812461,0.53368738778282798,-0.20745543147010861,-1.8581407378553783,1.7333314369797996,-2.5969159538825379,-0.060485520002681085,0.32663509986304023,-0.55366785288724496,-1.7761646875595731,-1.161197568094444,-0.68848984633242505,-0.63115653682994532,-1.5080691780212174,1.3681421087953527,-0.40687668075056982,-1.2547529970064384,-0.39706194425118796,1.3822304629809594,0.73591619759760818,1.2891774670558487,-1.5103701615647076,-0.17810164132548598,0.47412750737070136,0.70297609951705919,-0.29385885464891676,-0.53026217470315717,-1.7574248216861006,0.45783318692541319,-2.2907292218564597,-1.517257258215895,-1.1121878005846779,0.82940265654380763,-0.018275941012899977,0.41709530214834822,-0.7573235371728424,-0.62755372385872077,-0.66098338372580445,-0.67572856520309743,-1.165515652896709,-1.1214030929719847,-0.30279666451446335,-1.9988441027082358,0.39821809626475146,0.60497419071948133,0.68447096825868203,-0.46270836217281214,1.9177593802429975,-0.01250419238390457,0.9325745307660841,-0.1797447141448042,0.29871652833714263,-0.39240596090818913,-0.89276645877289573,0.099805184930078547,1.5806035909936005,0.641961265007577,-0.20340404394368788,-0.028550732385981065,-1.8502719875972879,1.5214944040981455,-0.90862321656950096,0.62958007532873195,-0.86443775357227592,-0.69750966282818372,0.4535462690707332,-1.4433053272432528,0.68442569108711393,-0.11225106172313767,-1.2098123913791599,1.1131004501556616,-0.51632432436507936,0.27476015101643675,0.11365346497982401,-0.12592027621634652,0.35563127641416198,-1.7242360853191623,0.49181787823013207,-0.59049857497174507,1.3268189003920088,1.1982236643787982,-2.2177652086889905,-1.0641620813749619,0.72754013958253683,0.81973197565913891,-0.64385893152221807,1.2118157502610365,-0.45589790430455274,0.021057854518647445,0.14866931704510972,0.42147458828861029,-0.18064393243496188,0.37241574737278665,0.83752178620581608,1.0570545194698429,-0.72124753962593202,0.56090172463811616,-1.5886769928084647,0.17227317773080403,-1.2328937351549714,2.2025137585994776,1.2380059026313952,0.51615418272011093,-0.67246589764076237,-0.53144501006175537,-0.47728403668571828,0.04334565732726911,0.16552999881218117,0.62572647402118986,0.47230135740976248,1.4125526417062071,0.57668953486304575,0.20694761538468884,0.38089814218542833,-0.46997523912092076,0.35688696342814535,-1.2675205839345354,-2.0420925527383105,1.7048953148563806,0.34538118158085085,1.0311748888358101,-2.970280242355483,1.1505143181250042,-0.072712648481158923,-1.143473624624155,-0.17082179174922091,0.82187679922402457,1.9768945565255434,0.22287099442297498,-0.78552804069243209,-1.1295135647669601,1.0720273284653077,0.5204760369059368,0.36757585816322985,0.9026599703634558,0.6800521983212735,-0.5952196859799942,-0.19167594591283649,1.0576188291779161,0.89013946998916649,-0.63760534761530974,-1.2344759341409348,-0.54140618054494316,-0.22252754737360184,-0.48355271649929804,-0.49341165804057019,0.57054234996540421,-1.485112893157075,0.87091545631100697,-1.8774997002764713,-1.9613330545468859,-0.17077711685974747,0.47114594875881588,0.87319753193000982,-1.7086658214595583,-2.332422072536521,-0.51822485147303932,0.53340890651715511,1.112404836633186,0.80725647960215041,1.592257847749446,-0.26577598199540287,-0.1482597338148991,-1.0600290222952682,0.54585443633504049,0.91832070645466535,0.36438780452679875,0.9926203348363225,-0.25725082652324477,-0.76663462817918571,0.95202291938181782,0.93621342521722084,-0.597751896548393,-0.4286872037687196,-0.4982081899586997,0.90660248234363394,-1.0560498853774367,-0.058308356151847623,0.13849858973381446,-0.71027615665493027,-0.62969636151381658,0.010343502166186973,-0.75302956294623602,0.34136660178249822,-0.75733991415969393,1.817979505532316,-2.2064834458203393,-0.45657254878637893,-0.1408582700781279,1.0085103523752756,0.23145064435671306,0.93327724758374664,0.16747657769880567,-0.91247298706638769,0.32532623987036713,-0.64658843928019261,-0.0033573870613335471,0.71183666297446135,-0.28166496942201974,-0.45724532166131343,-0.072512723774093693,-0.15948958508191732,1.0510014208487506,-0.028489499691988163,0.37694295191493843,-1.4118122600578245,1.6722498879050964,-0.58330577897729863,-0.039455930210255188,-1.7511379571295589,-0.30629799611628106,1.1134785677208721,-0.29328454965338291,-1.2497355307704967,0.20899997368514731,0.059979042208717623,-0.018074683807860169,-1.8116716960924082,0.55740109175811914,0.94935653885652949,0.31339540035796953,1.4766839834676204,0.78260602570631532,-0.28792186175493767,-1.1789552069670433,-0.31573339769328723,0.062217241132623599,-1.0592389660404058,-0.39510154223642446,-0.68960020540604994,-0.48480762000061034,-0.036814770601192495,0.9727905140380616,-1.5174836084575523,0.21552309530961777,-0.17578106356715326,1.2934565179450292,-0.4335821754444496,-1.4220749846762288,-1.5676782672335137,-0.49902004957846879,0.17106083088486843,-0.65549865368322791,1.1795479147142862,1.0759727052610131,0.72158495253329913,-0.70722160703034997,-0.25297591863663327,-0.2170628364120829,0.099402699291722907,-0.62429669330457771,-0.98926240770159324,0.6223997119616641,-0.86542932463479638,-1.789750522494596,0.20252477797348073,0.9203466926751569,-0.50020635985687556,0.46702164966362797,-0.92755688303080719,-0.95546079245223703,-0.93217924547373965,-0.93143632724879211,1.1773747232593883,-0.90123344529436167,1.241855062178197,1.0656853078295467,-0.028259449376751296,-1.2357133635443613,0.7558918072430808,-1.2798919098864328,0.82429638460810373,-1.7147162740898576,0.65939032666535169,-0.3078438818777825,-0.76023122736633653,-0.64256911217005197,0.15985060339145823,-0.22170759825393324,-1.4085179195776969,-0.80376293761288875,1.2393256991628236,0.88546089896876767,-1.108563071663212,-1.1097768238547436,0.72006576077443651,-0.30640751481367834,2.1148233207578984,-1.2697332742102028,0.49482728668947362,1.7219581556021135,-0.006088362780830644,-1.8312617740511321,-0.28656023550715254,1.9445801933656972,-0.29628103927424015,1.775049006888038,-0.79437680266034438,0.2017498464488596,1.0394669433409616,0.98907275640279391,0.95183861602380393,0.15701740684004606,0.89384977538055976,0.34399295507164146,-0.67376253844500911,-1.2436188055712853,-1.3727204444481791,0.37698813577435797,-1.2977448139909129,2.7608664455676886,1.1939539566518367,2.8912569037897073,0.27924134849101739,-1.7730738124741097,1.8844955888180743,-1.2068776369815597,-2.215019224865836,-0.041401948333596297,0.39532000633170178,-0.81854294096960889,-0.4765231054265594,1.2755516163298721,-1.1045253859102087,-0.69247921094081999,1.0843558003022558,-0.04296994583227149,-1.8630656667782464,1.7898486699790639,-0.59078637759840846,-0.3416957010303443,1.596081883875627,0.42352029869888025,-0.62527098717598584,0.30782801244167968,0.18000400377806169,0.17163025122083661,0.64507145915032438,-0.2874632204417808,1.7060938705034361,-1.2341352614587866,-0.65784907272134963,-1.3043430467711152,-0.73004635937430296,0.66354810111983753,0.39788743404481569,-1.0695124642687972,1.4047344585036698,1.7647435181605473,0.62860694144914231,-1.5791662114422194,-0.38849114508641425,-1.4664034922993769,0.86192134431955503,-0.55013921604666172,-0.33409295979366738],"y":[-1.6428369482646714,1.1315504993936176,0.96392960391843918,0.93984003669053351,-0.73818017428326954,-0.93354202873662806,1.5174842335906806,1.1080157277896745,1.0579295127405917,-0.73202366226057103,-0.41137961872176915,1.8046067281154434,-0.73430114789965018,0.3412342552270865,0.59127655968377524,0.53039851530212057,-1.2009968630298757,0.54336061453548801,-0.69887988369307374,0.15518597798243972,-0.41547008452492246,2.3783938737609573,-0.038039310121058274,-0.44857433272326952,-1.8348992286029751,0.42716608892141628,-0.31850231136919044,0.1230252341778966,-0.51609698654142888,0.56586692531469429,0.13300208763471727,0.17111872696061864,0.79154965098595587,1.2229697187475492,1.3982799633327139,0.95072857119540111,-1.1099383568424794,-0.4675757273958186,-0.20300591571988813,-0.39410744034013878,0.4951203335207825,-0.38860825142416566,-0.20215499538553661,0.59659087376308439,-0.5445926455587814,1.4454076192135148,1.3749474406209881,-0.22804478610207768,0.77628533848848802,-0.58655204809817985,0.72776108808028495,-2.1523732311113482,-0.92460727070770088,-0.082670687941691981,0.33780191636174672,-1.3592333914989334,-2.4239158211639684,-0.90306824163292432,0.66178928856425756,-0.47782730133859003,-0.73354319385788769,-1.0367979452233265,0.29510372651067968,-1.4487434622223605,-0.43697241078568994,0.19607158484240805,-0.87997732327961453,0.62911354362392746,-1.3568570305836025,1.5709688510999791,1.8468834525651163,1.6825533482386092,1.115258194972542,2.0964782969117355,-1.9049386290769761,-1.2919318636931909,-0.23622769463807136,0.46254029383725193,0.90217462278332838,0.33565728571637815,-2.2379892180831531,0.26479709853677302,1.586788280981952,2.100641522655192,-1.1296416804306579,-0.51441164903857717,1.9424847286527751,-0.26276959013161177,0.24358124456795377,0.69071877725599029,0.16076108919733526,-1.4907821516344772,0.095110667801897572,2.5540409364557255,-1.3791688514652283,-2.1071925848141841,-0.91416709385909733,-1.4231976001077096,0.20645436810461212,-1.5140620396356403,-1.3788736567743805,-0.77868866816043625,1.2862878011794425,-0.40094092194538061,0.54614105073210151,0.64224683329858512,0.6060378812860977,-0.42412036189554525,0.81964715184311088,0.78572102572166702,0.73709107963847842,-0.016853941820969116,0.134844142176509,-1.0216270596285772,0.73175800610112118,-0.42068563870541925,-0.97385605243769802,0.81672027427280236,0.92116291356947733,0.82615768052000171,0.69176554881783381,-0.61610676394048614,-0.22784146072343778,-1.2083846544363956,-0.7047034484182092,-0.6532125573802916,0.35493064013771469,-0.18138362228230509,1.6915094728190883,1.0204834708643116,-0.43921599054474608,0.74430751342256718,0.8636009847430729,-1.7942112990351966,-1.3480319065981581,0.1809428612527951,-1.9118105783580035,0.44901851602974152,1.4298929034187833,0.46168635104155825,0.23962583412619748,-0.28086109637028916,-1.2541673576539827,-1.6189150315095522,-0.43955088087064476,-0.59325368008450674,0.94768834993237216,0.88055454053609117,-1.031659126335676,0.51671138099356639,-0.47046269683320591,-0.69463320449709243,0.039401294393051865,0.63512888408500412,1.5903443733981681,-0.62008494489977628,0.81089868057095438,1.4142813211145575,0.24204110822478783,0.50110390100568802,1.5001654206704504,-1.0224849597596093,-1.0997047778673625,-0.3015869294332576,-0.82383919677167483,0.95788947918898215,0.84045486345165965,-1.4663790992712371,-0.99279446992684151,-0.32933797900316447,-0.43795615619627631,1.4548642720124034,-0.26714539106772089,2.4914837677295605,1.5468396538115363,0.1500847180965359,-0.63235648884844997,0.26551559288182053,-0.80993741859543755,0.72414579222133046,0.5900125380952409,0.25372827040172263,1.1261416928138721,0.81713215838094511,0.78624189732663707,-0.080378903271612193,0.47366034651274874,-0.20969346596038965,-0.49993866662157616,-0.76441296634953648,1.0053246372347195,-0.56707195091372276,0.33158548660976689,-0.77471799517274187,-0.40898122461992509,-0.1126508169728381,0.52068206422492491,1.0595572709174368,-0.0015803468859482553,-0.72620078199867988,0.033429062956236495,-0.47983684013944561,-0.79529535414599939,0.48183032934427111,-1.468708660227112,0.79911358974363611,0.55339886298994079,1.0737872529176529,0.56101820339931729,-0.85930989087275456,1.9043451265613975,-0.77920208690255599,-0.33797813708150243,0.10280132890510581,-0.81026707797969522,0.93531437854009536,-0.52113139034681866,-0.06077058159338973,-0.28277207141255561,-0.39730957405904993,1.1950472980615525,-2.1271789093946292,0.63546228961936602,-1.1359404020575892,-2.4245146218546405,1.3902678366142509,1.2039532490491751,-0.1854070460978367,-0.8525473314470895,0.44962195359572976,-0.70326771413693423,-0.16405251148368694,0.27945101301195802,0.51835830501871516,-0.40828604282288605,1.2462079680805411,-0.45254102472043334,0.94380733773660552,-0.6610573639252314,0.77074134732561084,-0.75802864766895262,1.437665513307181,-0.63801746782188729,0.69998277621613592,-1.3654475683040803,-0.99903629277944161,-0.071401783259309987,0.18935921029233538,-0.76162148228249227,0.73198093699989153,-1.4619270793703041,0.38107775032294,-1.4066727344580439,-0.73153055976848447,-1.0466981463630409,-0.6445805678364982,-1.5582657586337587,-1.1742430730504851,0.96614309794633302,0.21126645417530168,0.19137578364555868,0.76462171975172377,-0.056130416413321955,0.6777998803860773,-1.6923842656948305,3.0953183448671133,-0.63390471897489031,0.15967837764051895,0.5370856059145539,0.55576441963396972,-0.843003451363878,-1.8501184016112577,-0.51385890705910253,2.0697113971029197,0.59402867275527493,-0.33893643954776026,-0.93021788167044417,0.82675125292506257,-1.5051341513366532,-0.26356628514844177,-0.34885467977699425,-0.86669163226978518,-1.3726911010324576,-1.1289732154771657,-0.015353839832821113,0.35777754865782424,0.87889319944198341,-0.29708333102114604,0.68106977578007233,0.75391079548736317,-1.0536639139176824,0.74572900421127375,-1.7668939660386618,1.6118507615874709,2.0489119140703238,-0.092042557962775981,-0.22024085141636263,-0.010304727483764854,1.3075969451917324,1.3843830201173972,0.66552061125737716,-1.171105280057793,-0.74852809800062459,1.1749303833361964,-1.4292204521657905,-0.2828958146225905,0.5580420365157206,1.182884261926558,-1.1007854436500646,-0.30921943298837234,-0.80606872705119015,-0.50417537505418331,-0.36034735336949986,0.35657789647345134,-0.9062495062255681,-1.3069156675712135,-0.21344198899220579,0.31161789589278427,-0.5212081897036086,0.13219802840132638,1.1274396684903925,0.0031350029129750272,-0.0379566421224517,0.88151578609460524,-0.43439883837438209,-0.34166919229657577,1.3958890081891135,0.00010651552165605787,0.79785743812340915,-0.91081635088834023,1.5235629596187639,-0.50738324570380666,-0.089819026251389669,-0.51682860905385464,0.59228528555677651,-1.1528670811648281,-1.3285536688223922,1.0532483828160475,0.22835045855147179,0.19402086704181074,-0.060401986529420235,-0.57709863473467271,1.327768801968487,1.4451142334345406,-0.51694276348683044,0.51030077904376614,-0.099907510638661962,0.36731734510503056,-0.4354700990750473,1.8747887774492107,-0.17264546806485501,0.40327531969691222,0.52670290458746594,2.7632145387831861,-0.37340147736177759,-1.7208115150930403,0.49431127664210711,0.4432014707832922,-0.28387342806457971,-0.15289371164386098,1.6665010984663011,0.75603839816720453,-1.4423308649234792,-0.71433114612920712,0.28579234785027269,-1.6692982908149419,0.56329184454079528,-0.36288254901836114,0.64180860284208885,0.49488370288557543,-0.051706776717522239,1.6060525525693119,0.12060953903247768,1.0519177003037927,0.7462020549598618,0.30477309286739018,-0.36271973878853531,2.1166321102887204,1.0956810000775468,1.0549105075221132,-0.95529391624743409,-1.0334787609459404,1.5492273256262721,2.0964842534145318,0.089158957019775054,0.50325542407406765,1.4087301745476537,-1.3810600227352656,-1.7839098566605542,-1.1494884661846914,0.087062043488348145,0.14567588089277075,0.1016093358344131,-0.18199671756467894,0.70573416257520827,1.0927746901995248,0.31583661974206562,0.7189736105328971,0.82334986447887704,0.53415533978110985,-1.3387855575954322,-1.7068202723985173,-0.82125436403250385,1.2274288421876807,-0.28648325620603432,0.66988629750330808,-0.012429123203078056,-0.4629929672132696,0.7997564628527486,-0.66321094274070691,-1.289492511392353,-1.0506973340642285,1.2131821107440481,-1.1135599174067177,1.2160733441103573,0.48817912744650666,1.7864905854172461,-1.0458253878697084,0.63696348739991682,-0.69002454665818824,0.8700027744825819,-0.85980600488789061,-0.63364771033006062,1.3880061448417595,0.59595772142153935,-0.48969568493806032,-0.70425530805415237,1.6595112357326289,0.7120162643280773,2.3049393554690849,1.0777071471711028,-1.9645342171132181,0.52277011690810582,-0.87627171856659236,-1.8608670691503124,0.14597838279108197,1.1368635397650504,0.12257057439717635,-1.9915011630155885,0.35956981946973926,-0.71736741396640791,0.9111172325900122,-1.3002537267346737,-1.5982579082767057,-1.4285468326375457,-0.83279748559892863,-0.8231247741792288,-0.67223549812062122,0.18633584188621105,0.20789086222354186,1.2504599729490675,0.92164558337636593,-0.30920847605824275,2.5038092953399338,-2.0815936316408838,-1.6639563655160423,-3.0359693168962676,-0.85714379312811095,0.71421330632467828,-1.6448202358013284,1.4520427715269384,0.61483444459753078,-0.22030305942290382,0.13279832547775131,-0.21984061555063425,-0.3671980249022519,-1.8710474740449874,1.3060640428617751,0.25830559676474613,-0.600390538314161,1.1361564242070854,2.4138371099509857,-1.7278479770452886,1.624619551736592,-0.015999081901046132,-1.1480822651842455,0.36712881268887604,0.84501332725605749,0.10433007743884903,0.7281229504125265,-0.16461767553907619,-0.94802045090492393,-0.01441201205990169,-1.1954925602417088,1.7188824284637663,0.60851441157681196,0.30170873934288878,0.45040942824353308,-0.58167910487700625,-0.33190987180820203,-0.85720406182025766,-0.93182180716032936,-2.1325511013660963,-0.63717997192345199,0.98131946607839848,-0.25469189210025028,0.74723463601057694,-0.86212233029843532,0.8876304675017741,0.54286677740010847],"type":"scatter","mode":"markers","marker":{"color":"rgba(31,119,180,0.2)","line":{"color":"rgba(31,119,180,1)"}},"error_y":{"color":"rgba(31,119,180,0.2)"},"error_x":{"color":"rgba(31,119,180,0.2)"},"line":{"color":"rgba(31,119,180,0.2)"},"xaxis":"x","yaxis":"y","frame":null},{"colorbar":{"title":"","ticklen":2,"len":0.5,"lenmode":"fraction","y":1,"yanchor":"top"},"colorscale":[["0","rgba(68,1,84,1)"],["0.0416666666666667","rgba(70,19,97,1)"],["0.0833333333333333","rgba(72,32,111,1)"],["0.125","rgba(71,45,122,1)"],["0.166666666666667","rgba(68,58,128,1)"],["0.208333333333333","rgba(64,70,135,1)"],["0.25","rgba(60,82,138,1)"],["0.291666666666667","rgba(56,93,140,1)"],["0.333333333333333","rgba(49,104,142,1)"],["0.375","rgba(46,114,142,1)"],["0.416666666666667","rgba(42,123,142,1)"],["0.458333333333333","rgba(38,133,141,1)"],["0.5","rgba(37,144,140,1)"],["0.541666666666667","rgba(33,154,138,1)"],["0.583333333333333","rgba(39,164,133,1)"],["0.625","rgba(47,174,127,1)"],["0.666666666666667","rgba(53,183,121,1)"],["0.708333333333333","rgba(79,191,110,1)"],["0.75","rgba(98,199,98,1)"],["0.791666666666667","rgba(119,207,85,1)"],["0.833333333333333","rgba(147,214,70,1)"],["0.875","rgba(172,220,52,1)"],["0.916666666666667","rgba(199,225,42,1)"],["0.958333333333333","rgba(226,228,40,1)"],["1","rgba(253,231,37,1)"]],"showscale":true,"x":[1.6527838144128293,-1.9915399948094401,-0.84058633838493446,-0.89924500176223165,1.4286487212094994,1.9668980269366521,-1.1047930912640724,0.54890494090935338,-1.2655675931189048,0.26666374448513647,0.70758460235490539,-0.46649898499424469,0.31616221416886198,-1.0086094038904576,-0.13047194771007717,0.41921341601937118,0.5580595650803033,0.083678074482954126,1.3274205931755712,-0.21714629733871482,-0.29356439672680623,-2.3030297829531379,-0.31243763508052996,0.12054999978158826,2.2280519788076374,-0.37103788371723601,-0.69276119540904357,0.45811596676525346,-0.26105980850786292,-0.072793148474646588,-0.98327911214910091,-1.1091321353333565,-0.54084337424237761,-1.240184216696349,-1.5002195874386615,-0.91816772734501884,0.19293562583435267,0.57589657969709818,-1.2086599738316885,-0.014177694034456173,0.53695880007322716,-0.16244115060433764,0.33545768042132507,-1.8030290256397661,0.46312667785577416,-1.3348632188424774,-2.6146063412890044,0.53449582218540226,-0.24881673866885584,1.0169855402742576,-1.4054009002922294,1.8844773325713051,2.6462100287789325,0.73197962797344496,-0.57878655089666842,1.5430421247666095,0.67751812464251304,1.3794819563869221,-0.27476952379091679,0.77581767417457848,0.11152935713599922,0.31425710684145619,-0.035080309796163105,0.59039567143506844,-0.17402519954047127,-0.14187110851720688,0.36994384081259302,0.63343025865356006,1.633596405883285,-2.6249699886003812,-1.4749426617831658,-1.288101440071121,-1.0246498216552853,-1.132473473974756,2.0887291149654534,0.20286345118225141,1.3672084033909133,-0.071216898710833365,0.10030383482652078,0.29287515411645731,1.3165598385726469,0.047380175462673771,-0.40345749205281323,-2.2340529927037522,0.77840102789499699,0.79277804374518768,-2.4373094322009687,0.44532784299170441,1.0077867580544926,-0.20460670424001143,-0.36074505644975541,-0.09832458251233088,0.18357066718185019,-3.3005585976603382,0.97429861149072328,1.6980519635525102,0.36902362765287761,1.5680730462979826,0.42117995956871873,1.0873563228912837,1.9488278846644758,0.70301403352540814,-1.7706929169862486,0.77705228789083536,-0.81204632776916319,-0.45460873111801842,-1.2651097274929322,1.2342007787755904,0.037729522197355682,-1.4007315721909048,-1.4904084302467626,-0.35467065765510647,0.80485396227695982,-0.029580856086465102,-0.11813098905369331,-0.12651111752169375,0.2763204176318359,-0.56424328118252742,0.098632759693983593,-0.14637261078664285,-0.17386271502212403,0.12972002632889312,-0.41250606440136101,1.1755541090098798,-0.085655743865379358,0.13340203873018738,-0.28603846354213114,0.48396584747131643,-1.624775121922857,-0.61432196855387156,-0.70083915606286684,-0.83625285998800092,-0.6443673230382666,1.1502157069862884,1.1888919258373121,0.08654957962435729,2.2600403044015511,0.28159150416828704,-1.0113145487823438,-1.5475084073378069,-0.67399227467037448,-0.51618893246093644,0.28157788342874357,2.0528313773970845,1.093783103812461,0.53368738778282798,-0.20745543147010861,-1.8581407378553783,1.7333314369797996,-2.5969159538825379,-0.060485520002681085,0.32663509986304023,-0.55366785288724496,-1.7761646875595731,-1.161197568094444,-0.68848984633242505,-0.63115653682994532,-1.5080691780212174,1.3681421087953527,-0.40687668075056982,-1.2547529970064384,-0.39706194425118796,1.3822304629809594,0.73591619759760818,1.2891774670558487,-1.5103701615647076,-0.17810164132548598,0.47412750737070136,0.70297609951705919,-0.29385885464891676,-0.53026217470315717,-1.7574248216861006,0.45783318692541319,-2.2907292218564597,-1.517257258215895,-1.1121878005846779,0.82940265654380763,-0.018275941012899977,0.41709530214834822,-0.7573235371728424,-0.62755372385872077,-0.66098338372580445,-0.67572856520309743,-1.165515652896709,-1.1214030929719847,-0.30279666451446335,-1.9988441027082358,0.39821809626475146,0.60497419071948133,0.68447096825868203,-0.46270836217281214,1.9177593802429975,-0.01250419238390457,0.9325745307660841,-0.1797447141448042,0.29871652833714263,-0.39240596090818913,-0.89276645877289573,0.099805184930078547,1.5806035909936005,0.641961265007577,-0.20340404394368788,-0.028550732385981065,-1.8502719875972879,1.5214944040981455,-0.90862321656950096,0.62958007532873195,-0.86443775357227592,-0.69750966282818372,0.4535462690707332,-1.4433053272432528,0.68442569108711393,-0.11225106172313767,-1.2098123913791599,1.1131004501556616,-0.51632432436507936,0.27476015101643675,0.11365346497982401,-0.12592027621634652,0.35563127641416198,-1.7242360853191623,0.49181787823013207,-0.59049857497174507,1.3268189003920088,1.1982236643787982,-2.2177652086889905,-1.0641620813749619,0.72754013958253683,0.81973197565913891,-0.64385893152221807,1.2118157502610365,-0.45589790430455274,0.021057854518647445,0.14866931704510972,0.42147458828861029,-0.18064393243496188,0.37241574737278665,0.83752178620581608,1.0570545194698429,-0.72124753962593202,0.56090172463811616,-1.5886769928084647,0.17227317773080403,-1.2328937351549714,2.2025137585994776,1.2380059026313952,0.51615418272011093,-0.67246589764076237,-0.53144501006175537,-0.47728403668571828,0.04334565732726911,0.16552999881218117,0.62572647402118986,0.47230135740976248,1.4125526417062071,0.57668953486304575,0.20694761538468884,0.38089814218542833,-0.46997523912092076,0.35688696342814535,-1.2675205839345354,-2.0420925527383105,1.7048953148563806,0.34538118158085085,1.0311748888358101,-2.970280242355483,1.1505143181250042,-0.072712648481158923,-1.143473624624155,-0.17082179174922091,0.82187679922402457,1.9768945565255434,0.22287099442297498,-0.78552804069243209,-1.1295135647669601,1.0720273284653077,0.5204760369059368,0.36757585816322985,0.9026599703634558,0.6800521983212735,-0.5952196859799942,-0.19167594591283649,1.0576188291779161,0.89013946998916649,-0.63760534761530974,-1.2344759341409348,-0.54140618054494316,-0.22252754737360184,-0.48355271649929804,-0.49341165804057019,0.57054234996540421,-1.485112893157075,0.87091545631100697,-1.8774997002764713,-1.9613330545468859,-0.17077711685974747,0.47114594875881588,0.87319753193000982,-1.7086658214595583,-2.332422072536521,-0.51822485147303932,0.53340890651715511,1.112404836633186,0.80725647960215041,1.592257847749446,-0.26577598199540287,-0.1482597338148991,-1.0600290222952682,0.54585443633504049,0.91832070645466535,0.36438780452679875,0.9926203348363225,-0.25725082652324477,-0.76663462817918571,0.95202291938181782,0.93621342521722084,-0.597751896548393,-0.4286872037687196,-0.4982081899586997,0.90660248234363394,-1.0560498853774367,-0.058308356151847623,0.13849858973381446,-0.71027615665493027,-0.62969636151381658,0.010343502166186973,-0.75302956294623602,0.34136660178249822,-0.75733991415969393,1.817979505532316,-2.2064834458203393,-0.45657254878637893,-0.1408582700781279,1.0085103523752756,0.23145064435671306,0.93327724758374664,0.16747657769880567,-0.91247298706638769,0.32532623987036713,-0.64658843928019261,-0.0033573870613335471,0.71183666297446135,-0.28166496942201974,-0.45724532166131343,-0.072512723774093693,-0.15948958508191732,1.0510014208487506,-0.028489499691988163,0.37694295191493843,-1.4118122600578245,1.6722498879050964,-0.58330577897729863,-0.039455930210255188,-1.7511379571295589,-0.30629799611628106,1.1134785677208721,-0.29328454965338291,-1.2497355307704967,0.20899997368514731,0.059979042208717623,-0.018074683807860169,-1.8116716960924082,0.55740109175811914,0.94935653885652949,0.31339540035796953,1.4766839834676204,0.78260602570631532,-0.28792186175493767,-1.1789552069670433,-0.31573339769328723,0.062217241132623599,-1.0592389660404058,-0.39510154223642446,-0.68960020540604994,-0.48480762000061034,-0.036814770601192495,0.9727905140380616,-1.5174836084575523,0.21552309530961777,-0.17578106356715326,1.2934565179450292,-0.4335821754444496,-1.4220749846762288,-1.5676782672335137,-0.49902004957846879,0.17106083088486843,-0.65549865368322791,1.1795479147142862,1.0759727052610131,0.72158495253329913,-0.70722160703034997,-0.25297591863663327,-0.2170628364120829,0.099402699291722907,-0.62429669330457771,-0.98926240770159324,0.6223997119616641,-0.86542932463479638,-1.789750522494596,0.20252477797348073,0.9203466926751569,-0.50020635985687556,0.46702164966362797,-0.92755688303080719,-0.95546079245223703,-0.93217924547373965,-0.93143632724879211,1.1773747232593883,-0.90123344529436167,1.241855062178197,1.0656853078295467,-0.028259449376751296,-1.2357133635443613,0.7558918072430808,-1.2798919098864328,0.82429638460810373,-1.7147162740898576,0.65939032666535169,-0.3078438818777825,-0.76023122736633653,-0.64256911217005197,0.15985060339145823,-0.22170759825393324,-1.4085179195776969,-0.80376293761288875,1.2393256991628236,0.88546089896876767,-1.108563071663212,-1.1097768238547436,0.72006576077443651,-0.30640751481367834,2.1148233207578984,-1.2697332742102028,0.49482728668947362,1.7219581556021135,-0.006088362780830644,-1.8312617740511321,-0.28656023550715254,1.9445801933656972,-0.29628103927424015,1.775049006888038,-0.79437680266034438,0.2017498464488596,1.0394669433409616,0.98907275640279391,0.95183861602380393,0.15701740684004606,0.89384977538055976,0.34399295507164146,-0.67376253844500911,-1.2436188055712853,-1.3727204444481791,0.37698813577435797,-1.2977448139909129,2.7608664455676886,1.1939539566518367,2.8912569037897073,0.27924134849101739,-1.7730738124741097,1.8844955888180743,-1.2068776369815597,-2.215019224865836,-0.041401948333596297,0.39532000633170178,-0.81854294096960889,-0.4765231054265594,1.2755516163298721,-1.1045253859102087,-0.69247921094081999,1.0843558003022558,-0.04296994583227149,-1.8630656667782464,1.7898486699790639,-0.59078637759840846,-0.3416957010303443,1.596081883875627,0.42352029869888025,-0.62527098717598584,0.30782801244167968,0.18000400377806169,0.17163025122083661,0.64507145915032438,-0.2874632204417808,1.7060938705034361,-1.2341352614587866,-0.65784907272134963,-1.3043430467711152,-0.73004635937430296,0.66354810111983753,0.39788743404481569,-1.0695124642687972,1.4047344585036698,1.7647435181605473,0.62860694144914231,-1.5791662114422194,-0.38849114508641425,-1.4664034922993769,0.86192134431955503,-0.55013921604666172,-0.33409295979366738],"y":[-1.6428369482646714,1.1315504993936176,0.96392960391843918,0.93984003669053351,-0.73818017428326954,-0.93354202873662806,1.5174842335906806,1.1080157277896745,1.0579295127405917,-0.73202366226057103,-0.41137961872176915,1.8046067281154434,-0.73430114789965018,0.3412342552270865,0.59127655968377524,0.53039851530212057,-1.2009968630298757,0.54336061453548801,-0.69887988369307374,0.15518597798243972,-0.41547008452492246,2.3783938737609573,-0.038039310121058274,-0.44857433272326952,-1.8348992286029751,0.42716608892141628,-0.31850231136919044,0.1230252341778966,-0.51609698654142888,0.56586692531469429,0.13300208763471727,0.17111872696061864,0.79154965098595587,1.2229697187475492,1.3982799633327139,0.95072857119540111,-1.1099383568424794,-0.4675757273958186,-0.20300591571988813,-0.39410744034013878,0.4951203335207825,-0.38860825142416566,-0.20215499538553661,0.59659087376308439,-0.5445926455587814,1.4454076192135148,1.3749474406209881,-0.22804478610207768,0.77628533848848802,-0.58655204809817985,0.72776108808028495,-2.1523732311113482,-0.92460727070770088,-0.082670687941691981,0.33780191636174672,-1.3592333914989334,-2.4239158211639684,-0.90306824163292432,0.66178928856425756,-0.47782730133859003,-0.73354319385788769,-1.0367979452233265,0.29510372651067968,-1.4487434622223605,-0.43697241078568994,0.19607158484240805,-0.87997732327961453,0.62911354362392746,-1.3568570305836025,1.5709688510999791,1.8468834525651163,1.6825533482386092,1.115258194972542,2.0964782969117355,-1.9049386290769761,-1.2919318636931909,-0.23622769463807136,0.46254029383725193,0.90217462278332838,0.33565728571637815,-2.2379892180831531,0.26479709853677302,1.586788280981952,2.100641522655192,-1.1296416804306579,-0.51441164903857717,1.9424847286527751,-0.26276959013161177,0.24358124456795377,0.69071877725599029,0.16076108919733526,-1.4907821516344772,0.095110667801897572,2.5540409364557255,-1.3791688514652283,-2.1071925848141841,-0.91416709385909733,-1.4231976001077096,0.20645436810461212,-1.5140620396356403,-1.3788736567743805,-0.77868866816043625,1.2862878011794425,-0.40094092194538061,0.54614105073210151,0.64224683329858512,0.6060378812860977,-0.42412036189554525,0.81964715184311088,0.78572102572166702,0.73709107963847842,-0.016853941820969116,0.134844142176509,-1.0216270596285772,0.73175800610112118,-0.42068563870541925,-0.97385605243769802,0.81672027427280236,0.92116291356947733,0.82615768052000171,0.69176554881783381,-0.61610676394048614,-0.22784146072343778,-1.2083846544363956,-0.7047034484182092,-0.6532125573802916,0.35493064013771469,-0.18138362228230509,1.6915094728190883,1.0204834708643116,-0.43921599054474608,0.74430751342256718,0.8636009847430729,-1.7942112990351966,-1.3480319065981581,0.1809428612527951,-1.9118105783580035,0.44901851602974152,1.4298929034187833,0.46168635104155825,0.23962583412619748,-0.28086109637028916,-1.2541673576539827,-1.6189150315095522,-0.43955088087064476,-0.59325368008450674,0.94768834993237216,0.88055454053609117,-1.031659126335676,0.51671138099356639,-0.47046269683320591,-0.69463320449709243,0.039401294393051865,0.63512888408500412,1.5903443733981681,-0.62008494489977628,0.81089868057095438,1.4142813211145575,0.24204110822478783,0.50110390100568802,1.5001654206704504,-1.0224849597596093,-1.0997047778673625,-0.3015869294332576,-0.82383919677167483,0.95788947918898215,0.84045486345165965,-1.4663790992712371,-0.99279446992684151,-0.32933797900316447,-0.43795615619627631,1.4548642720124034,-0.26714539106772089,2.4914837677295605,1.5468396538115363,0.1500847180965359,-0.63235648884844997,0.26551559288182053,-0.80993741859543755,0.72414579222133046,0.5900125380952409,0.25372827040172263,1.1261416928138721,0.81713215838094511,0.78624189732663707,-0.080378903271612193,0.47366034651274874,-0.20969346596038965,-0.49993866662157616,-0.76441296634953648,1.0053246372347195,-0.56707195091372276,0.33158548660976689,-0.77471799517274187,-0.40898122461992509,-0.1126508169728381,0.52068206422492491,1.0595572709174368,-0.0015803468859482553,-0.72620078199867988,0.033429062956236495,-0.47983684013944561,-0.79529535414599939,0.48183032934427111,-1.468708660227112,0.79911358974363611,0.55339886298994079,1.0737872529176529,0.56101820339931729,-0.85930989087275456,1.9043451265613975,-0.77920208690255599,-0.33797813708150243,0.10280132890510581,-0.81026707797969522,0.93531437854009536,-0.52113139034681866,-0.06077058159338973,-0.28277207141255561,-0.39730957405904993,1.1950472980615525,-2.1271789093946292,0.63546228961936602,-1.1359404020575892,-2.4245146218546405,1.3902678366142509,1.2039532490491751,-0.1854070460978367,-0.8525473314470895,0.44962195359572976,-0.70326771413693423,-0.16405251148368694,0.27945101301195802,0.51835830501871516,-0.40828604282288605,1.2462079680805411,-0.45254102472043334,0.94380733773660552,-0.6610573639252314,0.77074134732561084,-0.75802864766895262,1.437665513307181,-0.63801746782188729,0.69998277621613592,-1.3654475683040803,-0.99903629277944161,-0.071401783259309987,0.18935921029233538,-0.76162148228249227,0.73198093699989153,-1.4619270793703041,0.38107775032294,-1.4066727344580439,-0.73153055976848447,-1.0466981463630409,-0.6445805678364982,-1.5582657586337587,-1.1742430730504851,0.96614309794633302,0.21126645417530168,0.19137578364555868,0.76462171975172377,-0.056130416413321955,0.6777998803860773,-1.6923842656948305,3.0953183448671133,-0.63390471897489031,0.15967837764051895,0.5370856059145539,0.55576441963396972,-0.843003451363878,-1.8501184016112577,-0.51385890705910253,2.0697113971029197,0.59402867275527493,-0.33893643954776026,-0.93021788167044417,0.82675125292506257,-1.5051341513366532,-0.26356628514844177,-0.34885467977699425,-0.86669163226978518,-1.3726911010324576,-1.1289732154771657,-0.015353839832821113,0.35777754865782424,0.87889319944198341,-0.29708333102114604,0.68106977578007233,0.75391079548736317,-1.0536639139176824,0.74572900421127375,-1.7668939660386618,1.6118507615874709,2.0489119140703238,-0.092042557962775981,-0.22024085141636263,-0.010304727483764854,1.3075969451917324,1.3843830201173972,0.66552061125737716,-1.171105280057793,-0.74852809800062459,1.1749303833361964,-1.4292204521657905,-0.2828958146225905,0.5580420365157206,1.182884261926558,-1.1007854436500646,-0.30921943298837234,-0.80606872705119015,-0.50417537505418331,-0.36034735336949986,0.35657789647345134,-0.9062495062255681,-1.3069156675712135,-0.21344198899220579,0.31161789589278427,-0.5212081897036086,0.13219802840132638,1.1274396684903925,0.0031350029129750272,-0.0379566421224517,0.88151578609460524,-0.43439883837438209,-0.34166919229657577,1.3958890081891135,0.00010651552165605787,0.79785743812340915,-0.91081635088834023,1.5235629596187639,-0.50738324570380666,-0.089819026251389669,-0.51682860905385464,0.59228528555677651,-1.1528670811648281,-1.3285536688223922,1.0532483828160475,0.22835045855147179,0.19402086704181074,-0.060401986529420235,-0.57709863473467271,1.327768801968487,1.4451142334345406,-0.51694276348683044,0.51030077904376614,-0.099907510638661962,0.36731734510503056,-0.4354700990750473,1.8747887774492107,-0.17264546806485501,0.40327531969691222,0.52670290458746594,2.7632145387831861,-0.37340147736177759,-1.7208115150930403,0.49431127664210711,0.4432014707832922,-0.28387342806457971,-0.15289371164386098,1.6665010984663011,0.75603839816720453,-1.4423308649234792,-0.71433114612920712,0.28579234785027269,-1.6692982908149419,0.56329184454079528,-0.36288254901836114,0.64180860284208885,0.49488370288557543,-0.051706776717522239,1.6060525525693119,0.12060953903247768,1.0519177003037927,0.7462020549598618,0.30477309286739018,-0.36271973878853531,2.1166321102887204,1.0956810000775468,1.0549105075221132,-0.95529391624743409,-1.0334787609459404,1.5492273256262721,2.0964842534145318,0.089158957019775054,0.50325542407406765,1.4087301745476537,-1.3810600227352656,-1.7839098566605542,-1.1494884661846914,0.087062043488348145,0.14567588089277075,0.1016093358344131,-0.18199671756467894,0.70573416257520827,1.0927746901995248,0.31583661974206562,0.7189736105328971,0.82334986447887704,0.53415533978110985,-1.3387855575954322,-1.7068202723985173,-0.82125436403250385,1.2274288421876807,-0.28648325620603432,0.66988629750330808,-0.012429123203078056,-0.4629929672132696,0.7997564628527486,-0.66321094274070691,-1.289492511392353,-1.0506973340642285,1.2131821107440481,-1.1135599174067177,1.2160733441103573,0.48817912744650666,1.7864905854172461,-1.0458253878697084,0.63696348739991682,-0.69002454665818824,0.8700027744825819,-0.85980600488789061,-0.63364771033006062,1.3880061448417595,0.59595772142153935,-0.48969568493806032,-0.70425530805415237,1.6595112357326289,0.7120162643280773,2.3049393554690849,1.0777071471711028,-1.9645342171132181,0.52277011690810582,-0.87627171856659236,-1.8608670691503124,0.14597838279108197,1.1368635397650504,0.12257057439717635,-1.9915011630155885,0.35956981946973926,-0.71736741396640791,0.9111172325900122,-1.3002537267346737,-1.5982579082767057,-1.4285468326375457,-0.83279748559892863,-0.8231247741792288,-0.67223549812062122,0.18633584188621105,0.20789086222354186,1.2504599729490675,0.92164558337636593,-0.30920847605824275,2.5038092953399338,-2.0815936316408838,-1.6639563655160423,-3.0359693168962676,-0.85714379312811095,0.71421330632467828,-1.6448202358013284,1.4520427715269384,0.61483444459753078,-0.22030305942290382,0.13279832547775131,-0.21984061555063425,-0.3671980249022519,-1.8710474740449874,1.3060640428617751,0.25830559676474613,-0.600390538314161,1.1361564242070854,2.4138371099509857,-1.7278479770452886,1.624619551736592,-0.015999081901046132,-1.1480822651842455,0.36712881268887604,0.84501332725605749,0.10433007743884903,0.7281229504125265,-0.16461767553907619,-0.94802045090492393,-0.01441201205990169,-1.1954925602417088,1.7188824284637663,0.60851441157681196,0.30170873934288878,0.45040942824353308,-0.58167910487700625,-0.33190987180820203,-0.85720406182025766,-0.93182180716032936,-2.1325511013660963,-0.63717997192345199,0.98131946607839848,-0.25469189210025028,0.74723463601057694,-0.86212233029843532,0.8876304675017741,0.54286677740010847],"type":"histogram2d","marker":{"line":{"color":"rgba(255,127,14,1)"}},"xaxis":"x2","yaxis":"y2","frame":null}],"layout":{"xaxis":{"domain":[0,0.47999999999999998],"automargin":true,"anchor":"y"},"xaxis2":{"domain":[0.52000000000000002,1],"automargin":true,"anchor":"y2"},"yaxis2":{"domain":[0,1],"automargin":true,"anchor":"x2"},"yaxis":{"domain":[0,1],"automargin":true,"anchor":"x"},"annotations":[],"shapes":[],"images":[],"margin":{"b":40,"l":60,"t":25,"r":10},"hovermode":"closest","showlegend":false,"legend":{"yanchor":"top","y":0.5}},"attrs":{"13ef2951b38":{"x":[1.6527838144128293,-1.9915399948094401,-0.84058633838493446,-0.89924500176223165,1.4286487212094994,1.9668980269366521,-1.1047930912640724,0.54890494090935338,-1.2655675931189048,0.26666374448513647,0.70758460235490539,-0.46649898499424469,0.31616221416886198,-1.0086094038904576,-0.13047194771007717,0.41921341601937118,0.5580595650803033,0.083678074482954126,1.3274205931755712,-0.21714629733871482,-0.29356439672680623,-2.3030297829531379,-0.31243763508052996,0.12054999978158826,2.2280519788076374,-0.37103788371723601,-0.69276119540904357,0.45811596676525346,-0.26105980850786292,-0.072793148474646588,-0.98327911214910091,-1.1091321353333565,-0.54084337424237761,-1.240184216696349,-1.5002195874386615,-0.91816772734501884,0.19293562583435267,0.57589657969709818,-1.2086599738316885,-0.014177694034456173,0.53695880007322716,-0.16244115060433764,0.33545768042132507,-1.8030290256397661,0.46312667785577416,-1.3348632188424774,-2.6146063412890044,0.53449582218540226,-0.24881673866885584,1.0169855402742576,-1.4054009002922294,1.8844773325713051,2.6462100287789325,0.73197962797344496,-0.57878655089666842,1.5430421247666095,0.67751812464251304,1.3794819563869221,-0.27476952379091679,0.77581767417457848,0.11152935713599922,0.31425710684145619,-0.035080309796163105,0.59039567143506844,-0.17402519954047127,-0.14187110851720688,0.36994384081259302,0.63343025865356006,1.633596405883285,-2.6249699886003812,-1.4749426617831658,-1.288101440071121,-1.0246498216552853,-1.132473473974756,2.0887291149654534,0.20286345118225141,1.3672084033909133,-0.071216898710833365,0.10030383482652078,0.29287515411645731,1.3165598385726469,0.047380175462673771,-0.40345749205281323,-2.2340529927037522,0.77840102789499699,0.79277804374518768,-2.4373094322009687,0.44532784299170441,1.0077867580544926,-0.20460670424001143,-0.36074505644975541,-0.09832458251233088,0.18357066718185019,-3.3005585976603382,0.97429861149072328,1.6980519635525102,0.36902362765287761,1.5680730462979826,0.42117995956871873,1.0873563228912837,1.9488278846644758,0.70301403352540814,-1.7706929169862486,0.77705228789083536,-0.81204632776916319,-0.45460873111801842,-1.2651097274929322,1.2342007787755904,0.037729522197355682,-1.4007315721909048,-1.4904084302467626,-0.35467065765510647,0.80485396227695982,-0.029580856086465102,-0.11813098905369331,-0.12651111752169375,0.2763204176318359,-0.56424328118252742,0.098632759693983593,-0.14637261078664285,-0.17386271502212403,0.12972002632889312,-0.41250606440136101,1.1755541090098798,-0.085655743865379358,0.13340203873018738,-0.28603846354213114,0.48396584747131643,-1.624775121922857,-0.61432196855387156,-0.70083915606286684,-0.83625285998800092,-0.6443673230382666,1.1502157069862884,1.1888919258373121,0.08654957962435729,2.2600403044015511,0.28159150416828704,-1.0113145487823438,-1.5475084073378069,-0.67399227467037448,-0.51618893246093644,0.28157788342874357,2.0528313773970845,1.093783103812461,0.53368738778282798,-0.20745543147010861,-1.8581407378553783,1.7333314369797996,-2.5969159538825379,-0.060485520002681085,0.32663509986304023,-0.55366785288724496,-1.7761646875595731,-1.161197568094444,-0.68848984633242505,-0.63115653682994532,-1.5080691780212174,1.3681421087953527,-0.40687668075056982,-1.2547529970064384,-0.39706194425118796,1.3822304629809594,0.73591619759760818,1.2891774670558487,-1.5103701615647076,-0.17810164132548598,0.47412750737070136,0.70297609951705919,-0.29385885464891676,-0.53026217470315717,-1.7574248216861006,0.45783318692541319,-2.2907292218564597,-1.517257258215895,-1.1121878005846779,0.82940265654380763,-0.018275941012899977,0.41709530214834822,-0.7573235371728424,-0.62755372385872077,-0.66098338372580445,-0.67572856520309743,-1.165515652896709,-1.1214030929719847,-0.30279666451446335,-1.9988441027082358,0.39821809626475146,0.60497419071948133,0.68447096825868203,-0.46270836217281214,1.9177593802429975,-0.01250419238390457,0.9325745307660841,-0.1797447141448042,0.29871652833714263,-0.39240596090818913,-0.89276645877289573,0.099805184930078547,1.5806035909936005,0.641961265007577,-0.20340404394368788,-0.028550732385981065,-1.8502719875972879,1.5214944040981455,-0.90862321656950096,0.62958007532873195,-0.86443775357227592,-0.69750966282818372,0.4535462690707332,-1.4433053272432528,0.68442569108711393,-0.11225106172313767,-1.2098123913791599,1.1131004501556616,-0.51632432436507936,0.27476015101643675,0.11365346497982401,-0.12592027621634652,0.35563127641416198,-1.7242360853191623,0.49181787823013207,-0.59049857497174507,1.3268189003920088,1.1982236643787982,-2.2177652086889905,-1.0641620813749619,0.72754013958253683,0.81973197565913891,-0.64385893152221807,1.2118157502610365,-0.45589790430455274,0.021057854518647445,0.14866931704510972,0.42147458828861029,-0.18064393243496188,0.37241574737278665,0.83752178620581608,1.0570545194698429,-0.72124753962593202,0.56090172463811616,-1.5886769928084647,0.17227317773080403,-1.2328937351549714,2.2025137585994776,1.2380059026313952,0.51615418272011093,-0.67246589764076237,-0.53144501006175537,-0.47728403668571828,0.04334565732726911,0.16552999881218117,0.62572647402118986,0.47230135740976248,1.4125526417062071,0.57668953486304575,0.20694761538468884,0.38089814218542833,-0.46997523912092076,0.35688696342814535,-1.2675205839345354,-2.0420925527383105,1.7048953148563806,0.34538118158085085,1.0311748888358101,-2.970280242355483,1.1505143181250042,-0.072712648481158923,-1.143473624624155,-0.17082179174922091,0.82187679922402457,1.9768945565255434,0.22287099442297498,-0.78552804069243209,-1.1295135647669601,1.0720273284653077,0.5204760369059368,0.36757585816322985,0.9026599703634558,0.6800521983212735,-0.5952196859799942,-0.19167594591283649,1.0576188291779161,0.89013946998916649,-0.63760534761530974,-1.2344759341409348,-0.54140618054494316,-0.22252754737360184,-0.48355271649929804,-0.49341165804057019,0.57054234996540421,-1.485112893157075,0.87091545631100697,-1.8774997002764713,-1.9613330545468859,-0.17077711685974747,0.47114594875881588,0.87319753193000982,-1.7086658214595583,-2.332422072536521,-0.51822485147303932,0.53340890651715511,1.112404836633186,0.80725647960215041,1.592257847749446,-0.26577598199540287,-0.1482597338148991,-1.0600290222952682,0.54585443633504049,0.91832070645466535,0.36438780452679875,0.9926203348363225,-0.25725082652324477,-0.76663462817918571,0.95202291938181782,0.93621342521722084,-0.597751896548393,-0.4286872037687196,-0.4982081899586997,0.90660248234363394,-1.0560498853774367,-0.058308356151847623,0.13849858973381446,-0.71027615665493027,-0.62969636151381658,0.010343502166186973,-0.75302956294623602,0.34136660178249822,-0.75733991415969393,1.817979505532316,-2.2064834458203393,-0.45657254878637893,-0.1408582700781279,1.0085103523752756,0.23145064435671306,0.93327724758374664,0.16747657769880567,-0.91247298706638769,0.32532623987036713,-0.64658843928019261,-0.0033573870613335471,0.71183666297446135,-0.28166496942201974,-0.45724532166131343,-0.072512723774093693,-0.15948958508191732,1.0510014208487506,-0.028489499691988163,0.37694295191493843,-1.4118122600578245,1.6722498879050964,-0.58330577897729863,-0.039455930210255188,-1.7511379571295589,-0.30629799611628106,1.1134785677208721,-0.29328454965338291,-1.2497355307704967,0.20899997368514731,0.059979042208717623,-0.018074683807860169,-1.8116716960924082,0.55740109175811914,0.94935653885652949,0.31339540035796953,1.4766839834676204,0.78260602570631532,-0.28792186175493767,-1.1789552069670433,-0.31573339769328723,0.062217241132623599,-1.0592389660404058,-0.39510154223642446,-0.68960020540604994,-0.48480762000061034,-0.036814770601192495,0.9727905140380616,-1.5174836084575523,0.21552309530961777,-0.17578106356715326,1.2934565179450292,-0.4335821754444496,-1.4220749846762288,-1.5676782672335137,-0.49902004957846879,0.17106083088486843,-0.65549865368322791,1.1795479147142862,1.0759727052610131,0.72158495253329913,-0.70722160703034997,-0.25297591863663327,-0.2170628364120829,0.099402699291722907,-0.62429669330457771,-0.98926240770159324,0.6223997119616641,-0.86542932463479638,-1.789750522494596,0.20252477797348073,0.9203466926751569,-0.50020635985687556,0.46702164966362797,-0.92755688303080719,-0.95546079245223703,-0.93217924547373965,-0.93143632724879211,1.1773747232593883,-0.90123344529436167,1.241855062178197,1.0656853078295467,-0.028259449376751296,-1.2357133635443613,0.7558918072430808,-1.2798919098864328,0.82429638460810373,-1.7147162740898576,0.65939032666535169,-0.3078438818777825,-0.76023122736633653,-0.64256911217005197,0.15985060339145823,-0.22170759825393324,-1.4085179195776969,-0.80376293761288875,1.2393256991628236,0.88546089896876767,-1.108563071663212,-1.1097768238547436,0.72006576077443651,-0.30640751481367834,2.1148233207578984,-1.2697332742102028,0.49482728668947362,1.7219581556021135,-0.006088362780830644,-1.8312617740511321,-0.28656023550715254,1.9445801933656972,-0.29628103927424015,1.775049006888038,-0.79437680266034438,0.2017498464488596,1.0394669433409616,0.98907275640279391,0.95183861602380393,0.15701740684004606,0.89384977538055976,0.34399295507164146,-0.67376253844500911,-1.2436188055712853,-1.3727204444481791,0.37698813577435797,-1.2977448139909129,2.7608664455676886,1.1939539566518367,2.8912569037897073,0.27924134849101739,-1.7730738124741097,1.8844955888180743,-1.2068776369815597,-2.215019224865836,-0.041401948333596297,0.39532000633170178,-0.81854294096960889,-0.4765231054265594,1.2755516163298721,-1.1045253859102087,-0.69247921094081999,1.0843558003022558,-0.04296994583227149,-1.8630656667782464,1.7898486699790639,-0.59078637759840846,-0.3416957010303443,1.596081883875627,0.42352029869888025,-0.62527098717598584,0.30782801244167968,0.18000400377806169,0.17163025122083661,0.64507145915032438,-0.2874632204417808,1.7060938705034361,-1.2341352614587866,-0.65784907272134963,-1.3043430467711152,-0.73004635937430296,0.66354810111983753,0.39788743404481569,-1.0695124642687972,1.4047344585036698,1.7647435181605473,0.62860694144914231,-1.5791662114422194,-0.38849114508641425,-1.4664034922993769,0.86192134431955503,-0.55013921604666172,-0.33409295979366738],"y":[-1.6428369482646714,1.1315504993936176,0.96392960391843918,0.93984003669053351,-0.73818017428326954,-0.93354202873662806,1.5174842335906806,1.1080157277896745,1.0579295127405917,-0.73202366226057103,-0.41137961872176915,1.8046067281154434,-0.73430114789965018,0.3412342552270865,0.59127655968377524,0.53039851530212057,-1.2009968630298757,0.54336061453548801,-0.69887988369307374,0.15518597798243972,-0.41547008452492246,2.3783938737609573,-0.038039310121058274,-0.44857433272326952,-1.8348992286029751,0.42716608892141628,-0.31850231136919044,0.1230252341778966,-0.51609698654142888,0.56586692531469429,0.13300208763471727,0.17111872696061864,0.79154965098595587,1.2229697187475492,1.3982799633327139,0.95072857119540111,-1.1099383568424794,-0.4675757273958186,-0.20300591571988813,-0.39410744034013878,0.4951203335207825,-0.38860825142416566,-0.20215499538553661,0.59659087376308439,-0.5445926455587814,1.4454076192135148,1.3749474406209881,-0.22804478610207768,0.77628533848848802,-0.58655204809817985,0.72776108808028495,-2.1523732311113482,-0.92460727070770088,-0.082670687941691981,0.33780191636174672,-1.3592333914989334,-2.4239158211639684,-0.90306824163292432,0.66178928856425756,-0.47782730133859003,-0.73354319385788769,-1.0367979452233265,0.29510372651067968,-1.4487434622223605,-0.43697241078568994,0.19607158484240805,-0.87997732327961453,0.62911354362392746,-1.3568570305836025,1.5709688510999791,1.8468834525651163,1.6825533482386092,1.115258194972542,2.0964782969117355,-1.9049386290769761,-1.2919318636931909,-0.23622769463807136,0.46254029383725193,0.90217462278332838,0.33565728571637815,-2.2379892180831531,0.26479709853677302,1.586788280981952,2.100641522655192,-1.1296416804306579,-0.51441164903857717,1.9424847286527751,-0.26276959013161177,0.24358124456795377,0.69071877725599029,0.16076108919733526,-1.4907821516344772,0.095110667801897572,2.5540409364557255,-1.3791688514652283,-2.1071925848141841,-0.91416709385909733,-1.4231976001077096,0.20645436810461212,-1.5140620396356403,-1.3788736567743805,-0.77868866816043625,1.2862878011794425,-0.40094092194538061,0.54614105073210151,0.64224683329858512,0.6060378812860977,-0.42412036189554525,0.81964715184311088,0.78572102572166702,0.73709107963847842,-0.016853941820969116,0.134844142176509,-1.0216270596285772,0.73175800610112118,-0.42068563870541925,-0.97385605243769802,0.81672027427280236,0.92116291356947733,0.82615768052000171,0.69176554881783381,-0.61610676394048614,-0.22784146072343778,-1.2083846544363956,-0.7047034484182092,-0.6532125573802916,0.35493064013771469,-0.18138362228230509,1.6915094728190883,1.0204834708643116,-0.43921599054474608,0.74430751342256718,0.8636009847430729,-1.7942112990351966,-1.3480319065981581,0.1809428612527951,-1.9118105783580035,0.44901851602974152,1.4298929034187833,0.46168635104155825,0.23962583412619748,-0.28086109637028916,-1.2541673576539827,-1.6189150315095522,-0.43955088087064476,-0.59325368008450674,0.94768834993237216,0.88055454053609117,-1.031659126335676,0.51671138099356639,-0.47046269683320591,-0.69463320449709243,0.039401294393051865,0.63512888408500412,1.5903443733981681,-0.62008494489977628,0.81089868057095438,1.4142813211145575,0.24204110822478783,0.50110390100568802,1.5001654206704504,-1.0224849597596093,-1.0997047778673625,-0.3015869294332576,-0.82383919677167483,0.95788947918898215,0.84045486345165965,-1.4663790992712371,-0.99279446992684151,-0.32933797900316447,-0.43795615619627631,1.4548642720124034,-0.26714539106772089,2.4914837677295605,1.5468396538115363,0.1500847180965359,-0.63235648884844997,0.26551559288182053,-0.80993741859543755,0.72414579222133046,0.5900125380952409,0.25372827040172263,1.1261416928138721,0.81713215838094511,0.78624189732663707,-0.080378903271612193,0.47366034651274874,-0.20969346596038965,-0.49993866662157616,-0.76441296634953648,1.0053246372347195,-0.56707195091372276,0.33158548660976689,-0.77471799517274187,-0.40898122461992509,-0.1126508169728381,0.52068206422492491,1.0595572709174368,-0.0015803468859482553,-0.72620078199867988,0.033429062956236495,-0.47983684013944561,-0.79529535414599939,0.48183032934427111,-1.468708660227112,0.79911358974363611,0.55339886298994079,1.0737872529176529,0.56101820339931729,-0.85930989087275456,1.9043451265613975,-0.77920208690255599,-0.33797813708150243,0.10280132890510581,-0.81026707797969522,0.93531437854009536,-0.52113139034681866,-0.06077058159338973,-0.28277207141255561,-0.39730957405904993,1.1950472980615525,-2.1271789093946292,0.63546228961936602,-1.1359404020575892,-2.4245146218546405,1.3902678366142509,1.2039532490491751,-0.1854070460978367,-0.8525473314470895,0.44962195359572976,-0.70326771413693423,-0.16405251148368694,0.27945101301195802,0.51835830501871516,-0.40828604282288605,1.2462079680805411,-0.45254102472043334,0.94380733773660552,-0.6610573639252314,0.77074134732561084,-0.75802864766895262,1.437665513307181,-0.63801746782188729,0.69998277621613592,-1.3654475683040803,-0.99903629277944161,-0.071401783259309987,0.18935921029233538,-0.76162148228249227,0.73198093699989153,-1.4619270793703041,0.38107775032294,-1.4066727344580439,-0.73153055976848447,-1.0466981463630409,-0.6445805678364982,-1.5582657586337587,-1.1742430730504851,0.96614309794633302,0.21126645417530168,0.19137578364555868,0.76462171975172377,-0.056130416413321955,0.6777998803860773,-1.6923842656948305,3.0953183448671133,-0.63390471897489031,0.15967837764051895,0.5370856059145539,0.55576441963396972,-0.843003451363878,-1.8501184016112577,-0.51385890705910253,2.0697113971029197,0.59402867275527493,-0.33893643954776026,-0.93021788167044417,0.82675125292506257,-1.5051341513366532,-0.26356628514844177,-0.34885467977699425,-0.86669163226978518,-1.3726911010324576,-1.1289732154771657,-0.015353839832821113,0.35777754865782424,0.87889319944198341,-0.29708333102114604,0.68106977578007233,0.75391079548736317,-1.0536639139176824,0.74572900421127375,-1.7668939660386618,1.6118507615874709,2.0489119140703238,-0.092042557962775981,-0.22024085141636263,-0.010304727483764854,1.3075969451917324,1.3843830201173972,0.66552061125737716,-1.171105280057793,-0.74852809800062459,1.1749303833361964,-1.4292204521657905,-0.2828958146225905,0.5580420365157206,1.182884261926558,-1.1007854436500646,-0.30921943298837234,-0.80606872705119015,-0.50417537505418331,-0.36034735336949986,0.35657789647345134,-0.9062495062255681,-1.3069156675712135,-0.21344198899220579,0.31161789589278427,-0.5212081897036086,0.13219802840132638,1.1274396684903925,0.0031350029129750272,-0.0379566421224517,0.88151578609460524,-0.43439883837438209,-0.34166919229657577,1.3958890081891135,0.00010651552165605787,0.79785743812340915,-0.91081635088834023,1.5235629596187639,-0.50738324570380666,-0.089819026251389669,-0.51682860905385464,0.59228528555677651,-1.1528670811648281,-1.3285536688223922,1.0532483828160475,0.22835045855147179,0.19402086704181074,-0.060401986529420235,-0.57709863473467271,1.327768801968487,1.4451142334345406,-0.51694276348683044,0.51030077904376614,-0.099907510638661962,0.36731734510503056,-0.4354700990750473,1.8747887774492107,-0.17264546806485501,0.40327531969691222,0.52670290458746594,2.7632145387831861,-0.37340147736177759,-1.7208115150930403,0.49431127664210711,0.4432014707832922,-0.28387342806457971,-0.15289371164386098,1.6665010984663011,0.75603839816720453,-1.4423308649234792,-0.71433114612920712,0.28579234785027269,-1.6692982908149419,0.56329184454079528,-0.36288254901836114,0.64180860284208885,0.49488370288557543,-0.051706776717522239,1.6060525525693119,0.12060953903247768,1.0519177003037927,0.7462020549598618,0.30477309286739018,-0.36271973878853531,2.1166321102887204,1.0956810000775468,1.0549105075221132,-0.95529391624743409,-1.0334787609459404,1.5492273256262721,2.0964842534145318,0.089158957019775054,0.50325542407406765,1.4087301745476537,-1.3810600227352656,-1.7839098566605542,-1.1494884661846914,0.087062043488348145,0.14567588089277075,0.1016093358344131,-0.18199671756467894,0.70573416257520827,1.0927746901995248,0.31583661974206562,0.7189736105328971,0.82334986447887704,0.53415533978110985,-1.3387855575954322,-1.7068202723985173,-0.82125436403250385,1.2274288421876807,-0.28648325620603432,0.66988629750330808,-0.012429123203078056,-0.4629929672132696,0.7997564628527486,-0.66321094274070691,-1.289492511392353,-1.0506973340642285,1.2131821107440481,-1.1135599174067177,1.2160733441103573,0.48817912744650666,1.7864905854172461,-1.0458253878697084,0.63696348739991682,-0.69002454665818824,0.8700027744825819,-0.85980600488789061,-0.63364771033006062,1.3880061448417595,0.59595772142153935,-0.48969568493806032,-0.70425530805415237,1.6595112357326289,0.7120162643280773,2.3049393554690849,1.0777071471711028,-1.9645342171132181,0.52277011690810582,-0.87627171856659236,-1.8608670691503124,0.14597838279108197,1.1368635397650504,0.12257057439717635,-1.9915011630155885,0.35956981946973926,-0.71736741396640791,0.9111172325900122,-1.3002537267346737,-1.5982579082767057,-1.4285468326375457,-0.83279748559892863,-0.8231247741792288,-0.67223549812062122,0.18633584188621105,0.20789086222354186,1.2504599729490675,0.92164558337636593,-0.30920847605824275,2.5038092953399338,-2.0815936316408838,-1.6639563655160423,-3.0359693168962676,-0.85714379312811095,0.71421330632467828,-1.6448202358013284,1.4520427715269384,0.61483444459753078,-0.22030305942290382,0.13279832547775131,-0.21984061555063425,-0.3671980249022519,-1.8710474740449874,1.3060640428617751,0.25830559676474613,-0.600390538314161,1.1361564242070854,2.4138371099509857,-1.7278479770452886,1.624619551736592,-0.015999081901046132,-1.1480822651842455,0.36712881268887604,0.84501332725605749,0.10433007743884903,0.7281229504125265,-0.16461767553907619,-0.94802045090492393,-0.01441201205990169,-1.1954925602417088,1.7188824284637663,0.60851441157681196,0.30170873934288878,0.45040942824353308,-0.58167910487700625,-0.33190987180820203,-0.85720406182025766,-0.93182180716032936,-2.1325511013660963,-0.63717997192345199,0.98131946607839848,-0.25469189210025028,0.74723463601057694,-0.86212233029843532,0.8876304675017741,0.54286677740010847],"alpha_stroke":1,"sizes":[10,100],"spans":[1,20],"type":"scatter","mode":"markers","alpha":0.20000000000000001,"inherit":true},"13ef2951b38.1":{"x":[1.6527838144128293,-1.9915399948094401,-0.84058633838493446,-0.89924500176223165,1.4286487212094994,1.9668980269366521,-1.1047930912640724,0.54890494090935338,-1.2655675931189048,0.26666374448513647,0.70758460235490539,-0.46649898499424469,0.31616221416886198,-1.0086094038904576,-0.13047194771007717,0.41921341601937118,0.5580595650803033,0.083678074482954126,1.3274205931755712,-0.21714629733871482,-0.29356439672680623,-2.3030297829531379,-0.31243763508052996,0.12054999978158826,2.2280519788076374,-0.37103788371723601,-0.69276119540904357,0.45811596676525346,-0.26105980850786292,-0.072793148474646588,-0.98327911214910091,-1.1091321353333565,-0.54084337424237761,-1.240184216696349,-1.5002195874386615,-0.91816772734501884,0.19293562583435267,0.57589657969709818,-1.2086599738316885,-0.014177694034456173,0.53695880007322716,-0.16244115060433764,0.33545768042132507,-1.8030290256397661,0.46312667785577416,-1.3348632188424774,-2.6146063412890044,0.53449582218540226,-0.24881673866885584,1.0169855402742576,-1.4054009002922294,1.8844773325713051,2.6462100287789325,0.73197962797344496,-0.57878655089666842,1.5430421247666095,0.67751812464251304,1.3794819563869221,-0.27476952379091679,0.77581767417457848,0.11152935713599922,0.31425710684145619,-0.035080309796163105,0.59039567143506844,-0.17402519954047127,-0.14187110851720688,0.36994384081259302,0.63343025865356006,1.633596405883285,-2.6249699886003812,-1.4749426617831658,-1.288101440071121,-1.0246498216552853,-1.132473473974756,2.0887291149654534,0.20286345118225141,1.3672084033909133,-0.071216898710833365,0.10030383482652078,0.29287515411645731,1.3165598385726469,0.047380175462673771,-0.40345749205281323,-2.2340529927037522,0.77840102789499699,0.79277804374518768,-2.4373094322009687,0.44532784299170441,1.0077867580544926,-0.20460670424001143,-0.36074505644975541,-0.09832458251233088,0.18357066718185019,-3.3005585976603382,0.97429861149072328,1.6980519635525102,0.36902362765287761,1.5680730462979826,0.42117995956871873,1.0873563228912837,1.9488278846644758,0.70301403352540814,-1.7706929169862486,0.77705228789083536,-0.81204632776916319,-0.45460873111801842,-1.2651097274929322,1.2342007787755904,0.037729522197355682,-1.4007315721909048,-1.4904084302467626,-0.35467065765510647,0.80485396227695982,-0.029580856086465102,-0.11813098905369331,-0.12651111752169375,0.2763204176318359,-0.56424328118252742,0.098632759693983593,-0.14637261078664285,-0.17386271502212403,0.12972002632889312,-0.41250606440136101,1.1755541090098798,-0.085655743865379358,0.13340203873018738,-0.28603846354213114,0.48396584747131643,-1.624775121922857,-0.61432196855387156,-0.70083915606286684,-0.83625285998800092,-0.6443673230382666,1.1502157069862884,1.1888919258373121,0.08654957962435729,2.2600403044015511,0.28159150416828704,-1.0113145487823438,-1.5475084073378069,-0.67399227467037448,-0.51618893246093644,0.28157788342874357,2.0528313773970845,1.093783103812461,0.53368738778282798,-0.20745543147010861,-1.8581407378553783,1.7333314369797996,-2.5969159538825379,-0.060485520002681085,0.32663509986304023,-0.55366785288724496,-1.7761646875595731,-1.161197568094444,-0.68848984633242505,-0.63115653682994532,-1.5080691780212174,1.3681421087953527,-0.40687668075056982,-1.2547529970064384,-0.39706194425118796,1.3822304629809594,0.73591619759760818,1.2891774670558487,-1.5103701615647076,-0.17810164132548598,0.47412750737070136,0.70297609951705919,-0.29385885464891676,-0.53026217470315717,-1.7574248216861006,0.45783318692541319,-2.2907292218564597,-1.517257258215895,-1.1121878005846779,0.82940265654380763,-0.018275941012899977,0.41709530214834822,-0.7573235371728424,-0.62755372385872077,-0.66098338372580445,-0.67572856520309743,-1.165515652896709,-1.1214030929719847,-0.30279666451446335,-1.9988441027082358,0.39821809626475146,0.60497419071948133,0.68447096825868203,-0.46270836217281214,1.9177593802429975,-0.01250419238390457,0.9325745307660841,-0.1797447141448042,0.29871652833714263,-0.39240596090818913,-0.89276645877289573,0.099805184930078547,1.5806035909936005,0.641961265007577,-0.20340404394368788,-0.028550732385981065,-1.8502719875972879,1.5214944040981455,-0.90862321656950096,0.62958007532873195,-0.86443775357227592,-0.69750966282818372,0.4535462690707332,-1.4433053272432528,0.68442569108711393,-0.11225106172313767,-1.2098123913791599,1.1131004501556616,-0.51632432436507936,0.27476015101643675,0.11365346497982401,-0.12592027621634652,0.35563127641416198,-1.7242360853191623,0.49181787823013207,-0.59049857497174507,1.3268189003920088,1.1982236643787982,-2.2177652086889905,-1.0641620813749619,0.72754013958253683,0.81973197565913891,-0.64385893152221807,1.2118157502610365,-0.45589790430455274,0.021057854518647445,0.14866931704510972,0.42147458828861029,-0.18064393243496188,0.37241574737278665,0.83752178620581608,1.0570545194698429,-0.72124753962593202,0.56090172463811616,-1.5886769928084647,0.17227317773080403,-1.2328937351549714,2.2025137585994776,1.2380059026313952,0.51615418272011093,-0.67246589764076237,-0.53144501006175537,-0.47728403668571828,0.04334565732726911,0.16552999881218117,0.62572647402118986,0.47230135740976248,1.4125526417062071,0.57668953486304575,0.20694761538468884,0.38089814218542833,-0.46997523912092076,0.35688696342814535,-1.2675205839345354,-2.0420925527383105,1.7048953148563806,0.34538118158085085,1.0311748888358101,-2.970280242355483,1.1505143181250042,-0.072712648481158923,-1.143473624624155,-0.17082179174922091,0.82187679922402457,1.9768945565255434,0.22287099442297498,-0.78552804069243209,-1.1295135647669601,1.0720273284653077,0.5204760369059368,0.36757585816322985,0.9026599703634558,0.6800521983212735,-0.5952196859799942,-0.19167594591283649,1.0576188291779161,0.89013946998916649,-0.63760534761530974,-1.2344759341409348,-0.54140618054494316,-0.22252754737360184,-0.48355271649929804,-0.49341165804057019,0.57054234996540421,-1.485112893157075,0.87091545631100697,-1.8774997002764713,-1.9613330545468859,-0.17077711685974747,0.47114594875881588,0.87319753193000982,-1.7086658214595583,-2.332422072536521,-0.51822485147303932,0.53340890651715511,1.112404836633186,0.80725647960215041,1.592257847749446,-0.26577598199540287,-0.1482597338148991,-1.0600290222952682,0.54585443633504049,0.91832070645466535,0.36438780452679875,0.9926203348363225,-0.25725082652324477,-0.76663462817918571,0.95202291938181782,0.93621342521722084,-0.597751896548393,-0.4286872037687196,-0.4982081899586997,0.90660248234363394,-1.0560498853774367,-0.058308356151847623,0.13849858973381446,-0.71027615665493027,-0.62969636151381658,0.010343502166186973,-0.75302956294623602,0.34136660178249822,-0.75733991415969393,1.817979505532316,-2.2064834458203393,-0.45657254878637893,-0.1408582700781279,1.0085103523752756,0.23145064435671306,0.93327724758374664,0.16747657769880567,-0.91247298706638769,0.32532623987036713,-0.64658843928019261,-0.0033573870613335471,0.71183666297446135,-0.28166496942201974,-0.45724532166131343,-0.072512723774093693,-0.15948958508191732,1.0510014208487506,-0.028489499691988163,0.37694295191493843,-1.4118122600578245,1.6722498879050964,-0.58330577897729863,-0.039455930210255188,-1.7511379571295589,-0.30629799611628106,1.1134785677208721,-0.29328454965338291,-1.2497355307704967,0.20899997368514731,0.059979042208717623,-0.018074683807860169,-1.8116716960924082,0.55740109175811914,0.94935653885652949,0.31339540035796953,1.4766839834676204,0.78260602570631532,-0.28792186175493767,-1.1789552069670433,-0.31573339769328723,0.062217241132623599,-1.0592389660404058,-0.39510154223642446,-0.68960020540604994,-0.48480762000061034,-0.036814770601192495,0.9727905140380616,-1.5174836084575523,0.21552309530961777,-0.17578106356715326,1.2934565179450292,-0.4335821754444496,-1.4220749846762288,-1.5676782672335137,-0.49902004957846879,0.17106083088486843,-0.65549865368322791,1.1795479147142862,1.0759727052610131,0.72158495253329913,-0.70722160703034997,-0.25297591863663327,-0.2170628364120829,0.099402699291722907,-0.62429669330457771,-0.98926240770159324,0.6223997119616641,-0.86542932463479638,-1.789750522494596,0.20252477797348073,0.9203466926751569,-0.50020635985687556,0.46702164966362797,-0.92755688303080719,-0.95546079245223703,-0.93217924547373965,-0.93143632724879211,1.1773747232593883,-0.90123344529436167,1.241855062178197,1.0656853078295467,-0.028259449376751296,-1.2357133635443613,0.7558918072430808,-1.2798919098864328,0.82429638460810373,-1.7147162740898576,0.65939032666535169,-0.3078438818777825,-0.76023122736633653,-0.64256911217005197,0.15985060339145823,-0.22170759825393324,-1.4085179195776969,-0.80376293761288875,1.2393256991628236,0.88546089896876767,-1.108563071663212,-1.1097768238547436,0.72006576077443651,-0.30640751481367834,2.1148233207578984,-1.2697332742102028,0.49482728668947362,1.7219581556021135,-0.006088362780830644,-1.8312617740511321,-0.28656023550715254,1.9445801933656972,-0.29628103927424015,1.775049006888038,-0.79437680266034438,0.2017498464488596,1.0394669433409616,0.98907275640279391,0.95183861602380393,0.15701740684004606,0.89384977538055976,0.34399295507164146,-0.67376253844500911,-1.2436188055712853,-1.3727204444481791,0.37698813577435797,-1.2977448139909129,2.7608664455676886,1.1939539566518367,2.8912569037897073,0.27924134849101739,-1.7730738124741097,1.8844955888180743,-1.2068776369815597,-2.215019224865836,-0.041401948333596297,0.39532000633170178,-0.81854294096960889,-0.4765231054265594,1.2755516163298721,-1.1045253859102087,-0.69247921094081999,1.0843558003022558,-0.04296994583227149,-1.8630656667782464,1.7898486699790639,-0.59078637759840846,-0.3416957010303443,1.596081883875627,0.42352029869888025,-0.62527098717598584,0.30782801244167968,0.18000400377806169,0.17163025122083661,0.64507145915032438,-0.2874632204417808,1.7060938705034361,-1.2341352614587866,-0.65784907272134963,-1.3043430467711152,-0.73004635937430296,0.66354810111983753,0.39788743404481569,-1.0695124642687972,1.4047344585036698,1.7647435181605473,0.62860694144914231,-1.5791662114422194,-0.38849114508641425,-1.4664034922993769,0.86192134431955503,-0.55013921604666172,-0.33409295979366738],"y":[-1.6428369482646714,1.1315504993936176,0.96392960391843918,0.93984003669053351,-0.73818017428326954,-0.93354202873662806,1.5174842335906806,1.1080157277896745,1.0579295127405917,-0.73202366226057103,-0.41137961872176915,1.8046067281154434,-0.73430114789965018,0.3412342552270865,0.59127655968377524,0.53039851530212057,-1.2009968630298757,0.54336061453548801,-0.69887988369307374,0.15518597798243972,-0.41547008452492246,2.3783938737609573,-0.038039310121058274,-0.44857433272326952,-1.8348992286029751,0.42716608892141628,-0.31850231136919044,0.1230252341778966,-0.51609698654142888,0.56586692531469429,0.13300208763471727,0.17111872696061864,0.79154965098595587,1.2229697187475492,1.3982799633327139,0.95072857119540111,-1.1099383568424794,-0.4675757273958186,-0.20300591571988813,-0.39410744034013878,0.4951203335207825,-0.38860825142416566,-0.20215499538553661,0.59659087376308439,-0.5445926455587814,1.4454076192135148,1.3749474406209881,-0.22804478610207768,0.77628533848848802,-0.58655204809817985,0.72776108808028495,-2.1523732311113482,-0.92460727070770088,-0.082670687941691981,0.33780191636174672,-1.3592333914989334,-2.4239158211639684,-0.90306824163292432,0.66178928856425756,-0.47782730133859003,-0.73354319385788769,-1.0367979452233265,0.29510372651067968,-1.4487434622223605,-0.43697241078568994,0.19607158484240805,-0.87997732327961453,0.62911354362392746,-1.3568570305836025,1.5709688510999791,1.8468834525651163,1.6825533482386092,1.115258194972542,2.0964782969117355,-1.9049386290769761,-1.2919318636931909,-0.23622769463807136,0.46254029383725193,0.90217462278332838,0.33565728571637815,-2.2379892180831531,0.26479709853677302,1.586788280981952,2.100641522655192,-1.1296416804306579,-0.51441164903857717,1.9424847286527751,-0.26276959013161177,0.24358124456795377,0.69071877725599029,0.16076108919733526,-1.4907821516344772,0.095110667801897572,2.5540409364557255,-1.3791688514652283,-2.1071925848141841,-0.91416709385909733,-1.4231976001077096,0.20645436810461212,-1.5140620396356403,-1.3788736567743805,-0.77868866816043625,1.2862878011794425,-0.40094092194538061,0.54614105073210151,0.64224683329858512,0.6060378812860977,-0.42412036189554525,0.81964715184311088,0.78572102572166702,0.73709107963847842,-0.016853941820969116,0.134844142176509,-1.0216270596285772,0.73175800610112118,-0.42068563870541925,-0.97385605243769802,0.81672027427280236,0.92116291356947733,0.82615768052000171,0.69176554881783381,-0.61610676394048614,-0.22784146072343778,-1.2083846544363956,-0.7047034484182092,-0.6532125573802916,0.35493064013771469,-0.18138362228230509,1.6915094728190883,1.0204834708643116,-0.43921599054474608,0.74430751342256718,0.8636009847430729,-1.7942112990351966,-1.3480319065981581,0.1809428612527951,-1.9118105783580035,0.44901851602974152,1.4298929034187833,0.46168635104155825,0.23962583412619748,-0.28086109637028916,-1.2541673576539827,-1.6189150315095522,-0.43955088087064476,-0.59325368008450674,0.94768834993237216,0.88055454053609117,-1.031659126335676,0.51671138099356639,-0.47046269683320591,-0.69463320449709243,0.039401294393051865,0.63512888408500412,1.5903443733981681,-0.62008494489977628,0.81089868057095438,1.4142813211145575,0.24204110822478783,0.50110390100568802,1.5001654206704504,-1.0224849597596093,-1.0997047778673625,-0.3015869294332576,-0.82383919677167483,0.95788947918898215,0.84045486345165965,-1.4663790992712371,-0.99279446992684151,-0.32933797900316447,-0.43795615619627631,1.4548642720124034,-0.26714539106772089,2.4914837677295605,1.5468396538115363,0.1500847180965359,-0.63235648884844997,0.26551559288182053,-0.80993741859543755,0.72414579222133046,0.5900125380952409,0.25372827040172263,1.1261416928138721,0.81713215838094511,0.78624189732663707,-0.080378903271612193,0.47366034651274874,-0.20969346596038965,-0.49993866662157616,-0.76441296634953648,1.0053246372347195,-0.56707195091372276,0.33158548660976689,-0.77471799517274187,-0.40898122461992509,-0.1126508169728381,0.52068206422492491,1.0595572709174368,-0.0015803468859482553,-0.72620078199867988,0.033429062956236495,-0.47983684013944561,-0.79529535414599939,0.48183032934427111,-1.468708660227112,0.79911358974363611,0.55339886298994079,1.0737872529176529,0.56101820339931729,-0.85930989087275456,1.9043451265613975,-0.77920208690255599,-0.33797813708150243,0.10280132890510581,-0.81026707797969522,0.93531437854009536,-0.52113139034681866,-0.06077058159338973,-0.28277207141255561,-0.39730957405904993,1.1950472980615525,-2.1271789093946292,0.63546228961936602,-1.1359404020575892,-2.4245146218546405,1.3902678366142509,1.2039532490491751,-0.1854070460978367,-0.8525473314470895,0.44962195359572976,-0.70326771413693423,-0.16405251148368694,0.27945101301195802,0.51835830501871516,-0.40828604282288605,1.2462079680805411,-0.45254102472043334,0.94380733773660552,-0.6610573639252314,0.77074134732561084,-0.75802864766895262,1.437665513307181,-0.63801746782188729,0.69998277621613592,-1.3654475683040803,-0.99903629277944161,-0.071401783259309987,0.18935921029233538,-0.76162148228249227,0.73198093699989153,-1.4619270793703041,0.38107775032294,-1.4066727344580439,-0.73153055976848447,-1.0466981463630409,-0.6445805678364982,-1.5582657586337587,-1.1742430730504851,0.96614309794633302,0.21126645417530168,0.19137578364555868,0.76462171975172377,-0.056130416413321955,0.6777998803860773,-1.6923842656948305,3.0953183448671133,-0.63390471897489031,0.15967837764051895,0.5370856059145539,0.55576441963396972,-0.843003451363878,-1.8501184016112577,-0.51385890705910253,2.0697113971029197,0.59402867275527493,-0.33893643954776026,-0.93021788167044417,0.82675125292506257,-1.5051341513366532,-0.26356628514844177,-0.34885467977699425,-0.86669163226978518,-1.3726911010324576,-1.1289732154771657,-0.015353839832821113,0.35777754865782424,0.87889319944198341,-0.29708333102114604,0.68106977578007233,0.75391079548736317,-1.0536639139176824,0.74572900421127375,-1.7668939660386618,1.6118507615874709,2.0489119140703238,-0.092042557962775981,-0.22024085141636263,-0.010304727483764854,1.3075969451917324,1.3843830201173972,0.66552061125737716,-1.171105280057793,-0.74852809800062459,1.1749303833361964,-1.4292204521657905,-0.2828958146225905,0.5580420365157206,1.182884261926558,-1.1007854436500646,-0.30921943298837234,-0.80606872705119015,-0.50417537505418331,-0.36034735336949986,0.35657789647345134,-0.9062495062255681,-1.3069156675712135,-0.21344198899220579,0.31161789589278427,-0.5212081897036086,0.13219802840132638,1.1274396684903925,0.0031350029129750272,-0.0379566421224517,0.88151578609460524,-0.43439883837438209,-0.34166919229657577,1.3958890081891135,0.00010651552165605787,0.79785743812340915,-0.91081635088834023,1.5235629596187639,-0.50738324570380666,-0.089819026251389669,-0.51682860905385464,0.59228528555677651,-1.1528670811648281,-1.3285536688223922,1.0532483828160475,0.22835045855147179,0.19402086704181074,-0.060401986529420235,-0.57709863473467271,1.327768801968487,1.4451142334345406,-0.51694276348683044,0.51030077904376614,-0.099907510638661962,0.36731734510503056,-0.4354700990750473,1.8747887774492107,-0.17264546806485501,0.40327531969691222,0.52670290458746594,2.7632145387831861,-0.37340147736177759,-1.7208115150930403,0.49431127664210711,0.4432014707832922,-0.28387342806457971,-0.15289371164386098,1.6665010984663011,0.75603839816720453,-1.4423308649234792,-0.71433114612920712,0.28579234785027269,-1.6692982908149419,0.56329184454079528,-0.36288254901836114,0.64180860284208885,0.49488370288557543,-0.051706776717522239,1.6060525525693119,0.12060953903247768,1.0519177003037927,0.7462020549598618,0.30477309286739018,-0.36271973878853531,2.1166321102887204,1.0956810000775468,1.0549105075221132,-0.95529391624743409,-1.0334787609459404,1.5492273256262721,2.0964842534145318,0.089158957019775054,0.50325542407406765,1.4087301745476537,-1.3810600227352656,-1.7839098566605542,-1.1494884661846914,0.087062043488348145,0.14567588089277075,0.1016093358344131,-0.18199671756467894,0.70573416257520827,1.0927746901995248,0.31583661974206562,0.7189736105328971,0.82334986447887704,0.53415533978110985,-1.3387855575954322,-1.7068202723985173,-0.82125436403250385,1.2274288421876807,-0.28648325620603432,0.66988629750330808,-0.012429123203078056,-0.4629929672132696,0.7997564628527486,-0.66321094274070691,-1.289492511392353,-1.0506973340642285,1.2131821107440481,-1.1135599174067177,1.2160733441103573,0.48817912744650666,1.7864905854172461,-1.0458253878697084,0.63696348739991682,-0.69002454665818824,0.8700027744825819,-0.85980600488789061,-0.63364771033006062,1.3880061448417595,0.59595772142153935,-0.48969568493806032,-0.70425530805415237,1.6595112357326289,0.7120162643280773,2.3049393554690849,1.0777071471711028,-1.9645342171132181,0.52277011690810582,-0.87627171856659236,-1.8608670691503124,0.14597838279108197,1.1368635397650504,0.12257057439717635,-1.9915011630155885,0.35956981946973926,-0.71736741396640791,0.9111172325900122,-1.3002537267346737,-1.5982579082767057,-1.4285468326375457,-0.83279748559892863,-0.8231247741792288,-0.67223549812062122,0.18633584188621105,0.20789086222354186,1.2504599729490675,0.92164558337636593,-0.30920847605824275,2.5038092953399338,-2.0815936316408838,-1.6639563655160423,-3.0359693168962676,-0.85714379312811095,0.71421330632467828,-1.6448202358013284,1.4520427715269384,0.61483444459753078,-0.22030305942290382,0.13279832547775131,-0.21984061555063425,-0.3671980249022519,-1.8710474740449874,1.3060640428617751,0.25830559676474613,-0.600390538314161,1.1361564242070854,2.4138371099509857,-1.7278479770452886,1.624619551736592,-0.015999081901046132,-1.1480822651842455,0.36712881268887604,0.84501332725605749,0.10433007743884903,0.7281229504125265,-0.16461767553907619,-0.94802045090492393,-0.01441201205990169,-1.1954925602417088,1.7188824284637663,0.60851441157681196,0.30170873934288878,0.45040942824353308,-0.58167910487700625,-0.33190987180820203,-0.85720406182025766,-0.93182180716032936,-2.1325511013660963,-0.63717997192345199,0.98131946607839848,-0.25469189210025028,0.74723463601057694,-0.86212233029843532,0.8876304675017741,0.54286677740010847],"alpha_stroke":1,"sizes":[10,100],"spans":[1,20],"type":"histogram2d","inherit":true}},"source":"A","config":{"modeBarButtonsToAdd":["hoverclosest","hovercompare"],"showSendToCloud":false},"highlight":{"on":"plotly_click","persistent":false,"dynamic":false,"selectize":false,"opacityDim":0.20000000000000001,"selected":{"opacity":1},"debounce":0},"subplot":true,"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> <h4>Colorscale</h4> <p>If <code>z</code> is not provided, the only way to control coloring is through the <a href="https://plotly.com/r/reference/#histogram2d-colorscale">colorscale attribute</a></p> <div class="highlight"><pre><code class="language-r" data-lang="r"><span class="n">fig</span><span class="w"> </span><span class="o"><-</span><span class="w"> </span><span class="n">fig</span><span class="w"> </span><span class="o">%>%</span><span class="w"> </span><span class="n">add_histogram2d</span><span class="p">(</span><span class="n">colorscale</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="s2">"Blues"</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-2a2f2b122327b2b4466e" style="width:672px;height:480px;"></div> <script type="application/json" data-for="htmlwidget-2a2f2b122327b2b4466e">{"x":{"visdat":{"13ef2951b38":["function () ","plotlyVisDat"]},"cur_data":"13ef2951b38","attrs":{"13ef2951b38":{"x":[1.6527838144128293,-1.9915399948094401,-0.84058633838493446,-0.89924500176223165,1.4286487212094994,1.9668980269366521,-1.1047930912640724,0.54890494090935338,-1.2655675931189048,0.26666374448513647,0.70758460235490539,-0.46649898499424469,0.31616221416886198,-1.0086094038904576,-0.13047194771007717,0.41921341601937118,0.5580595650803033,0.083678074482954126,1.3274205931755712,-0.21714629733871482,-0.29356439672680623,-2.3030297829531379,-0.31243763508052996,0.12054999978158826,2.2280519788076374,-0.37103788371723601,-0.69276119540904357,0.45811596676525346,-0.26105980850786292,-0.072793148474646588,-0.98327911214910091,-1.1091321353333565,-0.54084337424237761,-1.240184216696349,-1.5002195874386615,-0.91816772734501884,0.19293562583435267,0.57589657969709818,-1.2086599738316885,-0.014177694034456173,0.53695880007322716,-0.16244115060433764,0.33545768042132507,-1.8030290256397661,0.46312667785577416,-1.3348632188424774,-2.6146063412890044,0.53449582218540226,-0.24881673866885584,1.0169855402742576,-1.4054009002922294,1.8844773325713051,2.6462100287789325,0.73197962797344496,-0.57878655089666842,1.5430421247666095,0.67751812464251304,1.3794819563869221,-0.27476952379091679,0.77581767417457848,0.11152935713599922,0.31425710684145619,-0.035080309796163105,0.59039567143506844,-0.17402519954047127,-0.14187110851720688,0.36994384081259302,0.63343025865356006,1.633596405883285,-2.6249699886003812,-1.4749426617831658,-1.288101440071121,-1.0246498216552853,-1.132473473974756,2.0887291149654534,0.20286345118225141,1.3672084033909133,-0.071216898710833365,0.10030383482652078,0.29287515411645731,1.3165598385726469,0.047380175462673771,-0.40345749205281323,-2.2340529927037522,0.77840102789499699,0.79277804374518768,-2.4373094322009687,0.44532784299170441,1.0077867580544926,-0.20460670424001143,-0.36074505644975541,-0.09832458251233088,0.18357066718185019,-3.3005585976603382,0.97429861149072328,1.6980519635525102,0.36902362765287761,1.5680730462979826,0.42117995956871873,1.0873563228912837,1.9488278846644758,0.70301403352540814,-1.7706929169862486,0.77705228789083536,-0.81204632776916319,-0.45460873111801842,-1.2651097274929322,1.2342007787755904,0.037729522197355682,-1.4007315721909048,-1.4904084302467626,-0.35467065765510647,0.80485396227695982,-0.029580856086465102,-0.11813098905369331,-0.12651111752169375,0.2763204176318359,-0.56424328118252742,0.098632759693983593,-0.14637261078664285,-0.17386271502212403,0.12972002632889312,-0.41250606440136101,1.1755541090098798,-0.085655743865379358,0.13340203873018738,-0.28603846354213114,0.48396584747131643,-1.624775121922857,-0.61432196855387156,-0.70083915606286684,-0.83625285998800092,-0.6443673230382666,1.1502157069862884,1.1888919258373121,0.08654957962435729,2.2600403044015511,0.28159150416828704,-1.0113145487823438,-1.5475084073378069,-0.67399227467037448,-0.51618893246093644,0.28157788342874357,2.0528313773970845,1.093783103812461,0.53368738778282798,-0.20745543147010861,-1.8581407378553783,1.7333314369797996,-2.5969159538825379,-0.060485520002681085,0.32663509986304023,-0.55366785288724496,-1.7761646875595731,-1.161197568094444,-0.68848984633242505,-0.63115653682994532,-1.5080691780212174,1.3681421087953527,-0.40687668075056982,-1.2547529970064384,-0.39706194425118796,1.3822304629809594,0.73591619759760818,1.2891774670558487,-1.5103701615647076,-0.17810164132548598,0.47412750737070136,0.70297609951705919,-0.29385885464891676,-0.53026217470315717,-1.7574248216861006,0.45783318692541319,-2.2907292218564597,-1.517257258215895,-1.1121878005846779,0.82940265654380763,-0.018275941012899977,0.41709530214834822,-0.7573235371728424,-0.62755372385872077,-0.66098338372580445,-0.67572856520309743,-1.165515652896709,-1.1214030929719847,-0.30279666451446335,-1.9988441027082358,0.39821809626475146,0.60497419071948133,0.68447096825868203,-0.46270836217281214,1.9177593802429975,-0.01250419238390457,0.9325745307660841,-0.1797447141448042,0.29871652833714263,-0.39240596090818913,-0.89276645877289573,0.099805184930078547,1.5806035909936005,0.641961265007577,-0.20340404394368788,-0.028550732385981065,-1.8502719875972879,1.5214944040981455,-0.90862321656950096,0.62958007532873195,-0.86443775357227592,-0.69750966282818372,0.4535462690707332,-1.4433053272432528,0.68442569108711393,-0.11225106172313767,-1.2098123913791599,1.1131004501556616,-0.51632432436507936,0.27476015101643675,0.11365346497982401,-0.12592027621634652,0.35563127641416198,-1.7242360853191623,0.49181787823013207,-0.59049857497174507,1.3268189003920088,1.1982236643787982,-2.2177652086889905,-1.0641620813749619,0.72754013958253683,0.81973197565913891,-0.64385893152221807,1.2118157502610365,-0.45589790430455274,0.021057854518647445,0.14866931704510972,0.42147458828861029,-0.18064393243496188,0.37241574737278665,0.83752178620581608,1.0570545194698429,-0.72124753962593202,0.56090172463811616,-1.5886769928084647,0.17227317773080403,-1.2328937351549714,2.2025137585994776,1.2380059026313952,0.51615418272011093,-0.67246589764076237,-0.53144501006175537,-0.47728403668571828,0.04334565732726911,0.16552999881218117,0.62572647402118986,0.47230135740976248,1.4125526417062071,0.57668953486304575,0.20694761538468884,0.38089814218542833,-0.46997523912092076,0.35688696342814535,-1.2675205839345354,-2.0420925527383105,1.7048953148563806,0.34538118158085085,1.0311748888358101,-2.970280242355483,1.1505143181250042,-0.072712648481158923,-1.143473624624155,-0.17082179174922091,0.82187679922402457,1.9768945565255434,0.22287099442297498,-0.78552804069243209,-1.1295135647669601,1.0720273284653077,0.5204760369059368,0.36757585816322985,0.9026599703634558,0.6800521983212735,-0.5952196859799942,-0.19167594591283649,1.0576188291779161,0.89013946998916649,-0.63760534761530974,-1.2344759341409348,-0.54140618054494316,-0.22252754737360184,-0.48355271649929804,-0.49341165804057019,0.57054234996540421,-1.485112893157075,0.87091545631100697,-1.8774997002764713,-1.9613330545468859,-0.17077711685974747,0.47114594875881588,0.87319753193000982,-1.7086658214595583,-2.332422072536521,-0.51822485147303932,0.53340890651715511,1.112404836633186,0.80725647960215041,1.592257847749446,-0.26577598199540287,-0.1482597338148991,-1.0600290222952682,0.54585443633504049,0.91832070645466535,0.36438780452679875,0.9926203348363225,-0.25725082652324477,-0.76663462817918571,0.95202291938181782,0.93621342521722084,-0.597751896548393,-0.4286872037687196,-0.4982081899586997,0.90660248234363394,-1.0560498853774367,-0.058308356151847623,0.13849858973381446,-0.71027615665493027,-0.62969636151381658,0.010343502166186973,-0.75302956294623602,0.34136660178249822,-0.75733991415969393,1.817979505532316,-2.2064834458203393,-0.45657254878637893,-0.1408582700781279,1.0085103523752756,0.23145064435671306,0.93327724758374664,0.16747657769880567,-0.91247298706638769,0.32532623987036713,-0.64658843928019261,-0.0033573870613335471,0.71183666297446135,-0.28166496942201974,-0.45724532166131343,-0.072512723774093693,-0.15948958508191732,1.0510014208487506,-0.028489499691988163,0.37694295191493843,-1.4118122600578245,1.6722498879050964,-0.58330577897729863,-0.039455930210255188,-1.7511379571295589,-0.30629799611628106,1.1134785677208721,-0.29328454965338291,-1.2497355307704967,0.20899997368514731,0.059979042208717623,-0.018074683807860169,-1.8116716960924082,0.55740109175811914,0.94935653885652949,0.31339540035796953,1.4766839834676204,0.78260602570631532,-0.28792186175493767,-1.1789552069670433,-0.31573339769328723,0.062217241132623599,-1.0592389660404058,-0.39510154223642446,-0.68960020540604994,-0.48480762000061034,-0.036814770601192495,0.9727905140380616,-1.5174836084575523,0.21552309530961777,-0.17578106356715326,1.2934565179450292,-0.4335821754444496,-1.4220749846762288,-1.5676782672335137,-0.49902004957846879,0.17106083088486843,-0.65549865368322791,1.1795479147142862,1.0759727052610131,0.72158495253329913,-0.70722160703034997,-0.25297591863663327,-0.2170628364120829,0.099402699291722907,-0.62429669330457771,-0.98926240770159324,0.6223997119616641,-0.86542932463479638,-1.789750522494596,0.20252477797348073,0.9203466926751569,-0.50020635985687556,0.46702164966362797,-0.92755688303080719,-0.95546079245223703,-0.93217924547373965,-0.93143632724879211,1.1773747232593883,-0.90123344529436167,1.241855062178197,1.0656853078295467,-0.028259449376751296,-1.2357133635443613,0.7558918072430808,-1.2798919098864328,0.82429638460810373,-1.7147162740898576,0.65939032666535169,-0.3078438818777825,-0.76023122736633653,-0.64256911217005197,0.15985060339145823,-0.22170759825393324,-1.4085179195776969,-0.80376293761288875,1.2393256991628236,0.88546089896876767,-1.108563071663212,-1.1097768238547436,0.72006576077443651,-0.30640751481367834,2.1148233207578984,-1.2697332742102028,0.49482728668947362,1.7219581556021135,-0.006088362780830644,-1.8312617740511321,-0.28656023550715254,1.9445801933656972,-0.29628103927424015,1.775049006888038,-0.79437680266034438,0.2017498464488596,1.0394669433409616,0.98907275640279391,0.95183861602380393,0.15701740684004606,0.89384977538055976,0.34399295507164146,-0.67376253844500911,-1.2436188055712853,-1.3727204444481791,0.37698813577435797,-1.2977448139909129,2.7608664455676886,1.1939539566518367,2.8912569037897073,0.27924134849101739,-1.7730738124741097,1.8844955888180743,-1.2068776369815597,-2.215019224865836,-0.041401948333596297,0.39532000633170178,-0.81854294096960889,-0.4765231054265594,1.2755516163298721,-1.1045253859102087,-0.69247921094081999,1.0843558003022558,-0.04296994583227149,-1.8630656667782464,1.7898486699790639,-0.59078637759840846,-0.3416957010303443,1.596081883875627,0.42352029869888025,-0.62527098717598584,0.30782801244167968,0.18000400377806169,0.17163025122083661,0.64507145915032438,-0.2874632204417808,1.7060938705034361,-1.2341352614587866,-0.65784907272134963,-1.3043430467711152,-0.73004635937430296,0.66354810111983753,0.39788743404481569,-1.0695124642687972,1.4047344585036698,1.7647435181605473,0.62860694144914231,-1.5791662114422194,-0.38849114508641425,-1.4664034922993769,0.86192134431955503,-0.55013921604666172,-0.33409295979366738],"y":[-1.6428369482646714,1.1315504993936176,0.96392960391843918,0.93984003669053351,-0.73818017428326954,-0.93354202873662806,1.5174842335906806,1.1080157277896745,1.0579295127405917,-0.73202366226057103,-0.41137961872176915,1.8046067281154434,-0.73430114789965018,0.3412342552270865,0.59127655968377524,0.53039851530212057,-1.2009968630298757,0.54336061453548801,-0.69887988369307374,0.15518597798243972,-0.41547008452492246,2.3783938737609573,-0.038039310121058274,-0.44857433272326952,-1.8348992286029751,0.42716608892141628,-0.31850231136919044,0.1230252341778966,-0.51609698654142888,0.56586692531469429,0.13300208763471727,0.17111872696061864,0.79154965098595587,1.2229697187475492,1.3982799633327139,0.95072857119540111,-1.1099383568424794,-0.4675757273958186,-0.20300591571988813,-0.39410744034013878,0.4951203335207825,-0.38860825142416566,-0.20215499538553661,0.59659087376308439,-0.5445926455587814,1.4454076192135148,1.3749474406209881,-0.22804478610207768,0.77628533848848802,-0.58655204809817985,0.72776108808028495,-2.1523732311113482,-0.92460727070770088,-0.082670687941691981,0.33780191636174672,-1.3592333914989334,-2.4239158211639684,-0.90306824163292432,0.66178928856425756,-0.47782730133859003,-0.73354319385788769,-1.0367979452233265,0.29510372651067968,-1.4487434622223605,-0.43697241078568994,0.19607158484240805,-0.87997732327961453,0.62911354362392746,-1.3568570305836025,1.5709688510999791,1.8468834525651163,1.6825533482386092,1.115258194972542,2.0964782969117355,-1.9049386290769761,-1.2919318636931909,-0.23622769463807136,0.46254029383725193,0.90217462278332838,0.33565728571637815,-2.2379892180831531,0.26479709853677302,1.586788280981952,2.100641522655192,-1.1296416804306579,-0.51441164903857717,1.9424847286527751,-0.26276959013161177,0.24358124456795377,0.69071877725599029,0.16076108919733526,-1.4907821516344772,0.095110667801897572,2.5540409364557255,-1.3791688514652283,-2.1071925848141841,-0.91416709385909733,-1.4231976001077096,0.20645436810461212,-1.5140620396356403,-1.3788736567743805,-0.77868866816043625,1.2862878011794425,-0.40094092194538061,0.54614105073210151,0.64224683329858512,0.6060378812860977,-0.42412036189554525,0.81964715184311088,0.78572102572166702,0.73709107963847842,-0.016853941820969116,0.134844142176509,-1.0216270596285772,0.73175800610112118,-0.42068563870541925,-0.97385605243769802,0.81672027427280236,0.92116291356947733,0.82615768052000171,0.69176554881783381,-0.61610676394048614,-0.22784146072343778,-1.2083846544363956,-0.7047034484182092,-0.6532125573802916,0.35493064013771469,-0.18138362228230509,1.6915094728190883,1.0204834708643116,-0.43921599054474608,0.74430751342256718,0.8636009847430729,-1.7942112990351966,-1.3480319065981581,0.1809428612527951,-1.9118105783580035,0.44901851602974152,1.4298929034187833,0.46168635104155825,0.23962583412619748,-0.28086109637028916,-1.2541673576539827,-1.6189150315095522,-0.43955088087064476,-0.59325368008450674,0.94768834993237216,0.88055454053609117,-1.031659126335676,0.51671138099356639,-0.47046269683320591,-0.69463320449709243,0.039401294393051865,0.63512888408500412,1.5903443733981681,-0.62008494489977628,0.81089868057095438,1.4142813211145575,0.24204110822478783,0.50110390100568802,1.5001654206704504,-1.0224849597596093,-1.0997047778673625,-0.3015869294332576,-0.82383919677167483,0.95788947918898215,0.84045486345165965,-1.4663790992712371,-0.99279446992684151,-0.32933797900316447,-0.43795615619627631,1.4548642720124034,-0.26714539106772089,2.4914837677295605,1.5468396538115363,0.1500847180965359,-0.63235648884844997,0.26551559288182053,-0.80993741859543755,0.72414579222133046,0.5900125380952409,0.25372827040172263,1.1261416928138721,0.81713215838094511,0.78624189732663707,-0.080378903271612193,0.47366034651274874,-0.20969346596038965,-0.49993866662157616,-0.76441296634953648,1.0053246372347195,-0.56707195091372276,0.33158548660976689,-0.77471799517274187,-0.40898122461992509,-0.1126508169728381,0.52068206422492491,1.0595572709174368,-0.0015803468859482553,-0.72620078199867988,0.033429062956236495,-0.47983684013944561,-0.79529535414599939,0.48183032934427111,-1.468708660227112,0.79911358974363611,0.55339886298994079,1.0737872529176529,0.56101820339931729,-0.85930989087275456,1.9043451265613975,-0.77920208690255599,-0.33797813708150243,0.10280132890510581,-0.81026707797969522,0.93531437854009536,-0.52113139034681866,-0.06077058159338973,-0.28277207141255561,-0.39730957405904993,1.1950472980615525,-2.1271789093946292,0.63546228961936602,-1.1359404020575892,-2.4245146218546405,1.3902678366142509,1.2039532490491751,-0.1854070460978367,-0.8525473314470895,0.44962195359572976,-0.70326771413693423,-0.16405251148368694,0.27945101301195802,0.51835830501871516,-0.40828604282288605,1.2462079680805411,-0.45254102472043334,0.94380733773660552,-0.6610573639252314,0.77074134732561084,-0.75802864766895262,1.437665513307181,-0.63801746782188729,0.69998277621613592,-1.3654475683040803,-0.99903629277944161,-0.071401783259309987,0.18935921029233538,-0.76162148228249227,0.73198093699989153,-1.4619270793703041,0.38107775032294,-1.4066727344580439,-0.73153055976848447,-1.0466981463630409,-0.6445805678364982,-1.5582657586337587,-1.1742430730504851,0.96614309794633302,0.21126645417530168,0.19137578364555868,0.76462171975172377,-0.056130416413321955,0.6777998803860773,-1.6923842656948305,3.0953183448671133,-0.63390471897489031,0.15967837764051895,0.5370856059145539,0.55576441963396972,-0.843003451363878,-1.8501184016112577,-0.51385890705910253,2.0697113971029197,0.59402867275527493,-0.33893643954776026,-0.93021788167044417,0.82675125292506257,-1.5051341513366532,-0.26356628514844177,-0.34885467977699425,-0.86669163226978518,-1.3726911010324576,-1.1289732154771657,-0.015353839832821113,0.35777754865782424,0.87889319944198341,-0.29708333102114604,0.68106977578007233,0.75391079548736317,-1.0536639139176824,0.74572900421127375,-1.7668939660386618,1.6118507615874709,2.0489119140703238,-0.092042557962775981,-0.22024085141636263,-0.010304727483764854,1.3075969451917324,1.3843830201173972,0.66552061125737716,-1.171105280057793,-0.74852809800062459,1.1749303833361964,-1.4292204521657905,-0.2828958146225905,0.5580420365157206,1.182884261926558,-1.1007854436500646,-0.30921943298837234,-0.80606872705119015,-0.50417537505418331,-0.36034735336949986,0.35657789647345134,-0.9062495062255681,-1.3069156675712135,-0.21344198899220579,0.31161789589278427,-0.5212081897036086,0.13219802840132638,1.1274396684903925,0.0031350029129750272,-0.0379566421224517,0.88151578609460524,-0.43439883837438209,-0.34166919229657577,1.3958890081891135,0.00010651552165605787,0.79785743812340915,-0.91081635088834023,1.5235629596187639,-0.50738324570380666,-0.089819026251389669,-0.51682860905385464,0.59228528555677651,-1.1528670811648281,-1.3285536688223922,1.0532483828160475,0.22835045855147179,0.19402086704181074,-0.060401986529420235,-0.57709863473467271,1.327768801968487,1.4451142334345406,-0.51694276348683044,0.51030077904376614,-0.099907510638661962,0.36731734510503056,-0.4354700990750473,1.8747887774492107,-0.17264546806485501,0.40327531969691222,0.52670290458746594,2.7632145387831861,-0.37340147736177759,-1.7208115150930403,0.49431127664210711,0.4432014707832922,-0.28387342806457971,-0.15289371164386098,1.6665010984663011,0.75603839816720453,-1.4423308649234792,-0.71433114612920712,0.28579234785027269,-1.6692982908149419,0.56329184454079528,-0.36288254901836114,0.64180860284208885,0.49488370288557543,-0.051706776717522239,1.6060525525693119,0.12060953903247768,1.0519177003037927,0.7462020549598618,0.30477309286739018,-0.36271973878853531,2.1166321102887204,1.0956810000775468,1.0549105075221132,-0.95529391624743409,-1.0334787609459404,1.5492273256262721,2.0964842534145318,0.089158957019775054,0.50325542407406765,1.4087301745476537,-1.3810600227352656,-1.7839098566605542,-1.1494884661846914,0.087062043488348145,0.14567588089277075,0.1016093358344131,-0.18199671756467894,0.70573416257520827,1.0927746901995248,0.31583661974206562,0.7189736105328971,0.82334986447887704,0.53415533978110985,-1.3387855575954322,-1.7068202723985173,-0.82125436403250385,1.2274288421876807,-0.28648325620603432,0.66988629750330808,-0.012429123203078056,-0.4629929672132696,0.7997564628527486,-0.66321094274070691,-1.289492511392353,-1.0506973340642285,1.2131821107440481,-1.1135599174067177,1.2160733441103573,0.48817912744650666,1.7864905854172461,-1.0458253878697084,0.63696348739991682,-0.69002454665818824,0.8700027744825819,-0.85980600488789061,-0.63364771033006062,1.3880061448417595,0.59595772142153935,-0.48969568493806032,-0.70425530805415237,1.6595112357326289,0.7120162643280773,2.3049393554690849,1.0777071471711028,-1.9645342171132181,0.52277011690810582,-0.87627171856659236,-1.8608670691503124,0.14597838279108197,1.1368635397650504,0.12257057439717635,-1.9915011630155885,0.35956981946973926,-0.71736741396640791,0.9111172325900122,-1.3002537267346737,-1.5982579082767057,-1.4285468326375457,-0.83279748559892863,-0.8231247741792288,-0.67223549812062122,0.18633584188621105,0.20789086222354186,1.2504599729490675,0.92164558337636593,-0.30920847605824275,2.5038092953399338,-2.0815936316408838,-1.6639563655160423,-3.0359693168962676,-0.85714379312811095,0.71421330632467828,-1.6448202358013284,1.4520427715269384,0.61483444459753078,-0.22030305942290382,0.13279832547775131,-0.21984061555063425,-0.3671980249022519,-1.8710474740449874,1.3060640428617751,0.25830559676474613,-0.600390538314161,1.1361564242070854,2.4138371099509857,-1.7278479770452886,1.624619551736592,-0.015999081901046132,-1.1480822651842455,0.36712881268887604,0.84501332725605749,0.10433007743884903,0.7281229504125265,-0.16461767553907619,-0.94802045090492393,-0.01441201205990169,-1.1954925602417088,1.7188824284637663,0.60851441157681196,0.30170873934288878,0.45040942824353308,-0.58167910487700625,-0.33190987180820203,-0.85720406182025766,-0.93182180716032936,-2.1325511013660963,-0.63717997192345199,0.98131946607839848,-0.25469189210025028,0.74723463601057694,-0.86212233029843532,0.8876304675017741,0.54286677740010847],"alpha_stroke":1,"sizes":[10,100],"spans":[1,20],"type":"histogram2d","colorscale":"Blues","inherit":true}},"layout":{"margin":{"b":40,"l":60,"t":25,"r":10},"xaxis":{"domain":[0,1],"automargin":true,"title":[]},"yaxis":{"domain":[0,1],"automargin":true,"title":[]},"hovermode":"closest","showlegend":false,"legend":{"yanchor":"top","y":0.5}},"source":"A","config":{"modeBarButtonsToAdd":["hoverclosest","hovercompare"],"showSendToCloud":false},"data":[{"colorbar":{"title":"","ticklen":2,"len":0.5,"lenmode":"fraction","y":1,"yanchor":"top"},"colorscale":"Blues","showscale":true,"x":[1.6527838144128293,-1.9915399948094401,-0.84058633838493446,-0.89924500176223165,1.4286487212094994,1.9668980269366521,-1.1047930912640724,0.54890494090935338,-1.2655675931189048,0.26666374448513647,0.70758460235490539,-0.46649898499424469,0.31616221416886198,-1.0086094038904576,-0.13047194771007717,0.41921341601937118,0.5580595650803033,0.083678074482954126,1.3274205931755712,-0.21714629733871482,-0.29356439672680623,-2.3030297829531379,-0.31243763508052996,0.12054999978158826,2.2280519788076374,-0.37103788371723601,-0.69276119540904357,0.45811596676525346,-0.26105980850786292,-0.072793148474646588,-0.98327911214910091,-1.1091321353333565,-0.54084337424237761,-1.240184216696349,-1.5002195874386615,-0.91816772734501884,0.19293562583435267,0.57589657969709818,-1.2086599738316885,-0.014177694034456173,0.53695880007322716,-0.16244115060433764,0.33545768042132507,-1.8030290256397661,0.46312667785577416,-1.3348632188424774,-2.6146063412890044,0.53449582218540226,-0.24881673866885584,1.0169855402742576,-1.4054009002922294,1.8844773325713051,2.6462100287789325,0.73197962797344496,-0.57878655089666842,1.5430421247666095,0.67751812464251304,1.3794819563869221,-0.27476952379091679,0.77581767417457848,0.11152935713599922,0.31425710684145619,-0.035080309796163105,0.59039567143506844,-0.17402519954047127,-0.14187110851720688,0.36994384081259302,0.63343025865356006,1.633596405883285,-2.6249699886003812,-1.4749426617831658,-1.288101440071121,-1.0246498216552853,-1.132473473974756,2.0887291149654534,0.20286345118225141,1.3672084033909133,-0.071216898710833365,0.10030383482652078,0.29287515411645731,1.3165598385726469,0.047380175462673771,-0.40345749205281323,-2.2340529927037522,0.77840102789499699,0.79277804374518768,-2.4373094322009687,0.44532784299170441,1.0077867580544926,-0.20460670424001143,-0.36074505644975541,-0.09832458251233088,0.18357066718185019,-3.3005585976603382,0.97429861149072328,1.6980519635525102,0.36902362765287761,1.5680730462979826,0.42117995956871873,1.0873563228912837,1.9488278846644758,0.70301403352540814,-1.7706929169862486,0.77705228789083536,-0.81204632776916319,-0.45460873111801842,-1.2651097274929322,1.2342007787755904,0.037729522197355682,-1.4007315721909048,-1.4904084302467626,-0.35467065765510647,0.80485396227695982,-0.029580856086465102,-0.11813098905369331,-0.12651111752169375,0.2763204176318359,-0.56424328118252742,0.098632759693983593,-0.14637261078664285,-0.17386271502212403,0.12972002632889312,-0.41250606440136101,1.1755541090098798,-0.085655743865379358,0.13340203873018738,-0.28603846354213114,0.48396584747131643,-1.624775121922857,-0.61432196855387156,-0.70083915606286684,-0.83625285998800092,-0.6443673230382666,1.1502157069862884,1.1888919258373121,0.08654957962435729,2.2600403044015511,0.28159150416828704,-1.0113145487823438,-1.5475084073378069,-0.67399227467037448,-0.51618893246093644,0.28157788342874357,2.0528313773970845,1.093783103812461,0.53368738778282798,-0.20745543147010861,-1.8581407378553783,1.7333314369797996,-2.5969159538825379,-0.060485520002681085,0.32663509986304023,-0.55366785288724496,-1.7761646875595731,-1.161197568094444,-0.68848984633242505,-0.63115653682994532,-1.5080691780212174,1.3681421087953527,-0.40687668075056982,-1.2547529970064384,-0.39706194425118796,1.3822304629809594,0.73591619759760818,1.2891774670558487,-1.5103701615647076,-0.17810164132548598,0.47412750737070136,0.70297609951705919,-0.29385885464891676,-0.53026217470315717,-1.7574248216861006,0.45783318692541319,-2.2907292218564597,-1.517257258215895,-1.1121878005846779,0.82940265654380763,-0.018275941012899977,0.41709530214834822,-0.7573235371728424,-0.62755372385872077,-0.66098338372580445,-0.67572856520309743,-1.165515652896709,-1.1214030929719847,-0.30279666451446335,-1.9988441027082358,0.39821809626475146,0.60497419071948133,0.68447096825868203,-0.46270836217281214,1.9177593802429975,-0.01250419238390457,0.9325745307660841,-0.1797447141448042,0.29871652833714263,-0.39240596090818913,-0.89276645877289573,0.099805184930078547,1.5806035909936005,0.641961265007577,-0.20340404394368788,-0.028550732385981065,-1.8502719875972879,1.5214944040981455,-0.90862321656950096,0.62958007532873195,-0.86443775357227592,-0.69750966282818372,0.4535462690707332,-1.4433053272432528,0.68442569108711393,-0.11225106172313767,-1.2098123913791599,1.1131004501556616,-0.51632432436507936,0.27476015101643675,0.11365346497982401,-0.12592027621634652,0.35563127641416198,-1.7242360853191623,0.49181787823013207,-0.59049857497174507,1.3268189003920088,1.1982236643787982,-2.2177652086889905,-1.0641620813749619,0.72754013958253683,0.81973197565913891,-0.64385893152221807,1.2118157502610365,-0.45589790430455274,0.021057854518647445,0.14866931704510972,0.42147458828861029,-0.18064393243496188,0.37241574737278665,0.83752178620581608,1.0570545194698429,-0.72124753962593202,0.56090172463811616,-1.5886769928084647,0.17227317773080403,-1.2328937351549714,2.2025137585994776,1.2380059026313952,0.51615418272011093,-0.67246589764076237,-0.53144501006175537,-0.47728403668571828,0.04334565732726911,0.16552999881218117,0.62572647402118986,0.47230135740976248,1.4125526417062071,0.57668953486304575,0.20694761538468884,0.38089814218542833,-0.46997523912092076,0.35688696342814535,-1.2675205839345354,-2.0420925527383105,1.7048953148563806,0.34538118158085085,1.0311748888358101,-2.970280242355483,1.1505143181250042,-0.072712648481158923,-1.143473624624155,-0.17082179174922091,0.82187679922402457,1.9768945565255434,0.22287099442297498,-0.78552804069243209,-1.1295135647669601,1.0720273284653077,0.5204760369059368,0.36757585816322985,0.9026599703634558,0.6800521983212735,-0.5952196859799942,-0.19167594591283649,1.0576188291779161,0.89013946998916649,-0.63760534761530974,-1.2344759341409348,-0.54140618054494316,-0.22252754737360184,-0.48355271649929804,-0.49341165804057019,0.57054234996540421,-1.485112893157075,0.87091545631100697,-1.8774997002764713,-1.9613330545468859,-0.17077711685974747,0.47114594875881588,0.87319753193000982,-1.7086658214595583,-2.332422072536521,-0.51822485147303932,0.53340890651715511,1.112404836633186,0.80725647960215041,1.592257847749446,-0.26577598199540287,-0.1482597338148991,-1.0600290222952682,0.54585443633504049,0.91832070645466535,0.36438780452679875,0.9926203348363225,-0.25725082652324477,-0.76663462817918571,0.95202291938181782,0.93621342521722084,-0.597751896548393,-0.4286872037687196,-0.4982081899586997,0.90660248234363394,-1.0560498853774367,-0.058308356151847623,0.13849858973381446,-0.71027615665493027,-0.62969636151381658,0.010343502166186973,-0.75302956294623602,0.34136660178249822,-0.75733991415969393,1.817979505532316,-2.2064834458203393,-0.45657254878637893,-0.1408582700781279,1.0085103523752756,0.23145064435671306,0.93327724758374664,0.16747657769880567,-0.91247298706638769,0.32532623987036713,-0.64658843928019261,-0.0033573870613335471,0.71183666297446135,-0.28166496942201974,-0.45724532166131343,-0.072512723774093693,-0.15948958508191732,1.0510014208487506,-0.028489499691988163,0.37694295191493843,-1.4118122600578245,1.6722498879050964,-0.58330577897729863,-0.039455930210255188,-1.7511379571295589,-0.30629799611628106,1.1134785677208721,-0.29328454965338291,-1.2497355307704967,0.20899997368514731,0.059979042208717623,-0.018074683807860169,-1.8116716960924082,0.55740109175811914,0.94935653885652949,0.31339540035796953,1.4766839834676204,0.78260602570631532,-0.28792186175493767,-1.1789552069670433,-0.31573339769328723,0.062217241132623599,-1.0592389660404058,-0.39510154223642446,-0.68960020540604994,-0.48480762000061034,-0.036814770601192495,0.9727905140380616,-1.5174836084575523,0.21552309530961777,-0.17578106356715326,1.2934565179450292,-0.4335821754444496,-1.4220749846762288,-1.5676782672335137,-0.49902004957846879,0.17106083088486843,-0.65549865368322791,1.1795479147142862,1.0759727052610131,0.72158495253329913,-0.70722160703034997,-0.25297591863663327,-0.2170628364120829,0.099402699291722907,-0.62429669330457771,-0.98926240770159324,0.6223997119616641,-0.86542932463479638,-1.789750522494596,0.20252477797348073,0.9203466926751569,-0.50020635985687556,0.46702164966362797,-0.92755688303080719,-0.95546079245223703,-0.93217924547373965,-0.93143632724879211,1.1773747232593883,-0.90123344529436167,1.241855062178197,1.0656853078295467,-0.028259449376751296,-1.2357133635443613,0.7558918072430808,-1.2798919098864328,0.82429638460810373,-1.7147162740898576,0.65939032666535169,-0.3078438818777825,-0.76023122736633653,-0.64256911217005197,0.15985060339145823,-0.22170759825393324,-1.4085179195776969,-0.80376293761288875,1.2393256991628236,0.88546089896876767,-1.108563071663212,-1.1097768238547436,0.72006576077443651,-0.30640751481367834,2.1148233207578984,-1.2697332742102028,0.49482728668947362,1.7219581556021135,-0.006088362780830644,-1.8312617740511321,-0.28656023550715254,1.9445801933656972,-0.29628103927424015,1.775049006888038,-0.79437680266034438,0.2017498464488596,1.0394669433409616,0.98907275640279391,0.95183861602380393,0.15701740684004606,0.89384977538055976,0.34399295507164146,-0.67376253844500911,-1.2436188055712853,-1.3727204444481791,0.37698813577435797,-1.2977448139909129,2.7608664455676886,1.1939539566518367,2.8912569037897073,0.27924134849101739,-1.7730738124741097,1.8844955888180743,-1.2068776369815597,-2.215019224865836,-0.041401948333596297,0.39532000633170178,-0.81854294096960889,-0.4765231054265594,1.2755516163298721,-1.1045253859102087,-0.69247921094081999,1.0843558003022558,-0.04296994583227149,-1.8630656667782464,1.7898486699790639,-0.59078637759840846,-0.3416957010303443,1.596081883875627,0.42352029869888025,-0.62527098717598584,0.30782801244167968,0.18000400377806169,0.17163025122083661,0.64507145915032438,-0.2874632204417808,1.7060938705034361,-1.2341352614587866,-0.65784907272134963,-1.3043430467711152,-0.73004635937430296,0.66354810111983753,0.39788743404481569,-1.0695124642687972,1.4047344585036698,1.7647435181605473,0.62860694144914231,-1.5791662114422194,-0.38849114508641425,-1.4664034922993769,0.86192134431955503,-0.55013921604666172,-0.33409295979366738],"y":[-1.6428369482646714,1.1315504993936176,0.96392960391843918,0.93984003669053351,-0.73818017428326954,-0.93354202873662806,1.5174842335906806,1.1080157277896745,1.0579295127405917,-0.73202366226057103,-0.41137961872176915,1.8046067281154434,-0.73430114789965018,0.3412342552270865,0.59127655968377524,0.53039851530212057,-1.2009968630298757,0.54336061453548801,-0.69887988369307374,0.15518597798243972,-0.41547008452492246,2.3783938737609573,-0.038039310121058274,-0.44857433272326952,-1.8348992286029751,0.42716608892141628,-0.31850231136919044,0.1230252341778966,-0.51609698654142888,0.56586692531469429,0.13300208763471727,0.17111872696061864,0.79154965098595587,1.2229697187475492,1.3982799633327139,0.95072857119540111,-1.1099383568424794,-0.4675757273958186,-0.20300591571988813,-0.39410744034013878,0.4951203335207825,-0.38860825142416566,-0.20215499538553661,0.59659087376308439,-0.5445926455587814,1.4454076192135148,1.3749474406209881,-0.22804478610207768,0.77628533848848802,-0.58655204809817985,0.72776108808028495,-2.1523732311113482,-0.92460727070770088,-0.082670687941691981,0.33780191636174672,-1.3592333914989334,-2.4239158211639684,-0.90306824163292432,0.66178928856425756,-0.47782730133859003,-0.73354319385788769,-1.0367979452233265,0.29510372651067968,-1.4487434622223605,-0.43697241078568994,0.19607158484240805,-0.87997732327961453,0.62911354362392746,-1.3568570305836025,1.5709688510999791,1.8468834525651163,1.6825533482386092,1.115258194972542,2.0964782969117355,-1.9049386290769761,-1.2919318636931909,-0.23622769463807136,0.46254029383725193,0.90217462278332838,0.33565728571637815,-2.2379892180831531,0.26479709853677302,1.586788280981952,2.100641522655192,-1.1296416804306579,-0.51441164903857717,1.9424847286527751,-0.26276959013161177,0.24358124456795377,0.69071877725599029,0.16076108919733526,-1.4907821516344772,0.095110667801897572,2.5540409364557255,-1.3791688514652283,-2.1071925848141841,-0.91416709385909733,-1.4231976001077096,0.20645436810461212,-1.5140620396356403,-1.3788736567743805,-0.77868866816043625,1.2862878011794425,-0.40094092194538061,0.54614105073210151,0.64224683329858512,0.6060378812860977,-0.42412036189554525,0.81964715184311088,0.78572102572166702,0.73709107963847842,-0.016853941820969116,0.134844142176509,-1.0216270596285772,0.73175800610112118,-0.42068563870541925,-0.97385605243769802,0.81672027427280236,0.92116291356947733,0.82615768052000171,0.69176554881783381,-0.61610676394048614,-0.22784146072343778,-1.2083846544363956,-0.7047034484182092,-0.6532125573802916,0.35493064013771469,-0.18138362228230509,1.6915094728190883,1.0204834708643116,-0.43921599054474608,0.74430751342256718,0.8636009847430729,-1.7942112990351966,-1.3480319065981581,0.1809428612527951,-1.9118105783580035,0.44901851602974152,1.4298929034187833,0.46168635104155825,0.23962583412619748,-0.28086109637028916,-1.2541673576539827,-1.6189150315095522,-0.43955088087064476,-0.59325368008450674,0.94768834993237216,0.88055454053609117,-1.031659126335676,0.51671138099356639,-0.47046269683320591,-0.69463320449709243,0.039401294393051865,0.63512888408500412,1.5903443733981681,-0.62008494489977628,0.81089868057095438,1.4142813211145575,0.24204110822478783,0.50110390100568802,1.5001654206704504,-1.0224849597596093,-1.0997047778673625,-0.3015869294332576,-0.82383919677167483,0.95788947918898215,0.84045486345165965,-1.4663790992712371,-0.99279446992684151,-0.32933797900316447,-0.43795615619627631,1.4548642720124034,-0.26714539106772089,2.4914837677295605,1.5468396538115363,0.1500847180965359,-0.63235648884844997,0.26551559288182053,-0.80993741859543755,0.72414579222133046,0.5900125380952409,0.25372827040172263,1.1261416928138721,0.81713215838094511,0.78624189732663707,-0.080378903271612193,0.47366034651274874,-0.20969346596038965,-0.49993866662157616,-0.76441296634953648,1.0053246372347195,-0.56707195091372276,0.33158548660976689,-0.77471799517274187,-0.40898122461992509,-0.1126508169728381,0.52068206422492491,1.0595572709174368,-0.0015803468859482553,-0.72620078199867988,0.033429062956236495,-0.47983684013944561,-0.79529535414599939,0.48183032934427111,-1.468708660227112,0.79911358974363611,0.55339886298994079,1.0737872529176529,0.56101820339931729,-0.85930989087275456,1.9043451265613975,-0.77920208690255599,-0.33797813708150243,0.10280132890510581,-0.81026707797969522,0.93531437854009536,-0.52113139034681866,-0.06077058159338973,-0.28277207141255561,-0.39730957405904993,1.1950472980615525,-2.1271789093946292,0.63546228961936602,-1.1359404020575892,-2.4245146218546405,1.3902678366142509,1.2039532490491751,-0.1854070460978367,-0.8525473314470895,0.44962195359572976,-0.70326771413693423,-0.16405251148368694,0.27945101301195802,0.51835830501871516,-0.40828604282288605,1.2462079680805411,-0.45254102472043334,0.94380733773660552,-0.6610573639252314,0.77074134732561084,-0.75802864766895262,1.437665513307181,-0.63801746782188729,0.69998277621613592,-1.3654475683040803,-0.99903629277944161,-0.071401783259309987,0.18935921029233538,-0.76162148228249227,0.73198093699989153,-1.4619270793703041,0.38107775032294,-1.4066727344580439,-0.73153055976848447,-1.0466981463630409,-0.6445805678364982,-1.5582657586337587,-1.1742430730504851,0.96614309794633302,0.21126645417530168,0.19137578364555868,0.76462171975172377,-0.056130416413321955,0.6777998803860773,-1.6923842656948305,3.0953183448671133,-0.63390471897489031,0.15967837764051895,0.5370856059145539,0.55576441963396972,-0.843003451363878,-1.8501184016112577,-0.51385890705910253,2.0697113971029197,0.59402867275527493,-0.33893643954776026,-0.93021788167044417,0.82675125292506257,-1.5051341513366532,-0.26356628514844177,-0.34885467977699425,-0.86669163226978518,-1.3726911010324576,-1.1289732154771657,-0.015353839832821113,0.35777754865782424,0.87889319944198341,-0.29708333102114604,0.68106977578007233,0.75391079548736317,-1.0536639139176824,0.74572900421127375,-1.7668939660386618,1.6118507615874709,2.0489119140703238,-0.092042557962775981,-0.22024085141636263,-0.010304727483764854,1.3075969451917324,1.3843830201173972,0.66552061125737716,-1.171105280057793,-0.74852809800062459,1.1749303833361964,-1.4292204521657905,-0.2828958146225905,0.5580420365157206,1.182884261926558,-1.1007854436500646,-0.30921943298837234,-0.80606872705119015,-0.50417537505418331,-0.36034735336949986,0.35657789647345134,-0.9062495062255681,-1.3069156675712135,-0.21344198899220579,0.31161789589278427,-0.5212081897036086,0.13219802840132638,1.1274396684903925,0.0031350029129750272,-0.0379566421224517,0.88151578609460524,-0.43439883837438209,-0.34166919229657577,1.3958890081891135,0.00010651552165605787,0.79785743812340915,-0.91081635088834023,1.5235629596187639,-0.50738324570380666,-0.089819026251389669,-0.51682860905385464,0.59228528555677651,-1.1528670811648281,-1.3285536688223922,1.0532483828160475,0.22835045855147179,0.19402086704181074,-0.060401986529420235,-0.57709863473467271,1.327768801968487,1.4451142334345406,-0.51694276348683044,0.51030077904376614,-0.099907510638661962,0.36731734510503056,-0.4354700990750473,1.8747887774492107,-0.17264546806485501,0.40327531969691222,0.52670290458746594,2.7632145387831861,-0.37340147736177759,-1.7208115150930403,0.49431127664210711,0.4432014707832922,-0.28387342806457971,-0.15289371164386098,1.6665010984663011,0.75603839816720453,-1.4423308649234792,-0.71433114612920712,0.28579234785027269,-1.6692982908149419,0.56329184454079528,-0.36288254901836114,0.64180860284208885,0.49488370288557543,-0.051706776717522239,1.6060525525693119,0.12060953903247768,1.0519177003037927,0.7462020549598618,0.30477309286739018,-0.36271973878853531,2.1166321102887204,1.0956810000775468,1.0549105075221132,-0.95529391624743409,-1.0334787609459404,1.5492273256262721,2.0964842534145318,0.089158957019775054,0.50325542407406765,1.4087301745476537,-1.3810600227352656,-1.7839098566605542,-1.1494884661846914,0.087062043488348145,0.14567588089277075,0.1016093358344131,-0.18199671756467894,0.70573416257520827,1.0927746901995248,0.31583661974206562,0.7189736105328971,0.82334986447887704,0.53415533978110985,-1.3387855575954322,-1.7068202723985173,-0.82125436403250385,1.2274288421876807,-0.28648325620603432,0.66988629750330808,-0.012429123203078056,-0.4629929672132696,0.7997564628527486,-0.66321094274070691,-1.289492511392353,-1.0506973340642285,1.2131821107440481,-1.1135599174067177,1.2160733441103573,0.48817912744650666,1.7864905854172461,-1.0458253878697084,0.63696348739991682,-0.69002454665818824,0.8700027744825819,-0.85980600488789061,-0.63364771033006062,1.3880061448417595,0.59595772142153935,-0.48969568493806032,-0.70425530805415237,1.6595112357326289,0.7120162643280773,2.3049393554690849,1.0777071471711028,-1.9645342171132181,0.52277011690810582,-0.87627171856659236,-1.8608670691503124,0.14597838279108197,1.1368635397650504,0.12257057439717635,-1.9915011630155885,0.35956981946973926,-0.71736741396640791,0.9111172325900122,-1.3002537267346737,-1.5982579082767057,-1.4285468326375457,-0.83279748559892863,-0.8231247741792288,-0.67223549812062122,0.18633584188621105,0.20789086222354186,1.2504599729490675,0.92164558337636593,-0.30920847605824275,2.5038092953399338,-2.0815936316408838,-1.6639563655160423,-3.0359693168962676,-0.85714379312811095,0.71421330632467828,-1.6448202358013284,1.4520427715269384,0.61483444459753078,-0.22030305942290382,0.13279832547775131,-0.21984061555063425,-0.3671980249022519,-1.8710474740449874,1.3060640428617751,0.25830559676474613,-0.600390538314161,1.1361564242070854,2.4138371099509857,-1.7278479770452886,1.624619551736592,-0.015999081901046132,-1.1480822651842455,0.36712881268887604,0.84501332725605749,0.10433007743884903,0.7281229504125265,-0.16461767553907619,-0.94802045090492393,-0.01441201205990169,-1.1954925602417088,1.7188824284637663,0.60851441157681196,0.30170873934288878,0.45040942824353308,-0.58167910487700625,-0.33190987180820203,-0.85720406182025766,-0.93182180716032936,-2.1325511013660963,-0.63717997192345199,0.98131946607839848,-0.25469189210025028,0.74723463601057694,-0.86212233029843532,0.8876304675017741,0.54286677740010847],"type":"histogram2d","marker":{"line":{"color":"rgba(31,119,180,1)"}},"xaxis":"x","yaxis":"y","frame":null}],"highlight":{"on":"plotly_click","persistent":false,"dynamic":false,"selectize":false,"opacityDim":0.20000000000000001,"selected":{"opacity":1},"debounce":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>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"><-</span><span class="w"> </span><span class="n">plot_ly</span><span class="p">()</span><span class="w"> </span><span class="c1"># fig <- fig %>% add_trace( ... )</span><span class="w"> </span><span class="c1"># fig <- fig %>% 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"><-</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>			 <ul> 				 <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> 		 <li class="--footer-column"> <h6 style="color:#e763fa" class="--footer-heading">Products</h6>			 <ul> <li><a href="https://plotly.com/dash/" target="_self">Dash</a></li> 				 				 <li><a href="https://plotly.com/consulting-and-oem/" target="_self">Consulting and Training</a></li> </ul> </li> 		 <li class="--footer-column"> <h6 style="color:#636efa" class="--footer-heading">Pricing</h6>			 <ul> <li><a href="https://plotly.com/get-pricing/" target="_self">Enterprise Pricing</a></li> 				 </ul> </li> 		 <li class="--footer-column"> <h6 style="color:#00cc96" class="--footer-heading">About Us</h6>			 <ul> <li><a href="https://plotly.com/careers" target="_self">Careers</a></li> 				 <li><a href="https://plotly.com/resources/" target="_self">Resources</a></li> 				 <li><a href="https://medium.com/@plotlygraphs" target="_self">Blog</a></li> 				 </ul> </li> 		 <li class="--footer-column"> <h6 style="color:#EF553B" class="--footer-heading">Support</h6>			 <ul> <li><a href="https://community.plot.ly/" target="_self">Community Support</a></li> 				 <li><a href="https://plotly.com/graphing-libraries" target="_self">Documentation</a></li> 				 </ul> </li> </ul> </div> </section> <section class="--footer-meta"> <div class="--wrap"> <div class="left"> <article class="--copyright">Copyright © 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">×</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-04-08-17-35"></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>