CINXE.COM

Mixed subplots in JavaScript

<!DOCTYPE html> <html> <head> <!-- This page was last built at 2025-03-21 13:37 --> <meta charset="utf-8" /> <link rel="canonical" href="https://plotly.com/javascript/mixed-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> <script src="//cdnjs.cloudflare.com/ajax/libs/d3/3.5.17/d3.min.js"></script> <!-- Plotly.js --> <script src="https://cdn.plot.ly/plotly-3.0.1.min.js"></script> <!-- //// Stylesheets --> <!-- Fonts --> <link href="//fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic|Ubuntu+Mono:400,700|Asap" rel="stylesheet" type="text/css" /> <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" /> <!-- Main Stylesheets --> <link rel="stylesheet" type="text/css" href="/all_static/css/main.css?version=false" /> <link rel="stylesheet" type="text/css" href="/all_static/css/improve.css?version=2025-03-21-13-37"> <!-- 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> Mixed subplots in JavaScript </title> <meta name="description" content="Detailed examples of Mixed Subplots including changing color, size, log axes, and more in JavaScript."> <!-- Bing tags --> <meta name="msvalidate.01" content="D319859A832F9F1D15A7646E2A42150A" /> <!-- Facebook tags --> <meta property="og:title" content= Mixed subplots in JavaScript /> <meta property="og:type" content="website"/> <meta property="og:image" content="https://images.plot.ly/plotly-documentation/thumbnail/mixed_subplot.JPG"> <meta property="og:description" content="Detailed examples of Mixed Subplots including changing color, size, log axes, and more in JavaScript."/> <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= Mixed subplots in JavaScript /> <meta name="twitter:url" content="https://plotly.com/javascript/mixed-subplots/"/> <meta name="twitter:description" content="Detailed examples of Mixed Subplots including changing color, size, log axes, and more in JavaScript."/> <meta name="twitter:image" content="https://images.plot.ly/plotly-documentation/thumbnail/mixed_subplot.JPG"> <meta name="twitter:site" content="@plotlygraphs"/> </head> <body data-spy="scroll" data-target=".watch" style="position:relative;" class="darkmode"> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-N6T2RXG" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) --> <!--[if lt IE 10]> <p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p> <![endif]--> <div class="menu-mobile"> <div class="switch-mode"> <div class="icon-dark"></div> <div class="switch"></div> <div class="icon-light"></div> </div> <div class="close-menu"></div> <ul> <li><a style="font-weight: bold;" href="https://community.plotly.com/c/plotly-js/6">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="plotly_js"> <div class="icon"></div> Javascript (v3.0.1) </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-js/6">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.js&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--> <aside class="--sidebar-container"> <div class="--sidebar-fixed reference" data-spy="affix" id="where"> <div class="brand"> <a href="/graphing-libraries/"><img src="/all_static/images/graphing_library.svg" style="height: 30px;"></a> </div> <button id="modal-button" type="button" data-toggle="modal" data-target="#myModal"> <input id="modal-input" style="border-radius: 5px; width: 100%;" type="text" placeholder=" Search..." readonly /> </button> <details style="color: white;margin-top: 20px;" > <summary>Quick Reference</summary> <nav class="--sidebar-body watch" id="where"> <ul class="--sidebar-list" style="margin-left: 15px;"> <!-- Getting Started --> <li class="--sidebar-item"> <a href="/javascript/getting-started" class="js-splash--navigation-item">Getting Started</a> </li> <li class="--sidebar-item"> <a href="/javascript/is-plotly-free" class="js-splash--navigation-item">Is Plotly Free?</a> </li> <!-- Reference Pages --> <li class="--sidebar-item"> <a href="/javascript/reference/index/" class="js-splash--navigation-item">Figure Reference</a> </li> <!-- Python Specific --> <!-- JS Specific --> <li class="--sidebar-item"> <a href="/javascript/plotlyjs-function-reference/" class="js-splash--navigation-item">Function Reference</a> </li> <li class="--sidebar-item"> <a href="/javascript/plotlyjs-events" class="js-splash--navigation-item">Event Reference</a> </li> <li class="--sidebar-item"> <a href="/javascript/configuration-options/" class="js-splash--navigation-item">Configuration Options</a> </li> <!-- R Specific --> <!-- Python/v3 Index Page Specific --> <!-- User Guides --> <!-- Github Links --> <li class="--sidebar-item"> <a target="_blank" href="https://github.com/plotly/plotly.js/" 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="/javascript"> JavaScript </a> &gt; <a href="/javascript/subplot-charts">Subplots</a> &gt; <span>Mixed Subplots</span> </div> </div> <div class="nav-breadcrumb-right"> <div class="--fork"> <a id="forklink" href="https://github.com/plotly/graphing-library-docs/tree/master/_posts/plotly_js/subplot/mixed-subplots/"> <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> Mixed Subplots in JavaScript </h1> <p>How to make Mixed Subplots in javascript. </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/mixed-subplots/" class="list-lib-item julia"> <div class="item-icon"> </div> <p class="item-language"> Julia </p> </a> <a href=" /matlab/mixed-subplots/" class="list-lib-item matlab"> <div class="item-icon"> </div> <p class="item-language"> MATLAB® </p> </a> <a href=" /python/mixed-subplots/" class="list-lib-item python"> <div class="item-icon"> </div> <p class="item-language"> Python </p> </a> <a href=" /" class="list-lib-item plotly_js"> <div class="item-icon"> </div> <p class="item-language"> plotly_js </p> </a> </div> </div> </div> --> <details> <summary><span style="cursor: pointer; color: #506784 !important">New to Plotly?</span></summary> <p>Plotly is a <a href="/javascript/is-plotly-free/">free and open-source</a> graphing library for JavaScript. We recommend you read our <a href="/javascript/getting-started/">Getting Started guide</a> for the latest installation or upgrade instructions, then move on to our <a href="/javascript/plotly-fundamentals/">Plotly Fundamentals tutorials</a> or dive straight in to some <a href="/javascript/basic-charts/">Basic Charts tutorials</a>.</p> </details> </div> </div> </div> </header> <!-- Start Plotly Basics Section --> <section class="tutorial-content"> <div class="section"> <div class="row auto-eg-padding"> <div class=" row twelve columns"> <h3 id="mixed-subplots"> <a class="no_underline plot-blue" href="#mixed-subplots">Mixed Subplots</a> </h3> </div> <div class="row"> <div class="twelve columns"> <div class="z-depth-1"> <pre><code class="plotly_js">d3.csv('https://raw.githubusercontent.com/plotly/datasets/master/volcano_db.csv', function(err, rows){ function unpack(rows, key) { return rows.map(function(row) { return row[key]; }); } var trace1 = { x: unpack(rows, 'Status'), y: unpack(rows, 'Type'), z: unpack(rows, 'Elev'), marker: { size: 2, color: unpack(rows, 'Elev'), colorscale: 'Reds', line: {color: 'transparent'} }, mode: 'markers', type: 'scatter3d', text: unpack(rows, 'Country'), hoverinfo: 'x+y+z+text', showlegend: false }; var x = unpack(rows, 'Elev'); var trace2 = { x: unpack(rows, 'Elev'), type: 'histogram', hoverinfo: 'x+y', showlegend: false, xaxis: 'x2', yaxis: 'y2', marker: { color: 'red' }}; var trace3 = { geo: 'geo3', type:'scattergeo', locationmode: 'world', lon: unpack(rows, 'Longitude'), lat: unpack(rows, 'Latitude'), hoverinfo: 'text', text: unpack(rows, 'Elev'), mode: 'markers', showlegend: false, marker: { size: 4, color: unpack(rows, 'Elev'), colorscale: 'Reds', opacity: 0.8, symbol: 'circle', line: { width: 1 } } }; var data = [trace1, trace2, trace3]; var layout = { paper_bgcolor: 'black', plot_bgcolor: 'black', title: {text: 'Volcano Database: Elevation'}, font: {color: 'white'}, colorbar: true, annotations: [{ x: 0, y: 0, xref: 'paper', yref: 'paper', text: 'Source: NOAA', showarrow: false }], geo3: { domain: { x: [0, 0.45], y: [0.02, 0.98] }, scope: 'world', projection: { type: 'orthographic' }, showland: true, showocean: true, showlakes: true, landcolor: 'rgb(250,250,250)', lakecolor: 'rgb(127,205,255)', oceancolor: 'rgb(6,66,115)', subunitcolor: 'rgb(217,217,217)', countrycolor: 'rgb(217,217,217)', countrywidth: 0.5, subunitwidth: 0.5, bgcolor: 'black' }, scene: {domain: { x: [0.55, 1], y: [0, 0.6] }, xaxis: { title: { text: 'Status' }, showticklabels: false, showgrid: true, gridcolor: 'white' }, yaxis: { title: { text: 'Type' }, showticklabels: false, showgrid: true, gridcolor: 'white' }, zaxis: { title: { text: 'Elev' }, showgrid: true, gridcolor: 'white' } }, yaxis2: { anchor: 'x2', domain: [0.7, 1], showgrid: false }, xaxis2: { tickangle: 45, anchor: 'y2', ticksuffix: 'm', domain: [0.6, 1]}, }; Plotly.newPlot(&quot;myDiv&quot;, data, layout, {showLink: false}); }); </code></pre> </div> </div> <div class="twelve columns"> <form style="margin-bottom: 35px; font-weight: 'Open Sans', sans-serif;" action="https://codepen.io/pen/define" method="POST" target="_blank"> <input type="hidden" name="data" value="{&quot;title&quot;:&quot;Plotly.js Mixed Subplots&quot;,&quot;html&quot;:&quot;&lt;head&gt;\n\t&lt;!-- Load plotly.js into the DOM --&gt;\n\t&lt;script src='https://cdn.plot.ly/plotly-3.0.1.min.js'>&lt;/script&gt;\n\t&lt;script src='https://cdnjs.cloudflare.com/ajax/libs/d3/3.5.17/d3.min.js'>&lt;/script&gt;\n&lt;/head>\n\n&lt;body&gt;\n\t&lt;div id='myDiv'&gt;&lt;!-- Plotly chart will be drawn inside this DIV --&gt;&lt;/div&gt;\n&lt;/body&gt;&quot;,&quot;js&quot;:&quot;d3.csv(&#39;https://raw.githubusercontent.com/plotly/datasets/master/volcano_db.csv&#39;, function(err, rows){\n function unpack(rows, key) {\n return rows.map(function(row) { return row[key]; });\n }\n\nvar trace1 = {\n x: unpack(rows, &#39;Status&#39;),\n y: unpack(rows, &#39;Type&#39;),\n z: unpack(rows, &#39;Elev&#39;),\n marker: {\n size: 2,\n color: unpack(rows, &#39;Elev&#39;),\n colorscale: &#39;Reds&#39;,\n line: {color: &#39;transparent&#39;}\n },\n mode: &#39;markers&#39;,\n type: &#39;scatter3d&#39;,\n text: unpack(rows, &#39;Country&#39;),\n hoverinfo: &#39;x+y+z+text&#39;,\n showlegend: false\n};\n\nvar x = unpack(rows, &#39;Elev&#39;);\n\nvar trace2 = {\n x: unpack(rows, &#39;Elev&#39;),\n type: &#39;histogram&#39;,\n hoverinfo: &#39;x+y&#39;,\n showlegend: false,\n xaxis: &#39;x2&#39;,\n yaxis: &#39;y2&#39;,\n\t marker: {\n\t\t color: &#39;red&#39;\n\t}};\n\nvar trace3 = {\n geo: &#39;geo3&#39;,\n type:&#39;scattergeo&#39;,\n locationmode: &#39;world&#39;,\n lon: unpack(rows, &#39;Longitude&#39;),\n lat: unpack(rows, &#39;Latitude&#39;),\n hoverinfo: &#39;text&#39;,\n text: unpack(rows, &#39;Elev&#39;),\n mode: &#39;markers&#39;,\n showlegend: false,\n marker: {\n size: 4,\n color: unpack(rows, &#39;Elev&#39;),\n colorscale: &#39;Reds&#39;,\n opacity: 0.8,\n symbol: &#39;circle&#39;,\n line: {\n width: 1\n }\n }\n};\n\nvar data = [trace1, trace2, trace3];\n\nvar layout = {\n paper_bgcolor: &#39;black&#39;,\n plot_bgcolor: &#39;black&#39;,\n title: {text: &#39;Volcano Database: Elevation&#39;},\n font: {color: &#39;white&#39;},\n colorbar: true,\n annotations: [{\n x: 0,\n y: 0,\n xref: &#39;paper&#39;,\n yref: &#39;paper&#39;,\n text: &#39;Source: NOAA&#39;,\n showarrow: false\n }],\n geo3: {\n domain: {\n x: [0, 0.45],\n y: [0.02, 0.98]\n\t\t },\n scope: &#39;world&#39;,\n projection: {\n type: &#39;orthographic&#39;\n },\n showland: true,\n showocean: true,\n showlakes: true,\n landcolor: &#39;rgb(250,250,250)&#39;,\n lakecolor: &#39;rgb(127,205,255)&#39;,\n oceancolor: &#39;rgb(6,66,115)&#39;,\n subunitcolor: &#39;rgb(217,217,217)&#39;,\n countrycolor: &#39;rgb(217,217,217)&#39;,\n countrywidth: 0.5,\n subunitwidth: 0.5,\n bgcolor: &#39;black&#39;\n },\n\tscene: {domain: {\n x: [0.55, 1],\n y: [0, 0.6]\n },\n xaxis: {\n title: {\n text: &#39;Status&#39;\n },\n showticklabels: false,\n showgrid: true,\n gridcolor: &#39;white&#39;\n },\n yaxis: {\n title: {\n text: &#39;Type&#39;\n },\n showticklabels: false,\n showgrid: true,\n gridcolor: &#39;white&#39;\n },\n zaxis: {\n title: {\n text: &#39;Elev&#39;\n },\n showgrid: true,\n gridcolor: &#39;white&#39;\n }\n\t\t\t },\n\tyaxis2: {\n\t\tanchor: &#39;x2&#39;,\n domain: [0.7, 1],\n showgrid: false\n\t},\n\txaxis2: {\n tickangle: 45,\n anchor: &#39;y2&#39;,\n\t ticksuffix: &#39;m&#39;,\n domain: [0.6, 1]},\n};\n\nPlotly.newPlot(\&quot;myDiv\&quot;, data, layout, {showLink: false});\n\n});\n&quot;}"> <input style=" float: right; border-radius: 4px;" class="codepen-submit" type="submit" value="Try It On CodePen!"> </form> <div style="max-width: 100%; margin: auto" id="myDiv_1"></div> <script> d3.csv('https://raw.githubusercontent.com/plotly/datasets/master/volcano_db.csv', function(err, rows){ function unpack(rows, key) { return rows.map(function(row) { return row[key]; }); } var trace1 = { x: unpack(rows, 'Status'), y: unpack(rows, 'Type'), z: unpack(rows, 'Elev'), marker: { size: 2, color: unpack(rows, 'Elev'), colorscale: 'Reds', line: {color: 'transparent'} }, mode: 'markers', type: 'scatter3d', text: unpack(rows, 'Country'), hoverinfo: 'x+y+z+text', showlegend: false }; var x = unpack(rows, 'Elev'); var trace2 = { x: unpack(rows, 'Elev'), type: 'histogram', hoverinfo: 'x+y', showlegend: false, xaxis: 'x2', yaxis: 'y2', marker: { color: 'red' }}; var trace3 = { geo: 'geo3', type:'scattergeo', locationmode: 'world', lon: unpack(rows, 'Longitude'), lat: unpack(rows, 'Latitude'), hoverinfo: 'text', text: unpack(rows, 'Elev'), mode: 'markers', showlegend: false, marker: { size: 4, color: unpack(rows, 'Elev'), colorscale: 'Reds', opacity: 0.8, symbol: 'circle', line: { width: 1 } } }; var data = [trace1, trace2, trace3]; var layout = { paper_bgcolor: 'black', plot_bgcolor: 'black', title: {text: 'Volcano Database: Elevation'}, font: {color: 'white'}, colorbar: true, annotations: [{ x: 0, y: 0, xref: 'paper', yref: 'paper', text: 'Source: NOAA', showarrow: false }], geo3: { domain: { x: [0, 0.45], y: [0.02, 0.98] }, scope: 'world', projection: { type: 'orthographic' }, showland: true, showocean: true, showlakes: true, landcolor: 'rgb(250,250,250)', lakecolor: 'rgb(127,205,255)', oceancolor: 'rgb(6,66,115)', subunitcolor: 'rgb(217,217,217)', countrycolor: 'rgb(217,217,217)', countrywidth: 0.5, subunitwidth: 0.5, bgcolor: 'black' }, scene: {domain: { x: [0.55, 1], y: [0, 0.6] }, xaxis: { title: { text: 'Status' }, showticklabels: false, showgrid: true, gridcolor: 'white' }, yaxis: { title: { text: 'Type' }, showticklabels: false, showgrid: true, gridcolor: 'white' }, zaxis: { title: { text: 'Elev' }, showgrid: true, gridcolor: 'white' } }, yaxis2: { anchor: 'x2', domain: [0.7, 1], showgrid: false }, xaxis2: { tickangle: 45, anchor: 'y2', ticksuffix: 'm', domain: [0.6, 1]}, }; Plotly.newPlot("myDiv_1", data, layout, {showLink: false}); }); </script> </div> </div> </div> </section> <a href="https://dash.plotly.com/tutorial?utm_medium=graphing_libraries&utm_content=javascript_footer"><img width="100%" style="margin-top: 20px;" src="/all_static/images/dash_2023.png" /></a> <!--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 = "plotly_js"; </script> <!-- ALGOLIA SEARCH --> <script> window.ALGOLIA_CONFIG = { 'applicationId': '7EK9KHJW8M', 'indexName': 'js_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-37"></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