-
-
Notifications
You must be signed in to change notification settings - Fork 536
Expand file tree
/
Copy path404.html
More file actions
336 lines (278 loc) · 15.1 KB
/
404.html
File metadata and controls
336 lines (278 loc) · 15.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
<!DOCTYPE html>
<html>
<head>
<!-- This page was last built at 2026-04-02 18:32 -->
<meta charset="utf-8" />
<link rel="canonical" href="https://plotly.com/404.html" />
<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>
<!--
//// 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=6a0d63a7ef" />
<link rel="stylesheet" type="text/css" href="/all_static/css/improve.css?version=2026-04-02-18-32">
<!-- 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>
404.html in Page not found
</title>
<meta name="description" content=>
<!-- Bing tags -->
<meta name="msvalidate.01" content="D319859A832F9F1D15A7646E2A42150A" />
<!-- Facebook tags -->
<meta property="og:title" content=
404.html in Page not found
/>
<meta property="og:type" content="website"/>
<meta property="og:image" content="https://help.plot.ly/images/twitter-default.png">
<meta property="og:description" content=/>
<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=
404.html in Page not found
/>
<meta name="twitter:url" content=""/>
<meta name="twitter:description" content=/>
<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;">
<!-- 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 class="download-studio-btn" style="display: inline-block; font-weight: bold; background: #7A76FF; color: white !important; padding: 8px 16px; border-radius: 8px; text-decoration: none; transition: background 0.3s ease;" href="https://plotly.com/studio?utm_source=graphing_libraries&utm_medium=documentation&utm_campaign=studio_cloud_community&utm_content=header">Download Studio</a></li>
<li><a style="font-weight: bold;" href="https://plotly.com/pricing?utm_source=graphing_libraries&utm_medium=documentation&utm_content=header">Studio and Cloud Pricing</a></li>
<li><a style="font-weight: bold;" href="https://plotly.com/get-pricing?utm_source=graphing_libraries&utm_medium=documentation&utm_content=header">Dash Enterprise Pricing</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="Page Not Found">
Languages
</a>
<ul>
<li>
<a href="https://plotly.com/python/" class="python">
<div class="icon"></div>Python (v6.6.0)
</a>
</li>
<li>
<a href="https://plotly.com/r/" class="r">
<div class="icon"></div>R
</a>
</li>
<li>
<a href="https://plotly.com/julia/" class="julia">
<div class="icon"></div>Julia
</a>
</li>
<li>
<a href="https://plotly.com/javascript/" class="plotly_js">
<div class="icon"></div>Javascript (v3.4.0)
</a>
</li>
<li>
<a href="https://plotly.com/ggplot2/" class="ggplot2">
<div class="icon"></div>ggplot2
</a>
</li>
<li>
<a href="https://plotly.com/matlab/" class="matlab">
<div class="icon"></div>MATLAB
</a>
</li>
<li>
<a href="https://plotly.com/fsharp/" class="fsharp">
<div class="icon"></div>F#
</a>
</li>
</ul>
</li>
<li><a class="download-studio-btn" style="display: inline-block; font-weight: bold; background: #7A76FF; color: white !important; padding: 8px 16px; border-radius: 8px; text-decoration: none; transition: background 0.3s ease;" href="https://plotly.com/studio?utm_source=graphing_libraries&utm_medium=documentation&utm_campaign=studio_cloud_community&utm_content=header">Download Studio</a></li>
<li><a style="font-weight: bold;" href="https://plotly.com/pricing?utm_source=graphing_libraries&utm_medium=documentation&utm_content=header">Studio and Cloud Pricing</a></li>
<li><a style="font-weight: bold;" href="https://plotly.com/get-pricing?utm_source=graphing_libraries&utm_medium=documentation&utm_content=header">Dash Enterprise Pricing</a></li>
<!--<li><a style="font-weight: bold;" href="http://plotly.cloud">Dash Cloud</a></li>-->
</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 not-found">
<div class="--wrap">
<!-- aside - Main Sidebar-->
<!-- Main-->
<section class="--page-body --full-width">
<section class="content">
<div class="page404-txt">
<h3>404 - Page not found!</h3>
<a href="https://plotly.com/graphing-libraries/">Back to Graphing Libraries documentation home</a>
</div>
</section>
</section>
</div>
</main>
<footer class="--footer-main">
<section class="--footer-top">
<div class="--wrap">
<ul class="--footer-body">
<li class="--footer-column">
<h6 style="color:#119dff" class="--footer-heading">JOIN OUR MAILING LIST</h6>			
<ul>
				
<li>
<p class="subscribe-text"> Sign up to stay in the loop with all things Plotly — from Dash Club to product
updates, webinars, and more!</p>
<a href="https://plotly.com/newsletter/?utm_source=graphing_libraries&utm_medium=documentation&utm_content=footer" class="subscribe-button" target="_blank">
Subscribe
</a>
</li>
</ul>
</li>
		
<li class="--footer-column">
<h6 style="color:#e763fa" class="--footer-heading">Products</h6>			
<ul>
<li><a href="https://plotly.com/studio?utm_source=graphing_libraries&utm_medium=documentation&utm_campaign=studio_cloud_community&utm_content=footer" target="_self">Plotly Studio</a></li>
				
<li><a href="https://plotly.com/cloud?utm_source=graphing_libraries&utm_medium=documentation&utm_campaign=studio_cloud_community&utm_content=footer" target="_self">Plotly Cloud</a></li>
				
<li><a href="https://plotly.com/dash/?utm_source=graphing_libraries&utm_medium=documentation&utm_content=footer" target="_self">Dash Enterprise</a></li>
				
<li><a href="https://plotly.com/whats-new/?utm_source=graphing_libraries&utm_medium=documentation&utm_content=footer" target="_self">New Releases →</a></li>
</ul>
</li>
		
<li class="--footer-column">
<h6 style="color:#636efa" class="--footer-heading">Pricing</h6>			
<ul>
<li><a href="https://plotly.com/pricing?utm_source=graphing_libraries&utm_medium=documentation&utm_content=footer" target="_self">Studio and Cloud Pricing</a></li>
				
<li><a href="https://plotly.com/get-pricing?utm_source=graphing_libraries&utm_medium=documentation&utm_content=footer" target="_self">Dash Enterprise Pricing</a></li>
				
</ul>
</li>
		
<li class="--footer-column">
<h6 style="color:#00cc96" class="--footer-heading">About Us</h6>			
<ul>
<li><a href="https://plotly.com/careers?utm_source=graphing_libraries&utm_medium=documentation&utm_content=footer" target="_self">Careers</a></li>
				
<li><a href="https://plotly.com/resources/?utm_source=graphing_libraries&utm_medium=documentation&utm_content=footer" target="_self">Resources</a></li>
				
<li><a href="https://plotly.com/blog/?utm_source=graphing_libraries&utm_medium=documentation&utm_content=footer" target="_self">Blog</a></li>
				
</ul>
</li>
		
<li class="--footer-column">
<h6 style="color:#EF553B" class="--footer-heading">Support</h6>			
<ul>
<li><a href="https://community.plot.ly/" target="_self">Community Support</a></li>
				
<li><a href="https://plotly.com/graphing-libraries" target="_self">Documentation</a></li>
				
</ul>
</li>
</ul>
</div>
</section>
<section class="--footer-meta">
<div class="--wrap">
<div class="left">
<article class="--copyright">Copyright © 2026 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>
</section>
</footer>
<!-- 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=2026-04-02-18-32"></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>