CINXE.COM

3d subplots in MATLAB

<!DOCTYPE html> <html> <head> <!-- This page was last built at 2025-03-21 13:39 --> <meta charset="utf-8" /> <link rel="canonical" href="https://plotly.com/matlab/3d-subplots/" /> <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 --> <script src="https://cdn.plot.ly/plotly-3.0.1.min.js"></script> <!-- //// Stylesheets --> <style> .mcode { border: 1px solid #cfcfcf; border-radius: 2px; background: #f7f7f7; padding: 10px; } </style> <!-- 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-03-21-13-39"> <!-- 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> 3d subplots in MATLAB </title> <meta name="description" content="Detailed examples of 3D Subplots including changing color, size, log axes, and more in MATLAB."> <!-- Bing tags --> <meta name="msvalidate.01" content="D319859A832F9F1D15A7646E2A42150A" /> <!-- Facebook tags --> <meta property="og:title" content= 3d subplots in MATLAB /> <meta property="og:type" content="website"/> <meta property="og:image" content="https://help.plot.ly/images/twitter-default.png"> <meta property="og:description" content="Detailed examples of 3D Subplots including changing color, size, log axes, and more in MATLAB."/> <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= 3d subplots in MATLAB /> <meta name="twitter:url" content="https://plotly.com/matlab/3d-subplots/"/> <meta name="twitter:description" content="Detailed examples of 3D Subplots including changing color, size, log axes, and more in MATLAB."/> <meta name="twitter:image" content="https://help.plot.ly/images/twitter-default.png"> <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="matlab"> <div class="icon"></div> MATLAB® </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_matlab&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> <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="/matlab/getting-started" class="js-splash--navigation-item">Getting Started</a> </li> <li class="--sidebar-item"> <a href="/matlab/is-plotly-free" class="js-splash--navigation-item">Is Plotly Free?</a> </li> <!-- Reference Pages --> <li class="--sidebar-item"> <a href="/matlab/reference/index/" class="js-splash--navigation-item">Figure Reference</a> </li> <!-- Python Specific --> <!-- JS Specific --> <!-- R Specific --> <!-- Python/v3 Index Page Specific --> <!-- User Guides --> <li class="--sidebar-item"> <a href="/matlab/user-guide/" class="js-splash--navigation-item">User Guide</a> </li> <!-- Github Links --> <li class="--sidebar-item"> <a target="_blank" href="https://github.com/plotly/plotly-graphing-library-for-matlab" 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/elevate-your-analytics?utm_source=Webinar:%20Dash%20Enterprise%205.7&utm_medium=graphing_libraries&utm_content=sidebar" target="_blank"> <img src="https://images.prismic.io/plotly-marketing-website-2/Z9mL0DiBA97Gimoh_Square_ads.jpg?auto=format,compress" style="width: 200px; height: 200px; position: fixed; bottom: 10px; left: 50px" alt="Sign up for the upcoming webinar: Elevate Your Analytics with Plotly Dash Enterprise 5.7"> </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="/matlab"> MATLAB<sup>&reg;</sup> </a> &gt; <a href="/matlab/subplot-charts">Subplots</a> &gt; <span>3D Subplots</span> </div> </div> <div class="nav-breadcrumb-right"> <div class="--fork"> <a id="forklink" href= "https://github.com/plotly/graphing-library-docs/edit/master/_posts/matlab/md/2021-08-04-3d-subplots.md" > <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> 3D Subplots in MATLAB<sup>&reg;</sup> </h1> <p>How to make 3D Subplots in MATLAB<sup>&reg;</sup> with Plotly. </p> <br> <!-- <div class="db-client-lib"> <label> This page in another language </label> <div class="list-lib-wrap"> <div class="list-lib"> <a href=" /julia/3d-subplots/" class="list-lib-item julia"> <div class="item-icon"> </div> <p class="item-language"> Julia </p> </a> <a href=" /matlab/3d-subplots/" class="current list-lib-item matlab"> <div class="item-icon"> </div> <p class="item-language"> MATLAB® </p> </a> <a href=" /python/3d-subplots/" class="list-lib-item python"> <div class="item-icon"> </div> <p class="item-language"> Python </p> </a> <a href=" /r/3d-subplots/" class="list-lib-item r"> <div class="item-icon"> </div> <p class="item-language"> R </p> </a> </div> </div> </div> --> </div> </div> </div> </header> <!-- Start Plotly Basics Section --> <section class="tutorial-content"> <h2>Default 3D plot</h2> <p>Three-dimensional plots typically display a surface defined by a function in two variables, z = f(x,y) .</p> <p>To evaluate z, first create a set of (x,y) points over the domain of the function using meshgrid and then create a surface plot.</p> <div class="highlight"><pre><code class="language-matlab" data-lang="matlab"><span class="p">[</span><span class="n">X</span><span class="p">,</span><span class="n">Y</span><span class="p">]</span> <span class="o">=</span> <span class="nb">meshgrid</span><span class="p">(</span><span class="o">-</span><span class="mi">2</span><span class="p">:</span><span class="o">.</span><span class="mi">2</span><span class="p">:</span><span class="mi">2</span><span class="p">);</span> <span class="n">Z</span> <span class="o">=</span> <span class="n">X</span> <span class="o">.*</span> <span class="nb">exp</span><span class="p">(</span><span class="o">-</span><span class="n">X</span><span class="o">.^</span><span class="mi">2</span> <span class="o">-</span> <span class="n">Y</span><span class="o">.^</span><span class="mi">2</span><span class="p">);</span> <span class="nb">surf</span><span class="p">(</span><span class="n">X</span><span class="p">,</span><span class="n">Y</span><span class="p">,</span><span class="n">Z</span><span class="p">)</span> <span class="n">fig2plotly</span><span class="p">(</span><span class="nb">gcf</span><span class="p">);</span> </code></pre></div> <div id="plot-7105679" class="plotly-graph-div js-plotly-plot"></div> <script type = "text/javascript" > require(["plotly"], function(Plotly) { window.PLOTLYENV = window.PLOTLYENV || {}; if (document.getElementById("plot-7105679" )) { Plotly.newPlot("plot-7105679", {"data": [{"xaxis": "x1", "yaxis": "y1", "type": "surface", "x": [[-2, -1.8, -1.6, -1.4, -1.2, -1, -0.8, -0.6, -0.4, -0.2, 0, 0.2, 0.4, 0.6, 0.8, 1, 1.2, 1.4, 1.6, 1.8, 2], [-2, -1.8, -1.6, -1.4, -1.2, -1, -0.8, -0.6, -0.4, -0.2, 0, 0.2, 0.4, 0.6, 0.8, 1, 1.2, 1.4, 1.6, 1.8, 2], [-2, -1.8, -1.6, -1.4, -1.2, -1, -0.8, -0.6, -0.4, -0.2, 0, 0.2, 0.4, 0.6, 0.8, 1, 1.2, 1.4, 1.6, 1.8, 2], [-2, -1.8, -1.6, -1.4, -1.2, -1, -0.8, -0.6, -0.4, -0.2, 0, 0.2, 0.4, 0.6, 0.8, 1, 1.2, 1.4, 1.6, 1.8, 2], [-2, -1.8, -1.6, -1.4, -1.2, -1, -0.8, -0.6, -0.4, -0.2, 0, 0.2, 0.4, 0.6, 0.8, 1, 1.2, 1.4, 1.6, 1.8, 2], [-2, -1.8, -1.6, -1.4, -1.2, -1, -0.8, -0.6, -0.4, -0.2, 0, 0.2, 0.4, 0.6, 0.8, 1, 1.2, 1.4, 1.6, 1.8, 2], [-2, -1.8, -1.6, -1.4, -1.2, -1, -0.8, -0.6, -0.4, -0.2, 0, 0.2, 0.4, 0.6, 0.8, 1, 1.2, 1.4, 1.6, 1.8, 2], [-2, -1.8, -1.6, -1.4, -1.2, -1, -0.8, -0.6, -0.4, -0.2, 0, 0.2, 0.4, 0.6, 0.8, 1, 1.2, 1.4, 1.6, 1.8, 2], [-2, -1.8, -1.6, -1.4, -1.2, -1, -0.8, -0.6, -0.4, -0.2, 0, 0.2, 0.4, 0.6, 0.8, 1, 1.2, 1.4, 1.6, 1.8, 2], [-2, -1.8, -1.6, -1.4, -1.2, -1, -0.8, -0.6, -0.4, -0.2, 0, 0.2, 0.4, 0.6, 0.8, 1, 1.2, 1.4, 1.6, 1.8, 2], [-2, -1.8, -1.6, -1.4, -1.2, -1, -0.8, -0.6, -0.4, -0.2, 0, 0.2, 0.4, 0.6, 0.8, 1, 1.2, 1.4, 1.6, 1.8, 2], [-2, -1.8, -1.6, -1.4, -1.2, -1, -0.8, -0.6, -0.4, -0.2, 0, 0.2, 0.4, 0.6, 0.8, 1, 1.2, 1.4, 1.6, 1.8, 2], [-2, -1.8, -1.6, -1.4, -1.2, -1, -0.8, -0.6, -0.4, -0.2, 0, 0.2, 0.4, 0.6, 0.8, 1, 1.2, 1.4, 1.6, 1.8, 2], [-2, -1.8, -1.6, -1.4, -1.2, -1, -0.8, -0.6, -0.4, -0.2, 0, 0.2, 0.4, 0.6, 0.8, 1, 1.2, 1.4, 1.6, 1.8, 2], [-2, -1.8, -1.6, -1.4, -1.2, -1, -0.8, -0.6, -0.4, -0.2, 0, 0.2, 0.4, 0.6, 0.8, 1, 1.2, 1.4, 1.6, 1.8, 2], [-2, -1.8, -1.6, -1.4, -1.2, -1, -0.8, -0.6, -0.4, -0.2, 0, 0.2, 0.4, 0.6, 0.8, 1, 1.2, 1.4, 1.6, 1.8, 2], [-2, -1.8, -1.6, -1.4, -1.2, -1, -0.8, -0.6, -0.4, -0.2, 0, 0.2, 0.4, 0.6, 0.8, 1, 1.2, 1.4, 1.6, 1.8, 2], [-2, -1.8, -1.6, -1.4, -1.2, -1, -0.8, -0.6, -0.4, -0.2, 0, 0.2, 0.4, 0.6, 0.8, 1, 1.2, 1.4, 1.6, 1.8, 2], [-2, -1.8, -1.6, -1.4, -1.2, -1, -0.8, -0.6, -0.4, -0.2, 0, 0.2, 0.4, 0.6, 0.8, 1, 1.2, 1.4, 1.6, 1.8, 2], [-2, -1.8, -1.6, -1.4, -1.2, -1, -0.8, -0.6, -0.4, -0.2, 0, 0.2, 0.4, 0.6, 0.8, 1, 1.2, 1.4, 1.6, 1.8, 2], [-2, -1.8, -1.6, -1.4, -1.2, -1, -0.8, -0.6, -0.4, -0.2, 0, 0.2, 0.4, 0.6, 0.8, 1, 1.2, 1.4, 1.6, 1.8, 2]], "y": [[-2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2, -2], [-1.8, -1.8, -1.8, -1.8, -1.8, -1.8, -1.8, -1.8, -1.8, -1.8, -1.8, -1.8, -1.8, -1.8, -1.8, -1.8, -1.8, -1.8, -1.8, -1.8, -1.8], [-1.6, -1.6, -1.6, -1.6, -1.6, -1.6, -1.6, -1.6, -1.6, -1.6, -1.6, -1.6, -1.6, -1.6, -1.6, -1.6, -1.6, -1.6, -1.6, -1.6, -1.6], [-1.4, -1.4, -1.4, -1.4, -1.4, -1.4, -1.4, -1.4, -1.4, -1.4, -1.4, -1.4, -1.4, -1.4, -1.4, -1.4, -1.4, -1.4, -1.4, -1.4, -1.4], [-1.2, -1.2, -1.2, -1.2, -1.2, -1.2, -1.2, -1.2, -1.2, -1.2, -1.2, -1.2, -1.2, -1.2, -1.2, -1.2, -1.2, -1.2, -1.2, -1.2, -1.2], [-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1], [-0.8, -0.8, -0.8, -0.8, -0.8, -0.8, -0.8, -0.8, -0.8, -0.8, -0.8, -0.8, -0.8, -0.8, -0.8, -0.8, -0.8, -0.8, -0.8, -0.8, -0.8], [-0.6, -0.6, -0.6, -0.6, -0.6, -0.6, -0.6, -0.6, -0.6, -0.6, -0.6, -0.6, -0.6, -0.6, -0.6, -0.6, -0.6, -0.6, -0.6, -0.6, -0.6], [-0.4, -0.4, -0.4, -0.4, -0.4, -0.4, -0.4, -0.4, -0.4, -0.4, -0.4, -0.4, -0.4, -0.4, -0.4, -0.4, -0.4, -0.4, -0.4, -0.4, -0.4], [-0.2, -0.2, -0.2, -0.2, -0.2, -0.2, -0.2, -0.2, -0.2, -0.2, -0.2, -0.2, -0.2, -0.2, -0.2, -0.2, -0.2, -0.2, -0.2, -0.2, -0.2], [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0.2, 0.2, 0.2, 0.2, 0.2, 0.2, 0.2, 0.2, 0.2, 0.2, 0.2, 0.2, 0.2, 0.2, 0.2, 0.2, 0.2, 0.2, 0.2, 0.2, 0.2], [0.4, 0.4, 0.4, 0.4, 0.4, 0.4, 0.4, 0.4, 0.4, 0.4, 0.4, 0.4, 0.4, 0.4, 0.4, 0.4, 0.4, 0.4, 0.4, 0.4, 0.4], [0.6, 0.6, 0.6, 0.6, 0.6, 0.6, 0.6, 0.6, 0.6, 0.6, 0.6, 0.6, 0.6, 0.6, 0.6, 0.6, 0.6, 0.6, 0.6, 0.6, 0.6], [0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8], [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], [1.2, 1.2, 1.2, 1.2, 1.2, 1.2, 1.2, 1.2, 1.2, 1.2, 1.2, 1.2, 1.2, 1.2, 1.2, 1.2, 1.2, 1.2, 1.2, 1.2, 1.2], [1.4, 1.4, 1.4, 1.4, 1.4, 1.4, 1.4, 1.4, 1.4, 1.4, 1.4, 1.4, 1.4, 1.4, 1.4, 1.4, 1.4, 1.4, 1.4, 1.4, 1.4], [1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6, 1.6], [1.8, 1.8, 1.8, 1.8, 1.8, 1.8, 1.8, 1.8, 1.8, 1.8, 1.8, 1.8, 1.8, 1.8, 1.8, 1.8, 1.8, 1.8, 1.8, 1.8, 1.8], [2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2]], "z": [[-0.000670925255805024, -0.00129116116819676, -0.00226541713655488, -0.00361187676083805, -0.00520737992488668, -0.00673794699908547, -0.00772615810203022, -0.00766703258972146, -0.00624302316799313, -0.00351949448312468, 0, 0.00351949448312468, 0.00624302316799313, 0.00766703258972146, 0.00772615810203022, 0.00673794699908547, 0.00520737992488668, 0.00361187676083805, 0.00226541713655488, 0.00129116116819676, 0.000670925255805024], [-0.00143462352021863, -0.00276085922278403, -0.0048440875926013, -0.00772319018906508, -0.0111348166644777, -0.0144075918431123, -0.01652066014537, -0.0163942334683755, -0.0133493079841304, -0.00752565136143524, 0, 0.00752565136143524, 0.0133493079841304, 0.0163942334683755, 0.01652066014537, 0.0144075918431123, 0.0111348166644777, 0.00772319018906508, 0.0048440875926013, 0.00276085922278403, 0.00143462352021863], [-0.0028317714206936, -0.00544959854167646, -0.0095616366320095, -0.0152446331359762, -0.021978766666481, -0.0284388247141845, -0.032609763182693, -0.0323602123802136, -0.0263499017705612, -0.0148547156428668, 0, 0.0148547156428668, 0.0263499017705612, 0.0323602123802136, 0.032609763182693, 0.0284388247141845, 0.021978766666481, 0.0152446331359762, 0.0095616366320095, 0.00544959854167646, 0.0028317714206936], [-0.00515982394405436, -0.00992981595736939, -0.0174224378696871, -0.0277775326421184, -0.0400479239523913, -0.0518189171727258, -0.0594188625714671, -0.0589641513626169, -0.0480126514045827, -0.0270670566473225, 0, 0.0270670566473225, 0.0480126514045827, 0.0589641513626169, 0.0594188625714671, 0.0518189171727258, 0.0400479239523913, 0.0277775326421184, 0.0174224378696871, 0.00992981595736939, 0.00515982394405436], [-0.0086789665414778, -0.0167022249967165, -0.0293050222219747, -0.0467225779444565, -0.0673617154009605, -0.0871608514619813, -0.099944169758866, -0.0991793329329519, -0.0807586071978622, -0.0455275376767625, 0, 0.0455275376767625, 0.0807586071978622, 0.0991793329329519, 0.099944169758866, 0.0871608514619813, 0.0673617154009605, 0.0467225779444565, 0.0293050222219747, 0.0167022249967165, 0.0086789665414778], [-0.0134758939981709, -0.0259336653176022, -0.0455021195426952, -0.0725464840418162, -0.104593021754378, -0.135335283236613, -0.155184033832714, -0.153996466172134, -0.125394472353042, -0.070690936391756, 0, 0.070690936391756, 0.125394472353042, 0.153996466172134, 0.155184033832714, 0.135335283236613, 0.104593021754378, 0.0725464840418162, 0.0455021195426952, 0.0259336653176022, 0.0134758939981709], [-0.0193153952550756, -0.0371714853270826, -0.0652195263653859, -0.103983009500067, -0.149916254638299, -0.193980042290892, -0.222429840362555, -0.220727664702865, -0.179731585646889, -0.101323398473118, 0, 0.101323398473118, 0.179731585646889, 0.220727664702865, 0.222429840362555, 0.193980042290892, 0.149916254638299, 0.103983009500067, 0.0652195263653859, 0.0371714853270826, 0.0193153952550756], [-0.0255567752990715, -0.0491827004051266, -0.0862938996805696, -0.137583019846106, -0.198358665865904, -0.256660776953556, -0.294303552937154, -0.292051353575983, -0.237808219188078, -0.134064009207128, 0, 0.134064009207128, 0.237808219188078, 0.292051353575983, 0.294303552937154, 0.256660776953556, 0.198358665865904, 0.137583019846106, 0.0862938996805696, 0.0491827004051266, 0.0255567752990715], [-0.0312151158399657, -0.0600718859285869, -0.105399607082245, -0.168044279916039, -0.242275821593587, -0.313486180882605, -0.359463171293777, -0.356712328782117, -0.290459614829476, -0.163746150615596, 0, 0.163746150615596, 0.290459614829476, 0.356712328782117, 0.359463171293777, 0.313486180882605, 0.242275821593587, 0.168044279916039, 0.105399607082245, 0.0600718859285869, 0.0312151158399657], [-0.0351949448312468, -0.0677308622529172, -0.118837725142934, -0.189469396531258, -0.273165226060575, -0.35345468195878, -0.405293593892472, -0.402192027621384, -0.327492301231193, -0.184623269277327, 0, 0.184623269277327, 0.327492301231193, 0.402192027621384, 0.405293593892472, 0.35345468195878, 0.273165226060575, 0.189469396531258, 0.118837725142934, 0.0677308622529172, 0.0351949448312468], [-0.0366312777774684, -0.0704950111781767, -0.12368758470928, -0.197201789289463, -0.284313310418546, -0.367879441171442, -0.421833939234439, -0.418605795642619, -0.340857515586484, -0.192157887830465, 0, 0.192157887830465, 0.340857515586484, 0.418605795642619, 0.421833939234439, 0.367879441171442, 0.284313310418546, 0.197201789289463, 0.12368758470928, 0.0704950111781767, 0.0366312777774684], [-0.0351949448312468, -0.0677308622529172, -0.118837725142934, -0.189469396531258, -0.273165226060575, -0.35345468195878, -0.405293593892472, -0.402192027621384, -0.327492301231193, -0.184623269277327, 0, 0.184623269277327, 0.327492301231193, 0.402192027621384, 0.405293593892472, 0.35345468195878, 0.273165226060575, 0.189469396531258, 0.118837725142934, 0.0677308622529172, 0.0351949448312468], [-0.0312151158399657, -0.0600718859285869, -0.105399607082245, -0.168044279916039, -0.242275821593587, -0.313486180882605, -0.359463171293777, -0.356712328782117, -0.290459614829476, -0.163746150615596, 0, 0.163746150615596, 0.290459614829476, 0.356712328782117, 0.359463171293777, 0.313486180882605, 0.242275821593587, 0.168044279916039, 0.105399607082245, 0.0600718859285869, 0.0312151158399657], [-0.0255567752990715, -0.0491827004051266, -0.0862938996805696, -0.137583019846106, -0.198358665865904, -0.256660776953556, -0.294303552937154, -0.292051353575983, -0.237808219188078, -0.134064009207128, 0, 0.134064009207128, 0.237808219188078, 0.292051353575983, 0.294303552937154, 0.256660776953556, 0.198358665865904, 0.137583019846106, 0.0862938996805696, 0.0491827004051266, 0.0255567752990715], [-0.0193153952550756, -0.0371714853270826, -0.0652195263653859, -0.103983009500067, -0.149916254638299, -0.193980042290892, -0.222429840362555, -0.220727664702865, -0.179731585646889, -0.101323398473118, 0, 0.101323398473118, 0.179731585646889, 0.220727664702865, 0.222429840362555, 0.193980042290892, 0.149916254638299, 0.103983009500067, 0.0652195263653859, 0.0371714853270826, 0.0193153952550756], [-0.0134758939981709, -0.0259336653176022, -0.0455021195426952, -0.0725464840418162, -0.104593021754378, -0.135335283236613, -0.155184033832714, -0.153996466172134, -0.125394472353042, -0.070690936391756, 0, 0.070690936391756, 0.125394472353042, 0.153996466172134, 0.155184033832714, 0.135335283236613, 0.104593021754378, 0.0725464840418162, 0.0455021195426952, 0.0259336653176022, 0.0134758939981709], [-0.0086789665414778, -0.0167022249967165, -0.0293050222219747, -0.0467225779444565, -0.0673617154009605, -0.0871608514619813, -0.099944169758866, -0.0991793329329519, -0.0807586071978622, -0.0455275376767625, 0, 0.0455275376767625, 0.0807586071978622, 0.0991793329329519, 0.099944169758866, 0.0871608514619813, 0.0673617154009605, 0.0467225779444565, 0.0293050222219747, 0.0167022249967165, 0.0086789665414778], [-0.00515982394405436, -0.00992981595736939, -0.0174224378696871, -0.0277775326421184, -0.0400479239523913, -0.0518189171727258, -0.0594188625714671, -0.0589641513626169, -0.0480126514045827, -0.0270670566473225, 0, 0.0270670566473225, 0.0480126514045827, 0.0589641513626169, 0.0594188625714671, 0.0518189171727258, 0.0400479239523913, 0.0277775326421184, 0.0174224378696871, 0.00992981595736939, 0.00515982394405436], [-0.0028317714206936, -0.00544959854167646, -0.0095616366320095, -0.0152446331359762, -0.021978766666481, -0.0284388247141845, -0.032609763182693, -0.0323602123802136, -0.0263499017705612, -0.0148547156428668, 0, 0.0148547156428668, 0.0263499017705612, 0.0323602123802136, 0.032609763182693, 0.0284388247141845, 0.021978766666481, 0.0152446331359762, 0.0095616366320095, 0.00544959854167646, 0.0028317714206936], [-0.00143462352021863, -0.00276085922278403, -0.0048440875926013, -0.00772319018906508, -0.0111348166644777, -0.0144075918431123, -0.01652066014537, -0.0163942334683755, -0.0133493079841304, -0.00752565136143524, 0, 0.00752565136143524, 0.0133493079841304, 0.0163942334683755, 0.01652066014537, 0.0144075918431123, 0.0111348166644777, 0.00772319018906508, 0.0048440875926013, 0.00276085922278403, 0.00143462352021863], [-0.000670925255805024, -0.00129116116819676, -0.00226541713655488, -0.00361187676083805, -0.00520737992488668, -0.00673794699908547, -0.00772615810203022, -0.00766703258972146, -0.00624302316799313, -0.00351949448312468, 0, 0.00351949448312468, 0.00624302316799313, 0.00766703258972146, 0.00772615810203022, 0.00673794699908547, 0.00520737992488668, 0.00361187676083805, 0.00226541713655488, 0.00129116116819676, 0.000670925255805024]], "contours": {"x": {"start": -2, "end": 2, "size": 0.2, "show": true, "color": "black"}, "y": {"start": -2, "end": 2, "size": 0.2, "show": true, "color": "black"}}, "colorscale": [[0, "rgb(61.761,38.352,168.3765)"], [0.00392156862745098, "rgb(62.322,39.117,171.564)"], [0.00784313725490196, "rgb(62.832,40.0095,174.5985)"], [0.0117647058823529, "rgb(63.342,40.9785,177.5055)"], [0.0156862745098039, "rgb(63.8265,42.024,180.3105)"], [0.0196078431372549, "rgb(64.311,43.0695,183.0645)"], [0.0235294117647059, "rgb(64.77,44.166,185.793)"], [0.0274509803921569, "rgb(65.229,45.2115,188.5215)"], [0.0313725490196078, "rgb(65.688,46.257,191.2755)"], [0.0352941176470588, "rgb(66.147,47.277,194.055)"], [0.0392156862745098, "rgb(66.5805,48.2715,196.8345)"], [0.0431372549019608, "rgb(67.014,49.266,199.614)"], [0.0470588235294118, "rgb(67.4475,50.286,202.3935)"], [0.0509803921568627, "rgb(67.8555,51.2805,205.0965)"], [0.0549019607843137, "rgb(68.238,52.326,207.774)"], [0.0588235294117647, "rgb(68.6205,53.397,210.3495)"], [0.0627450980392157, "rgb(68.952,54.519,212.823)"], [0.0666666666666667, "rgb(69.2835,55.692,215.1945)"], [0.0705882352941176, "rgb(69.5895,56.8905,217.464)"], [0.0745098039215686, "rgb(69.87,58.14,219.606)"], [0.0784313725490196, "rgb(70.0995,59.415,221.646)"], [0.0823529411764706, "rgb(70.329,60.741,223.5585)"], [0.0862745098039216, "rgb(70.533,62.0925,225.42)"], [0.0901960784313725, "rgb(70.737,63.4695,227.154)"], [0.0941176470588235, "rgb(70.9155,64.8465,228.8115)"], [0.0980392156862745, "rgb(71.094,66.249,230.3925)"], [0.101960784313725, "rgb(71.247,67.6515,231.897)"], [0.105882352941176, "rgb(71.349,69.054,233.325)"], [0.109803921568627, "rgb(71.451,70.482,234.702)"], [0.113725490196078, "rgb(71.553,71.8845,236.0025)"], [0.117647058823529, "rgb(71.6295,73.3125,237.2775)"], [0.12156862745098, "rgb(71.6805,74.715,238.476)"], [0.125490196078431, "rgb(71.7315,76.1175,239.6235)"], [0.129411764705882, "rgb(71.757,77.52,240.7455)"], [0.133333333333333, "rgb(71.757,78.9225,241.8165)"], [0.137254901960784, "rgb(71.7315,80.325,242.862)"], [0.141176470588235, "rgb(71.6805,81.702,243.8565)"], [0.145098039215686, "rgb(71.6295,83.1045,244.8)"], [0.149019607843137, "rgb(71.5785,84.4815,245.718)"], [0.152941176470588, "rgb(71.4765,85.8585,246.585)"], [0.156862745098039, "rgb(71.349,87.2355,247.401)"], [0.16078431372549, "rgb(71.1705,88.6125,248.1915)"], [0.164705882352941, "rgb(70.992,89.9895,248.9565)"], [0.168627450980392, "rgb(70.788,91.3665,249.6705)"], [0.172549019607843, "rgb(70.533,92.769,250.3335)"], [0.176470588235294, "rgb(70.227,94.1715,250.92)"], [0.180392156862745, "rgb(69.8955,95.574,251.481)"], [0.184313725490196, "rgb(69.513,97.002,251.9655)"], [0.188235294117647, "rgb(69.105,98.43,252.399)"], [0.192156862745098, "rgb(68.6205,99.858,252.756)"], [0.196078431372549, "rgb(68.085,101.3115,253.062)"], [0.2, "rgb(67.4985,102.765,253.3425)"], [0.203921568627451, "rgb(66.8355,104.244,253.623)"], [0.207843137254902, "rgb(66.0705,105.6975,253.8525)"], [0.211764705882353, "rgb(65.178,107.1765,254.1075)"], [0.215686274509804, "rgb(64.1835,108.6555,254.337)"], [0.219607843137255, "rgb(63.0615,110.1345,254.5665)"], [0.223529411764706, "rgb(61.812,111.639,254.7705)"], [0.227450980392157, "rgb(60.4095,113.1435,254.898)"], [0.231372549019608, "rgb(58.9305,114.6735,254.8725)"], [0.235294117647059, "rgb(57.375,116.2545,254.6175)"], [0.23921568627451, "rgb(55.8195,117.81,254.184)"], [0.243137254901961, "rgb(54.264,119.391,253.674)"], [0.247058823529412, "rgb(52.683,120.9465,253.113)"], [0.250980392156863, "rgb(51.153,122.4765,252.603)"], [0.254901960784314, "rgb(49.725,123.9555,252.1185)"], [0.258823529411765, "rgb(48.5265,125.4345,251.6085)"], [0.262745098039216, "rgb(47.6595,126.8625,251.022)"], [0.266666666666667, "rgb(47.0985,128.265,250.3845)"], [0.270588235294118, "rgb(46.6905,129.642,249.7215)"], [0.274509803921569, "rgb(46.359,131.019,249.033)"], [0.27843137254902, "rgb(46.053,132.3705,248.319)"], [0.282352941176471, "rgb(45.7725,133.722,247.5795)"], [0.286274509803922, "rgb(45.5175,135.048,246.7635)"], [0.290196078431373, "rgb(45.339,136.3995,245.8455)"], [0.294117647058824, "rgb(45.2115,137.7255,244.851)"], [0.298039215686275, "rgb(45.084,139.026,243.78)"], [0.301960784313725, "rgb(44.982,140.352,242.658)"], [0.305882352941176, "rgb(44.7525,141.627,241.5615)"], [0.309803921568627, "rgb(44.37,142.9275,240.516)"], [0.313725490196078, "rgb(43.758,144.2025,239.5215)"], [0.317647058823529, "rgb(42.993,145.4775,238.6035)"], [0.32156862745098, "rgb(42.0495,146.7525,237.7365)"], [0.325490196078431, "rgb(41.055,148.0275,236.8695)"], [0.329411764705882, "rgb(40.1115,149.277,235.977)"], [0.333333333333333, "rgb(39.27,150.501,235.059)"], [0.337254901960784, "rgb(38.5815,151.725,234.141)"], [0.341176470588235, "rgb(38.046,152.9235,233.2485)"], [0.345098039215686, "rgb(37.6125,154.0965,232.3815)"], [0.349019607843137, "rgb(37.2555,155.2695,231.54)"], [0.352941176470588, "rgb(36.873,156.4425,230.775)"], [0.356862745098039, "rgb(36.4395,157.59,230.061)"], [0.36078431372549, "rgb(35.904,158.763,229.449)"], [0.364705882352941, "rgb(35.2665,159.936,228.8625)"], [0.368627450980392, "rgb(34.527,161.0835,228.3015)"], [0.372549019607843, "rgb(33.6855,162.2565,227.766)"], [0.376470588235294, "rgb(32.844,163.404,227.205)"], [0.380392156862745, "rgb(31.9515,164.5515,226.6185)"], [0.384313725490196, "rgb(31.0845,165.6735,225.981)"], [0.388235294117647, "rgb(30.2175,166.7955,225.267)"], [0.392156862745098, "rgb(29.376,167.892,224.502)"], [0.396078431372549, "rgb(28.5345,168.9885,223.635)"], [0.4, "rgb(27.6675,170.0595,222.717)"], [0.403921568627451, "rgb(26.724,171.105,221.7225)"], [0.407843137254902, "rgb(25.7295,172.125,220.6515)"], [0.411764705882353, "rgb(24.582,173.1195,219.5295)"], [0.415686274509804, "rgb(23.307,174.114,218.331)"], [0.419607843137255, "rgb(21.8025,175.0575,217.0815)"], [0.423529411764706, "rgb(20.1195,176.001,215.781)"], [0.427450980392157, "rgb(18.1815,176.919,214.4295)"], [0.431372549019608, "rgb(16.014,177.786,213.0525)"], [0.435294117647059, "rgb(13.6425,178.653,211.6245)"], [0.43921568627451, "rgb(11.0415,179.4945,210.171)"], [0.443137254901961, "rgb(8.364,180.3105,208.6665)"], [0.447058823529412, "rgb(5.967,181.1265,207.162)"], [0.450980392156863, "rgb(3.9525,181.8915,205.632)"], [0.454901960784314, "rgb(2.3205,182.6565,204.0765)"], [0.458823529411765, "rgb(1.173,183.396,202.4955)"], [0.462745098039216, "rgb(0.4845,184.11,200.889)"], [0.466666666666667, "rgb(0.2295,184.824,199.2825)"], [0.470588235294118, "rgb(0.459,185.5125,197.676)"], [0.474509803921569, "rgb(1.173,186.1755,196.044)"], [0.47843137254902, "rgb(2.397,186.8385,194.3865)"], [0.482352941176471, "rgb(4.131,187.476,192.729)"], [0.486274509803922, "rgb(6.4515,188.088,191.046)"], [0.490196078431373, "rgb(9.4095,188.7,189.363)"], [0.494117647058824, "rgb(12.852,189.2865,187.6545)"], [0.498039215686275, "rgb(16.269,189.873,185.946)"], [0.501960784313725, "rgb(19.635,190.434,184.212)"], [0.505882352941176, "rgb(22.9245,190.9695,182.478)"], [0.509803921568627, "rgb(26.0865,191.505,180.744)"], [0.513725490196078, "rgb(29.0955,192.0405,178.9845)"], [0.517647058823529, "rgb(31.926,192.576,177.225)"], [0.52156862745098, "rgb(34.527,193.086,175.4655)"], [0.525490196078431, "rgb(36.924,193.6215,173.706)"], [0.529411764705882, "rgb(39.066,194.157,171.8955)"], [0.533333333333333, "rgb(41.0295,194.6925,170.1105)"], [0.537254901960784, "rgb(42.789,195.228,168.2745)"], [0.541176470588235, "rgb(44.3955,195.789,166.4385)"], [0.545098039215686, "rgb(45.8745,196.3245,164.577)"], [0.549019607843137, "rgb(47.2515,196.8855,162.6645)"], [0.552941176470588, "rgb(48.5775,197.4465,160.7265)"], [0.556862745098039, "rgb(49.827,198.0075,158.7375)"], [0.56078431372549, "rgb(51.0765,198.5685,156.723)"], [0.564705882352941, "rgb(52.5555,199.104,154.6575)"], [0.568627450980392, "rgb(54.009,199.614,152.5665)"], [0.572549019607843, "rgb(55.539,200.1495,150.4245)"], [0.576470588235294, "rgb(57.222,200.6595,148.2315)"], [0.580392156862745, "rgb(59.109,201.1185,145.9875)"], [0.584313725490196, "rgb(61.2255,201.5775,143.718)"], [0.588235294117647, "rgb(63.5205,202.011,141.423)"], [0.592156862745098, "rgb(66.0195,202.3935,139.077)"], [0.596078431372549, "rgb(68.7225,202.7505,136.68)"], [0.6, "rgb(71.6295,203.082,134.283)"], [0.603921568627451, "rgb(74.6895,203.3625,131.835)"], [0.607843137254902, "rgb(77.826,203.6175,129.387)"], [0.611764705882353, "rgb(80.988,203.847,126.8625)"], [0.615686274509804, "rgb(84.1755,204.051,124.338)"], [0.619607843137255, "rgb(87.312,204.2295,121.737)"], [0.623529411764706, "rgb(90.474,204.408,119.0595)"], [0.627450980392157, "rgb(93.6105,204.5355,116.3565)"], [0.631372549019608, "rgb(96.7725,204.663,113.577)"], [0.635294117647059, "rgb(99.9855,204.7395,110.772)"], [0.63921568627451, "rgb(103.275,204.7905,107.9415)"], [0.643137254901961, "rgb(106.692,204.765,105.111)"], [0.647058823529412, "rgb(110.211,204.714,102.3315)"], [0.650980392156863, "rgb(113.8065,204.612,99.552)"], [0.654901960784314, "rgb(117.504,204.459,96.8235)"], [0.658823529411765, "rgb(121.2015,204.2805,94.1205)"], [0.662745098039216, "rgb(124.9245,204.051,91.443)"], [0.666666666666667, "rgb(128.622,203.8215,88.74)"], [0.670588235294118, "rgb(132.2685,203.541,86.037)"], [0.674509803921569, "rgb(135.8895,203.235,83.3085)"], [0.67843137254902, "rgb(139.485,202.9035,80.5545)"], [0.682352941176471, "rgb(143.0295,202.5465,77.775)"], [0.686274509803922, "rgb(146.574,202.1895,74.9955)"], [0.690196078431373, "rgb(150.093,201.7815,72.2415)"], [0.694117647058824, "rgb(153.612,201.348,69.513)"], [0.698039215686274, "rgb(157.1055,200.889,66.861)"], [0.701960784313725, "rgb(160.5735,200.4045,64.2855)"], [0.705882352941177, "rgb(164.0415,199.8945,61.7865)"], [0.709803921568627, "rgb(167.4585,199.359,59.3895)"], [0.713725490196078, "rgb(170.8755,198.798,57.0945)"], [0.717647058823529, "rgb(174.2415,198.2115,54.9525)"], [0.72156862745098, "rgb(177.5565,197.625,52.9125)"], [0.725490196078431, "rgb(180.8205,197.0385,50.949)"], [0.729411764705882, "rgb(184.059,196.4265,49.062)"], [0.733333333333333, "rgb(187.272,195.8145,47.226)"], [0.737254901960784, "rgb(190.434,195.177,45.441)"], [0.741176470588235, "rgb(193.545,194.5395,43.7835)"], [0.745098039215686, "rgb(196.605,193.902,42.279)"], [0.749019607843137, "rgb(199.6395,193.2645,41.004)"], [0.752941176470588, "rgb(202.5975,192.627,40.035)"], [0.756862745098039, "rgb(205.53,191.9895,39.423)"], [0.76078431372549, "rgb(208.386,191.3775,39.1425)"], [0.764705882352941, "rgb(211.1655,190.7655,39.168)"], [0.768627450980392, "rgb(213.9195,190.1535,39.423)"], [0.772549019607843, "rgb(216.6225,189.5925,39.882)"], [0.776470588235294, "rgb(219.3,189.0315,40.4685)"], [0.780392156862745, "rgb(221.9265,188.496,41.1825)"], [0.784313725490196, "rgb(224.502,187.986,42.075)"], [0.788235294117647, "rgb(227.0265,187.5015,43.2225)"], [0.792156862745098, "rgb(229.5,187.068,44.5995)"], [0.796078431372549, "rgb(231.8715,186.6855,46.2825)"], [0.8, "rgb(234.192,186.354,48.195)"], [0.803921568627451, "rgb(236.436,186.099,50.3115)"], [0.807843137254902, "rgb(238.6035,185.895,52.5555)"], [0.811764705882353, "rgb(240.72,185.7675,54.8505)"], [0.815686274509804, "rgb(242.8365,185.742,57.0435)"], [0.819607843137255, "rgb(244.953,185.7675,58.956)"], [0.823529411764706, "rgb(247.0695,185.946,60.5115)"], [0.827450980392157, "rgb(249.135,186.252,61.659)"], [0.831372549019608, "rgb(250.971,186.915,62.373)"], [0.835294117647059, "rgb(252.45,187.8075,61.9395)"], [0.83921568627451, "rgb(253.623,188.8785,61.047)"], [0.843137254901961, "rgb(254.133,190.179,59.9505)"], [0.847058823529412, "rgb(254.2605,191.5815,58.8795)"], [0.850980392156863, "rgb(254.286,193.0095,57.8085)"], [0.854901960784314, "rgb(254.2605,194.463,56.712)"], [0.858823529411765, "rgb(254.2095,195.9165,55.6155)"], [0.862745098039216, "rgb(254.133,197.37,54.519)"], [0.866666666666667, "rgb(254.031,198.849,53.4225)"], [0.870588235294118, "rgb(253.9035,200.328,52.3515)"], [0.874509803921569, "rgb(253.6995,201.8325,51.306)"], [0.87843137254902, "rgb(253.419,203.337,50.337)"], [0.882352941176471, "rgb(253.0365,204.867,49.4445)"], [0.886274509803922, "rgb(252.603,206.4225,48.603)"], [0.890196078431372, "rgb(252.0675,207.978,47.8125)"], [0.894117647058824, "rgb(251.4555,209.559,47.073)"], [0.898039215686275, "rgb(250.7925,211.14,46.3335)"], [0.901960784313726, "rgb(250.0785,212.721,45.5685)"], [0.905882352941176, "rgb(249.339,214.302,44.8035)"], [0.909803921568627, "rgb(248.574,215.9085,44.013)"], [0.913725490196078, "rgb(247.86,217.4895,43.2225)"], [0.917647058823529, "rgb(247.197,219.0705,42.4575)"], [0.92156862745098, "rgb(246.6105,220.677,41.718)"], [0.925490196078431, "rgb(246.1005,222.258,41.004)"], [0.929411764705882, "rgb(245.667,223.839,40.341)"], [0.933333333333333, "rgb(245.2845,225.42,39.7035)"], [0.937254901960784, "rgb(245.004,227.001,39.066)"], [0.941176470588235, "rgb(244.8255,228.5565,38.4285)"], [0.945098039215686, "rgb(244.698,230.0865,37.74)"], [0.949019607843137, "rgb(244.6725,231.642,36.975)"], [0.952941176470588, "rgb(244.7235,233.1465,36.159)"], [0.956862745098039, "rgb(244.8255,234.6765,35.241)"], [0.96078431372549, "rgb(245.004,236.181,34.272)"], [0.964705882352941, "rgb(245.259,237.66,33.252)"], [0.968627450980392, "rgb(245.5395,239.1645,32.1555)"], [0.972549019607843, "rgb(245.871,240.6435,31.008)"], [0.976470588235294, "rgb(246.2535,242.097,29.784)"], [0.980392156862745, "rgb(246.687,243.576,28.458)"], [0.984313725490196, "rgb(247.146,245.0295,27.0555)"], [0.988235294117647, "rgb(247.6305,246.5085,25.5255)"], [0.992156862745098, "rgb(248.115,247.962,23.919)"], [0.996078431372549, "rgb(248.5995,249.441,22.236)"], [1, "rgb(249.1095,250.8945,20.5275)"]], "surfacecolor": [[-0.000670925255805024, -0.00129116116819676, -0.00226541713655488, -0.00361187676083805, -0.00520737992488668, -0.00673794699908547, -0.00772615810203022, -0.00766703258972146, -0.00624302316799313, -0.00351949448312468, 0, 0.00351949448312468, 0.00624302316799313, 0.00766703258972146, 0.00772615810203022, 0.00673794699908547, 0.00520737992488668, 0.00361187676083805, 0.00226541713655488, 0.00129116116819676, 0.000670925255805024], [-0.00143462352021863, -0.00276085922278403, -0.0048440875926013, -0.00772319018906508, -0.0111348166644777, -0.0144075918431123, -0.01652066014537, -0.0163942334683755, -0.0133493079841304, -0.00752565136143524, 0, 0.00752565136143524, 0.0133493079841304, 0.0163942334683755, 0.01652066014537, 0.0144075918431123, 0.0111348166644777, 0.00772319018906508, 0.0048440875926013, 0.00276085922278403, 0.00143462352021863], [-0.0028317714206936, -0.00544959854167646, -0.0095616366320095, -0.0152446331359762, -0.021978766666481, -0.0284388247141845, -0.032609763182693, -0.0323602123802136, -0.0263499017705612, -0.0148547156428668, 0, 0.0148547156428668, 0.0263499017705612, 0.0323602123802136, 0.032609763182693, 0.0284388247141845, 0.021978766666481, 0.0152446331359762, 0.0095616366320095, 0.00544959854167646, 0.0028317714206936], [-0.00515982394405436, -0.00992981595736939, -0.0174224378696871, -0.0277775326421184, -0.0400479239523913, -0.0518189171727258, -0.0594188625714671, -0.0589641513626169, -0.0480126514045827, -0.0270670566473225, 0, 0.0270670566473225, 0.0480126514045827, 0.0589641513626169, 0.0594188625714671, 0.0518189171727258, 0.0400479239523913, 0.0277775326421184, 0.0174224378696871, 0.00992981595736939, 0.00515982394405436], [-0.0086789665414778, -0.0167022249967165, -0.0293050222219747, -0.0467225779444565, -0.0673617154009605, -0.0871608514619813, -0.099944169758866, -0.0991793329329519, -0.0807586071978622, -0.0455275376767625, 0, 0.0455275376767625, 0.0807586071978622, 0.0991793329329519, 0.099944169758866, 0.0871608514619813, 0.0673617154009605, 0.0467225779444565, 0.0293050222219747, 0.0167022249967165, 0.0086789665414778], [-0.0134758939981709, -0.0259336653176022, -0.0455021195426952, -0.0725464840418162, -0.104593021754378, -0.135335283236613, -0.155184033832714, -0.153996466172134, -0.125394472353042, -0.070690936391756, 0, 0.070690936391756, 0.125394472353042, 0.153996466172134, 0.155184033832714, 0.135335283236613, 0.104593021754378, 0.0725464840418162, 0.0455021195426952, 0.0259336653176022, 0.0134758939981709], [-0.0193153952550756, -0.0371714853270826, -0.0652195263653859, -0.103983009500067, -0.149916254638299, -0.193980042290892, -0.222429840362555, -0.220727664702865, -0.179731585646889, -0.101323398473118, 0, 0.101323398473118, 0.179731585646889, 0.220727664702865, 0.222429840362555, 0.193980042290892, 0.149916254638299, 0.103983009500067, 0.0652195263653859, 0.0371714853270826, 0.0193153952550756], [-0.0255567752990715, -0.0491827004051266, -0.0862938996805696, -0.137583019846106, -0.198358665865904, -0.256660776953556, -0.294303552937154, -0.292051353575983, -0.237808219188078, -0.134064009207128, 0, 0.134064009207128, 0.237808219188078, 0.292051353575983, 0.294303552937154, 0.256660776953556, 0.198358665865904, 0.137583019846106, 0.0862938996805696, 0.0491827004051266, 0.0255567752990715], [-0.0312151158399657, -0.0600718859285869, -0.105399607082245, -0.168044279916039, -0.242275821593587, -0.313486180882605, -0.359463171293777, -0.356712328782117, -0.290459614829476, -0.163746150615596, 0, 0.163746150615596, 0.290459614829476, 0.356712328782117, 0.359463171293777, 0.313486180882605, 0.242275821593587, 0.168044279916039, 0.105399607082245, 0.0600718859285869, 0.0312151158399657], [-0.0351949448312468, -0.0677308622529172, -0.118837725142934, -0.189469396531258, -0.273165226060575, -0.35345468195878, -0.405293593892472, -0.402192027621384, -0.327492301231193, -0.184623269277327, 0, 0.184623269277327, 0.327492301231193, 0.402192027621384, 0.405293593892472, 0.35345468195878, 0.273165226060575, 0.189469396531258, 0.118837725142934, 0.0677308622529172, 0.0351949448312468], [-0.0366312777774684, -0.0704950111781767, -0.12368758470928, -0.197201789289463, -0.284313310418546, -0.367879441171442, -0.421833939234439, -0.418605795642619, -0.340857515586484, -0.192157887830465, 0, 0.192157887830465, 0.340857515586484, 0.418605795642619, 0.421833939234439, 0.367879441171442, 0.284313310418546, 0.197201789289463, 0.12368758470928, 0.0704950111781767, 0.0366312777774684], [-0.0351949448312468, -0.0677308622529172, -0.118837725142934, -0.189469396531258, -0.273165226060575, -0.35345468195878, -0.405293593892472, -0.402192027621384, -0.327492301231193, -0.184623269277327, 0, 0.184623269277327, 0.327492301231193, 0.402192027621384, 0.405293593892472, 0.35345468195878, 0.273165226060575, 0.189469396531258, 0.118837725142934, 0.0677308622529172, 0.0351949448312468], [-0.0312151158399657, -0.0600718859285869, -0.105399607082245, -0.168044279916039, -0.242275821593587, -0.313486180882605, -0.359463171293777, -0.356712328782117, -0.290459614829476, -0.163746150615596, 0, 0.163746150615596, 0.290459614829476, 0.356712328782117, 0.359463171293777, 0.313486180882605, 0.242275821593587, 0.168044279916039, 0.105399607082245, 0.0600718859285869, 0.0312151158399657], [-0.0255567752990715, -0.0491827004051266, -0.0862938996805696, -0.137583019846106, -0.198358665865904, -0.256660776953556, -0.294303552937154, -0.292051353575983, -0.237808219188078, -0.134064009207128, 0, 0.134064009207128, 0.237808219188078, 0.292051353575983, 0.294303552937154, 0.256660776953556, 0.198358665865904, 0.137583019846106, 0.0862938996805696, 0.0491827004051266, 0.0255567752990715], [-0.0193153952550756, -0.0371714853270826, -0.0652195263653859, -0.103983009500067, -0.149916254638299, -0.193980042290892, -0.222429840362555, -0.220727664702865, -0.179731585646889, -0.101323398473118, 0, 0.101323398473118, 0.179731585646889, 0.220727664702865, 0.222429840362555, 0.193980042290892, 0.149916254638299, 0.103983009500067, 0.0652195263653859, 0.0371714853270826, 0.0193153952550756], [-0.0134758939981709, -0.0259336653176022, -0.0455021195426952, -0.0725464840418162, -0.104593021754378, -0.135335283236613, -0.155184033832714, -0.153996466172134, -0.125394472353042, -0.070690936391756, 0, 0.070690936391756, 0.125394472353042, 0.153996466172134, 0.155184033832714, 0.135335283236613, 0.104593021754378, 0.0725464840418162, 0.0455021195426952, 0.0259336653176022, 0.0134758939981709], [-0.0086789665414778, -0.0167022249967165, -0.0293050222219747, -0.0467225779444565, -0.0673617154009605, -0.0871608514619813, -0.099944169758866, -0.0991793329329519, -0.0807586071978622, -0.0455275376767625, 0, 0.0455275376767625, 0.0807586071978622, 0.0991793329329519, 0.099944169758866, 0.0871608514619813, 0.0673617154009605, 0.0467225779444565, 0.0293050222219747, 0.0167022249967165, 0.0086789665414778], [-0.00515982394405436, -0.00992981595736939, -0.0174224378696871, -0.0277775326421184, -0.0400479239523913, -0.0518189171727258, -0.0594188625714671, -0.0589641513626169, -0.0480126514045827, -0.0270670566473225, 0, 0.0270670566473225, 0.0480126514045827, 0.0589641513626169, 0.0594188625714671, 0.0518189171727258, 0.0400479239523913, 0.0277775326421184, 0.0174224378696871, 0.00992981595736939, 0.00515982394405436], [-0.0028317714206936, -0.00544959854167646, -0.0095616366320095, -0.0152446331359762, -0.021978766666481, -0.0284388247141845, -0.032609763182693, -0.0323602123802136, -0.0263499017705612, -0.0148547156428668, 0, 0.0148547156428668, 0.0263499017705612, 0.0323602123802136, 0.032609763182693, 0.0284388247141845, 0.021978766666481, 0.0152446331359762, 0.0095616366320095, 0.00544959854167646, 0.0028317714206936], [-0.00143462352021863, -0.00276085922278403, -0.0048440875926013, -0.00772319018906508, -0.0111348166644777, -0.0144075918431123, -0.01652066014537, -0.0163942334683755, -0.0133493079841304, -0.00752565136143524, 0, 0.00752565136143524, 0.0133493079841304, 0.0163942334683755, 0.01652066014537, 0.0144075918431123, 0.0111348166644777, 0.00772319018906508, 0.0048440875926013, 0.00276085922278403, 0.00143462352021863], [-0.000670925255805024, -0.00129116116819676, -0.00226541713655488, -0.00361187676083805, -0.00520737992488668, -0.00673794699908547, -0.00772615810203022, -0.00766703258972146, -0.00624302316799313, -0.00351949448312468, 0, 0.00351949448312468, 0.00624302316799313, 0.00766703258972146, 0.00772615810203022, 0.00673794699908547, 0.00520737992488668, 0.00361187676083805, 0.00226541713655488, 0.00129116116819676, 0.000670925255805024]], "name": "", "showscale": false, "visible": true, "showlegend": true}], "layout": {"autosize": false, "margin": {"pad": 0, "l": 0, "r": 0, "b": 0, "t": 0}, "showlegend": false, "width": 840, "height": 630, "paper_bgcolor": "rgb(255,255,255)", "hovermode": "closest", "xaxis1": {"side": "bottom", "zeroline": false, "autorange": false, "linecolor": "rgb(38.250000,38.250000,38.250000)", "linewidth": 1, "exponentformat": "none", "tickfont": {"size": 10, "family": "Arial, sans-serif", "color": "rgb(38.250000,38.250000,38.250000)"}, "ticklen": 6.51, "tickcolor": "rgb(38.250000,38.250000,38.250000)", "tickwidth": 1, "tickangle": -0, "ticks": "outside", "showgrid": true, "gridwidth": 1, "gridcolor": "rgba(38.250000,,38.250000,38.250000,0.150000)", "type": "linear", "showticklabels": true, "tickmode": "array", "tickvals": [-2, -1, 0, 1, 2], "range": [-2, 2], "mirror": false, "ticktext": ["-2", "-1", "0", "1", "2"], "titlefont": {"color": "rgb(38.250000,38.250000,38.250000)", "size": 11, "family": "Arial, sans-serif"}, "showline": true, "domain": [0.13, 0.905], "anchor": "y1"}, "scene1": {"domain": {"x": [0.13, 0.905], "y": [0.11, 0.925]}}, "yaxis1": {"side": "left", "zeroline": false, "autorange": false, "linecolor": "rgb(38.250000,38.250000,38.250000)", "linewidth": 1, "exponentformat": "none", "tickfont": {"size": 10, "family": "Arial, sans-serif", "color": "rgb(38.250000,38.250000,38.250000)"}, "ticklen": 6.51, "tickcolor": "rgb(38.250000,38.250000,38.250000)", "tickwidth": 1, "tickangle": -0, "ticks": "outside", "showgrid": true, "gridwidth": 1, "gridcolor": "rgba(38.250000,,38.250000,38.250000,0.150000)", "type": "linear", "showticklabels": true, "tickmode": "array", "tickvals": [-2, -1, 0, 1, 2], "range": [-2, 2], "mirror": false, "ticktext": ["-2", "-1", "0", "1", "2"], "titlefont": {"color": "rgb(38.250000,38.250000,38.250000)", "size": 11, "family": "Arial, sans-serif"}, "showline": true, "domain": [0.11, 0.925], "anchor": "x1"}, "annotations": [{"showarrow": false, "xref": "paper", "yref": "paper", "xanchor": "center", "align": "center", "yanchor": "bottom", "text": "<b><b><\/b><\/b>", "x": 0.5175, "y": 0.935, "font": {"color": "rgb(0,0,0)", "family": "Arial, sans-serif", "size": 11}, "bordercolor": "rgba(0,0,0,0)", "textangle": 0, "borderwidth": 0.5, "borderpad": 3}]}, "frames": []} , {"responsive": true} ).then(function() { var gd = document.getElementById("plot-7105679"); var x = new MutationObserver(function(mutations, observer) { { var display = window.getComputedStyle(gd).display; if (!display || display === 'none') { { console.log([gd, 'removed!']); Plotly.purge(gd); observer.disconnect(); } } } }); // Listen for the removal of the full notebook cells var notebookContainer = gd.closest('#notebook-container'); if (notebookContainer) { { x.observe(notebookContainer, { childList: true }); } } // Listen for the clearing of the current output cell var outputEl = gd.closest('.output'); if (outputEl) { { x.observe(outputEl, { childList: true }); } } }) }; }); </script> <h2>Subplots</h2> <div class="highlight"><pre><code class="language-matlab" data-lang="matlab"><span class="n">t</span> <span class="o">=</span> <span class="mi">0</span><span class="p">:</span><span class="nb">pi</span><span class="p">/</span><span class="mi">10</span><span class="p">:</span><span class="mi">2</span><span class="o">*</span><span class="nb">pi</span><span class="p">;</span> <span class="p">[</span><span class="n">X</span><span class="p">,</span><span class="n">Y</span><span class="p">,</span><span class="n">Z</span><span class="p">]</span> <span class="o">=</span> <span class="nb">cylinder</span><span class="p">(</span><span class="mi">4</span><span class="o">*</span><span class="nb">cos</span><span class="p">(</span><span class="n">t</span><span class="p">));</span> <span class="nb">subplot</span><span class="p">(</span><span class="mi">2</span><span class="p">,</span><span class="mi">2</span><span class="p">,</span><span class="mi">1</span><span class="p">);</span> <span class="nb">mesh</span><span class="p">(</span><span class="n">X</span><span class="p">);</span> <span class="nb">title</span><span class="p">(</span><span class="s1">'X'</span><span class="p">);</span> <span class="nb">subplot</span><span class="p">(</span><span class="mi">2</span><span class="p">,</span><span class="mi">2</span><span class="p">,</span><span class="mi">2</span><span class="p">);</span> <span class="nb">mesh</span><span class="p">(</span><span class="n">Y</span><span class="p">);</span> <span class="nb">title</span><span class="p">(</span><span class="s1">'Y'</span><span class="p">);</span> <span class="nb">subplot</span><span class="p">(</span><span class="mi">2</span><span class="p">,</span><span class="mi">2</span><span class="p">,</span><span class="mi">3</span><span class="p">);</span> <span class="nb">mesh</span><span class="p">(</span><span class="n">Z</span><span class="p">);</span> <span class="nb">title</span><span class="p">(</span><span class="s1">'Z'</span><span class="p">);</span> <span class="nb">subplot</span><span class="p">(</span><span class="mi">2</span><span class="p">,</span><span class="mi">2</span><span class="p">,</span><span class="mi">4</span><span class="p">);</span> <span class="nb">mesh</span><span class="p">(</span><span class="n">X</span><span class="p">,</span><span class="n">Y</span><span class="p">,</span><span class="n">Z</span><span class="p">);</span> <span class="nb">title</span><span class="p">(</span><span class="s1">'X,Y,Z'</span><span class="p">);</span> <span class="n">fig2plotly</span><span class="p">(</span><span class="nb">gcf</span><span class="p">);</span> </code></pre></div> <div id="plot-7348401" class="plotly-graph-div js-plotly-plot"></div> <script type = "text/javascript" > require(["plotly"], function(Plotly) { window.PLOTLYENV = window.PLOTLYENV || {}; if (document.getElementById("plot-7348401" )) { Plotly.newPlot("plot-7348401", {"data": [{"xaxis": "x1", "yaxis": "y1", "type": "surface", "x": [[1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21], [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21], [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21], [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21], [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21], [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21], [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21], [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21], [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21], [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21], [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21], [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21], [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21], [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21], [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21], [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21], [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21], [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21], [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21], [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21], [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21]], "y": [[1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], [2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2], [3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3], [4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4], [5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5], [6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6], [7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7], [8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8], [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9], [10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10], [11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11], [12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12], [13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13], [14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14], [15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15], [16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16], [17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17], [18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18], [19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19], [20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20], [21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21]], "z": [[4, 3.80422606518061, 3.23606797749979, 2.35114100916989, 1.23606797749979, 2.44929359829471e-16, -1.23606797749979, -2.35114100916989, -3.23606797749979, -3.80422606518061, -4, -3.80422606518061, -3.23606797749979, -2.35114100916989, -1.23606797749979, -7.34788079488412e-16, 1.23606797749979, 2.35114100916989, 3.23606797749979, 3.80422606518061, 4], [3.80422606518061, 3.61803398874989, 3.07768353717525, 2.23606797749979, 1.17557050458495, 2.32941663697818e-16, -1.17557050458495, -2.23606797749979, -3.07768353717525, -3.61803398874989, -3.80422606518061, -3.61803398874989, -3.07768353717525, -2.23606797749979, -1.17557050458495, -6.98824991093455e-16, 1.17557050458495, 2.23606797749979, 3.07768353717525, 3.61803398874989, 3.80422606518061], [3.23606797749979, 3.07768353717525, 2.61803398874989, 1.90211303259031, 1, 1.98152014523418e-16, -1, -1.90211303259031, -2.61803398874989, -3.07768353717525, -3.23606797749979, -3.07768353717525, -2.61803398874989, -1.90211303259031, -1, -5.94456043570255e-16, 0.999999999999999, 1.90211303259031, 2.61803398874989, 3.07768353717525, 3.23606797749979], [2.35114100916989, 2.23606797749979, 1.90211303259031, 1.38196601125011, 0.726542528005361, 1.43965865561199e-16, -0.726542528005361, -1.3819660112501, -1.90211303259031, -2.23606797749979, -2.35114100916989, -2.23606797749979, -1.90211303259031, -1.38196601125011, -0.726542528005361, -4.31897596683598e-16, 0.72654252800536, 1.3819660112501, 1.90211303259031, 2.23606797749979, 2.35114100916989], [1.23606797749979, 1.17557050458495, 1, 0.726542528005361, 0.381966011250105, 7.5687334608683e-17, -0.381966011250105, -0.726542528005361, -1, -1.17557050458495, -1.23606797749979, -1.17557050458495, -1, -0.726542528005361, -0.381966011250105, -2.27062003826049e-16, 0.381966011250105, 0.726542528005361, 1, 1.17557050458495, 1.23606797749979], [2.44929359829471e-16, 2.32941663697818e-16, 1.98152014523418e-16, 1.43965865561199e-16, 7.5687334608683e-17, 1.49975978266186e-32, -7.5687334608683e-17, -1.43965865561199e-16, -1.98152014523418e-16, -2.32941663697818e-16, -2.44929359829471e-16, -2.32941663697818e-16, -1.98152014523418e-16, -1.43965865561199e-16, -7.5687334608683e-17, -4.49927934798557e-32, 7.56873346086829e-17, 1.43965865561199e-16, 1.98152014523418e-16, 2.32941663697818e-16, 2.44929359829471e-16], [-1.23606797749979, -1.17557050458495, -1, -0.726542528005361, -0.381966011250105, -7.5687334608683e-17, 0.381966011250105, 0.726542528005361, 1, 1.17557050458495, 1.23606797749979, 1.17557050458495, 1, 0.726542528005361, 0.381966011250105, 2.27062003826049e-16, -0.381966011250105, -0.72654252800536, -1, -1.17557050458495, -1.23606797749979], [-2.35114100916989, -2.23606797749979, -1.90211303259031, -1.3819660112501, -0.726542528005361, -1.43965865561199e-16, 0.726542528005361, 1.3819660112501, 1.90211303259031, 2.23606797749979, 2.35114100916989, 2.23606797749979, 1.90211303259031, 1.38196601125011, 0.726542528005361, 4.31897596683598e-16, -0.72654252800536, -1.3819660112501, -1.90211303259031, -2.23606797749979, -2.35114100916989], [-3.23606797749979, -3.07768353717525, -2.61803398874989, -1.90211303259031, -1, -1.98152014523418e-16, 1, 1.90211303259031, 2.61803398874989, 3.07768353717525, 3.23606797749979, 3.07768353717525, 2.61803398874989, 1.90211303259031, 1, 5.94456043570255e-16, -0.999999999999999, -1.90211303259031, -2.61803398874989, -3.07768353717525, -3.23606797749979], [-3.80422606518061, -3.61803398874989, -3.07768353717525, -2.23606797749979, -1.17557050458495, -2.32941663697818e-16, 1.17557050458495, 2.23606797749979, 3.07768353717525, 3.61803398874989, 3.80422606518061, 3.61803398874989, 3.07768353717525, 2.23606797749979, 1.17557050458495, 6.98824991093455e-16, -1.17557050458495, -2.23606797749979, -3.07768353717525, -3.61803398874989, -3.80422606518061], [-4, -3.80422606518061, -3.23606797749979, -2.35114100916989, -1.23606797749979, -2.44929359829471e-16, 1.23606797749979, 2.35114100916989, 3.23606797749979, 3.80422606518061, 4, 3.80422606518061, 3.23606797749979, 2.35114100916989, 1.23606797749979, 7.34788079488412e-16, -1.23606797749979, -2.35114100916989, -3.23606797749979, -3.80422606518061, -4], [-3.80422606518061, -3.61803398874989, -3.07768353717525, -2.23606797749979, -1.17557050458495, -2.32941663697819e-16, 1.17557050458495, 2.23606797749979, 3.07768353717525, 3.61803398874989, 3.80422606518061, 3.61803398874989, 3.07768353717525, 2.23606797749979, 1.17557050458495, 6.98824991093455e-16, -1.17557050458495, -2.23606797749979, -3.07768353717525, -3.61803398874989, -3.80422606518061], [-3.23606797749979, -3.07768353717525, -2.61803398874989, -1.90211303259031, -1, -1.98152014523418e-16, 1, 1.90211303259031, 2.61803398874989, 3.07768353717525, 3.23606797749979, 3.07768353717525, 2.61803398874989, 1.90211303259031, 1, 5.94456043570255e-16, -0.999999999999999, -1.90211303259031, -2.61803398874989, -3.07768353717525, -3.23606797749979], [-2.35114100916989, -2.23606797749979, -1.90211303259031, -1.38196601125011, -0.726542528005361, -1.43965865561199e-16, 0.726542528005361, 1.38196601125011, 1.90211303259031, 2.23606797749979, 2.35114100916989, 2.23606797749979, 1.90211303259031, 1.38196601125011, 0.726542528005361, 4.31897596683598e-16, -0.726542528005361, -1.3819660112501, -1.90211303259031, -2.23606797749979, -2.35114100916989], [-1.23606797749979, -1.17557050458495, -1, -0.726542528005361, -0.381966011250105, -7.5687334608683e-17, 0.381966011250105, 0.726542528005361, 1, 1.17557050458495, 1.23606797749979, 1.17557050458495, 1, 0.726542528005361, 0.381966011250105, 2.27062003826049e-16, -0.381966011250105, -0.726542528005361, -1, -1.17557050458495, -1.23606797749979], [-7.34788079488412e-16, -6.98824991093455e-16, -5.94456043570255e-16, -4.31897596683598e-16, -2.27062003826049e-16, -4.49927934798557e-32, 2.27062003826049e-16, 4.31897596683598e-16, 5.94456043570255e-16, 6.98824991093455e-16, 7.34788079488412e-16, 6.98824991093455e-16, 5.94456043570255e-16, 4.31897596683598e-16, 2.27062003826049e-16, 1.34978380439567e-31, -2.27062003826049e-16, -4.31897596683598e-16, -5.94456043570255e-16, -6.98824991093455e-16, -7.34788079488412e-16], [1.23606797749979, 1.17557050458495, 0.999999999999999, 0.72654252800536, 0.381966011250105, 7.56873346086829e-17, -0.381966011250105, -0.72654252800536, -0.999999999999999, -1.17557050458495, -1.23606797749979, -1.17557050458495, -0.999999999999999, -0.726542528005361, -0.381966011250105, -2.27062003826049e-16, 0.381966011250105, 0.72654252800536, 0.999999999999999, 1.17557050458495, 1.23606797749979], [2.35114100916989, 2.23606797749979, 1.90211303259031, 1.3819660112501, 0.726542528005361, 1.43965865561199e-16, -0.72654252800536, -1.3819660112501, -1.90211303259031, -2.23606797749979, -2.35114100916989, -2.23606797749979, -1.90211303259031, -1.3819660112501, -0.726542528005361, -4.31897596683598e-16, 0.72654252800536, 1.3819660112501, 1.90211303259031, 2.23606797749979, 2.35114100916989], [3.23606797749979, 3.07768353717525, 2.61803398874989, 1.90211303259031, 1, 1.98152014523418e-16, -1, -1.90211303259031, -2.61803398874989, -3.07768353717525, -3.23606797749979, -3.07768353717525, -2.61803398874989, -1.90211303259031, -1, -5.94456043570255e-16, 0.999999999999999, 1.90211303259031, 2.61803398874989, 3.07768353717525, 3.23606797749979], [3.80422606518061, 3.61803398874989, 3.07768353717525, 2.23606797749979, 1.17557050458495, 2.32941663697818e-16, -1.17557050458495, -2.23606797749979, -3.07768353717525, -3.61803398874989, -3.80422606518061, -3.61803398874989, -3.07768353717525, -2.23606797749979, -1.17557050458495, -6.98824991093455e-16, 1.17557050458495, 2.23606797749979, 3.07768353717525, 3.61803398874989, 3.80422606518061], [4, 3.80422606518061, 3.23606797749979, 2.35114100916989, 1.23606797749979, 2.44929359829471e-16, -1.23606797749979, -2.35114100916989, -3.23606797749979, -3.80422606518061, -4, -3.80422606518061, -3.23606797749979, -2.35114100916989, -1.23606797749979, -7.34788079488412e-16, 1.23606797749979, 2.35114100916989, 3.23606797749979, 3.80422606518061, 4]], "contours": {"x": {"start": 1, "end": 21, "size": 1, "show": true, "color": "black"}, "y": {"start": 1, "end": 21, "size": 1, "show": true, "color": "black"}}, "colorscale": [[0, "rgb(61.761,38.352,168.3765)"], [0.00392156862745098, "rgb(62.322,39.117,171.564)"], [0.00784313725490196, "rgb(62.832,40.0095,174.5985)"], [0.0117647058823529, "rgb(63.342,40.9785,177.5055)"], [0.0156862745098039, "rgb(63.8265,42.024,180.3105)"], [0.0196078431372549, "rgb(64.311,43.0695,183.0645)"], [0.0235294117647059, "rgb(64.77,44.166,185.793)"], [0.0274509803921569, "rgb(65.229,45.2115,188.5215)"], [0.0313725490196078, "rgb(65.688,46.257,191.2755)"], [0.0352941176470588, "rgb(66.147,47.277,194.055)"], [0.0392156862745098, "rgb(66.5805,48.2715,196.8345)"], [0.0431372549019608, "rgb(67.014,49.266,199.614)"], [0.0470588235294118, "rgb(67.4475,50.286,202.3935)"], [0.0509803921568627, "rgb(67.8555,51.2805,205.0965)"], [0.0549019607843137, "rgb(68.238,52.326,207.774)"], [0.0588235294117647, "rgb(68.6205,53.397,210.3495)"], [0.0627450980392157, "rgb(68.952,54.519,212.823)"], [0.0666666666666667, "rgb(69.2835,55.692,215.1945)"], [0.0705882352941176, "rgb(69.5895,56.8905,217.464)"], [0.0745098039215686, "rgb(69.87,58.14,219.606)"], [0.0784313725490196, "rgb(70.0995,59.415,221.646)"], [0.0823529411764706, "rgb(70.329,60.741,223.5585)"], [0.0862745098039216, "rgb(70.533,62.0925,225.42)"], [0.0901960784313725, "rgb(70.737,63.4695,227.154)"], [0.0941176470588235, "rgb(70.9155,64.8465,228.8115)"], [0.0980392156862745, "rgb(71.094,66.249,230.3925)"], [0.101960784313725, "rgb(71.247,67.6515,231.897)"], [0.105882352941176, "rgb(71.349,69.054,233.325)"], [0.109803921568627, "rgb(71.451,70.482,234.702)"], [0.113725490196078, "rgb(71.553,71.8845,236.0025)"], [0.117647058823529, "rgb(71.6295,73.3125,237.2775)"], [0.12156862745098, "rgb(71.6805,74.715,238.476)"], [0.125490196078431, "rgb(71.7315,76.1175,239.6235)"], [0.129411764705882, "rgb(71.757,77.52,240.7455)"], [0.133333333333333, "rgb(71.757,78.9225,241.8165)"], [0.137254901960784, "rgb(71.7315,80.325,242.862)"], [0.141176470588235, "rgb(71.6805,81.702,243.8565)"], [0.145098039215686, "rgb(71.6295,83.1045,244.8)"], [0.149019607843137, "rgb(71.5785,84.4815,245.718)"], [0.152941176470588, "rgb(71.4765,85.8585,246.585)"], [0.156862745098039, "rgb(71.349,87.2355,247.401)"], [0.16078431372549, "rgb(71.1705,88.6125,248.1915)"], [0.164705882352941, "rgb(70.992,89.9895,248.9565)"], [0.168627450980392, "rgb(70.788,91.3665,249.6705)"], [0.172549019607843, "rgb(70.533,92.769,250.3335)"], [0.176470588235294, "rgb(70.227,94.1715,250.92)"], [0.180392156862745, "rgb(69.8955,95.574,251.481)"], [0.184313725490196, "rgb(69.513,97.002,251.9655)"], [0.188235294117647, "rgb(69.105,98.43,252.399)"], [0.192156862745098, "rgb(68.6205,99.858,252.756)"], [0.196078431372549, "rgb(68.085,101.3115,253.062)"], [0.2, "rgb(67.4985,102.765,253.3425)"], [0.203921568627451, "rgb(66.8355,104.244,253.623)"], [0.207843137254902, "rgb(66.0705,105.6975,253.8525)"], [0.211764705882353, "rgb(65.178,107.1765,254.1075)"], [0.215686274509804, "rgb(64.1835,108.6555,254.337)"], [0.219607843137255, "rgb(63.0615,110.1345,254.5665)"], [0.223529411764706, "rgb(61.812,111.639,254.7705)"], [0.227450980392157, "rgb(60.4095,113.1435,254.898)"], [0.231372549019608, "rgb(58.9305,114.6735,254.8725)"], [0.235294117647059, "rgb(57.375,116.2545,254.6175)"], [0.23921568627451, "rgb(55.8195,117.81,254.184)"], [0.243137254901961, "rgb(54.264,119.391,253.674)"], [0.247058823529412, "rgb(52.683,120.9465,253.113)"], [0.250980392156863, "rgb(51.153,122.4765,252.603)"], [0.254901960784314, "rgb(49.725,123.9555,252.1185)"], [0.258823529411765, "rgb(48.5265,125.4345,251.6085)"], [0.262745098039216, "rgb(47.6595,126.8625,251.022)"], [0.266666666666667, "rgb(47.0985,128.265,250.3845)"], [0.270588235294118, "rgb(46.6905,129.642,249.7215)"], [0.274509803921569, "rgb(46.359,131.019,249.033)"], [0.27843137254902, "rgb(46.053,132.3705,248.319)"], [0.282352941176471, "rgb(45.7725,133.722,247.5795)"], [0.286274509803922, "rgb(45.5175,135.048,246.7635)"], [0.290196078431373, "rgb(45.339,136.3995,245.8455)"], [0.294117647058824, "rgb(45.2115,137.7255,244.851)"], [0.298039215686275, "rgb(45.084,139.026,243.78)"], [0.301960784313725, "rgb(44.982,140.352,242.658)"], [0.305882352941176, "rgb(44.7525,141.627,241.5615)"], [0.309803921568627, "rgb(44.37,142.9275,240.516)"], [0.313725490196078, "rgb(43.758,144.2025,239.5215)"], [0.317647058823529, "rgb(42.993,145.4775,238.6035)"], [0.32156862745098, "rgb(42.0495,146.7525,237.7365)"], [0.325490196078431, "rgb(41.055,148.0275,236.8695)"], [0.329411764705882, "rgb(40.1115,149.277,235.977)"], [0.333333333333333, "rgb(39.27,150.501,235.059)"], [0.337254901960784, "rgb(38.5815,151.725,234.141)"], [0.341176470588235, "rgb(38.046,152.9235,233.2485)"], [0.345098039215686, "rgb(37.6125,154.0965,232.3815)"], [0.349019607843137, "rgb(37.2555,155.2695,231.54)"], [0.352941176470588, "rgb(36.873,156.4425,230.775)"], [0.356862745098039, "rgb(36.4395,157.59,230.061)"], [0.36078431372549, "rgb(35.904,158.763,229.449)"], [0.364705882352941, "rgb(35.2665,159.936,228.8625)"], [0.368627450980392, "rgb(34.527,161.0835,228.3015)"], [0.372549019607843, "rgb(33.6855,162.2565,227.766)"], [0.376470588235294, "rgb(32.844,163.404,227.205)"], [0.380392156862745, "rgb(31.9515,164.5515,226.6185)"], [0.384313725490196, "rgb(31.0845,165.6735,225.981)"], [0.388235294117647, "rgb(30.2175,166.7955,225.267)"], [0.392156862745098, "rgb(29.376,167.892,224.502)"], [0.396078431372549, "rgb(28.5345,168.9885,223.635)"], [0.4, "rgb(27.6675,170.0595,222.717)"], [0.403921568627451, "rgb(26.724,171.105,221.7225)"], [0.407843137254902, "rgb(25.7295,172.125,220.6515)"], [0.411764705882353, "rgb(24.582,173.1195,219.5295)"], [0.415686274509804, "rgb(23.307,174.114,218.331)"], [0.419607843137255, "rgb(21.8025,175.0575,217.0815)"], [0.423529411764706, "rgb(20.1195,176.001,215.781)"], [0.427450980392157, "rgb(18.1815,176.919,214.4295)"], [0.431372549019608, "rgb(16.014,177.786,213.0525)"], [0.435294117647059, "rgb(13.6425,178.653,211.6245)"], [0.43921568627451, "rgb(11.0415,179.4945,210.171)"], [0.443137254901961, "rgb(8.364,180.3105,208.6665)"], [0.447058823529412, "rgb(5.967,181.1265,207.162)"], [0.450980392156863, "rgb(3.9525,181.8915,205.632)"], [0.454901960784314, "rgb(2.3205,182.6565,204.0765)"], [0.458823529411765, "rgb(1.173,183.396,202.4955)"], [0.462745098039216, "rgb(0.4845,184.11,200.889)"], [0.466666666666667, "rgb(0.2295,184.824,199.2825)"], [0.470588235294118, "rgb(0.459,185.5125,197.676)"], [0.474509803921569, "rgb(1.173,186.1755,196.044)"], [0.47843137254902, "rgb(2.397,186.8385,194.3865)"], [0.482352941176471, "rgb(4.131,187.476,192.729)"], [0.486274509803922, "rgb(6.4515,188.088,191.046)"], [0.490196078431373, "rgb(9.4095,188.7,189.363)"], [0.494117647058824, "rgb(12.852,189.2865,187.6545)"], [0.498039215686275, "rgb(16.269,189.873,185.946)"], [0.501960784313725, "rgb(19.635,190.434,184.212)"], [0.505882352941176, "rgb(22.9245,190.9695,182.478)"], [0.509803921568627, "rgb(26.0865,191.505,180.744)"], [0.513725490196078, "rgb(29.0955,192.0405,178.9845)"], [0.517647058823529, "rgb(31.926,192.576,177.225)"], [0.52156862745098, "rgb(34.527,193.086,175.4655)"], [0.525490196078431, "rgb(36.924,193.6215,173.706)"], [0.529411764705882, "rgb(39.066,194.157,171.8955)"], [0.533333333333333, "rgb(41.0295,194.6925,170.1105)"], [0.537254901960784, "rgb(42.789,195.228,168.2745)"], [0.541176470588235, "rgb(44.3955,195.789,166.4385)"], [0.545098039215686, "rgb(45.8745,196.3245,164.577)"], [0.549019607843137, "rgb(47.2515,196.8855,162.6645)"], [0.552941176470588, "rgb(48.5775,197.4465,160.7265)"], [0.556862745098039, "rgb(49.827,198.0075,158.7375)"], [0.56078431372549, "rgb(51.0765,198.5685,156.723)"], [0.564705882352941, "rgb(52.5555,199.104,154.6575)"], [0.568627450980392, "rgb(54.009,199.614,152.5665)"], [0.572549019607843, "rgb(55.539,200.1495,150.4245)"], [0.576470588235294, "rgb(57.222,200.6595,148.2315)"], [0.580392156862745, "rgb(59.109,201.1185,145.9875)"], [0.584313725490196, "rgb(61.2255,201.5775,143.718)"], [0.588235294117647, "rgb(63.5205,202.011,141.423)"], [0.592156862745098, "rgb(66.0195,202.3935,139.077)"], [0.596078431372549, "rgb(68.7225,202.7505,136.68)"], [0.6, "rgb(71.6295,203.082,134.283)"], [0.603921568627451, "rgb(74.6895,203.3625,131.835)"], [0.607843137254902, "rgb(77.826,203.6175,129.387)"], [0.611764705882353, "rgb(80.988,203.847,126.8625)"], [0.615686274509804, "rgb(84.1755,204.051,124.338)"], [0.619607843137255, "rgb(87.312,204.2295,121.737)"], [0.623529411764706, "rgb(90.474,204.408,119.0595)"], [0.627450980392157, "rgb(93.6105,204.5355,116.3565)"], [0.631372549019608, "rgb(96.7725,204.663,113.577)"], [0.635294117647059, "rgb(99.9855,204.7395,110.772)"], [0.63921568627451, "rgb(103.275,204.7905,107.9415)"], [0.643137254901961, "rgb(106.692,204.765,105.111)"], [0.647058823529412, "rgb(110.211,204.714,102.3315)"], [0.650980392156863, "rgb(113.8065,204.612,99.552)"], [0.654901960784314, "rgb(117.504,204.459,96.8235)"], [0.658823529411765, "rgb(121.2015,204.2805,94.1205)"], [0.662745098039216, "rgb(124.9245,204.051,91.443)"], [0.666666666666667, "rgb(128.622,203.8215,88.74)"], [0.670588235294118, "rgb(132.2685,203.541,86.037)"], [0.674509803921569, "rgb(135.8895,203.235,83.3085)"], [0.67843137254902, "rgb(139.485,202.9035,80.5545)"], [0.682352941176471, "rgb(143.0295,202.5465,77.775)"], [0.686274509803922, "rgb(146.574,202.1895,74.9955)"], [0.690196078431373, "rgb(150.093,201.7815,72.2415)"], [0.694117647058824, "rgb(153.612,201.348,69.513)"], [0.698039215686274, "rgb(157.1055,200.889,66.861)"], [0.701960784313725, "rgb(160.5735,200.4045,64.2855)"], [0.705882352941177, "rgb(164.0415,199.8945,61.7865)"], [0.709803921568627, "rgb(167.4585,199.359,59.3895)"], [0.713725490196078, "rgb(170.8755,198.798,57.0945)"], [0.717647058823529, "rgb(174.2415,198.2115,54.9525)"], [0.72156862745098, "rgb(177.5565,197.625,52.9125)"], [0.725490196078431, "rgb(180.8205,197.0385,50.949)"], [0.729411764705882, "rgb(184.059,196.4265,49.062)"], [0.733333333333333, "rgb(187.272,195.8145,47.226)"], [0.737254901960784, "rgb(190.434,195.177,45.441)"], [0.741176470588235, "rgb(193.545,194.5395,43.7835)"], [0.745098039215686, "rgb(196.605,193.902,42.279)"], [0.749019607843137, "rgb(199.6395,193.2645,41.004)"], [0.752941176470588, "rgb(202.5975,192.627,40.035)"], [0.756862745098039, "rgb(205.53,191.9895,39.423)"], [0.76078431372549, "rgb(208.386,191.3775,39.1425)"], [0.764705882352941, "rgb(211.1655,190.7655,39.168)"], [0.768627450980392, "rgb(213.9195,190.1535,39.423)"], [0.772549019607843, "rgb(216.6225,189.5925,39.882)"], [0.776470588235294, "rgb(219.3,189.0315,40.4685)"], [0.780392156862745, "rgb(221.9265,188.496,41.1825)"], [0.784313725490196, "rgb(224.502,187.986,42.075)"], [0.788235294117647, "rgb(227.0265,187.5015,43.2225)"], [0.792156862745098, "rgb(229.5,187.068,44.5995)"], [0.796078431372549, "rgb(231.8715,186.6855,46.2825)"], [0.8, "rgb(234.192,186.354,48.195)"], [0.803921568627451, "rgb(236.436,186.099,50.3115)"], [0.807843137254902, "rgb(238.6035,185.895,52.5555)"], [0.811764705882353, "rgb(240.72,185.7675,54.8505)"], [0.815686274509804, "rgb(242.8365,185.742,57.0435)"], [0.819607843137255, "rgb(244.953,185.7675,58.956)"], [0.823529411764706, "rgb(247.0695,185.946,60.5115)"], [0.827450980392157, "rgb(249.135,186.252,61.659)"], [0.831372549019608, "rgb(250.971,186.915,62.373)"], [0.835294117647059, "rgb(252.45,187.8075,61.9395)"], [0.83921568627451, "rgb(253.623,188.8785,61.047)"], [0.843137254901961, "rgb(254.133,190.179,59.9505)"], [0.847058823529412, "rgb(254.2605,191.5815,58.8795)"], [0.850980392156863, "rgb(254.286,193.0095,57.8085)"], [0.854901960784314, "rgb(254.2605,194.463,56.712)"], [0.858823529411765, "rgb(254.2095,195.9165,55.6155)"], [0.862745098039216, "rgb(254.133,197.37,54.519)"], [0.866666666666667, "rgb(254.031,198.849,53.4225)"], [0.870588235294118, "rgb(253.9035,200.328,52.3515)"], [0.874509803921569, "rgb(253.6995,201.8325,51.306)"], [0.87843137254902, "rgb(253.419,203.337,50.337)"], [0.882352941176471, "rgb(253.0365,204.867,49.4445)"], [0.886274509803922, "rgb(252.603,206.4225,48.603)"], [0.890196078431372, "rgb(252.0675,207.978,47.8125)"], [0.894117647058824, "rgb(251.4555,209.559,47.073)"], [0.898039215686275, "rgb(250.7925,211.14,46.3335)"], [0.901960784313726, "rgb(250.0785,212.721,45.5685)"], [0.905882352941176, "rgb(249.339,214.302,44.8035)"], [0.909803921568627, "rgb(248.574,215.9085,44.013)"], [0.913725490196078, "rgb(247.86,217.4895,43.2225)"], [0.917647058823529, "rgb(247.197,219.0705,42.4575)"], [0.92156862745098, "rgb(246.6105,220.677,41.718)"], [0.925490196078431, "rgb(246.1005,222.258,41.004)"], [0.929411764705882, "rgb(245.667,223.839,40.341)"], [0.933333333333333, "rgb(245.2845,225.42,39.7035)"], [0.937254901960784, "rgb(245.004,227.001,39.066)"], [0.941176470588235, "rgb(244.8255,228.5565,38.4285)"], [0.945098039215686, "rgb(244.698,230.0865,37.74)"], [0.949019607843137, "rgb(244.6725,231.642,36.975)"], [0.952941176470588, "rgb(244.7235,233.1465,36.159)"], [0.956862745098039, "rgb(244.8255,234.6765,35.241)"], [0.96078431372549, "rgb(245.004,236.181,34.272)"], [0.964705882352941, "rgb(245.259,237.66,33.252)"], [0.968627450980392, "rgb(245.5395,239.1645,32.1555)"], [0.972549019607843, "rgb(245.871,240.6435,31.008)"], [0.976470588235294, "rgb(246.2535,242.097,29.784)"], [0.980392156862745, "rgb(246.687,243.576,28.458)"], [0.984313725490196, "rgb(247.146,245.0295,27.0555)"], [0.988235294117647, "rgb(247.6305,246.5085,25.5255)"], [0.992156862745098, "rgb(248.115,247.962,23.919)"], [0.996078431372549, "rgb(248.5995,249.441,22.236)"], [1, "rgb(249.1095,250.8945,20.5275)"]], "surfacecolor": [[4, 3.80422606518061, 3.23606797749979, 2.35114100916989, 1.23606797749979, 2.44929359829471e-16, -1.23606797749979, -2.35114100916989, -3.23606797749979, -3.80422606518061, -4, -3.80422606518061, -3.23606797749979, -2.35114100916989, -1.23606797749979, -7.34788079488412e-16, 1.23606797749979, 2.35114100916989, 3.23606797749979, 3.80422606518061, 4], [3.80422606518061, 3.61803398874989, 3.07768353717525, 2.23606797749979, 1.17557050458495, 2.32941663697818e-16, -1.17557050458495, -2.23606797749979, -3.07768353717525, -3.61803398874989, -3.80422606518061, -3.61803398874989, -3.07768353717525, -2.23606797749979, -1.17557050458495, -6.98824991093455e-16, 1.17557050458495, 2.23606797749979, 3.07768353717525, 3.61803398874989, 3.80422606518061], [3.23606797749979, 3.07768353717525, 2.61803398874989, 1.90211303259031, 1, 1.98152014523418e-16, -1, -1.90211303259031, -2.61803398874989, -3.07768353717525, -3.23606797749979, -3.07768353717525, -2.61803398874989, -1.90211303259031, -1, -5.94456043570255e-16, 0.999999999999999, 1.90211303259031, 2.61803398874989, 3.07768353717525, 3.23606797749979], [2.35114100916989, 2.23606797749979, 1.90211303259031, 1.38196601125011, 0.726542528005361, 1.43965865561199e-16, -0.726542528005361, -1.3819660112501, -1.90211303259031, -2.23606797749979, -2.35114100916989, -2.23606797749979, -1.90211303259031, -1.38196601125011, -0.726542528005361, -4.31897596683598e-16, 0.72654252800536, 1.3819660112501, 1.90211303259031, 2.23606797749979, 2.35114100916989], [1.23606797749979, 1.17557050458495, 1, 0.726542528005361, 0.381966011250105, 7.5687334608683e-17, -0.381966011250105, -0.726542528005361, -1, -1.17557050458495, -1.23606797749979, -1.17557050458495, -1, -0.726542528005361, -0.381966011250105, -2.27062003826049e-16, 0.381966011250105, 0.726542528005361, 1, 1.17557050458495, 1.23606797749979], [2.44929359829471e-16, 2.32941663697818e-16, 1.98152014523418e-16, 1.43965865561199e-16, 7.5687334608683e-17, 1.49975978266186e-32, -7.5687334608683e-17, -1.43965865561199e-16, -1.98152014523418e-16, -2.32941663697818e-16, -2.44929359829471e-16, -2.32941663697818e-16, -1.98152014523418e-16, -1.43965865561199e-16, -7.5687334608683e-17, -4.49927934798557e-32, 7.56873346086829e-17, 1.43965865561199e-16, 1.98152014523418e-16, 2.32941663697818e-16, 2.44929359829471e-16], [-1.23606797749979, -1.17557050458495, -1, -0.726542528005361, -0.381966011250105, -7.5687334608683e-17, 0.381966011250105, 0.726542528005361, 1, 1.17557050458495, 1.23606797749979, 1.17557050458495, 1, 0.726542528005361, 0.381966011250105, 2.27062003826049e-16, -0.381966011250105, -0.72654252800536, -1, -1.17557050458495, -1.23606797749979], [-2.35114100916989, -2.23606797749979, -1.90211303259031, -1.3819660112501, -0.726542528005361, -1.43965865561199e-16, 0.726542528005361, 1.3819660112501, 1.90211303259031, 2.23606797749979, 2.35114100916989, 2.23606797749979, 1.90211303259031, 1.38196601125011, 0.726542528005361, 4.31897596683598e-16, -0.72654252800536, -1.3819660112501, -1.90211303259031, -2.23606797749979, -2.35114100916989], [-3.23606797749979, -3.07768353717525, -2.61803398874989, -1.90211303259031, -1, -1.98152014523418e-16, 1, 1.90211303259031, 2.61803398874989, 3.07768353717525, 3.23606797749979, 3.07768353717525, 2.61803398874989, 1.90211303259031, 1, 5.94456043570255e-16, -0.999999999999999, -1.90211303259031, -2.61803398874989, -3.07768353717525, -3.23606797749979], [-3.80422606518061, -3.61803398874989, -3.07768353717525, -2.23606797749979, -1.17557050458495, -2.32941663697818e-16, 1.17557050458495, 2.23606797749979, 3.07768353717525, 3.61803398874989, 3.80422606518061, 3.61803398874989, 3.07768353717525, 2.23606797749979, 1.17557050458495, 6.98824991093455e-16, -1.17557050458495, -2.23606797749979, -3.07768353717525, -3.61803398874989, -3.80422606518061], [-4, -3.80422606518061, -3.23606797749979, -2.35114100916989, -1.23606797749979, -2.44929359829471e-16, 1.23606797749979, 2.35114100916989, 3.23606797749979, 3.80422606518061, 4, 3.80422606518061, 3.23606797749979, 2.35114100916989, 1.23606797749979, 7.34788079488412e-16, -1.23606797749979, -2.35114100916989, -3.23606797749979, -3.80422606518061, -4], [-3.80422606518061, -3.61803398874989, -3.07768353717525, -2.23606797749979, -1.17557050458495, -2.32941663697819e-16, 1.17557050458495, 2.23606797749979, 3.07768353717525, 3.61803398874989, 3.80422606518061, 3.61803398874989, 3.07768353717525, 2.23606797749979, 1.17557050458495, 6.98824991093455e-16, -1.17557050458495, -2.23606797749979, -3.07768353717525, -3.61803398874989, -3.80422606518061], [-3.23606797749979, -3.07768353717525, -2.61803398874989, -1.90211303259031, -1, -1.98152014523418e-16, 1, 1.90211303259031, 2.61803398874989, 3.07768353717525, 3.23606797749979, 3.07768353717525, 2.61803398874989, 1.90211303259031, 1, 5.94456043570255e-16, -0.999999999999999, -1.90211303259031, -2.61803398874989, -3.07768353717525, -3.23606797749979], [-2.35114100916989, -2.23606797749979, -1.90211303259031, -1.38196601125011, -0.726542528005361, -1.43965865561199e-16, 0.726542528005361, 1.38196601125011, 1.90211303259031, 2.23606797749979, 2.35114100916989, 2.23606797749979, 1.90211303259031, 1.38196601125011, 0.726542528005361, 4.31897596683598e-16, -0.726542528005361, -1.3819660112501, -1.90211303259031, -2.23606797749979, -2.35114100916989], [-1.23606797749979, -1.17557050458495, -1, -0.726542528005361, -0.381966011250105, -7.5687334608683e-17, 0.381966011250105, 0.726542528005361, 1, 1.17557050458495, 1.23606797749979, 1.17557050458495, 1, 0.726542528005361, 0.381966011250105, 2.27062003826049e-16, -0.381966011250105, -0.726542528005361, -1, -1.17557050458495, -1.23606797749979], [-7.34788079488412e-16, -6.98824991093455e-16, -5.94456043570255e-16, -4.31897596683598e-16, -2.27062003826049e-16, -4.49927934798557e-32, 2.27062003826049e-16, 4.31897596683598e-16, 5.94456043570255e-16, 6.98824991093455e-16, 7.34788079488412e-16, 6.98824991093455e-16, 5.94456043570255e-16, 4.31897596683598e-16, 2.27062003826049e-16, 1.34978380439567e-31, -2.27062003826049e-16, -4.31897596683598e-16, -5.94456043570255e-16, -6.98824991093455e-16, -7.34788079488412e-16], [1.23606797749979, 1.17557050458495, 0.999999999999999, 0.72654252800536, 0.381966011250105, 7.56873346086829e-17, -0.381966011250105, -0.72654252800536, -0.999999999999999, -1.17557050458495, -1.23606797749979, -1.17557050458495, -0.999999999999999, -0.726542528005361, -0.381966011250105, -2.27062003826049e-16, 0.381966011250105, 0.72654252800536, 0.999999999999999, 1.17557050458495, 1.23606797749979], [2.35114100916989, 2.23606797749979, 1.90211303259031, 1.3819660112501, 0.726542528005361, 1.43965865561199e-16, -0.72654252800536, -1.3819660112501, -1.90211303259031, -2.23606797749979, -2.35114100916989, -2.23606797749979, -1.90211303259031, -1.3819660112501, -0.726542528005361, -4.31897596683598e-16, 0.72654252800536, 1.3819660112501, 1.90211303259031, 2.23606797749979, 2.35114100916989], [3.23606797749979, 3.07768353717525, 2.61803398874989, 1.90211303259031, 1, 1.98152014523418e-16, -1, -1.90211303259031, -2.61803398874989, -3.07768353717525, -3.23606797749979, -3.07768353717525, -2.61803398874989, -1.90211303259031, -1, -5.94456043570255e-16, 0.999999999999999, 1.90211303259031, 2.61803398874989, 3.07768353717525, 3.23606797749979], [3.80422606518061, 3.61803398874989, 3.07768353717525, 2.23606797749979, 1.17557050458495, 2.32941663697818e-16, -1.17557050458495, -2.23606797749979, -3.07768353717525, -3.61803398874989, -3.80422606518061, -3.61803398874989, -3.07768353717525, -2.23606797749979, -1.17557050458495, -6.98824991093455e-16, 1.17557050458495, 2.23606797749979, 3.07768353717525, 3.61803398874989, 3.80422606518061], [4, 3.80422606518061, 3.23606797749979, 2.35114100916989, 1.23606797749979, 2.44929359829471e-16, -1.23606797749979, -2.35114100916989, -3.23606797749979, -3.80422606518061, -4, -3.80422606518061, -3.23606797749979, -2.35114100916989, -1.23606797749979, -7.34788079488412e-16, 1.23606797749979, 2.35114100916989, 3.23606797749979, 3.80422606518061, 4]], "name": "", "showscale": false, "visible": true, "showlegend": true}, {"xaxis": "x2", "yaxis": "y2", "type": "surface", "x": [[1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21], [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21], [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21], [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21], [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21], [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21], [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21], [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21], [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21], [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21], [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21], [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21], [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21], [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21], [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21], [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21], [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21], [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21], [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21], [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21], [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21]], "y": [[1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], [2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2], [3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3], [4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4], [5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5], [6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6], [7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7], [8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8], [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9], [10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10], [11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11], [12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12], [13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13], [14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14], [15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15], [16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16], [17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17], [18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18], [19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19], [20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20], [21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21]], "z": [[0, 1.23606797749979, 2.35114100916989, 3.23606797749979, 3.80422606518061, 4, 3.80422606518061, 3.23606797749979, 2.35114100916989, 1.23606797749979, 4.89858719658941e-16, -1.23606797749979, -2.35114100916989, -3.23606797749979, -3.80422606518061, -4, -3.80422606518061, -3.23606797749979, -2.35114100916989, -1.23606797749979, 0], [0, 1.17557050458495, 2.23606797749979, 3.07768353717525, 3.61803398874989, 3.80422606518061, 3.61803398874989, 3.07768353717525, 2.23606797749979, 1.17557050458495, 4.65883327395637e-16, -1.17557050458495, -2.23606797749979, -3.07768353717525, -3.61803398874989, -3.80422606518061, -3.61803398874989, -3.07768353717525, -2.23606797749979, -1.17557050458495, 0], [0, 1, 1.90211303259031, 2.61803398874989, 3.07768353717525, 3.23606797749979, 3.07768353717525, 2.61803398874989, 1.90211303259031, 1, 3.96304029046837e-16, -1, -1.90211303259031, -2.61803398874989, -3.07768353717525, -3.23606797749979, -3.07768353717525, -2.6180339887499, -1.90211303259031, -1, 0], [0, 0.726542528005361, 1.38196601125011, 1.90211303259031, 2.23606797749979, 2.35114100916989, 2.23606797749979, 1.90211303259031, 1.38196601125011, 0.726542528005361, 2.87931731122399e-16, -0.726542528005362, -1.3819660112501, -1.90211303259031, -2.23606797749979, -2.35114100916989, -2.23606797749979, -1.90211303259031, -1.38196601125011, -0.726542528005361, 0], [0, 0.381966011250105, 0.726542528005361, 1, 1.17557050458495, 1.23606797749979, 1.17557050458495, 1, 0.726542528005361, 0.381966011250105, 1.51374669217366e-16, -0.381966011250106, -0.726542528005361, -1, -1.17557050458495, -1.23606797749979, -1.17557050458495, -1, -0.726542528005361, -0.381966011250105, 0], [0, 7.5687334608683e-17, 1.43965865561199e-16, 1.98152014523418e-16, 2.32941663697818e-16, 2.44929359829471e-16, 2.32941663697819e-16, 1.98152014523418e-16, 1.43965865561199e-16, 7.5687334608683e-17, 2.99951956532372e-32, -7.56873346086831e-17, -1.43965865561199e-16, -1.98152014523418e-16, -2.32941663697818e-16, -2.44929359829471e-16, -2.32941663697819e-16, -1.98152014523418e-16, -1.43965865561199e-16, -7.5687334608683e-17, 0], [-0, -0.381966011250105, -0.726542528005361, -1, -1.17557050458495, -1.23606797749979, -1.17557050458495, -1, -0.726542528005361, -0.381966011250105, -1.51374669217366e-16, 0.381966011250105, 0.726542528005361, 1, 1.17557050458495, 1.23606797749979, 1.17557050458495, 1, 0.726542528005361, 0.381966011250105, -0], [-0, -0.726542528005361, -1.3819660112501, -1.90211303259031, -2.23606797749979, -2.35114100916989, -2.23606797749979, -1.90211303259031, -1.38196601125011, -0.726542528005361, -2.87931731122399e-16, 0.726542528005361, 1.3819660112501, 1.90211303259031, 2.23606797749979, 2.35114100916989, 2.23606797749979, 1.90211303259031, 1.38196601125011, 0.726542528005361, -0], [-0, -1, -1.90211303259031, -2.61803398874989, -3.07768353717525, -3.23606797749979, -3.07768353717525, -2.61803398874989, -1.90211303259031, -1, -3.96304029046837e-16, 1, 1.90211303259031, 2.61803398874989, 3.07768353717525, 3.23606797749979, 3.07768353717525, 2.61803398874989, 1.90211303259031, 1, -0], [-0, -1.17557050458495, -2.23606797749979, -3.07768353717525, -3.61803398874989, -3.80422606518061, -3.61803398874989, -3.07768353717525, -2.23606797749979, -1.17557050458495, -4.65883327395637e-16, 1.17557050458495, 2.23606797749979, 3.07768353717525, 3.61803398874989, 3.80422606518061, 3.61803398874989, 3.07768353717525, 2.23606797749979, 1.17557050458495, -0], [-0, -1.23606797749979, -2.35114100916989, -3.23606797749979, -3.80422606518061, -4, -3.80422606518061, -3.23606797749979, -2.35114100916989, -1.23606797749979, -4.89858719658941e-16, 1.23606797749979, 2.35114100916989, 3.23606797749979, 3.80422606518061, 4, 3.80422606518061, 3.23606797749979, 2.35114100916989, 1.23606797749979, -0], [-0, -1.17557050458495, -2.23606797749979, -3.07768353717525, -3.61803398874989, -3.80422606518061, -3.6180339887499, -3.07768353717525, -2.23606797749979, -1.17557050458495, -4.65883327395637e-16, 1.17557050458495, 2.23606797749979, 3.07768353717525, 3.61803398874989, 3.80422606518061, 3.6180339887499, 3.07768353717525, 2.23606797749979, 1.17557050458495, -0], [-0, -1, -1.90211303259031, -2.61803398874989, -3.07768353717525, -3.23606797749979, -3.07768353717525, -2.61803398874989, -1.90211303259031, -1, -3.96304029046837e-16, 1, 1.90211303259031, 2.61803398874989, 3.07768353717525, 3.23606797749979, 3.07768353717525, 2.6180339887499, 1.90211303259031, 1, -0], [-0, -0.726542528005361, -1.38196601125011, -1.90211303259031, -2.23606797749979, -2.35114100916989, -2.23606797749979, -1.90211303259031, -1.38196601125011, -0.726542528005361, -2.87931731122399e-16, 0.726542528005362, 1.38196601125011, 1.90211303259031, 2.23606797749979, 2.35114100916989, 2.23606797749979, 1.90211303259031, 1.38196601125011, 0.726542528005361, -0], [-0, -0.381966011250105, -0.726542528005361, -1, -1.17557050458495, -1.23606797749979, -1.17557050458495, -1, -0.726542528005361, -0.381966011250105, -1.51374669217366e-16, 0.381966011250106, 0.726542528005361, 1, 1.17557050458495, 1.23606797749979, 1.17557050458495, 1, 0.726542528005361, 0.381966011250106, -0], [-0, -2.27062003826049e-16, -4.31897596683598e-16, -5.94456043570255e-16, -6.98824991093455e-16, -7.34788079488412e-16, -6.98824991093455e-16, -5.94456043570255e-16, -4.31897596683598e-16, -2.27062003826049e-16, -8.99855869597115e-32, 2.27062003826049e-16, 4.31897596683598e-16, 5.94456043570255e-16, 6.98824991093455e-16, 7.34788079488412e-16, 6.98824991093455e-16, 5.94456043570255e-16, 4.31897596683598e-16, 2.27062003826049e-16, -0], [0, 0.381966011250105, 0.72654252800536, 0.999999999999999, 1.17557050458495, 1.23606797749979, 1.17557050458495, 0.999999999999999, 0.726542528005361, 0.381966011250105, 1.51374669217366e-16, -0.381966011250105, -0.72654252800536, -0.999999999999999, -1.17557050458495, -1.23606797749979, -1.17557050458495, -1, -0.726542528005361, -0.381966011250105, 0], [0, 0.726542528005361, 1.3819660112501, 1.90211303259031, 2.23606797749979, 2.35114100916989, 2.23606797749979, 1.90211303259031, 1.3819660112501, 0.726542528005361, 2.87931731122399e-16, -0.726542528005361, -1.3819660112501, -1.90211303259031, -2.23606797749979, -2.35114100916989, -2.23606797749979, -1.90211303259031, -1.38196601125011, -0.726542528005361, 0], [0, 1, 1.90211303259031, 2.61803398874989, 3.07768353717525, 3.23606797749979, 3.07768353717525, 2.61803398874989, 1.90211303259031, 1, 3.96304029046837e-16, -1, -1.90211303259031, -2.61803398874989, -3.07768353717525, -3.23606797749979, -3.07768353717525, -2.61803398874989, -1.90211303259031, -1, 0], [0, 1.17557050458495, 2.23606797749979, 3.07768353717525, 3.61803398874989, 3.80422606518061, 3.61803398874989, 3.07768353717525, 2.23606797749979, 1.17557050458495, 4.65883327395637e-16, -1.17557050458495, -2.23606797749979, -3.07768353717525, -3.61803398874989, -3.80422606518061, -3.61803398874989, -3.07768353717525, -2.23606797749979, -1.17557050458495, 0], [0, 1.23606797749979, 2.35114100916989, 3.23606797749979, 3.80422606518061, 4, 3.80422606518061, 3.23606797749979, 2.35114100916989, 1.23606797749979, 4.89858719658941e-16, -1.23606797749979, -2.35114100916989, -3.23606797749979, -3.80422606518061, -4, -3.80422606518061, -3.23606797749979, -2.35114100916989, -1.23606797749979, 0]], "contours": {"x": {"start": 1, "end": 21, "size": 1, "show": true, "color": "black"}, "y": {"start": 1, "end": 21, "size": 1, "show": true, "color": "black"}}, "colorscale": [[0, "rgb(61.761,38.352,168.3765)"], [0.00392156862745098, "rgb(62.322,39.117,171.564)"], [0.00784313725490196, "rgb(62.832,40.0095,174.5985)"], [0.0117647058823529, "rgb(63.342,40.9785,177.5055)"], [0.0156862745098039, "rgb(63.8265,42.024,180.3105)"], [0.0196078431372549, "rgb(64.311,43.0695,183.0645)"], [0.0235294117647059, "rgb(64.77,44.166,185.793)"], [0.0274509803921569, "rgb(65.229,45.2115,188.5215)"], [0.0313725490196078, "rgb(65.688,46.257,191.2755)"], [0.0352941176470588, "rgb(66.147,47.277,194.055)"], [0.0392156862745098, "rgb(66.5805,48.2715,196.8345)"], [0.0431372549019608, "rgb(67.014,49.266,199.614)"], [0.0470588235294118, "rgb(67.4475,50.286,202.3935)"], [0.0509803921568627, "rgb(67.8555,51.2805,205.0965)"], [0.0549019607843137, "rgb(68.238,52.326,207.774)"], [0.0588235294117647, "rgb(68.6205,53.397,210.3495)"], [0.0627450980392157, "rgb(68.952,54.519,212.823)"], [0.0666666666666667, "rgb(69.2835,55.692,215.1945)"], [0.0705882352941176, "rgb(69.5895,56.8905,217.464)"], [0.0745098039215686, "rgb(69.87,58.14,219.606)"], [0.0784313725490196, "rgb(70.0995,59.415,221.646)"], [0.0823529411764706, "rgb(70.329,60.741,223.5585)"], [0.0862745098039216, "rgb(70.533,62.0925,225.42)"], [0.0901960784313725, "rgb(70.737,63.4695,227.154)"], [0.0941176470588235, "rgb(70.9155,64.8465,228.8115)"], [0.0980392156862745, "rgb(71.094,66.249,230.3925)"], [0.101960784313725, "rgb(71.247,67.6515,231.897)"], [0.105882352941176, "rgb(71.349,69.054,233.325)"], [0.109803921568627, "rgb(71.451,70.482,234.702)"], [0.113725490196078, "rgb(71.553,71.8845,236.0025)"], [0.117647058823529, "rgb(71.6295,73.3125,237.2775)"], [0.12156862745098, "rgb(71.6805,74.715,238.476)"], [0.125490196078431, "rgb(71.7315,76.1175,239.6235)"], [0.129411764705882, "rgb(71.757,77.52,240.7455)"], [0.133333333333333, "rgb(71.757,78.9225,241.8165)"], [0.137254901960784, "rgb(71.7315,80.325,242.862)"], [0.141176470588235, "rgb(71.6805,81.702,243.8565)"], [0.145098039215686, "rgb(71.6295,83.1045,244.8)"], [0.149019607843137, "rgb(71.5785,84.4815,245.718)"], [0.152941176470588, "rgb(71.4765,85.8585,246.585)"], [0.156862745098039, "rgb(71.349,87.2355,247.401)"], [0.16078431372549, "rgb(71.1705,88.6125,248.1915)"], [0.164705882352941, "rgb(70.992,89.9895,248.9565)"], [0.168627450980392, "rgb(70.788,91.3665,249.6705)"], [0.172549019607843, "rgb(70.533,92.769,250.3335)"], [0.176470588235294, "rgb(70.227,94.1715,250.92)"], [0.180392156862745, "rgb(69.8955,95.574,251.481)"], [0.184313725490196, "rgb(69.513,97.002,251.9655)"], [0.188235294117647, "rgb(69.105,98.43,252.399)"], [0.192156862745098, "rgb(68.6205,99.858,252.756)"], [0.196078431372549, "rgb(68.085,101.3115,253.062)"], [0.2, "rgb(67.4985,102.765,253.3425)"], [0.203921568627451, "rgb(66.8355,104.244,253.623)"], [0.207843137254902, "rgb(66.0705,105.6975,253.8525)"], [0.211764705882353, "rgb(65.178,107.1765,254.1075)"], [0.215686274509804, "rgb(64.1835,108.6555,254.337)"], [0.219607843137255, "rgb(63.0615,110.1345,254.5665)"], [0.223529411764706, "rgb(61.812,111.639,254.7705)"], [0.227450980392157, "rgb(60.4095,113.1435,254.898)"], [0.231372549019608, "rgb(58.9305,114.6735,254.8725)"], [0.235294117647059, "rgb(57.375,116.2545,254.6175)"], [0.23921568627451, "rgb(55.8195,117.81,254.184)"], [0.243137254901961, "rgb(54.264,119.391,253.674)"], [0.247058823529412, "rgb(52.683,120.9465,253.113)"], [0.250980392156863, "rgb(51.153,122.4765,252.603)"], [0.254901960784314, "rgb(49.725,123.9555,252.1185)"], [0.258823529411765, "rgb(48.5265,125.4345,251.6085)"], [0.262745098039216, "rgb(47.6595,126.8625,251.022)"], [0.266666666666667, "rgb(47.0985,128.265,250.3845)"], [0.270588235294118, "rgb(46.6905,129.642,249.7215)"], [0.274509803921569, "rgb(46.359,131.019,249.033)"], [0.27843137254902, "rgb(46.053,132.3705,248.319)"], [0.282352941176471, "rgb(45.7725,133.722,247.5795)"], [0.286274509803922, "rgb(45.5175,135.048,246.7635)"], [0.290196078431373, "rgb(45.339,136.3995,245.8455)"], [0.294117647058824, "rgb(45.2115,137.7255,244.851)"], [0.298039215686275, "rgb(45.084,139.026,243.78)"], [0.301960784313725, "rgb(44.982,140.352,242.658)"], [0.305882352941176, "rgb(44.7525,141.627,241.5615)"], [0.309803921568627, "rgb(44.37,142.9275,240.516)"], [0.313725490196078, "rgb(43.758,144.2025,239.5215)"], [0.317647058823529, "rgb(42.993,145.4775,238.6035)"], [0.32156862745098, "rgb(42.0495,146.7525,237.7365)"], [0.325490196078431, "rgb(41.055,148.0275,236.8695)"], [0.329411764705882, "rgb(40.1115,149.277,235.977)"], [0.333333333333333, "rgb(39.27,150.501,235.059)"], [0.337254901960784, "rgb(38.5815,151.725,234.141)"], [0.341176470588235, "rgb(38.046,152.9235,233.2485)"], [0.345098039215686, "rgb(37.6125,154.0965,232.3815)"], [0.349019607843137, "rgb(37.2555,155.2695,231.54)"], [0.352941176470588, "rgb(36.873,156.4425,230.775)"], [0.356862745098039, "rgb(36.4395,157.59,230.061)"], [0.36078431372549, "rgb(35.904,158.763,229.449)"], [0.364705882352941, "rgb(35.2665,159.936,228.8625)"], [0.368627450980392, "rgb(34.527,161.0835,228.3015)"], [0.372549019607843, "rgb(33.6855,162.2565,227.766)"], [0.376470588235294, "rgb(32.844,163.404,227.205)"], [0.380392156862745, "rgb(31.9515,164.5515,226.6185)"], [0.384313725490196, "rgb(31.0845,165.6735,225.981)"], [0.388235294117647, "rgb(30.2175,166.7955,225.267)"], [0.392156862745098, "rgb(29.376,167.892,224.502)"], [0.396078431372549, "rgb(28.5345,168.9885,223.635)"], [0.4, "rgb(27.6675,170.0595,222.717)"], [0.403921568627451, "rgb(26.724,171.105,221.7225)"], [0.407843137254902, "rgb(25.7295,172.125,220.6515)"], [0.411764705882353, "rgb(24.582,173.1195,219.5295)"], [0.415686274509804, "rgb(23.307,174.114,218.331)"], [0.419607843137255, "rgb(21.8025,175.0575,217.0815)"], [0.423529411764706, "rgb(20.1195,176.001,215.781)"], [0.427450980392157, "rgb(18.1815,176.919,214.4295)"], [0.431372549019608, "rgb(16.014,177.786,213.0525)"], [0.435294117647059, "rgb(13.6425,178.653,211.6245)"], [0.43921568627451, "rgb(11.0415,179.4945,210.171)"], [0.443137254901961, "rgb(8.364,180.3105,208.6665)"], [0.447058823529412, "rgb(5.967,181.1265,207.162)"], [0.450980392156863, "rgb(3.9525,181.8915,205.632)"], [0.454901960784314, "rgb(2.3205,182.6565,204.0765)"], [0.458823529411765, "rgb(1.173,183.396,202.4955)"], [0.462745098039216, "rgb(0.4845,184.11,200.889)"], [0.466666666666667, "rgb(0.2295,184.824,199.2825)"], [0.470588235294118, "rgb(0.459,185.5125,197.676)"], [0.474509803921569, "rgb(1.173,186.1755,196.044)"], [0.47843137254902, "rgb(2.397,186.8385,194.3865)"], [0.482352941176471, "rgb(4.131,187.476,192.729)"], [0.486274509803922, "rgb(6.4515,188.088,191.046)"], [0.490196078431373, "rgb(9.4095,188.7,189.363)"], [0.494117647058824, "rgb(12.852,189.2865,187.6545)"], [0.498039215686275, "rgb(16.269,189.873,185.946)"], [0.501960784313725, "rgb(19.635,190.434,184.212)"], [0.505882352941176, "rgb(22.9245,190.9695,182.478)"], [0.509803921568627, "rgb(26.0865,191.505,180.744)"], [0.513725490196078, "rgb(29.0955,192.0405,178.9845)"], [0.517647058823529, "rgb(31.926,192.576,177.225)"], [0.52156862745098, "rgb(34.527,193.086,175.4655)"], [0.525490196078431, "rgb(36.924,193.6215,173.706)"], [0.529411764705882, "rgb(39.066,194.157,171.8955)"], [0.533333333333333, "rgb(41.0295,194.6925,170.1105)"], [0.537254901960784, "rgb(42.789,195.228,168.2745)"], [0.541176470588235, "rgb(44.3955,195.789,166.4385)"], [0.545098039215686, "rgb(45.8745,196.3245,164.577)"], [0.549019607843137, "rgb(47.2515,196.8855,162.6645)"], [0.552941176470588, "rgb(48.5775,197.4465,160.7265)"], [0.556862745098039, "rgb(49.827,198.0075,158.7375)"], [0.56078431372549, "rgb(51.0765,198.5685,156.723)"], [0.564705882352941, "rgb(52.5555,199.104,154.6575)"], [0.568627450980392, "rgb(54.009,199.614,152.5665)"], [0.572549019607843, "rgb(55.539,200.1495,150.4245)"], [0.576470588235294, "rgb(57.222,200.6595,148.2315)"], [0.580392156862745, "rgb(59.109,201.1185,145.9875)"], [0.584313725490196, "rgb(61.2255,201.5775,143.718)"], [0.588235294117647, "rgb(63.5205,202.011,141.423)"], [0.592156862745098, "rgb(66.0195,202.3935,139.077)"], [0.596078431372549, "rgb(68.7225,202.7505,136.68)"], [0.6, "rgb(71.6295,203.082,134.283)"], [0.603921568627451, "rgb(74.6895,203.3625,131.835)"], [0.607843137254902, "rgb(77.826,203.6175,129.387)"], [0.611764705882353, "rgb(80.988,203.847,126.8625)"], [0.615686274509804, "rgb(84.1755,204.051,124.338)"], [0.619607843137255, "rgb(87.312,204.2295,121.737)"], [0.623529411764706, "rgb(90.474,204.408,119.0595)"], [0.627450980392157, "rgb(93.6105,204.5355,116.3565)"], [0.631372549019608, "rgb(96.7725,204.663,113.577)"], [0.635294117647059, "rgb(99.9855,204.7395,110.772)"], [0.63921568627451, "rgb(103.275,204.7905,107.9415)"], [0.643137254901961, "rgb(106.692,204.765,105.111)"], [0.647058823529412, "rgb(110.211,204.714,102.3315)"], [0.650980392156863, "rgb(113.8065,204.612,99.552)"], [0.654901960784314, "rgb(117.504,204.459,96.8235)"], [0.658823529411765, "rgb(121.2015,204.2805,94.1205)"], [0.662745098039216, "rgb(124.9245,204.051,91.443)"], [0.666666666666667, "rgb(128.622,203.8215,88.74)"], [0.670588235294118, "rgb(132.2685,203.541,86.037)"], [0.674509803921569, "rgb(135.8895,203.235,83.3085)"], [0.67843137254902, "rgb(139.485,202.9035,80.5545)"], [0.682352941176471, "rgb(143.0295,202.5465,77.775)"], [0.686274509803922, "rgb(146.574,202.1895,74.9955)"], [0.690196078431373, "rgb(150.093,201.7815,72.2415)"], [0.694117647058824, "rgb(153.612,201.348,69.513)"], [0.698039215686274, "rgb(157.1055,200.889,66.861)"], [0.701960784313725, "rgb(160.5735,200.4045,64.2855)"], [0.705882352941177, "rgb(164.0415,199.8945,61.7865)"], [0.709803921568627, "rgb(167.4585,199.359,59.3895)"], [0.713725490196078, "rgb(170.8755,198.798,57.0945)"], [0.717647058823529, "rgb(174.2415,198.2115,54.9525)"], [0.72156862745098, "rgb(177.5565,197.625,52.9125)"], [0.725490196078431, "rgb(180.8205,197.0385,50.949)"], [0.729411764705882, "rgb(184.059,196.4265,49.062)"], [0.733333333333333, "rgb(187.272,195.8145,47.226)"], [0.737254901960784, "rgb(190.434,195.177,45.441)"], [0.741176470588235, "rgb(193.545,194.5395,43.7835)"], [0.745098039215686, "rgb(196.605,193.902,42.279)"], [0.749019607843137, "rgb(199.6395,193.2645,41.004)"], [0.752941176470588, "rgb(202.5975,192.627,40.035)"], [0.756862745098039, "rgb(205.53,191.9895,39.423)"], [0.76078431372549, "rgb(208.386,191.3775,39.1425)"], [0.764705882352941, "rgb(211.1655,190.7655,39.168)"], [0.768627450980392, "rgb(213.9195,190.1535,39.423)"], [0.772549019607843, "rgb(216.6225,189.5925,39.882)"], [0.776470588235294, "rgb(219.3,189.0315,40.4685)"], [0.780392156862745, "rgb(221.9265,188.496,41.1825)"], [0.784313725490196, "rgb(224.502,187.986,42.075)"], [0.788235294117647, "rgb(227.0265,187.5015,43.2225)"], [0.792156862745098, "rgb(229.5,187.068,44.5995)"], [0.796078431372549, "rgb(231.8715,186.6855,46.2825)"], [0.8, "rgb(234.192,186.354,48.195)"], [0.803921568627451, "rgb(236.436,186.099,50.3115)"], [0.807843137254902, "rgb(238.6035,185.895,52.5555)"], [0.811764705882353, "rgb(240.72,185.7675,54.8505)"], [0.815686274509804, "rgb(242.8365,185.742,57.0435)"], [0.819607843137255, "rgb(244.953,185.7675,58.956)"], [0.823529411764706, "rgb(247.0695,185.946,60.5115)"], [0.827450980392157, "rgb(249.135,186.252,61.659)"], [0.831372549019608, "rgb(250.971,186.915,62.373)"], [0.835294117647059, "rgb(252.45,187.8075,61.9395)"], [0.83921568627451, "rgb(253.623,188.8785,61.047)"], [0.843137254901961, "rgb(254.133,190.179,59.9505)"], [0.847058823529412, "rgb(254.2605,191.5815,58.8795)"], [0.850980392156863, "rgb(254.286,193.0095,57.8085)"], [0.854901960784314, "rgb(254.2605,194.463,56.712)"], [0.858823529411765, "rgb(254.2095,195.9165,55.6155)"], [0.862745098039216, "rgb(254.133,197.37,54.519)"], [0.866666666666667, "rgb(254.031,198.849,53.4225)"], [0.870588235294118, "rgb(253.9035,200.328,52.3515)"], [0.874509803921569, "rgb(253.6995,201.8325,51.306)"], [0.87843137254902, "rgb(253.419,203.337,50.337)"], [0.882352941176471, "rgb(253.0365,204.867,49.4445)"], [0.886274509803922, "rgb(252.603,206.4225,48.603)"], [0.890196078431372, "rgb(252.0675,207.978,47.8125)"], [0.894117647058824, "rgb(251.4555,209.559,47.073)"], [0.898039215686275, "rgb(250.7925,211.14,46.3335)"], [0.901960784313726, "rgb(250.0785,212.721,45.5685)"], [0.905882352941176, "rgb(249.339,214.302,44.8035)"], [0.909803921568627, "rgb(248.574,215.9085,44.013)"], [0.913725490196078, "rgb(247.86,217.4895,43.2225)"], [0.917647058823529, "rgb(247.197,219.0705,42.4575)"], [0.92156862745098, "rgb(246.6105,220.677,41.718)"], [0.925490196078431, "rgb(246.1005,222.258,41.004)"], [0.929411764705882, "rgb(245.667,223.839,40.341)"], [0.933333333333333, "rgb(245.2845,225.42,39.7035)"], [0.937254901960784, "rgb(245.004,227.001,39.066)"], [0.941176470588235, "rgb(244.8255,228.5565,38.4285)"], [0.945098039215686, "rgb(244.698,230.0865,37.74)"], [0.949019607843137, "rgb(244.6725,231.642,36.975)"], [0.952941176470588, "rgb(244.7235,233.1465,36.159)"], [0.956862745098039, "rgb(244.8255,234.6765,35.241)"], [0.96078431372549, "rgb(245.004,236.181,34.272)"], [0.964705882352941, "rgb(245.259,237.66,33.252)"], [0.968627450980392, "rgb(245.5395,239.1645,32.1555)"], [0.972549019607843, "rgb(245.871,240.6435,31.008)"], [0.976470588235294, "rgb(246.2535,242.097,29.784)"], [0.980392156862745, "rgb(246.687,243.576,28.458)"], [0.984313725490196, "rgb(247.146,245.0295,27.0555)"], [0.988235294117647, "rgb(247.6305,246.5085,25.5255)"], [0.992156862745098, "rgb(248.115,247.962,23.919)"], [0.996078431372549, "rgb(248.5995,249.441,22.236)"], [1, "rgb(249.1095,250.8945,20.5275)"]], "surfacecolor": [[0, 1.23606797749979, 2.35114100916989, 3.23606797749979, 3.80422606518061, 4, 3.80422606518061, 3.23606797749979, 2.35114100916989, 1.23606797749979, 4.89858719658941e-16, -1.23606797749979, -2.35114100916989, -3.23606797749979, -3.80422606518061, -4, -3.80422606518061, -3.23606797749979, -2.35114100916989, -1.23606797749979, 0], [0, 1.17557050458495, 2.23606797749979, 3.07768353717525, 3.61803398874989, 3.80422606518061, 3.61803398874989, 3.07768353717525, 2.23606797749979, 1.17557050458495, 4.65883327395637e-16, -1.17557050458495, -2.23606797749979, -3.07768353717525, -3.61803398874989, -3.80422606518061, -3.61803398874989, -3.07768353717525, -2.23606797749979, -1.17557050458495, 0], [0, 1, 1.90211303259031, 2.61803398874989, 3.07768353717525, 3.23606797749979, 3.07768353717525, 2.61803398874989, 1.90211303259031, 1, 3.96304029046837e-16, -1, -1.90211303259031, -2.61803398874989, -3.07768353717525, -3.23606797749979, -3.07768353717525, -2.6180339887499, -1.90211303259031, -1, 0], [0, 0.726542528005361, 1.38196601125011, 1.90211303259031, 2.23606797749979, 2.35114100916989, 2.23606797749979, 1.90211303259031, 1.38196601125011, 0.726542528005361, 2.87931731122399e-16, -0.726542528005362, -1.3819660112501, -1.90211303259031, -2.23606797749979, -2.35114100916989, -2.23606797749979, -1.90211303259031, -1.38196601125011, -0.726542528005361, 0], [0, 0.381966011250105, 0.726542528005361, 1, 1.17557050458495, 1.23606797749979, 1.17557050458495, 1, 0.726542528005361, 0.381966011250105, 1.51374669217366e-16, -0.381966011250106, -0.726542528005361, -1, -1.17557050458495, -1.23606797749979, -1.17557050458495, -1, -0.726542528005361, -0.381966011250105, 0], [0, 7.5687334608683e-17, 1.43965865561199e-16, 1.98152014523418e-16, 2.32941663697818e-16, 2.44929359829471e-16, 2.32941663697819e-16, 1.98152014523418e-16, 1.43965865561199e-16, 7.5687334608683e-17, 2.99951956532372e-32, -7.56873346086831e-17, -1.43965865561199e-16, -1.98152014523418e-16, -2.32941663697818e-16, -2.44929359829471e-16, -2.32941663697819e-16, -1.98152014523418e-16, -1.43965865561199e-16, -7.5687334608683e-17, 0], [-0, -0.381966011250105, -0.726542528005361, -1, -1.17557050458495, -1.23606797749979, -1.17557050458495, -1, -0.726542528005361, -0.381966011250105, -1.51374669217366e-16, 0.381966011250105, 0.726542528005361, 1, 1.17557050458495, 1.23606797749979, 1.17557050458495, 1, 0.726542528005361, 0.381966011250105, -0], [-0, -0.726542528005361, -1.3819660112501, -1.90211303259031, -2.23606797749979, -2.35114100916989, -2.23606797749979, -1.90211303259031, -1.38196601125011, -0.726542528005361, -2.87931731122399e-16, 0.726542528005361, 1.3819660112501, 1.90211303259031, 2.23606797749979, 2.35114100916989, 2.23606797749979, 1.90211303259031, 1.38196601125011, 0.726542528005361, -0], [-0, -1, -1.90211303259031, -2.61803398874989, -3.07768353717525, -3.23606797749979, -3.07768353717525, -2.61803398874989, -1.90211303259031, -1, -3.96304029046837e-16, 1, 1.90211303259031, 2.61803398874989, 3.07768353717525, 3.23606797749979, 3.07768353717525, 2.61803398874989, 1.90211303259031, 1, -0], [-0, -1.17557050458495, -2.23606797749979, -3.07768353717525, -3.61803398874989, -3.80422606518061, -3.61803398874989, -3.07768353717525, -2.23606797749979, -1.17557050458495, -4.65883327395637e-16, 1.17557050458495, 2.23606797749979, 3.07768353717525, 3.61803398874989, 3.80422606518061, 3.61803398874989, 3.07768353717525, 2.23606797749979, 1.17557050458495, -0], [-0, -1.23606797749979, -2.35114100916989, -3.23606797749979, -3.80422606518061, -4, -3.80422606518061, -3.23606797749979, -2.35114100916989, -1.23606797749979, -4.89858719658941e-16, 1.23606797749979, 2.35114100916989, 3.23606797749979, 3.80422606518061, 4, 3.80422606518061, 3.23606797749979, 2.35114100916989, 1.23606797749979, -0], [-0, -1.17557050458495, -2.23606797749979, -3.07768353717525, -3.61803398874989, -3.80422606518061, -3.6180339887499, -3.07768353717525, -2.23606797749979, -1.17557050458495, -4.65883327395637e-16, 1.17557050458495, 2.23606797749979, 3.07768353717525, 3.61803398874989, 3.80422606518061, 3.6180339887499, 3.07768353717525, 2.23606797749979, 1.17557050458495, -0], [-0, -1, -1.90211303259031, -2.61803398874989, -3.07768353717525, -3.23606797749979, -3.07768353717525, -2.61803398874989, -1.90211303259031, -1, -3.96304029046837e-16, 1, 1.90211303259031, 2.61803398874989, 3.07768353717525, 3.23606797749979, 3.07768353717525, 2.6180339887499, 1.90211303259031, 1, -0], [-0, -0.726542528005361, -1.38196601125011, -1.90211303259031, -2.23606797749979, -2.35114100916989, -2.23606797749979, -1.90211303259031, -1.38196601125011, -0.726542528005361, -2.87931731122399e-16, 0.726542528005362, 1.38196601125011, 1.90211303259031, 2.23606797749979, 2.35114100916989, 2.23606797749979, 1.90211303259031, 1.38196601125011, 0.726542528005361, -0], [-0, -0.381966011250105, -0.726542528005361, -1, -1.17557050458495, -1.23606797749979, -1.17557050458495, -1, -0.726542528005361, -0.381966011250105, -1.51374669217366e-16, 0.381966011250106, 0.726542528005361, 1, 1.17557050458495, 1.23606797749979, 1.17557050458495, 1, 0.726542528005361, 0.381966011250106, -0], [-0, -2.27062003826049e-16, -4.31897596683598e-16, -5.94456043570255e-16, -6.98824991093455e-16, -7.34788079488412e-16, -6.98824991093455e-16, -5.94456043570255e-16, -4.31897596683598e-16, -2.27062003826049e-16, -8.99855869597115e-32, 2.27062003826049e-16, 4.31897596683598e-16, 5.94456043570255e-16, 6.98824991093455e-16, 7.34788079488412e-16, 6.98824991093455e-16, 5.94456043570255e-16, 4.31897596683598e-16, 2.27062003826049e-16, -0], [0, 0.381966011250105, 0.72654252800536, 0.999999999999999, 1.17557050458495, 1.23606797749979, 1.17557050458495, 0.999999999999999, 0.726542528005361, 0.381966011250105, 1.51374669217366e-16, -0.381966011250105, -0.72654252800536, -0.999999999999999, -1.17557050458495, -1.23606797749979, -1.17557050458495, -1, -0.726542528005361, -0.381966011250105, 0], [0, 0.726542528005361, 1.3819660112501, 1.90211303259031, 2.23606797749979, 2.35114100916989, 2.23606797749979, 1.90211303259031, 1.3819660112501, 0.726542528005361, 2.87931731122399e-16, -0.726542528005361, -1.3819660112501, -1.90211303259031, -2.23606797749979, -2.35114100916989, -2.23606797749979, -1.90211303259031, -1.38196601125011, -0.726542528005361, 0], [0, 1, 1.90211303259031, 2.61803398874989, 3.07768353717525, 3.23606797749979, 3.07768353717525, 2.61803398874989, 1.90211303259031, 1, 3.96304029046837e-16, -1, -1.90211303259031, -2.61803398874989, -3.07768353717525, -3.23606797749979, -3.07768353717525, -2.61803398874989, -1.90211303259031, -1, 0], [0, 1.17557050458495, 2.23606797749979, 3.07768353717525, 3.61803398874989, 3.80422606518061, 3.61803398874989, 3.07768353717525, 2.23606797749979, 1.17557050458495, 4.65883327395637e-16, -1.17557050458495, -2.23606797749979, -3.07768353717525, -3.61803398874989, -3.80422606518061, -3.61803398874989, -3.07768353717525, -2.23606797749979, -1.17557050458495, 0], [0, 1.23606797749979, 2.35114100916989, 3.23606797749979, 3.80422606518061, 4, 3.80422606518061, 3.23606797749979, 2.35114100916989, 1.23606797749979, 4.89858719658941e-16, -1.23606797749979, -2.35114100916989, -3.23606797749979, -3.80422606518061, -4, -3.80422606518061, -3.23606797749979, -2.35114100916989, -1.23606797749979, 0]], "name": "", "showscale": false, "visible": true, "showlegend": true}, {"xaxis": "x3", "yaxis": "y3", "type": "surface", "x": [[1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21], [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21], [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21], [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21], [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21], [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21], [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21], [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21], [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21], [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21], [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21], [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21], [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21], [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21], [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21], [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21], [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21], [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21], [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21], [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21], [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21]], "y": [[1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], [2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2], [3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3], [4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4], [5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5], [6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6], [7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7], [8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8], [9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9], [10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10], [11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11, 11], [12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12], [13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13, 13], [14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14, 14], [15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15], [16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16], [17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17, 17], [18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18, 18], [19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19, 19], [20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20, 20], [21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21, 21]], "z": [[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05], [0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1], [0.15, 0.15, 0.15, 0.15, 0.15, 0.15, 0.15, 0.15, 0.15, 0.15, 0.15, 0.15, 0.15, 0.15, 0.15, 0.15, 0.15, 0.15, 0.15, 0.15, 0.15], [0.2, 0.2, 0.2, 0.2, 0.2, 0.2, 0.2, 0.2, 0.2, 0.2, 0.2, 0.2, 0.2, 0.2, 0.2, 0.2, 0.2, 0.2, 0.2, 0.2, 0.2], [0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25], [0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3], [0.35, 0.35, 0.35, 0.35, 0.35, 0.35, 0.35, 0.35, 0.35, 0.35, 0.35, 0.35, 0.35, 0.35, 0.35, 0.35, 0.35, 0.35, 0.35, 0.35, 0.35], [0.4, 0.4, 0.4, 0.4, 0.4, 0.4, 0.4, 0.4, 0.4, 0.4, 0.4, 0.4, 0.4, 0.4, 0.4, 0.4, 0.4, 0.4, 0.4, 0.4, 0.4], [0.45, 0.45, 0.45, 0.45, 0.45, 0.45, 0.45, 0.45, 0.45, 0.45, 0.45, 0.45, 0.45, 0.45, 0.45, 0.45, 0.45, 0.45, 0.45, 0.45, 0.45], [0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5], [0.55, 0.55, 0.55, 0.55, 0.55, 0.55, 0.55, 0.55, 0.55, 0.55, 0.55, 0.55, 0.55, 0.55, 0.55, 0.55, 0.55, 0.55, 0.55, 0.55, 0.55], [0.6, 0.6, 0.6, 0.6, 0.6, 0.6, 0.6, 0.6, 0.6, 0.6, 0.6, 0.6, 0.6, 0.6, 0.6, 0.6, 0.6, 0.6, 0.6, 0.6, 0.6], [0.65, 0.65, 0.65, 0.65, 0.65, 0.65, 0.65, 0.65, 0.65, 0.65, 0.65, 0.65, 0.65, 0.65, 0.65, 0.65, 0.65, 0.65, 0.65, 0.65, 0.65], [0.7, 0.7, 0.7, 0.7, 0.7, 0.7, 0.7, 0.7, 0.7, 0.7, 0.7, 0.7, 0.7, 0.7, 0.7, 0.7, 0.7, 0.7, 0.7, 0.7, 0.7], [0.75, 0.75, 0.75, 0.75, 0.75, 0.75, 0.75, 0.75, 0.75, 0.75, 0.75, 0.75, 0.75, 0.75, 0.75, 0.75, 0.75, 0.75, 0.75, 0.75, 0.75], [0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8], [0.85, 0.85, 0.85, 0.85, 0.85, 0.85, 0.85, 0.85, 0.85, 0.85, 0.85, 0.85, 0.85, 0.85, 0.85, 0.85, 0.85, 0.85, 0.85, 0.85, 0.85], [0.9, 0.9, 0.9, 0.9, 0.9, 0.9, 0.9, 0.9, 0.9, 0.9, 0.9, 0.9, 0.9, 0.9, 0.9, 0.9, 0.9, 0.9, 0.9, 0.9, 0.9], [0.95, 0.95, 0.95, 0.95, 0.95, 0.95, 0.95, 0.95, 0.95, 0.95, 0.95, 0.95, 0.95, 0.95, 0.95, 0.95, 0.95, 0.95, 0.95, 0.95, 0.95], [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]], "contours": {"x": {"start": 1, "end": 21, "size": 1, "show": true, "color": "black"}, "y": {"start": 1, "end": 21, "size": 1, "show": true, "color": "black"}}, "colorscale": [[0, "rgb(61.761,38.352,168.3765)"], [0.00392156862745098, "rgb(62.322,39.117,171.564)"], [0.00784313725490196, "rgb(62.832,40.0095,174.5985)"], [0.0117647058823529, "rgb(63.342,40.9785,177.5055)"], [0.0156862745098039, "rgb(63.8265,42.024,180.3105)"], [0.0196078431372549, "rgb(64.311,43.0695,183.0645)"], [0.0235294117647059, "rgb(64.77,44.166,185.793)"], [0.0274509803921569, "rgb(65.229,45.2115,188.5215)"], [0.0313725490196078, "rgb(65.688,46.257,191.2755)"], [0.0352941176470588, "rgb(66.147,47.277,194.055)"], [0.0392156862745098, "rgb(66.5805,48.2715,196.8345)"], [0.0431372549019608, "rgb(67.014,49.266,199.614)"], [0.0470588235294118, "rgb(67.4475,50.286,202.3935)"], [0.0509803921568627, "rgb(67.8555,51.2805,205.0965)"], [0.0549019607843137, "rgb(68.238,52.326,207.774)"], [0.0588235294117647, "rgb(68.6205,53.397,210.3495)"], [0.0627450980392157, "rgb(68.952,54.519,212.823)"], [0.0666666666666667, "rgb(69.2835,55.692,215.1945)"], [0.0705882352941176, "rgb(69.5895,56.8905,217.464)"], [0.0745098039215686, "rgb(69.87,58.14,219.606)"], [0.0784313725490196, "rgb(70.0995,59.415,221.646)"], [0.0823529411764706, "rgb(70.329,60.741,223.5585)"], [0.0862745098039216, "rgb(70.533,62.0925,225.42)"], [0.0901960784313725, "rgb(70.737,63.4695,227.154)"], [0.0941176470588235, "rgb(70.9155,64.8465,228.8115)"], [0.0980392156862745, "rgb(71.094,66.249,230.3925)"], [0.101960784313725, "rgb(71.247,67.6515,231.897)"], [0.105882352941176, "rgb(71.349,69.054,233.325)"], [0.109803921568627, "rgb(71.451,70.482,234.702)"], [0.113725490196078, "rgb(71.553,71.8845,236.0025)"], [0.117647058823529, "rgb(71.6295,73.3125,237.2775)"], [0.12156862745098, "rgb(71.6805,74.715,238.476)"], [0.125490196078431, "rgb(71.7315,76.1175,239.6235)"], [0.129411764705882, "rgb(71.757,77.52,240.7455)"], [0.133333333333333, "rgb(71.757,78.9225,241.8165)"], [0.137254901960784, "rgb(71.7315,80.325,242.862)"], [0.141176470588235, "rgb(71.6805,81.702,243.8565)"], [0.145098039215686, "rgb(71.6295,83.1045,244.8)"], [0.149019607843137, "rgb(71.5785,84.4815,245.718)"], [0.152941176470588, "rgb(71.4765,85.8585,246.585)"], [0.156862745098039, "rgb(71.349,87.2355,247.401)"], [0.16078431372549, "rgb(71.1705,88.6125,248.1915)"], [0.164705882352941, "rgb(70.992,89.9895,248.9565)"], [0.168627450980392, "rgb(70.788,91.3665,249.6705)"], [0.172549019607843, "rgb(70.533,92.769,250.3335)"], [0.176470588235294, "rgb(70.227,94.1715,250.92)"], [0.180392156862745, "rgb(69.8955,95.574,251.481)"], [0.184313725490196, "rgb(69.513,97.002,251.9655)"], [0.188235294117647, "rgb(69.105,98.43,252.399)"], [0.192156862745098, "rgb(68.6205,99.858,252.756)"], [0.196078431372549, "rgb(68.085,101.3115,253.062)"], [0.2, "rgb(67.4985,102.765,253.3425)"], [0.203921568627451, "rgb(66.8355,104.244,253.623)"], [0.207843137254902, "rgb(66.0705,105.6975,253.8525)"], [0.211764705882353, "rgb(65.178,107.1765,254.1075)"], [0.215686274509804, "rgb(64.1835,108.6555,254.337)"], [0.219607843137255, "rgb(63.0615,110.1345,254.5665)"], [0.223529411764706, "rgb(61.812,111.639,254.7705)"], [0.227450980392157, "rgb(60.4095,113.1435,254.898)"], [0.231372549019608, "rgb(58.9305,114.6735,254.8725)"], [0.235294117647059, "rgb(57.375,116.2545,254.6175)"], [0.23921568627451, "rgb(55.8195,117.81,254.184)"], [0.243137254901961, "rgb(54.264,119.391,253.674)"], [0.247058823529412, "rgb(52.683,120.9465,253.113)"], [0.250980392156863, "rgb(51.153,122.4765,252.603)"], [0.254901960784314, "rgb(49.725,123.9555,252.1185)"], [0.258823529411765, "rgb(48.5265,125.4345,251.6085)"], [0.262745098039216, "rgb(47.6595,126.8625,251.022)"], [0.266666666666667, "rgb(47.0985,128.265,250.3845)"], [0.270588235294118, "rgb(46.6905,129.642,249.7215)"], [0.274509803921569, "rgb(46.359,131.019,249.033)"], [0.27843137254902, "rgb(46.053,132.3705,248.319)"], [0.282352941176471, "rgb(45.7725,133.722,247.5795)"], [0.286274509803922, "rgb(45.5175,135.048,246.7635)"], [0.290196078431373, "rgb(45.339,136.3995,245.8455)"], [0.294117647058824, "rgb(45.2115,137.7255,244.851)"], [0.298039215686275, "rgb(45.084,139.026,243.78)"], [0.301960784313725, "rgb(44.982,140.352,242.658)"], [0.305882352941176, "rgb(44.7525,141.627,241.5615)"], [0.309803921568627, "rgb(44.37,142.9275,240.516)"], [0.313725490196078, "rgb(43.758,144.2025,239.5215)"], [0.317647058823529, "rgb(42.993,145.4775,238.6035)"], [0.32156862745098, "rgb(42.0495,146.7525,237.7365)"], [0.325490196078431, "rgb(41.055,148.0275,236.8695)"], [0.329411764705882, "rgb(40.1115,149.277,235.977)"], [0.333333333333333, "rgb(39.27,150.501,235.059)"], [0.337254901960784, "rgb(38.5815,151.725,234.141)"], [0.341176470588235, "rgb(38.046,152.9235,233.2485)"], [0.345098039215686, "rgb(37.6125,154.0965,232.3815)"], [0.349019607843137, "rgb(37.2555,155.2695,231.54)"], [0.352941176470588, "rgb(36.873,156.4425,230.775)"], [0.356862745098039, "rgb(36.4395,157.59,230.061)"], [0.36078431372549, "rgb(35.904,158.763,229.449)"], [0.364705882352941, "rgb(35.2665,159.936,228.8625)"], [0.368627450980392, "rgb(34.527,161.0835,228.3015)"], [0.372549019607843, "rgb(33.6855,162.2565,227.766)"], [0.376470588235294, "rgb(32.844,163.404,227.205)"], [0.380392156862745, "rgb(31.9515,164.5515,226.6185)"], [0.384313725490196, "rgb(31.0845,165.6735,225.981)"], [0.388235294117647, "rgb(30.2175,166.7955,225.267)"], [0.392156862745098, "rgb(29.376,167.892,224.502)"], [0.396078431372549, "rgb(28.5345,168.9885,223.635)"], [0.4, "rgb(27.6675,170.0595,222.717)"], [0.403921568627451, "rgb(26.724,171.105,221.7225)"], [0.407843137254902, "rgb(25.7295,172.125,220.6515)"], [0.411764705882353, "rgb(24.582,173.1195,219.5295)"], [0.415686274509804, "rgb(23.307,174.114,218.331)"], [0.419607843137255, "rgb(21.8025,175.0575,217.0815)"], [0.423529411764706, "rgb(20.1195,176.001,215.781)"], [0.427450980392157, "rgb(18.1815,176.919,214.4295)"], [0.431372549019608, "rgb(16.014,177.786,213.0525)"], [0.435294117647059, "rgb(13.6425,178.653,211.6245)"], [0.43921568627451, "rgb(11.0415,179.4945,210.171)"], [0.443137254901961, "rgb(8.364,180.3105,208.6665)"], [0.447058823529412, "rgb(5.967,181.1265,207.162)"], [0.450980392156863, "rgb(3.9525,181.8915,205.632)"], [0.454901960784314, "rgb(2.3205,182.6565,204.0765)"], [0.458823529411765, "rgb(1.173,183.396,202.4955)"], [0.462745098039216, "rgb(0.4845,184.11,200.889)"], [0.466666666666667, "rgb(0.2295,184.824,199.2825)"], [0.470588235294118, "rgb(0.459,185.5125,197.676)"], [0.474509803921569, "rgb(1.173,186.1755,196.044)"], [0.47843137254902, "rgb(2.397,186.8385,194.3865)"], [0.482352941176471, "rgb(4.131,187.476,192.729)"], [0.486274509803922, "rgb(6.4515,188.088,191.046)"], [0.490196078431373, "rgb(9.4095,188.7,189.363)"], [0.494117647058824, "rgb(12.852,189.2865,187.6545)"], [0.498039215686275, "rgb(16.269,189.873,185.946)"], [0.501960784313725, "rgb(19.635,190.434,184.212)"], [0.505882352941176, "rgb(22.9245,190.9695,182.478)"], [0.509803921568627, "rgb(26.0865,191.505,180.744)"], [0.513725490196078, "rgb(29.0955,192.0405,178.9845)"], [0.517647058823529, "rgb(31.926,192.576,177.225)"], [0.52156862745098, "rgb(34.527,193.086,175.4655)"], [0.525490196078431, "rgb(36.924,193.6215,173.706)"], [0.529411764705882, "rgb(39.066,194.157,171.8955)"], [0.533333333333333, "rgb(41.0295,194.6925,170.1105)"], [0.537254901960784, "rgb(42.789,195.228,168.2745)"], [0.541176470588235, "rgb(44.3955,195.789,166.4385)"], [0.545098039215686, "rgb(45.8745,196.3245,164.577)"], [0.549019607843137, "rgb(47.2515,196.8855,162.6645)"], [0.552941176470588, "rgb(48.5775,197.4465,160.7265)"], [0.556862745098039, "rgb(49.827,198.0075,158.7375)"], [0.56078431372549, "rgb(51.0765,198.5685,156.723)"], [0.564705882352941, "rgb(52.5555,199.104,154.6575)"], [0.568627450980392, "rgb(54.009,199.614,152.5665)"], [0.572549019607843, "rgb(55.539,200.1495,150.4245)"], [0.576470588235294, "rgb(57.222,200.6595,148.2315)"], [0.580392156862745, "rgb(59.109,201.1185,145.9875)"], [0.584313725490196, "rgb(61.2255,201.5775,143.718)"], [0.588235294117647, "rgb(63.5205,202.011,141.423)"], [0.592156862745098, "rgb(66.0195,202.3935,139.077)"], [0.596078431372549, "rgb(68.7225,202.7505,136.68)"], [0.6, "rgb(71.6295,203.082,134.283)"], [0.603921568627451, "rgb(74.6895,203.3625,131.835)"], [0.607843137254902, "rgb(77.826,203.6175,129.387)"], [0.611764705882353, "rgb(80.988,203.847,126.8625)"], [0.615686274509804, "rgb(84.1755,204.051,124.338)"], [0.619607843137255, "rgb(87.312,204.2295,121.737)"], [0.623529411764706, "rgb(90.474,204.408,119.0595)"], [0.627450980392157, "rgb(93.6105,204.5355,116.3565)"], [0.631372549019608, "rgb(96.7725,204.663,113.577)"], [0.635294117647059, "rgb(99.9855,204.7395,110.772)"], [0.63921568627451, "rgb(103.275,204.7905,107.9415)"], [0.643137254901961, "rgb(106.692,204.765,105.111)"], [0.647058823529412, "rgb(110.211,204.714,102.3315)"], [0.650980392156863, "rgb(113.8065,204.612,99.552)"], [0.654901960784314, "rgb(117.504,204.459,96.8235)"], [0.658823529411765, "rgb(121.2015,204.2805,94.1205)"], [0.662745098039216, "rgb(124.9245,204.051,91.443)"], [0.666666666666667, "rgb(128.622,203.8215,88.74)"], [0.670588235294118, "rgb(132.2685,203.541,86.037)"], [0.674509803921569, "rgb(135.8895,203.235,83.3085)"], [0.67843137254902, "rgb(139.485,202.9035,80.5545)"], [0.682352941176471, "rgb(143.0295,202.5465,77.775)"], [0.686274509803922, "rgb(146.574,202.1895,74.9955)"], [0.690196078431373, "rgb(150.093,201.7815,72.2415)"], [0.694117647058824, "rgb(153.612,201.348,69.513)"], [0.698039215686274, "rgb(157.1055,200.889,66.861)"], [0.701960784313725, "rgb(160.5735,200.4045,64.2855)"], [0.705882352941177, "rgb(164.0415,199.8945,61.7865)"], [0.709803921568627, "rgb(167.4585,199.359,59.3895)"], [0.713725490196078, "rgb(170.8755,198.798,57.0945)"], [0.717647058823529, "rgb(174.2415,198.2115,54.9525)"], [0.72156862745098, "rgb(177.5565,197.625,52.9125)"], [0.725490196078431, "rgb(180.8205,197.0385,50.949)"], [0.729411764705882, "rgb(184.059,196.4265,49.062)"], [0.733333333333333, "rgb(187.272,195.8145,47.226)"], [0.737254901960784, "rgb(190.434,195.177,45.441)"], [0.741176470588235, "rgb(193.545,194.5395,43.7835)"], [0.745098039215686, "rgb(196.605,193.902,42.279)"], [0.749019607843137, "rgb(199.6395,193.2645,41.004)"], [0.752941176470588, "rgb(202.5975,192.627,40.035)"], [0.756862745098039, "rgb(205.53,191.9895,39.423)"], [0.76078431372549, "rgb(208.386,191.3775,39.1425)"], [0.764705882352941, "rgb(211.1655,190.7655,39.168)"], [0.768627450980392, "rgb(213.9195,190.1535,39.423)"], [0.772549019607843, "rgb(216.6225,189.5925,39.882)"], [0.776470588235294, "rgb(219.3,189.0315,40.4685)"], [0.780392156862745, "rgb(221.9265,188.496,41.1825)"], [0.784313725490196, "rgb(224.502,187.986,42.075)"], [0.788235294117647, "rgb(227.0265,187.5015,43.2225)"], [0.792156862745098, "rgb(229.5,187.068,44.5995)"], [0.796078431372549, "rgb(231.8715,186.6855,46.2825)"], [0.8, "rgb(234.192,186.354,48.195)"], [0.803921568627451, "rgb(236.436,186.099,50.3115)"], [0.807843137254902, "rgb(238.6035,185.895,52.5555)"], [0.811764705882353, "rgb(240.72,185.7675,54.8505)"], [0.815686274509804, "rgb(242.8365,185.742,57.0435)"], [0.819607843137255, "rgb(244.953,185.7675,58.956)"], [0.823529411764706, "rgb(247.0695,185.946,60.5115)"], [0.827450980392157, "rgb(249.135,186.252,61.659)"], [0.831372549019608, "rgb(250.971,186.915,62.373)"], [0.835294117647059, "rgb(252.45,187.8075,61.9395)"], [0.83921568627451, "rgb(253.623,188.8785,61.047)"], [0.843137254901961, "rgb(254.133,190.179,59.9505)"], [0.847058823529412, "rgb(254.2605,191.5815,58.8795)"], [0.850980392156863, "rgb(254.286,193.0095,57.8085)"], [0.854901960784314, "rgb(254.2605,194.463,56.712)"], [0.858823529411765, "rgb(254.2095,195.9165,55.6155)"], [0.862745098039216, "rgb(254.133,197.37,54.519)"], [0.866666666666667, "rgb(254.031,198.849,53.4225)"], [0.870588235294118, "rgb(253.9035,200.328,52.3515)"], [0.874509803921569, "rgb(253.6995,201.8325,51.306)"], [0.87843137254902, "rgb(253.419,203.337,50.337)"], [0.882352941176471, "rgb(253.0365,204.867,49.4445)"], [0.886274509803922, "rgb(252.603,206.4225,48.603)"], [0.890196078431372, "rgb(252.0675,207.978,47.8125)"], [0.894117647058824, "rgb(251.4555,209.559,47.073)"], [0.898039215686275, "rgb(250.7925,211.14,46.3335)"], [0.901960784313726, "rgb(250.0785,212.721,45.5685)"], [0.905882352941176, "rgb(249.339,214.302,44.8035)"], [0.909803921568627, "rgb(248.574,215.9085,44.013)"], [0.913725490196078, "rgb(247.86,217.4895,43.2225)"], [0.917647058823529, "rgb(247.197,219.0705,42.4575)"], [0.92156862745098, "rgb(246.6105,220.677,41.718)"], [0.925490196078431, "rgb(246.1005,222.258,41.004)"], [0.929411764705882, "rgb(245.667,223.839,40.341)"], [0.933333333333333, "rgb(245.2845,225.42,39.7035)"], [0.937254901960784, "rgb(245.004,227.001,39.066)"], [0.941176470588235, "rgb(244.8255,228.5565,38.4285)"], [0.945098039215686, "rgb(244.698,230.0865,37.74)"], [0.949019607843137, "rgb(244.6725,231.642,36.975)"], [0.952941176470588, "rgb(244.7235,233.1465,36.159)"], [0.956862745098039, "rgb(244.8255,234.6765,35.241)"], [0.96078431372549, "rgb(245.004,236.181,34.272)"], [0.964705882352941, "rgb(245.259,237.66,33.252)"], [0.968627450980392, "rgb(245.5395,239.1645,32.1555)"], [0.972549019607843, "rgb(245.871,240.6435,31.008)"], [0.976470588235294, "rgb(246.2535,242.097,29.784)"], [0.980392156862745, "rgb(246.687,243.576,28.458)"], [0.984313725490196, "rgb(247.146,245.0295,27.0555)"], [0.988235294117647, "rgb(247.6305,246.5085,25.5255)"], [0.992156862745098, "rgb(248.115,247.962,23.919)"], [0.996078431372549, "rgb(248.5995,249.441,22.236)"], [1, "rgb(249.1095,250.8945,20.5275)"]], "surfacecolor": [[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05], [0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1], [0.15, 0.15, 0.15, 0.15, 0.15, 0.15, 0.15, 0.15, 0.15, 0.15, 0.15, 0.15, 0.15, 0.15, 0.15, 0.15, 0.15, 0.15, 0.15, 0.15, 0.15], [0.2, 0.2, 0.2, 0.2, 0.2, 0.2, 0.2, 0.2, 0.2, 0.2, 0.2, 0.2, 0.2, 0.2, 0.2, 0.2, 0.2, 0.2, 0.2, 0.2, 0.2], [0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25], [0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3], [0.35, 0.35, 0.35, 0.35, 0.35, 0.35, 0.35, 0.35, 0.35, 0.35, 0.35, 0.35, 0.35, 0.35, 0.35, 0.35, 0.35, 0.35, 0.35, 0.35, 0.35], [0.4, 0.4, 0.4, 0.4, 0.4, 0.4, 0.4, 0.4, 0.4, 0.4, 0.4, 0.4, 0.4, 0.4, 0.4, 0.4, 0.4, 0.4, 0.4, 0.4, 0.4], [0.45, 0.45, 0.45, 0.45, 0.45, 0.45, 0.45, 0.45, 0.45, 0.45, 0.45, 0.45, 0.45, 0.45, 0.45, 0.45, 0.45, 0.45, 0.45, 0.45, 0.45], [0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5], [0.55, 0.55, 0.55, 0.55, 0.55, 0.55, 0.55, 0.55, 0.55, 0.55, 0.55, 0.55, 0.55, 0.55, 0.55, 0.55, 0.55, 0.55, 0.55, 0.55, 0.55], [0.6, 0.6, 0.6, 0.6, 0.6, 0.6, 0.6, 0.6, 0.6, 0.6, 0.6, 0.6, 0.6, 0.6, 0.6, 0.6, 0.6, 0.6, 0.6, 0.6, 0.6], [0.65, 0.65, 0.65, 0.65, 0.65, 0.65, 0.65, 0.65, 0.65, 0.65, 0.65, 0.65, 0.65, 0.65, 0.65, 0.65, 0.65, 0.65, 0.65, 0.65, 0.65], [0.7, 0.7, 0.7, 0.7, 0.7, 0.7, 0.7, 0.7, 0.7, 0.7, 0.7, 0.7, 0.7, 0.7, 0.7, 0.7, 0.7, 0.7, 0.7, 0.7, 0.7], [0.75, 0.75, 0.75, 0.75, 0.75, 0.75, 0.75, 0.75, 0.75, 0.75, 0.75, 0.75, 0.75, 0.75, 0.75, 0.75, 0.75, 0.75, 0.75, 0.75, 0.75], [0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8], [0.85, 0.85, 0.85, 0.85, 0.85, 0.85, 0.85, 0.85, 0.85, 0.85, 0.85, 0.85, 0.85, 0.85, 0.85, 0.85, 0.85, 0.85, 0.85, 0.85, 0.85], [0.9, 0.9, 0.9, 0.9, 0.9, 0.9, 0.9, 0.9, 0.9, 0.9, 0.9, 0.9, 0.9, 0.9, 0.9, 0.9, 0.9, 0.9, 0.9, 0.9, 0.9], [0.95, 0.95, 0.95, 0.95, 0.95, 0.95, 0.95, 0.95, 0.95, 0.95, 0.95, 0.95, 0.95, 0.95, 0.95, 0.95, 0.95, 0.95, 0.95, 0.95, 0.95], [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]], "name": "", "showscale": false, "visible": true, "showlegend": true}, {"xaxis": "x4", "yaxis": "y4", "type": "surface", "x": [[4, 3.80422606518061, 3.23606797749979, 2.35114100916989, 1.23606797749979, 2.44929359829471e-16, -1.23606797749979, -2.35114100916989, -3.23606797749979, -3.80422606518061, -4, -3.80422606518061, -3.23606797749979, -2.35114100916989, -1.23606797749979, -7.34788079488412e-16, 1.23606797749979, 2.35114100916989, 3.23606797749979, 3.80422606518061, 4], [3.80422606518061, 3.61803398874989, 3.07768353717525, 2.23606797749979, 1.17557050458495, 2.32941663697818e-16, -1.17557050458495, -2.23606797749979, -3.07768353717525, -3.61803398874989, -3.80422606518061, -3.61803398874989, -3.07768353717525, -2.23606797749979, -1.17557050458495, -6.98824991093455e-16, 1.17557050458495, 2.23606797749979, 3.07768353717525, 3.61803398874989, 3.80422606518061], [3.23606797749979, 3.07768353717525, 2.61803398874989, 1.90211303259031, 1, 1.98152014523418e-16, -1, -1.90211303259031, -2.61803398874989, -3.07768353717525, -3.23606797749979, -3.07768353717525, -2.61803398874989, -1.90211303259031, -1, -5.94456043570255e-16, 0.999999999999999, 1.90211303259031, 2.61803398874989, 3.07768353717525, 3.23606797749979], [2.35114100916989, 2.23606797749979, 1.90211303259031, 1.38196601125011, 0.726542528005361, 1.43965865561199e-16, -0.726542528005361, -1.3819660112501, -1.90211303259031, -2.23606797749979, -2.35114100916989, -2.23606797749979, -1.90211303259031, -1.38196601125011, -0.726542528005361, -4.31897596683598e-16, 0.72654252800536, 1.3819660112501, 1.90211303259031, 2.23606797749979, 2.35114100916989], [1.23606797749979, 1.17557050458495, 1, 0.726542528005361, 0.381966011250105, 7.5687334608683e-17, -0.381966011250105, -0.726542528005361, -1, -1.17557050458495, -1.23606797749979, -1.17557050458495, -1, -0.726542528005361, -0.381966011250105, -2.27062003826049e-16, 0.381966011250105, 0.726542528005361, 1, 1.17557050458495, 1.23606797749979], [2.44929359829471e-16, 2.32941663697818e-16, 1.98152014523418e-16, 1.43965865561199e-16, 7.5687334608683e-17, 1.49975978266186e-32, -7.5687334608683e-17, -1.43965865561199e-16, -1.98152014523418e-16, -2.32941663697818e-16, -2.44929359829471e-16, -2.32941663697818e-16, -1.98152014523418e-16, -1.43965865561199e-16, -7.5687334608683e-17, -4.49927934798557e-32, 7.56873346086829e-17, 1.43965865561199e-16, 1.98152014523418e-16, 2.32941663697818e-16, 2.44929359829471e-16], [-1.23606797749979, -1.17557050458495, -1, -0.726542528005361, -0.381966011250105, -7.5687334608683e-17, 0.381966011250105, 0.726542528005361, 1, 1.17557050458495, 1.23606797749979, 1.17557050458495, 1, 0.726542528005361, 0.381966011250105, 2.27062003826049e-16, -0.381966011250105, -0.72654252800536, -1, -1.17557050458495, -1.23606797749979], [-2.35114100916989, -2.23606797749979, -1.90211303259031, -1.3819660112501, -0.726542528005361, -1.43965865561199e-16, 0.726542528005361, 1.3819660112501, 1.90211303259031, 2.23606797749979, 2.35114100916989, 2.23606797749979, 1.90211303259031, 1.38196601125011, 0.726542528005361, 4.31897596683598e-16, -0.72654252800536, -1.3819660112501, -1.90211303259031, -2.23606797749979, -2.35114100916989], [-3.23606797749979, -3.07768353717525, -2.61803398874989, -1.90211303259031, -1, -1.98152014523418e-16, 1, 1.90211303259031, 2.61803398874989, 3.07768353717525, 3.23606797749979, 3.07768353717525, 2.61803398874989, 1.90211303259031, 1, 5.94456043570255e-16, -0.999999999999999, -1.90211303259031, -2.61803398874989, -3.07768353717525, -3.23606797749979], [-3.80422606518061, -3.61803398874989, -3.07768353717525, -2.23606797749979, -1.17557050458495, -2.32941663697818e-16, 1.17557050458495, 2.23606797749979, 3.07768353717525, 3.61803398874989, 3.80422606518061, 3.61803398874989, 3.07768353717525, 2.23606797749979, 1.17557050458495, 6.98824991093455e-16, -1.17557050458495, -2.23606797749979, -3.07768353717525, -3.61803398874989, -3.80422606518061], [-4, -3.80422606518061, -3.23606797749979, -2.35114100916989, -1.23606797749979, -2.44929359829471e-16, 1.23606797749979, 2.35114100916989, 3.23606797749979, 3.80422606518061, 4, 3.80422606518061, 3.23606797749979, 2.35114100916989, 1.23606797749979, 7.34788079488412e-16, -1.23606797749979, -2.35114100916989, -3.23606797749979, -3.80422606518061, -4], [-3.80422606518061, -3.61803398874989, -3.07768353717525, -2.23606797749979, -1.17557050458495, -2.32941663697819e-16, 1.17557050458495, 2.23606797749979, 3.07768353717525, 3.61803398874989, 3.80422606518061, 3.61803398874989, 3.07768353717525, 2.23606797749979, 1.17557050458495, 6.98824991093455e-16, -1.17557050458495, -2.23606797749979, -3.07768353717525, -3.61803398874989, -3.80422606518061], [-3.23606797749979, -3.07768353717525, -2.61803398874989, -1.90211303259031, -1, -1.98152014523418e-16, 1, 1.90211303259031, 2.61803398874989, 3.07768353717525, 3.23606797749979, 3.07768353717525, 2.61803398874989, 1.90211303259031, 1, 5.94456043570255e-16, -0.999999999999999, -1.90211303259031, -2.61803398874989, -3.07768353717525, -3.23606797749979], [-2.35114100916989, -2.23606797749979, -1.90211303259031, -1.38196601125011, -0.726542528005361, -1.43965865561199e-16, 0.726542528005361, 1.38196601125011, 1.90211303259031, 2.23606797749979, 2.35114100916989, 2.23606797749979, 1.90211303259031, 1.38196601125011, 0.726542528005361, 4.31897596683598e-16, -0.726542528005361, -1.3819660112501, -1.90211303259031, -2.23606797749979, -2.35114100916989], [-1.23606797749979, -1.17557050458495, -1, -0.726542528005361, -0.381966011250105, -7.5687334608683e-17, 0.381966011250105, 0.726542528005361, 1, 1.17557050458495, 1.23606797749979, 1.17557050458495, 1, 0.726542528005361, 0.381966011250105, 2.27062003826049e-16, -0.381966011250105, -0.726542528005361, -1, -1.17557050458495, -1.23606797749979], [-7.34788079488412e-16, -6.98824991093455e-16, -5.94456043570255e-16, -4.31897596683598e-16, -2.27062003826049e-16, -4.49927934798557e-32, 2.27062003826049e-16, 4.31897596683598e-16, 5.94456043570255e-16, 6.98824991093455e-16, 7.34788079488412e-16, 6.98824991093455e-16, 5.94456043570255e-16, 4.31897596683598e-16, 2.27062003826049e-16, 1.34978380439567e-31, -2.27062003826049e-16, -4.31897596683598e-16, -5.94456043570255e-16, -6.98824991093455e-16, -7.34788079488412e-16], [1.23606797749979, 1.17557050458495, 0.999999999999999, 0.72654252800536, 0.381966011250105, 7.56873346086829e-17, -0.381966011250105, -0.72654252800536, -0.999999999999999, -1.17557050458495, -1.23606797749979, -1.17557050458495, -0.999999999999999, -0.726542528005361, -0.381966011250105, -2.27062003826049e-16, 0.381966011250105, 0.72654252800536, 0.999999999999999, 1.17557050458495, 1.23606797749979], [2.35114100916989, 2.23606797749979, 1.90211303259031, 1.3819660112501, 0.726542528005361, 1.43965865561199e-16, -0.72654252800536, -1.3819660112501, -1.90211303259031, -2.23606797749979, -2.35114100916989, -2.23606797749979, -1.90211303259031, -1.3819660112501, -0.726542528005361, -4.31897596683598e-16, 0.72654252800536, 1.3819660112501, 1.90211303259031, 2.23606797749979, 2.35114100916989], [3.23606797749979, 3.07768353717525, 2.61803398874989, 1.90211303259031, 1, 1.98152014523418e-16, -1, -1.90211303259031, -2.61803398874989, -3.07768353717525, -3.23606797749979, -3.07768353717525, -2.61803398874989, -1.90211303259031, -1, -5.94456043570255e-16, 0.999999999999999, 1.90211303259031, 2.61803398874989, 3.07768353717525, 3.23606797749979], [3.80422606518061, 3.61803398874989, 3.07768353717525, 2.23606797749979, 1.17557050458495, 2.32941663697818e-16, -1.17557050458495, -2.23606797749979, -3.07768353717525, -3.61803398874989, -3.80422606518061, -3.61803398874989, -3.07768353717525, -2.23606797749979, -1.17557050458495, -6.98824991093455e-16, 1.17557050458495, 2.23606797749979, 3.07768353717525, 3.61803398874989, 3.80422606518061], [4, 3.80422606518061, 3.23606797749979, 2.35114100916989, 1.23606797749979, 2.44929359829471e-16, -1.23606797749979, -2.35114100916989, -3.23606797749979, -3.80422606518061, -4, -3.80422606518061, -3.23606797749979, -2.35114100916989, -1.23606797749979, -7.34788079488412e-16, 1.23606797749979, 2.35114100916989, 3.23606797749979, 3.80422606518061, 4]], "y": [[0, 1.23606797749979, 2.35114100916989, 3.23606797749979, 3.80422606518061, 4, 3.80422606518061, 3.23606797749979, 2.35114100916989, 1.23606797749979, 4.89858719658941e-16, -1.23606797749979, -2.35114100916989, -3.23606797749979, -3.80422606518061, -4, -3.80422606518061, -3.23606797749979, -2.35114100916989, -1.23606797749979, 0], [0, 1.17557050458495, 2.23606797749979, 3.07768353717525, 3.61803398874989, 3.80422606518061, 3.61803398874989, 3.07768353717525, 2.23606797749979, 1.17557050458495, 4.65883327395637e-16, -1.17557050458495, -2.23606797749979, -3.07768353717525, -3.61803398874989, -3.80422606518061, -3.61803398874989, -3.07768353717525, -2.23606797749979, -1.17557050458495, 0], [0, 1, 1.90211303259031, 2.61803398874989, 3.07768353717525, 3.23606797749979, 3.07768353717525, 2.61803398874989, 1.90211303259031, 1, 3.96304029046837e-16, -1, -1.90211303259031, -2.61803398874989, -3.07768353717525, -3.23606797749979, -3.07768353717525, -2.6180339887499, -1.90211303259031, -1, 0], [0, 0.726542528005361, 1.38196601125011, 1.90211303259031, 2.23606797749979, 2.35114100916989, 2.23606797749979, 1.90211303259031, 1.38196601125011, 0.726542528005361, 2.87931731122399e-16, -0.726542528005362, -1.3819660112501, -1.90211303259031, -2.23606797749979, -2.35114100916989, -2.23606797749979, -1.90211303259031, -1.38196601125011, -0.726542528005361, 0], [0, 0.381966011250105, 0.726542528005361, 1, 1.17557050458495, 1.23606797749979, 1.17557050458495, 1, 0.726542528005361, 0.381966011250105, 1.51374669217366e-16, -0.381966011250106, -0.726542528005361, -1, -1.17557050458495, -1.23606797749979, -1.17557050458495, -1, -0.726542528005361, -0.381966011250105, 0], [0, 7.5687334608683e-17, 1.43965865561199e-16, 1.98152014523418e-16, 2.32941663697818e-16, 2.44929359829471e-16, 2.32941663697819e-16, 1.98152014523418e-16, 1.43965865561199e-16, 7.5687334608683e-17, 2.99951956532372e-32, -7.56873346086831e-17, -1.43965865561199e-16, -1.98152014523418e-16, -2.32941663697818e-16, -2.44929359829471e-16, -2.32941663697819e-16, -1.98152014523418e-16, -1.43965865561199e-16, -7.5687334608683e-17, 0], [-0, -0.381966011250105, -0.726542528005361, -1, -1.17557050458495, -1.23606797749979, -1.17557050458495, -1, -0.726542528005361, -0.381966011250105, -1.51374669217366e-16, 0.381966011250105, 0.726542528005361, 1, 1.17557050458495, 1.23606797749979, 1.17557050458495, 1, 0.726542528005361, 0.381966011250105, -0], [-0, -0.726542528005361, -1.3819660112501, -1.90211303259031, -2.23606797749979, -2.35114100916989, -2.23606797749979, -1.90211303259031, -1.38196601125011, -0.726542528005361, -2.87931731122399e-16, 0.726542528005361, 1.3819660112501, 1.90211303259031, 2.23606797749979, 2.35114100916989, 2.23606797749979, 1.90211303259031, 1.38196601125011, 0.726542528005361, -0], [-0, -1, -1.90211303259031, -2.61803398874989, -3.07768353717525, -3.23606797749979, -3.07768353717525, -2.61803398874989, -1.90211303259031, -1, -3.96304029046837e-16, 1, 1.90211303259031, 2.61803398874989, 3.07768353717525, 3.23606797749979, 3.07768353717525, 2.61803398874989, 1.90211303259031, 1, -0], [-0, -1.17557050458495, -2.23606797749979, -3.07768353717525, -3.61803398874989, -3.80422606518061, -3.61803398874989, -3.07768353717525, -2.23606797749979, -1.17557050458495, -4.65883327395637e-16, 1.17557050458495, 2.23606797749979, 3.07768353717525, 3.61803398874989, 3.80422606518061, 3.61803398874989, 3.07768353717525, 2.23606797749979, 1.17557050458495, -0], [-0, -1.23606797749979, -2.35114100916989, -3.23606797749979, -3.80422606518061, -4, -3.80422606518061, -3.23606797749979, -2.35114100916989, -1.23606797749979, -4.89858719658941e-16, 1.23606797749979, 2.35114100916989, 3.23606797749979, 3.80422606518061, 4, 3.80422606518061, 3.23606797749979, 2.35114100916989, 1.23606797749979, -0], [-0, -1.17557050458495, -2.23606797749979, -3.07768353717525, -3.61803398874989, -3.80422606518061, -3.6180339887499, -3.07768353717525, -2.23606797749979, -1.17557050458495, -4.65883327395637e-16, 1.17557050458495, 2.23606797749979, 3.07768353717525, 3.61803398874989, 3.80422606518061, 3.6180339887499, 3.07768353717525, 2.23606797749979, 1.17557050458495, -0], [-0, -1, -1.90211303259031, -2.61803398874989, -3.07768353717525, -3.23606797749979, -3.07768353717525, -2.61803398874989, -1.90211303259031, -1, -3.96304029046837e-16, 1, 1.90211303259031, 2.61803398874989, 3.07768353717525, 3.23606797749979, 3.07768353717525, 2.6180339887499, 1.90211303259031, 1, -0], [-0, -0.726542528005361, -1.38196601125011, -1.90211303259031, -2.23606797749979, -2.35114100916989, -2.23606797749979, -1.90211303259031, -1.38196601125011, -0.726542528005361, -2.87931731122399e-16, 0.726542528005362, 1.38196601125011, 1.90211303259031, 2.23606797749979, 2.35114100916989, 2.23606797749979, 1.90211303259031, 1.38196601125011, 0.726542528005361, -0], [-0, -0.381966011250105, -0.726542528005361, -1, -1.17557050458495, -1.23606797749979, -1.17557050458495, -1, -0.726542528005361, -0.381966011250105, -1.51374669217366e-16, 0.381966011250106, 0.726542528005361, 1, 1.17557050458495, 1.23606797749979, 1.17557050458495, 1, 0.726542528005361, 0.381966011250106, -0], [-0, -2.27062003826049e-16, -4.31897596683598e-16, -5.94456043570255e-16, -6.98824991093455e-16, -7.34788079488412e-16, -6.98824991093455e-16, -5.94456043570255e-16, -4.31897596683598e-16, -2.27062003826049e-16, -8.99855869597115e-32, 2.27062003826049e-16, 4.31897596683598e-16, 5.94456043570255e-16, 6.98824991093455e-16, 7.34788079488412e-16, 6.98824991093455e-16, 5.94456043570255e-16, 4.31897596683598e-16, 2.27062003826049e-16, -0], [0, 0.381966011250105, 0.72654252800536, 0.999999999999999, 1.17557050458495, 1.23606797749979, 1.17557050458495, 0.999999999999999, 0.726542528005361, 0.381966011250105, 1.51374669217366e-16, -0.381966011250105, -0.72654252800536, -0.999999999999999, -1.17557050458495, -1.23606797749979, -1.17557050458495, -1, -0.726542528005361, -0.381966011250105, 0], [0, 0.726542528005361, 1.3819660112501, 1.90211303259031, 2.23606797749979, 2.35114100916989, 2.23606797749979, 1.90211303259031, 1.3819660112501, 0.726542528005361, 2.87931731122399e-16, -0.726542528005361, -1.3819660112501, -1.90211303259031, -2.23606797749979, -2.35114100916989, -2.23606797749979, -1.90211303259031, -1.38196601125011, -0.726542528005361, 0], [0, 1, 1.90211303259031, 2.61803398874989, 3.07768353717525, 3.23606797749979, 3.07768353717525, 2.61803398874989, 1.90211303259031, 1, 3.96304029046837e-16, -1, -1.90211303259031, -2.61803398874989, -3.07768353717525, -3.23606797749979, -3.07768353717525, -2.61803398874989, -1.90211303259031, -1, 0], [0, 1.17557050458495, 2.23606797749979, 3.07768353717525, 3.61803398874989, 3.80422606518061, 3.61803398874989, 3.07768353717525, 2.23606797749979, 1.17557050458495, 4.65883327395637e-16, -1.17557050458495, -2.23606797749979, -3.07768353717525, -3.61803398874989, -3.80422606518061, -3.61803398874989, -3.07768353717525, -2.23606797749979, -1.17557050458495, 0], [0, 1.23606797749979, 2.35114100916989, 3.23606797749979, 3.80422606518061, 4, 3.80422606518061, 3.23606797749979, 2.35114100916989, 1.23606797749979, 4.89858719658941e-16, -1.23606797749979, -2.35114100916989, -3.23606797749979, -3.80422606518061, -4, -3.80422606518061, -3.23606797749979, -2.35114100916989, -1.23606797749979, 0]], "z": [[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05], [0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1], [0.15, 0.15, 0.15, 0.15, 0.15, 0.15, 0.15, 0.15, 0.15, 0.15, 0.15, 0.15, 0.15, 0.15, 0.15, 0.15, 0.15, 0.15, 0.15, 0.15, 0.15], [0.2, 0.2, 0.2, 0.2, 0.2, 0.2, 0.2, 0.2, 0.2, 0.2, 0.2, 0.2, 0.2, 0.2, 0.2, 0.2, 0.2, 0.2, 0.2, 0.2, 0.2], [0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25], [0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3], [0.35, 0.35, 0.35, 0.35, 0.35, 0.35, 0.35, 0.35, 0.35, 0.35, 0.35, 0.35, 0.35, 0.35, 0.35, 0.35, 0.35, 0.35, 0.35, 0.35, 0.35], [0.4, 0.4, 0.4, 0.4, 0.4, 0.4, 0.4, 0.4, 0.4, 0.4, 0.4, 0.4, 0.4, 0.4, 0.4, 0.4, 0.4, 0.4, 0.4, 0.4, 0.4], [0.45, 0.45, 0.45, 0.45, 0.45, 0.45, 0.45, 0.45, 0.45, 0.45, 0.45, 0.45, 0.45, 0.45, 0.45, 0.45, 0.45, 0.45, 0.45, 0.45, 0.45], [0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5], [0.55, 0.55, 0.55, 0.55, 0.55, 0.55, 0.55, 0.55, 0.55, 0.55, 0.55, 0.55, 0.55, 0.55, 0.55, 0.55, 0.55, 0.55, 0.55, 0.55, 0.55], [0.6, 0.6, 0.6, 0.6, 0.6, 0.6, 0.6, 0.6, 0.6, 0.6, 0.6, 0.6, 0.6, 0.6, 0.6, 0.6, 0.6, 0.6, 0.6, 0.6, 0.6], [0.65, 0.65, 0.65, 0.65, 0.65, 0.65, 0.65, 0.65, 0.65, 0.65, 0.65, 0.65, 0.65, 0.65, 0.65, 0.65, 0.65, 0.65, 0.65, 0.65, 0.65], [0.7, 0.7, 0.7, 0.7, 0.7, 0.7, 0.7, 0.7, 0.7, 0.7, 0.7, 0.7, 0.7, 0.7, 0.7, 0.7, 0.7, 0.7, 0.7, 0.7, 0.7], [0.75, 0.75, 0.75, 0.75, 0.75, 0.75, 0.75, 0.75, 0.75, 0.75, 0.75, 0.75, 0.75, 0.75, 0.75, 0.75, 0.75, 0.75, 0.75, 0.75, 0.75], [0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8], [0.85, 0.85, 0.85, 0.85, 0.85, 0.85, 0.85, 0.85, 0.85, 0.85, 0.85, 0.85, 0.85, 0.85, 0.85, 0.85, 0.85, 0.85, 0.85, 0.85, 0.85], [0.9, 0.9, 0.9, 0.9, 0.9, 0.9, 0.9, 0.9, 0.9, 0.9, 0.9, 0.9, 0.9, 0.9, 0.9, 0.9, 0.9, 0.9, 0.9, 0.9, 0.9], [0.95, 0.95, 0.95, 0.95, 0.95, 0.95, 0.95, 0.95, 0.95, 0.95, 0.95, 0.95, 0.95, 0.95, 0.95, 0.95, 0.95, 0.95, 0.95, 0.95, 0.95], [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]], "contours": {"x": {"start": -4, "end": 4, "size": 0.4, "show": true, "color": "black"}, "y": {"start": -4, "end": 4, "size": 0.4, "show": true, "color": "black"}}, "colorscale": [[0, "rgb(61.761,38.352,168.3765)"], [0.00392156862745098, "rgb(62.322,39.117,171.564)"], [0.00784313725490196, "rgb(62.832,40.0095,174.5985)"], [0.0117647058823529, "rgb(63.342,40.9785,177.5055)"], [0.0156862745098039, "rgb(63.8265,42.024,180.3105)"], [0.0196078431372549, "rgb(64.311,43.0695,183.0645)"], [0.0235294117647059, "rgb(64.77,44.166,185.793)"], [0.0274509803921569, "rgb(65.229,45.2115,188.5215)"], [0.0313725490196078, "rgb(65.688,46.257,191.2755)"], [0.0352941176470588, "rgb(66.147,47.277,194.055)"], [0.0392156862745098, "rgb(66.5805,48.2715,196.8345)"], [0.0431372549019608, "rgb(67.014,49.266,199.614)"], [0.0470588235294118, "rgb(67.4475,50.286,202.3935)"], [0.0509803921568627, "rgb(67.8555,51.2805,205.0965)"], [0.0549019607843137, "rgb(68.238,52.326,207.774)"], [0.0588235294117647, "rgb(68.6205,53.397,210.3495)"], [0.0627450980392157, "rgb(68.952,54.519,212.823)"], [0.0666666666666667, "rgb(69.2835,55.692,215.1945)"], [0.0705882352941176, "rgb(69.5895,56.8905,217.464)"], [0.0745098039215686, "rgb(69.87,58.14,219.606)"], [0.0784313725490196, "rgb(70.0995,59.415,221.646)"], [0.0823529411764706, "rgb(70.329,60.741,223.5585)"], [0.0862745098039216, "rgb(70.533,62.0925,225.42)"], [0.0901960784313725, "rgb(70.737,63.4695,227.154)"], [0.0941176470588235, "rgb(70.9155,64.8465,228.8115)"], [0.0980392156862745, "rgb(71.094,66.249,230.3925)"], [0.101960784313725, "rgb(71.247,67.6515,231.897)"], [0.105882352941176, "rgb(71.349,69.054,233.325)"], [0.109803921568627, "rgb(71.451,70.482,234.702)"], [0.113725490196078, "rgb(71.553,71.8845,236.0025)"], [0.117647058823529, "rgb(71.6295,73.3125,237.2775)"], [0.12156862745098, "rgb(71.6805,74.715,238.476)"], [0.125490196078431, "rgb(71.7315,76.1175,239.6235)"], [0.129411764705882, "rgb(71.757,77.52,240.7455)"], [0.133333333333333, "rgb(71.757,78.9225,241.8165)"], [0.137254901960784, "rgb(71.7315,80.325,242.862)"], [0.141176470588235, "rgb(71.6805,81.702,243.8565)"], [0.145098039215686, "rgb(71.6295,83.1045,244.8)"], [0.149019607843137, "rgb(71.5785,84.4815,245.718)"], [0.152941176470588, "rgb(71.4765,85.8585,246.585)"], [0.156862745098039, "rgb(71.349,87.2355,247.401)"], [0.16078431372549, "rgb(71.1705,88.6125,248.1915)"], [0.164705882352941, "rgb(70.992,89.9895,248.9565)"], [0.168627450980392, "rgb(70.788,91.3665,249.6705)"], [0.172549019607843, "rgb(70.533,92.769,250.3335)"], [0.176470588235294, "rgb(70.227,94.1715,250.92)"], [0.180392156862745, "rgb(69.8955,95.574,251.481)"], [0.184313725490196, "rgb(69.513,97.002,251.9655)"], [0.188235294117647, "rgb(69.105,98.43,252.399)"], [0.192156862745098, "rgb(68.6205,99.858,252.756)"], [0.196078431372549, "rgb(68.085,101.3115,253.062)"], [0.2, "rgb(67.4985,102.765,253.3425)"], [0.203921568627451, "rgb(66.8355,104.244,253.623)"], [0.207843137254902, "rgb(66.0705,105.6975,253.8525)"], [0.211764705882353, "rgb(65.178,107.1765,254.1075)"], [0.215686274509804, "rgb(64.1835,108.6555,254.337)"], [0.219607843137255, "rgb(63.0615,110.1345,254.5665)"], [0.223529411764706, "rgb(61.812,111.639,254.7705)"], [0.227450980392157, "rgb(60.4095,113.1435,254.898)"], [0.231372549019608, "rgb(58.9305,114.6735,254.8725)"], [0.235294117647059, "rgb(57.375,116.2545,254.6175)"], [0.23921568627451, "rgb(55.8195,117.81,254.184)"], [0.243137254901961, "rgb(54.264,119.391,253.674)"], [0.247058823529412, "rgb(52.683,120.9465,253.113)"], [0.250980392156863, "rgb(51.153,122.4765,252.603)"], [0.254901960784314, "rgb(49.725,123.9555,252.1185)"], [0.258823529411765, "rgb(48.5265,125.4345,251.6085)"], [0.262745098039216, "rgb(47.6595,126.8625,251.022)"], [0.266666666666667, "rgb(47.0985,128.265,250.3845)"], [0.270588235294118, "rgb(46.6905,129.642,249.7215)"], [0.274509803921569, "rgb(46.359,131.019,249.033)"], [0.27843137254902, "rgb(46.053,132.3705,248.319)"], [0.282352941176471, "rgb(45.7725,133.722,247.5795)"], [0.286274509803922, "rgb(45.5175,135.048,246.7635)"], [0.290196078431373, "rgb(45.339,136.3995,245.8455)"], [0.294117647058824, "rgb(45.2115,137.7255,244.851)"], [0.298039215686275, "rgb(45.084,139.026,243.78)"], [0.301960784313725, "rgb(44.982,140.352,242.658)"], [0.305882352941176, "rgb(44.7525,141.627,241.5615)"], [0.309803921568627, "rgb(44.37,142.9275,240.516)"], [0.313725490196078, "rgb(43.758,144.2025,239.5215)"], [0.317647058823529, "rgb(42.993,145.4775,238.6035)"], [0.32156862745098, "rgb(42.0495,146.7525,237.7365)"], [0.325490196078431, "rgb(41.055,148.0275,236.8695)"], [0.329411764705882, "rgb(40.1115,149.277,235.977)"], [0.333333333333333, "rgb(39.27,150.501,235.059)"], [0.337254901960784, "rgb(38.5815,151.725,234.141)"], [0.341176470588235, "rgb(38.046,152.9235,233.2485)"], [0.345098039215686, "rgb(37.6125,154.0965,232.3815)"], [0.349019607843137, "rgb(37.2555,155.2695,231.54)"], [0.352941176470588, "rgb(36.873,156.4425,230.775)"], [0.356862745098039, "rgb(36.4395,157.59,230.061)"], [0.36078431372549, "rgb(35.904,158.763,229.449)"], [0.364705882352941, "rgb(35.2665,159.936,228.8625)"], [0.368627450980392, "rgb(34.527,161.0835,228.3015)"], [0.372549019607843, "rgb(33.6855,162.2565,227.766)"], [0.376470588235294, "rgb(32.844,163.404,227.205)"], [0.380392156862745, "rgb(31.9515,164.5515,226.6185)"], [0.384313725490196, "rgb(31.0845,165.6735,225.981)"], [0.388235294117647, "rgb(30.2175,166.7955,225.267)"], [0.392156862745098, "rgb(29.376,167.892,224.502)"], [0.396078431372549, "rgb(28.5345,168.9885,223.635)"], [0.4, "rgb(27.6675,170.0595,222.717)"], [0.403921568627451, "rgb(26.724,171.105,221.7225)"], [0.407843137254902, "rgb(25.7295,172.125,220.6515)"], [0.411764705882353, "rgb(24.582,173.1195,219.5295)"], [0.415686274509804, "rgb(23.307,174.114,218.331)"], [0.419607843137255, "rgb(21.8025,175.0575,217.0815)"], [0.423529411764706, "rgb(20.1195,176.001,215.781)"], [0.427450980392157, "rgb(18.1815,176.919,214.4295)"], [0.431372549019608, "rgb(16.014,177.786,213.0525)"], [0.435294117647059, "rgb(13.6425,178.653,211.6245)"], [0.43921568627451, "rgb(11.0415,179.4945,210.171)"], [0.443137254901961, "rgb(8.364,180.3105,208.6665)"], [0.447058823529412, "rgb(5.967,181.1265,207.162)"], [0.450980392156863, "rgb(3.9525,181.8915,205.632)"], [0.454901960784314, "rgb(2.3205,182.6565,204.0765)"], [0.458823529411765, "rgb(1.173,183.396,202.4955)"], [0.462745098039216, "rgb(0.4845,184.11,200.889)"], [0.466666666666667, "rgb(0.2295,184.824,199.2825)"], [0.470588235294118, "rgb(0.459,185.5125,197.676)"], [0.474509803921569, "rgb(1.173,186.1755,196.044)"], [0.47843137254902, "rgb(2.397,186.8385,194.3865)"], [0.482352941176471, "rgb(4.131,187.476,192.729)"], [0.486274509803922, "rgb(6.4515,188.088,191.046)"], [0.490196078431373, "rgb(9.4095,188.7,189.363)"], [0.494117647058824, "rgb(12.852,189.2865,187.6545)"], [0.498039215686275, "rgb(16.269,189.873,185.946)"], [0.501960784313725, "rgb(19.635,190.434,184.212)"], [0.505882352941176, "rgb(22.9245,190.9695,182.478)"], [0.509803921568627, "rgb(26.0865,191.505,180.744)"], [0.513725490196078, "rgb(29.0955,192.0405,178.9845)"], [0.517647058823529, "rgb(31.926,192.576,177.225)"], [0.52156862745098, "rgb(34.527,193.086,175.4655)"], [0.525490196078431, "rgb(36.924,193.6215,173.706)"], [0.529411764705882, "rgb(39.066,194.157,171.8955)"], [0.533333333333333, "rgb(41.0295,194.6925,170.1105)"], [0.537254901960784, "rgb(42.789,195.228,168.2745)"], [0.541176470588235, "rgb(44.3955,195.789,166.4385)"], [0.545098039215686, "rgb(45.8745,196.3245,164.577)"], [0.549019607843137, "rgb(47.2515,196.8855,162.6645)"], [0.552941176470588, "rgb(48.5775,197.4465,160.7265)"], [0.556862745098039, "rgb(49.827,198.0075,158.7375)"], [0.56078431372549, "rgb(51.0765,198.5685,156.723)"], [0.564705882352941, "rgb(52.5555,199.104,154.6575)"], [0.568627450980392, "rgb(54.009,199.614,152.5665)"], [0.572549019607843, "rgb(55.539,200.1495,150.4245)"], [0.576470588235294, "rgb(57.222,200.6595,148.2315)"], [0.580392156862745, "rgb(59.109,201.1185,145.9875)"], [0.584313725490196, "rgb(61.2255,201.5775,143.718)"], [0.588235294117647, "rgb(63.5205,202.011,141.423)"], [0.592156862745098, "rgb(66.0195,202.3935,139.077)"], [0.596078431372549, "rgb(68.7225,202.7505,136.68)"], [0.6, "rgb(71.6295,203.082,134.283)"], [0.603921568627451, "rgb(74.6895,203.3625,131.835)"], [0.607843137254902, "rgb(77.826,203.6175,129.387)"], [0.611764705882353, "rgb(80.988,203.847,126.8625)"], [0.615686274509804, "rgb(84.1755,204.051,124.338)"], [0.619607843137255, "rgb(87.312,204.2295,121.737)"], [0.623529411764706, "rgb(90.474,204.408,119.0595)"], [0.627450980392157, "rgb(93.6105,204.5355,116.3565)"], [0.631372549019608, "rgb(96.7725,204.663,113.577)"], [0.635294117647059, "rgb(99.9855,204.7395,110.772)"], [0.63921568627451, "rgb(103.275,204.7905,107.9415)"], [0.643137254901961, "rgb(106.692,204.765,105.111)"], [0.647058823529412, "rgb(110.211,204.714,102.3315)"], [0.650980392156863, "rgb(113.8065,204.612,99.552)"], [0.654901960784314, "rgb(117.504,204.459,96.8235)"], [0.658823529411765, "rgb(121.2015,204.2805,94.1205)"], [0.662745098039216, "rgb(124.9245,204.051,91.443)"], [0.666666666666667, "rgb(128.622,203.8215,88.74)"], [0.670588235294118, "rgb(132.2685,203.541,86.037)"], [0.674509803921569, "rgb(135.8895,203.235,83.3085)"], [0.67843137254902, "rgb(139.485,202.9035,80.5545)"], [0.682352941176471, "rgb(143.0295,202.5465,77.775)"], [0.686274509803922, "rgb(146.574,202.1895,74.9955)"], [0.690196078431373, "rgb(150.093,201.7815,72.2415)"], [0.694117647058824, "rgb(153.612,201.348,69.513)"], [0.698039215686274, "rgb(157.1055,200.889,66.861)"], [0.701960784313725, "rgb(160.5735,200.4045,64.2855)"], [0.705882352941177, "rgb(164.0415,199.8945,61.7865)"], [0.709803921568627, "rgb(167.4585,199.359,59.3895)"], [0.713725490196078, "rgb(170.8755,198.798,57.0945)"], [0.717647058823529, "rgb(174.2415,198.2115,54.9525)"], [0.72156862745098, "rgb(177.5565,197.625,52.9125)"], [0.725490196078431, "rgb(180.8205,197.0385,50.949)"], [0.729411764705882, "rgb(184.059,196.4265,49.062)"], [0.733333333333333, "rgb(187.272,195.8145,47.226)"], [0.737254901960784, "rgb(190.434,195.177,45.441)"], [0.741176470588235, "rgb(193.545,194.5395,43.7835)"], [0.745098039215686, "rgb(196.605,193.902,42.279)"], [0.749019607843137, "rgb(199.6395,193.2645,41.004)"], [0.752941176470588, "rgb(202.5975,192.627,40.035)"], [0.756862745098039, "rgb(205.53,191.9895,39.423)"], [0.76078431372549, "rgb(208.386,191.3775,39.1425)"], [0.764705882352941, "rgb(211.1655,190.7655,39.168)"], [0.768627450980392, "rgb(213.9195,190.1535,39.423)"], [0.772549019607843, "rgb(216.6225,189.5925,39.882)"], [0.776470588235294, "rgb(219.3,189.0315,40.4685)"], [0.780392156862745, "rgb(221.9265,188.496,41.1825)"], [0.784313725490196, "rgb(224.502,187.986,42.075)"], [0.788235294117647, "rgb(227.0265,187.5015,43.2225)"], [0.792156862745098, "rgb(229.5,187.068,44.5995)"], [0.796078431372549, "rgb(231.8715,186.6855,46.2825)"], [0.8, "rgb(234.192,186.354,48.195)"], [0.803921568627451, "rgb(236.436,186.099,50.3115)"], [0.807843137254902, "rgb(238.6035,185.895,52.5555)"], [0.811764705882353, "rgb(240.72,185.7675,54.8505)"], [0.815686274509804, "rgb(242.8365,185.742,57.0435)"], [0.819607843137255, "rgb(244.953,185.7675,58.956)"], [0.823529411764706, "rgb(247.0695,185.946,60.5115)"], [0.827450980392157, "rgb(249.135,186.252,61.659)"], [0.831372549019608, "rgb(250.971,186.915,62.373)"], [0.835294117647059, "rgb(252.45,187.8075,61.9395)"], [0.83921568627451, "rgb(253.623,188.8785,61.047)"], [0.843137254901961, "rgb(254.133,190.179,59.9505)"], [0.847058823529412, "rgb(254.2605,191.5815,58.8795)"], [0.850980392156863, "rgb(254.286,193.0095,57.8085)"], [0.854901960784314, "rgb(254.2605,194.463,56.712)"], [0.858823529411765, "rgb(254.2095,195.9165,55.6155)"], [0.862745098039216, "rgb(254.133,197.37,54.519)"], [0.866666666666667, "rgb(254.031,198.849,53.4225)"], [0.870588235294118, "rgb(253.9035,200.328,52.3515)"], [0.874509803921569, "rgb(253.6995,201.8325,51.306)"], [0.87843137254902, "rgb(253.419,203.337,50.337)"], [0.882352941176471, "rgb(253.0365,204.867,49.4445)"], [0.886274509803922, "rgb(252.603,206.4225,48.603)"], [0.890196078431372, "rgb(252.0675,207.978,47.8125)"], [0.894117647058824, "rgb(251.4555,209.559,47.073)"], [0.898039215686275, "rgb(250.7925,211.14,46.3335)"], [0.901960784313726, "rgb(250.0785,212.721,45.5685)"], [0.905882352941176, "rgb(249.339,214.302,44.8035)"], [0.909803921568627, "rgb(248.574,215.9085,44.013)"], [0.913725490196078, "rgb(247.86,217.4895,43.2225)"], [0.917647058823529, "rgb(247.197,219.0705,42.4575)"], [0.92156862745098, "rgb(246.6105,220.677,41.718)"], [0.925490196078431, "rgb(246.1005,222.258,41.004)"], [0.929411764705882, "rgb(245.667,223.839,40.341)"], [0.933333333333333, "rgb(245.2845,225.42,39.7035)"], [0.937254901960784, "rgb(245.004,227.001,39.066)"], [0.941176470588235, "rgb(244.8255,228.5565,38.4285)"], [0.945098039215686, "rgb(244.698,230.0865,37.74)"], [0.949019607843137, "rgb(244.6725,231.642,36.975)"], [0.952941176470588, "rgb(244.7235,233.1465,36.159)"], [0.956862745098039, "rgb(244.8255,234.6765,35.241)"], [0.96078431372549, "rgb(245.004,236.181,34.272)"], [0.964705882352941, "rgb(245.259,237.66,33.252)"], [0.968627450980392, "rgb(245.5395,239.1645,32.1555)"], [0.972549019607843, "rgb(245.871,240.6435,31.008)"], [0.976470588235294, "rgb(246.2535,242.097,29.784)"], [0.980392156862745, "rgb(246.687,243.576,28.458)"], [0.984313725490196, "rgb(247.146,245.0295,27.0555)"], [0.988235294117647, "rgb(247.6305,246.5085,25.5255)"], [0.992156862745098, "rgb(248.115,247.962,23.919)"], [0.996078431372549, "rgb(248.5995,249.441,22.236)"], [1, "rgb(249.1095,250.8945,20.5275)"]], "surfacecolor": [[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0], [0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05, 0.05], [0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1], [0.15, 0.15, 0.15, 0.15, 0.15, 0.15, 0.15, 0.15, 0.15, 0.15, 0.15, 0.15, 0.15, 0.15, 0.15, 0.15, 0.15, 0.15, 0.15, 0.15, 0.15], [0.2, 0.2, 0.2, 0.2, 0.2, 0.2, 0.2, 0.2, 0.2, 0.2, 0.2, 0.2, 0.2, 0.2, 0.2, 0.2, 0.2, 0.2, 0.2, 0.2, 0.2], [0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25], [0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3, 0.3], [0.35, 0.35, 0.35, 0.35, 0.35, 0.35, 0.35, 0.35, 0.35, 0.35, 0.35, 0.35, 0.35, 0.35, 0.35, 0.35, 0.35, 0.35, 0.35, 0.35, 0.35], [0.4, 0.4, 0.4, 0.4, 0.4, 0.4, 0.4, 0.4, 0.4, 0.4, 0.4, 0.4, 0.4, 0.4, 0.4, 0.4, 0.4, 0.4, 0.4, 0.4, 0.4], [0.45, 0.45, 0.45, 0.45, 0.45, 0.45, 0.45, 0.45, 0.45, 0.45, 0.45, 0.45, 0.45, 0.45, 0.45, 0.45, 0.45, 0.45, 0.45, 0.45, 0.45], [0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5], [0.55, 0.55, 0.55, 0.55, 0.55, 0.55, 0.55, 0.55, 0.55, 0.55, 0.55, 0.55, 0.55, 0.55, 0.55, 0.55, 0.55, 0.55, 0.55, 0.55, 0.55], [0.6, 0.6, 0.6, 0.6, 0.6, 0.6, 0.6, 0.6, 0.6, 0.6, 0.6, 0.6, 0.6, 0.6, 0.6, 0.6, 0.6, 0.6, 0.6, 0.6, 0.6], [0.65, 0.65, 0.65, 0.65, 0.65, 0.65, 0.65, 0.65, 0.65, 0.65, 0.65, 0.65, 0.65, 0.65, 0.65, 0.65, 0.65, 0.65, 0.65, 0.65, 0.65], [0.7, 0.7, 0.7, 0.7, 0.7, 0.7, 0.7, 0.7, 0.7, 0.7, 0.7, 0.7, 0.7, 0.7, 0.7, 0.7, 0.7, 0.7, 0.7, 0.7, 0.7], [0.75, 0.75, 0.75, 0.75, 0.75, 0.75, 0.75, 0.75, 0.75, 0.75, 0.75, 0.75, 0.75, 0.75, 0.75, 0.75, 0.75, 0.75, 0.75, 0.75, 0.75], [0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8], [0.85, 0.85, 0.85, 0.85, 0.85, 0.85, 0.85, 0.85, 0.85, 0.85, 0.85, 0.85, 0.85, 0.85, 0.85, 0.85, 0.85, 0.85, 0.85, 0.85, 0.85], [0.9, 0.9, 0.9, 0.9, 0.9, 0.9, 0.9, 0.9, 0.9, 0.9, 0.9, 0.9, 0.9, 0.9, 0.9, 0.9, 0.9, 0.9, 0.9, 0.9, 0.9], [0.95, 0.95, 0.95, 0.95, 0.95, 0.95, 0.95, 0.95, 0.95, 0.95, 0.95, 0.95, 0.95, 0.95, 0.95, 0.95, 0.95, 0.95, 0.95, 0.95, 0.95], [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]], "name": "", "showscale": false, "visible": true, "showlegend": true}], "layout": {"autosize": false, "margin": {"pad": 0, "l": 0, "r": 0, "b": 0, "t": 0}, "showlegend": false, "width": 840, "height": 630, "paper_bgcolor": "rgb(255,255,255)", "hovermode": "closest", "xaxis1": {"side": "bottom", "zeroline": false, "autorange": false, "linecolor": "rgb(38.250000,38.250000,38.250000)", "linewidth": 1, "exponentformat": "none", "tickfont": {"size": 10, "family": "Arial, sans-serif", "color": "rgb(38.250000,38.250000,38.250000)"}, "ticklen": 2.81113636363636, "tickcolor": "rgb(38.250000,38.250000,38.250000)", "tickwidth": 1, "tickangle": -0, "ticks": "outside", "showgrid": true, "gridwidth": 1, "gridcolor": "rgba(38.250000,,38.250000,38.250000,0.150000)", "type": "linear", "showticklabels": true, "tickmode": "array", "tickvals": [0, 10, 20], "range": [0, 21], "mirror": false, "ticktext": ["0", "10", "20"], "titlefont": {"color": "rgb(38.250000,38.250000,38.250000)", "size": 11, "family": "Arial, sans-serif"}, "showline": true, "domain": [0.13, 0.464659090909091], "anchor": "y1"}, "scene1": {"domain": {"x": [0.13, 0.464659090909091], "y": [0.583837209302326, 0.925]}}, "yaxis1": {"side": "left", "zeroline": false, "autorange": false, "linecolor": "rgb(38.250000,38.250000,38.250000)", "linewidth": 1, "exponentformat": "none", "tickfont": {"size": 10, "family": "Arial, sans-serif", "color": "rgb(38.250000,38.250000,38.250000)"}, "ticklen": 2.81113636363636, "tickcolor": "rgb(38.250000,38.250000,38.250000)", "tickwidth": 1, "tickangle": -0, "ticks": "outside", "showgrid": true, "gridwidth": 1, "gridcolor": "rgba(38.250000,,38.250000,38.250000,0.150000)", "type": "linear", "showticklabels": true, "tickmode": "array", "tickvals": [0, 10, 20], "range": [0, 21], "mirror": false, "ticktext": ["0", "10", "20"], "titlefont": {"color": "rgb(38.250000,38.250000,38.250000)", "size": 11, "family": "Arial, sans-serif"}, "showline": true, "domain": [0.583837209302326, 0.925], "anchor": "x1"}, "xaxis2": {"side": "bottom", "zeroline": false, "autorange": false, "linecolor": "rgb(38.250000,38.250000,38.250000)", "linewidth": 1, "exponentformat": "none", "tickfont": {"size": 10, "family": "Arial, sans-serif", "color": "rgb(38.250000,38.250000,38.250000)"}, "ticklen": 2.81113636363636, "tickcolor": "rgb(38.250000,38.250000,38.250000)", "tickwidth": 1, "tickangle": -0, "ticks": "outside", "showgrid": true, "gridwidth": 1, "gridcolor": "rgba(38.250000,,38.250000,38.250000,0.150000)", "type": "linear", "showticklabels": true, "tickmode": "array", "tickvals": [0, 10, 20], "range": [0, 21], "mirror": false, "ticktext": ["0", "10", "20"], "titlefont": {"color": "rgb(38.250000,38.250000,38.250000)", "size": 11, "family": "Arial, sans-serif"}, "showline": true, "domain": [0.570340909090909, 0.905], "anchor": "y2"}, "scene2": {"domain": {"x": [0.570340909090909, 0.905], "y": [0.583837209302326, 0.925]}}, "yaxis2": {"side": "left", "zeroline": false, "autorange": false, "linecolor": "rgb(38.250000,38.250000,38.250000)", "linewidth": 1, "exponentformat": "none", "tickfont": {"size": 10, "family": "Arial, sans-serif", "color": "rgb(38.250000,38.250000,38.250000)"}, "ticklen": 2.81113636363636, "tickcolor": "rgb(38.250000,38.250000,38.250000)", "tickwidth": 1, "tickangle": -0, "ticks": "outside", "showgrid": true, "gridwidth": 1, "gridcolor": "rgba(38.250000,,38.250000,38.250000,0.150000)", "type": "linear", "showticklabels": true, "tickmode": "array", "tickvals": [0, 10, 20], "range": [0, 21], "mirror": false, "ticktext": ["0", "10", "20"], "titlefont": {"color": "rgb(38.250000,38.250000,38.250000)", "size": 11, "family": "Arial, sans-serif"}, "showline": true, "domain": [0.583837209302326, 0.925], "anchor": "x2"}, "xaxis3": {"side": "bottom", "zeroline": false, "autorange": false, "linecolor": "rgb(38.250000,38.250000,38.250000)", "linewidth": 1, "exponentformat": "none", "tickfont": {"size": 10, "family": "Arial, sans-serif", "color": "rgb(38.250000,38.250000,38.250000)"}, "ticklen": 2.81113636363636, "tickcolor": "rgb(38.250000,38.250000,38.250000)", "tickwidth": 1, "tickangle": -0, "ticks": "outside", "showgrid": true, "gridwidth": 1, "gridcolor": "rgba(38.250000,,38.250000,38.250000,0.150000)", "type": "linear", "showticklabels": true, "tickmode": "array", "tickvals": [0, 10, 20], "range": [0, 21], "mirror": false, "ticktext": ["0", "10", "20"], "titlefont": {"color": "rgb(38.250000,38.250000,38.250000)", "size": 11, "family": "Arial, sans-serif"}, "showline": true, "domain": [0.13, 0.464659090909091], "anchor": "y3"}, "scene3": {"domain": {"x": [0.13, 0.464659090909091], "y": [0.11, 0.451162790697674]}}, "yaxis3": {"side": "left", "zeroline": false, "autorange": false, "linecolor": "rgb(38.250000,38.250000,38.250000)", "linewidth": 1, "exponentformat": "none", "tickfont": {"size": 10, "family": "Arial, sans-serif", "color": "rgb(38.250000,38.250000,38.250000)"}, "ticklen": 2.81113636363636, "tickcolor": "rgb(38.250000,38.250000,38.250000)", "tickwidth": 1, "tickangle": -0, "ticks": "outside", "showgrid": true, "gridwidth": 1, "gridcolor": "rgba(38.250000,,38.250000,38.250000,0.150000)", "type": "linear", "showticklabels": true, "tickmode": "array", "tickvals": [0, 10, 20], "range": [0, 21], "mirror": false, "ticktext": ["0", "10", "20"], "titlefont": {"color": "rgb(38.250000,38.250000,38.250000)", "size": 11, "family": "Arial, sans-serif"}, "showline": true, "domain": [0.11, 0.451162790697674], "anchor": "x3"}, "xaxis4": {"side": "bottom", "zeroline": false, "autorange": false, "linecolor": "rgb(38.250000,38.250000,38.250000)", "linewidth": 1, "exponentformat": "none", "tickfont": {"size": 10, "family": "Arial, sans-serif", "color": "rgb(38.250000,38.250000,38.250000)"}, "ticklen": 2.81113636363636, "tickcolor": "rgb(38.250000,38.250000,38.250000)", "tickwidth": 1, "tickangle": -0, "ticks": "outside", "showgrid": true, "gridwidth": 1, "gridcolor": "rgba(38.250000,,38.250000,38.250000,0.150000)", "type": "linear", "showticklabels": true, "tickmode": "array", "tickvals": [-5, 0, 5], "range": [-5, 5], "mirror": false, "ticktext": ["-5", "0", "5"], "titlefont": {"color": "rgb(38.250000,38.250000,38.250000)", "size": 11, "family": "Arial, sans-serif"}, "showline": true, "domain": [0.570340909090909, 0.905], "anchor": "y4"}, "scene4": {"domain": {"x": [0.570340909090909, 0.905], "y": [0.11, 0.451162790697674]}}, "yaxis4": {"side": "left", "zeroline": false, "autorange": false, "linecolor": "rgb(38.250000,38.250000,38.250000)", "linewidth": 1, "exponentformat": "none", "tickfont": {"size": 10, "family": "Arial, sans-serif", "color": "rgb(38.250000,38.250000,38.250000)"}, "ticklen": 2.81113636363636, "tickcolor": "rgb(38.250000,38.250000,38.250000)", "tickwidth": 1, "tickangle": -0, "ticks": "outside", "showgrid": true, "gridwidth": 1, "gridcolor": "rgba(38.250000,,38.250000,38.250000,0.150000)", "type": "linear", "showticklabels": true, "tickmode": "array", "tickvals": [-5, 0, 5], "range": [-5, 5], "mirror": false, "ticktext": ["-5", "0", "5"], "titlefont": {"color": "rgb(38.250000,38.250000,38.250000)", "size": 11, "family": "Arial, sans-serif"}, "showline": true, "domain": [0.11, 0.451162790697674], "anchor": "x4"}, "annotations": [{"showarrow": false, "xref": "paper", "yref": "paper", "xanchor": "center", "align": "center", "yanchor": "bottom", "text": "<b>X<\/b>", "x": 0.297329545454545, "y": 0.935, "font": {"color": "rgb(0,0,0)", "family": "Arial, sans-serif", "size": 11}, "bordercolor": "rgba(0,0,0,0)", "textangle": 0, "borderwidth": 0.5, "borderpad": 3}, {"showarrow": false, "xref": "paper", "yref": "paper", "xanchor": "center", "align": "center", "yanchor": "bottom", "text": "<b>Y<\/b>", "x": 0.737670454545455, "y": 0.935, "font": {"color": "rgb(0,0,0)", "family": "Arial, sans-serif", "size": 11}, "bordercolor": "rgba(0,0,0,0)", "textangle": 0, "borderwidth": 0.5, "borderpad": 3}, {"showarrow": false, "xref": "paper", "yref": "paper", "xanchor": "center", "align": "center", "yanchor": "bottom", "text": "<b>Z<\/b>", "x": 0.297329545454545, "y": 0.461162790697674, "font": {"color": "rgb(0,0,0)", "family": "Arial, sans-serif", "size": 11}, "bordercolor": "rgba(0,0,0,0)", "textangle": 0, "borderwidth": 0.5, "borderpad": 3}, {"showarrow": false, "xref": "paper", "yref": "paper", "xanchor": "center", "align": "center", "yanchor": "bottom", "text": "<b>X,Y,Z<\/b>", "x": 0.737670454545455, "y": 0.461162790697674, "font": {"color": "rgb(0,0,0)", "family": "Arial, sans-serif", "size": 11}, "bordercolor": "rgba(0,0,0,0)", "textangle": 0, "borderwidth": 0.5, "borderpad": 3}], "title": "<b>X<\/b>", "titlefont": {"color": "rgba(0,0,0,0)"}}, "frames": []} , {"responsive": true} ).then(function() { var gd = document.getElementById("plot-7348401"); var x = new MutationObserver(function(mutations, observer) { { var display = window.getComputedStyle(gd).display; if (!display || display === 'none') { { console.log([gd, 'removed!']); Plotly.purge(gd); observer.disconnect(); } } } }); // Listen for the removal of the full notebook cells var notebookContainer = gd.closest('#notebook-container'); if (notebookContainer) { { x.observe(notebookContainer, { childList: true }); } } // Listen for the clearing of the current output cell var outputEl = gd.closest('.output'); if (outputEl) { { x.observe(outputEl, { childList: true }); } } }) }; }); </script> <p>Both the <code>surf</code> function and its companion mesh display surfaces in three dimensions. surf displays both the connecting lines and the faces of the surface in color. mesh produces wireframe surfaces that color only the lines connecting the defining points.</p> </section> <!--End Plotly Basics Section--> </section> </div> </main> <script> var array = []; $('.tutorial-content :header:not(h6)').each(function (i, e) { var item = $(e); var itemText = item.text(); var hash = itemText.replace(/[^a-z0-9\s]/gi, '').replace(/[_\s]/g, '-').replace(/^-+|-+$/g, '').toLowerCase(); item.attr("id", hash); array.push({text: itemText, tag: item.prop("tagName"), hash: hash}); }); $("#nav_header_insertion_list").html(array.map(function(entry) { var text = entry.text.replace(/[^a-z0-9\s\.:\-\?\!\(\))]/gi, ''); if(entry.tag.toLowerCase() < "h4"){ return('<li class="--sidebar-item"><a href="#' + entry.hash + '">' + text + '</a></li>'); } else { return('<li class="--sidebar-item"><a href="#' + entry.hash + '">' + text + '</a></li>'); } }).join("")); //$(".tutorial-content :header:not(h6)").append( "\<div class=\"icon copy\" data-tooltip=\"Click to copy direct link\"><svg style=\"width:24px;height:24px\" viewBox=\"0 0 24 24\"><path fill=\"#000000\" d=\"M10.59,13.41C11,13.8 11,14.44 10.59,14.83C10.2,15.22 9.56,15.22 9.17,14.83C7.22,12.88 7.22,9.71 9.17,7.76V7.76L12.71,4.22C14.66,2.27 17.83,2.27 19.78,4.22C21.73,6.17 21.73,9.34 19.78,11.29L18.29,12.78C18.3,11.96 18.17,11.14 17.89,10.36L18.36,9.88C19.54,8.71 19.54,6.81 18.36,5.64C17.19,4.46 15.29,4.46 14.12,5.64L10.59,9.17C9.41,10.34 9.41,12.24 10.59,13.41M13.41,9.17C13.8,8.78 14.44,8.78 14.83,9.17C16.78,11.12 16.78,14.29 14.83,16.24V16.24L11.29,19.78C9.34,21.73 6.17,21.73 4.22,19.78C2.27,17.83 2.27,14.66 4.22,12.71L5.71,11.22C5.7,12.04 5.83,12.86 6.11,13.65L5.64,14.12C4.46,15.29 4.46,17.19 5.64,18.36C6.81,19.54 8.71,19.54 9.88,18.36L13.41,14.83C14.59,13.66 14.59,11.76 13.41,10.59C13,10.2 13,9.56 13.41,9.17Z\"/> </svg> </div>"); </script> <footer class="--footer-main"> <section class="--footer-top"> <div class="--wrap"> <ul class="--footer-body"> <li class="--footer-column"> <h6 style="color:#119dff" class="--footer-heading">JOIN OUR MAILING LIST</h6>&#x9;&#x9;&#x9; <ul> &#x9;&#x9;&#x9;&#x9; <li> <p class="subscribe-text"> Sign up to stay in the loop with all things Plotly — from Dash Club to product updates, webinars, and more!</p> <a href="https://go.plot.ly/subscription" class="subscribe-button" target="_blank"> Subscribe </a> </li> </ul> </li> &#x9;&#x9; <li class="--footer-column"> <h6 style="color:#e763fa" class="--footer-heading">Products</h6>&#x9;&#x9;&#x9; <ul> <li><a href="https://plotly.com/dash/" target="_self">Dash</a></li> &#x9;&#x9;&#x9;&#x9; &#x9;&#x9;&#x9;&#x9; <li><a href="https://plotly.com/consulting-and-oem/" target="_self">Consulting and Training</a></li> </ul> </li> &#x9;&#x9; <li class="--footer-column"> <h6 style="color:#636efa" class="--footer-heading">Pricing</h6>&#x9;&#x9;&#x9; <ul> <li><a href="https://plotly.com/get-pricing/" target="_self">Enterprise Pricing</a></li> &#x9;&#x9;&#x9;&#x9; </ul> </li> &#x9;&#x9; <li class="--footer-column"> <h6 style="color:#00cc96" class="--footer-heading">About Us</h6>&#x9;&#x9;&#x9; <ul> <li><a href="https://plotly.com/careers" target="_self">Careers</a></li> &#x9;&#x9;&#x9;&#x9; <li><a href="https://plotly.com/resources/" target="_self">Resources</a></li> &#x9;&#x9;&#x9;&#x9; <li><a href="https://medium.com/@plotlygraphs" target="_self">Blog</a></li> &#x9;&#x9;&#x9;&#x9; </ul> </li> &#x9;&#x9; <li class="--footer-column"> <h6 style="color:#EF553B" class="--footer-heading">Support</h6>&#x9;&#x9;&#x9; <ul> <li><a href="https://community.plot.ly/" target="_self">Community Support</a></li> &#x9;&#x9;&#x9;&#x9; <li><a href="https://plotly.com/graphing-libraries" target="_self">Documentation</a></li> &#x9;&#x9;&#x9;&#x9; </ul> </li> </ul> </div> </section> <section class="--footer-meta"> <div class="--wrap"> <div class="left"> <article class="--copyright">Copyright &copy; 2025 Plotly. All rights reserved.</article> </div> <div class="right"> <article class="--tos"><a href="https://community.plotly.com/tos" target="_blank">Terms of Service</a> </article> <article class="--privacy"><a href="https://plotly.com/privacy/" target="_blank">Privacy Policy</a> </article> </div> </div> <div id="markprompt" /> </section> </footer> <div class="modal" id="myModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel"> <div class="modal-dialog" role="document"> <div class="modal-content" id="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button> <span style="float: left; padding-top:13px; padding-right:10px;"><i class="fa fa-search fa-lg"></i></span> <input id="search-input" class="search-input" type="text" placeholder="" /> </div> <div class="modal-body" id="modal-body"> <div id="search-results" class="search-results"> <div id="primary-search-results" class="primary-search-results"></div> <div id="schema-search-results" class="schema-search-results"></div> </div> </div> </div> </div> </div> <script> window.plotly_doc_language = "matlab"; </script> <!-- ALGOLIA SEARCH --> <script> window.ALGOLIA_CONFIG = { 'applicationId': '7EK9KHJW8M', 'indexName': 'matlab_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-03-21-13-39"></script> <!-- code highlighting --> <!--<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/11.3.1/highlight.min.js"></script> <script src="/all_static/javascripts/highlight.line-numbers.js"></script>--> <script src="/all_static/javascripts/highlight/highlight.min.js"></script> <script src="/all_static/javascripts/highlight/julia.min.js"></script> <script src="/all_static/javascripts/highlight.line-numbers.js"></script> </body> </html>

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