Skip to content

Commit 0ef63ba

Browse files
committed
1 parent efc9774 commit 0ef63ba

1,350 files changed

Lines changed: 23785 additions & 14342 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2019/08/16/basic_density_mapbox.html

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4-
<!-- This page was last built at 2025-10-07 17:33 -->
4+
<!-- This page was last built at 2025-10-07 18:44 -->
55

66
<meta charset="utf-8" />
77

@@ -60,7 +60,7 @@
6060

6161
<!-- Main Stylesheets -->
6262
<link rel="stylesheet" type="text/css" href="/all_static/css/main.css?version=false" />
63-
<link rel="stylesheet" type="text/css" href="/all_static/css/improve.css?version=2025-10-07-17-33">
63+
<link rel="stylesheet" type="text/css" href="/all_static/css/improve.css?version=2025-10-07-18-44">
6464

6565
<!-- LOCAL DEV STYLESHEET -->
6666
<!--<link rel="stylesheet" type="text/css" href="http://api.plotly.dev/all_static/css/main.css">-->
@@ -146,7 +146,8 @@
146146
<li><a style="font-weight: bold;"
147147
href="https://community.plotly.com/c/">Forum</a>
148148
</li>
149-
<li><a style="font-weight: bold;" href="https://plotly.com/get-pricing/">Pricing</a></li>
149+
<li><a style="font-weight: bold;" href="https://plotly.com/pricing">Studio and Cloud Pricing</a></li>
150+
<li><a style="font-weight: bold;" href="https://plotly.com/get-pricing">Dash Enterprise Pricing</a></li>
150151
<li><a style="font-weight: bold;" href="https://dash.plotly.com">Dash</a></li>
151152
<!--<li><a style="font-weight: bold;" href="http://plotly.cloud">Dash Cloud</a></li>-->
152153

@@ -224,7 +225,8 @@
224225
<li><a style="font-weight: bold;"
225226
href="https://community.plotly.com/c/">Forum</a>
226227
</li>
227-
<li><a style="font-weight: bold;" href="https://plotly.com/get-pricing/">Pricing</a></li>
228+
<li><a style="font-weight: bold;" href="https://plotly.com/pricing">Studio and Cloud Pricing</a></li>
229+
<li><a style="font-weight: bold;" href="https://plotly.com/get-pricing">Dash Enterprise Pricing</a></li>
228230
<li><a style="font-weight: bold;" href="https://dash.plotly.com">Dash</a></li>
229231
<!--<li><a style="font-weight: bold;" href="http://plotly.cloud">Dash Cloud</a></li>-->
230232

@@ -7912,17 +7914,22 @@ <h6 style="color:#119dff" class="--footer-heading">JOIN OUR MAILING LIST</h6>&#x
79127914
<li class="--footer-column">
79137915
<h6 style="color:#e763fa" class="--footer-heading">Products</h6>&#x9;&#x9;&#x9;
79147916
<ul>
7915-
<li><a href="https://plotly.com/dash/" target="_self">Dash</a></li>
7917+
<li><a href="https://plotly.com/studio" target="_self">Plotly Studio</a></li>
79167918
&#x9;&#x9;&#x9;&#x9;
7919+
<li><a href="https://cloud.plotly.com" target="_self">Plotly Cloud</a></li>
79177920
&#x9;&#x9;&#x9;&#x9;
7918-
<li><a href="https://plotly.com/consulting-and-oem/" target="_self">Consulting and Training</a></li>
7921+
<li><a href="https://plotly.com/dash/" target="_self">Dash Enterprise</a></li>
7922+
&#x9;&#x9;&#x9;&#x9;
7923+
<li><a href="https://plotly.com/whats-new/" target="_self">New Releases →</a></li>
79197924
</ul>
79207925
</li>
79217926
&#x9;&#x9;
79227927
<li class="--footer-column">
79237928
<h6 style="color:#636efa" class="--footer-heading">Pricing</h6>&#x9;&#x9;&#x9;
79247929
<ul>
7925-
<li><a href="https://plotly.com/get-pricing/" target="_self">Enterprise Pricing</a></li>
7930+
<li><a href="https://plotly.com/pricing" target="_self">Studio and Cloud Pricing</a></li>
7931+
&#x9;&#x9;&#x9;&#x9;
7932+
<li><a href="https://plotly.com/get-pricing" target="_self">Dash Enterprise Pricing</a></li>
79267933
&#x9;&#x9;&#x9;&#x9;
79277934
</ul>
79287935
</li>
@@ -7934,7 +7941,7 @@ <h6 style="color:#00cc96" class="--footer-heading">About Us</h6>&#x9;&#x9;&#x9;
79347941
&#x9;&#x9;&#x9;&#x9;
79357942
<li><a href="https://plotly.com/resources/" target="_self">Resources</a></li>
79367943
&#x9;&#x9;&#x9;&#x9;
7937-
<li><a href="https://medium.com/@plotlygraphs" target="_self">Blog</a></li>
7944+
<li><a href="https://plotly.com/blog/" target="_self">Blog</a></li>
79387945
&#x9;&#x9;&#x9;&#x9;
79397946
</ul>
79407947
</li>
@@ -8016,7 +8023,7 @@ <h6 style="color:#EF553B" class="--footer-heading">Support</h6>&#x9;&#x9;&#x9;
80168023
<script src="/all_static//javascripts/hash_offset.js"></script>
80178024
<!-- Image Hover Script -->
80188025
<script src="/all_static/javascripts/imghover.js"></script>
8019-
<script src="/all_static/javascripts/improve.js?version=2025-10-07-17-33"></script>
8026+
<script src="/all_static/javascripts/improve.js?version=2025-10-07-18-44"></script>
80208027
<!-- code highlighting -->
80218028

80228029
<!--<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/11.3.1/highlight.min.js"></script>

2019/08/16/earthquack_density.html

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4-
<!-- This page was last built at 2025-10-07 17:33 -->
4+
<!-- This page was last built at 2025-10-07 18:44 -->
55

66
<meta charset="utf-8" />
77

@@ -60,7 +60,7 @@
6060

6161
<!-- Main Stylesheets -->
6262
<link rel="stylesheet" type="text/css" href="/all_static/css/main.css?version=false" />
63-
<link rel="stylesheet" type="text/css" href="/all_static/css/improve.css?version=2025-10-07-17-33">
63+
<link rel="stylesheet" type="text/css" href="/all_static/css/improve.css?version=2025-10-07-18-44">
6464

6565
<!-- LOCAL DEV STYLESHEET -->
6666
<!--<link rel="stylesheet" type="text/css" href="http://api.plotly.dev/all_static/css/main.css">-->
@@ -146,7 +146,8 @@
146146
<li><a style="font-weight: bold;"
147147
href="https://community.plotly.com/c/">Forum</a>
148148
</li>
149-
<li><a style="font-weight: bold;" href="https://plotly.com/get-pricing/">Pricing</a></li>
149+
<li><a style="font-weight: bold;" href="https://plotly.com/pricing">Studio and Cloud Pricing</a></li>
150+
<li><a style="font-weight: bold;" href="https://plotly.com/get-pricing">Dash Enterprise Pricing</a></li>
150151
<li><a style="font-weight: bold;" href="https://dash.plotly.com">Dash</a></li>
151152
<!--<li><a style="font-weight: bold;" href="http://plotly.cloud">Dash Cloud</a></li>-->
152153

@@ -224,7 +225,8 @@
224225
<li><a style="font-weight: bold;"
225226
href="https://community.plotly.com/c/">Forum</a>
226227
</li>
227-
<li><a style="font-weight: bold;" href="https://plotly.com/get-pricing/">Pricing</a></li>
228+
<li><a style="font-weight: bold;" href="https://plotly.com/pricing">Studio and Cloud Pricing</a></li>
229+
<li><a style="font-weight: bold;" href="https://plotly.com/get-pricing">Dash Enterprise Pricing</a></li>
228230
<li><a style="font-weight: bold;" href="https://dash.plotly.com">Dash</a></li>
229231
<!--<li><a style="font-weight: bold;" href="http://plotly.cloud">Dash Cloud</a></li>-->
230232

@@ -7923,17 +7925,22 @@ <h6 style="color:#119dff" class="--footer-heading">JOIN OUR MAILING LIST</h6>&#x
79237925
<li class="--footer-column">
79247926
<h6 style="color:#e763fa" class="--footer-heading">Products</h6>&#x9;&#x9;&#x9;
79257927
<ul>
7926-
<li><a href="https://plotly.com/dash/" target="_self">Dash</a></li>
7928+
<li><a href="https://plotly.com/studio" target="_self">Plotly Studio</a></li>
79277929
&#x9;&#x9;&#x9;&#x9;
7930+
<li><a href="https://cloud.plotly.com" target="_self">Plotly Cloud</a></li>
79287931
&#x9;&#x9;&#x9;&#x9;
7929-
<li><a href="https://plotly.com/consulting-and-oem/" target="_self">Consulting and Training</a></li>
7932+
<li><a href="https://plotly.com/dash/" target="_self">Dash Enterprise</a></li>
7933+
&#x9;&#x9;&#x9;&#x9;
7934+
<li><a href="https://plotly.com/whats-new/" target="_self">New Releases →</a></li>
79307935
</ul>
79317936
</li>
79327937
&#x9;&#x9;
79337938
<li class="--footer-column">
79347939
<h6 style="color:#636efa" class="--footer-heading">Pricing</h6>&#x9;&#x9;&#x9;
79357940
<ul>
7936-
<li><a href="https://plotly.com/get-pricing/" target="_self">Enterprise Pricing</a></li>
7941+
<li><a href="https://plotly.com/pricing" target="_self">Studio and Cloud Pricing</a></li>
7942+
&#x9;&#x9;&#x9;&#x9;
7943+
<li><a href="https://plotly.com/get-pricing" target="_self">Dash Enterprise Pricing</a></li>
79377944
&#x9;&#x9;&#x9;&#x9;
79387945
</ul>
79397946
</li>
@@ -7945,7 +7952,7 @@ <h6 style="color:#00cc96" class="--footer-heading">About Us</h6>&#x9;&#x9;&#x9;
79457952
&#x9;&#x9;&#x9;&#x9;
79467953
<li><a href="https://plotly.com/resources/" target="_self">Resources</a></li>
79477954
&#x9;&#x9;&#x9;&#x9;
7948-
<li><a href="https://medium.com/@plotlygraphs" target="_self">Blog</a></li>
7955+
<li><a href="https://plotly.com/blog/" target="_self">Blog</a></li>
79497956
&#x9;&#x9;&#x9;&#x9;
79507957
</ul>
79517958
</li>
@@ -8027,7 +8034,7 @@ <h6 style="color:#EF553B" class="--footer-heading">Support</h6>&#x9;&#x9;&#x9;
80278034
<script src="/all_static//javascripts/hash_offset.js"></script>
80288035
<!-- Image Hover Script -->
80298036
<script src="/all_static/javascripts/imghover.js"></script>
8030-
<script src="/all_static/javascripts/improve.js?version=2025-10-07-17-33"></script>
8037+
<script src="/all_static/javascripts/improve.js?version=2025-10-07-18-44"></script>
80318038
<!-- code highlighting -->
80328039

80338040
<!--<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/11.3.1/highlight.min.js"></script>

2019/08/16/light-tile-mapbox.html

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4-
<!-- This page was last built at 2025-10-07 17:33 -->
4+
<!-- This page was last built at 2025-10-07 18:44 -->
55

66
<meta charset="utf-8" />
77

@@ -60,7 +60,7 @@
6060

6161
<!-- Main Stylesheets -->
6262
<link rel="stylesheet" type="text/css" href="/all_static/css/main.css?version=false" />
63-
<link rel="stylesheet" type="text/css" href="/all_static/css/improve.css?version=2025-10-07-17-33">
63+
<link rel="stylesheet" type="text/css" href="/all_static/css/improve.css?version=2025-10-07-18-44">
6464

6565
<!-- LOCAL DEV STYLESHEET -->
6666
<!--<link rel="stylesheet" type="text/css" href="http://api.plotly.dev/all_static/css/main.css">-->
@@ -146,7 +146,8 @@
146146
<li><a style="font-weight: bold;"
147147
href="https://community.plotly.com/c/">Forum</a>
148148
</li>
149-
<li><a style="font-weight: bold;" href="https://plotly.com/get-pricing/">Pricing</a></li>
149+
<li><a style="font-weight: bold;" href="https://plotly.com/pricing">Studio and Cloud Pricing</a></li>
150+
<li><a style="font-weight: bold;" href="https://plotly.com/get-pricing">Dash Enterprise Pricing</a></li>
150151
<li><a style="font-weight: bold;" href="https://dash.plotly.com">Dash</a></li>
151152
<!--<li><a style="font-weight: bold;" href="http://plotly.cloud">Dash Cloud</a></li>-->
152153

@@ -224,7 +225,8 @@
224225
<li><a style="font-weight: bold;"
225226
href="https://community.plotly.com/c/">Forum</a>
226227
</li>
227-
<li><a style="font-weight: bold;" href="https://plotly.com/get-pricing/">Pricing</a></li>
228+
<li><a style="font-weight: bold;" href="https://plotly.com/pricing">Studio and Cloud Pricing</a></li>
229+
<li><a style="font-weight: bold;" href="https://plotly.com/get-pricing">Dash Enterprise Pricing</a></li>
228230
<li><a style="font-weight: bold;" href="https://dash.plotly.com">Dash</a></li>
229231
<!--<li><a style="font-weight: bold;" href="http://plotly.cloud">Dash Cloud</a></li>-->
230232

@@ -7919,17 +7921,22 @@ <h6 style="color:#119dff" class="--footer-heading">JOIN OUR MAILING LIST</h6>&#x
79197921
<li class="--footer-column">
79207922
<h6 style="color:#e763fa" class="--footer-heading">Products</h6>&#x9;&#x9;&#x9;
79217923
<ul>
7922-
<li><a href="https://plotly.com/dash/" target="_self">Dash</a></li>
7924+
<li><a href="https://plotly.com/studio" target="_self">Plotly Studio</a></li>
79237925
&#x9;&#x9;&#x9;&#x9;
7926+
<li><a href="https://cloud.plotly.com" target="_self">Plotly Cloud</a></li>
79247927
&#x9;&#x9;&#x9;&#x9;
7925-
<li><a href="https://plotly.com/consulting-and-oem/" target="_self">Consulting and Training</a></li>
7928+
<li><a href="https://plotly.com/dash/" target="_self">Dash Enterprise</a></li>
7929+
&#x9;&#x9;&#x9;&#x9;
7930+
<li><a href="https://plotly.com/whats-new/" target="_self">New Releases →</a></li>
79267931
</ul>
79277932
</li>
79287933
&#x9;&#x9;
79297934
<li class="--footer-column">
79307935
<h6 style="color:#636efa" class="--footer-heading">Pricing</h6>&#x9;&#x9;&#x9;
79317936
<ul>
7932-
<li><a href="https://plotly.com/get-pricing/" target="_self">Enterprise Pricing</a></li>
7937+
<li><a href="https://plotly.com/pricing" target="_self">Studio and Cloud Pricing</a></li>
7938+
&#x9;&#x9;&#x9;&#x9;
7939+
<li><a href="https://plotly.com/get-pricing" target="_self">Dash Enterprise Pricing</a></li>
79337940
&#x9;&#x9;&#x9;&#x9;
79347941
</ul>
79357942
</li>
@@ -7941,7 +7948,7 @@ <h6 style="color:#00cc96" class="--footer-heading">About Us</h6>&#x9;&#x9;&#x9;
79417948
&#x9;&#x9;&#x9;&#x9;
79427949
<li><a href="https://plotly.com/resources/" target="_self">Resources</a></li>
79437950
&#x9;&#x9;&#x9;&#x9;
7944-
<li><a href="https://medium.com/@plotlygraphs" target="_self">Blog</a></li>
7951+
<li><a href="https://plotly.com/blog/" target="_self">Blog</a></li>
79457952
&#x9;&#x9;&#x9;&#x9;
79467953
</ul>
79477954
</li>
@@ -8023,7 +8030,7 @@ <h6 style="color:#EF553B" class="--footer-heading">Support</h6>&#x9;&#x9;&#x9;
80238030
<script src="/all_static//javascripts/hash_offset.js"></script>
80248031
<!-- Image Hover Script -->
80258032
<script src="/all_static/javascripts/imghover.js"></script>
8026-
<script src="/all_static/javascripts/improve.js?version=2025-10-07-17-33"></script>
8033+
<script src="/all_static/javascripts/improve.js?version=2025-10-07-18-44"></script>
80278034
<!-- code highlighting -->
80288035

80298036
<!--<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/11.3.1/highlight.min.js"></script>

2019/08/16/multi_density-mapbox.html

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4-
<!-- This page was last built at 2025-10-07 17:33 -->
4+
<!-- This page was last built at 2025-10-07 18:44 -->
55

66
<meta charset="utf-8" />
77

@@ -60,7 +60,7 @@
6060

6161
<!-- Main Stylesheets -->
6262
<link rel="stylesheet" type="text/css" href="/all_static/css/main.css?version=false" />
63-
<link rel="stylesheet" type="text/css" href="/all_static/css/improve.css?version=2025-10-07-17-33">
63+
<link rel="stylesheet" type="text/css" href="/all_static/css/improve.css?version=2025-10-07-18-44">
6464

6565
<!-- LOCAL DEV STYLESHEET -->
6666
<!--<link rel="stylesheet" type="text/css" href="http://api.plotly.dev/all_static/css/main.css">-->
@@ -146,7 +146,8 @@
146146
<li><a style="font-weight: bold;"
147147
href="https://community.plotly.com/c/">Forum</a>
148148
</li>
149-
<li><a style="font-weight: bold;" href="https://plotly.com/get-pricing/">Pricing</a></li>
149+
<li><a style="font-weight: bold;" href="https://plotly.com/pricing">Studio and Cloud Pricing</a></li>
150+
<li><a style="font-weight: bold;" href="https://plotly.com/get-pricing">Dash Enterprise Pricing</a></li>
150151
<li><a style="font-weight: bold;" href="https://dash.plotly.com">Dash</a></li>
151152
<!--<li><a style="font-weight: bold;" href="http://plotly.cloud">Dash Cloud</a></li>-->
152153

@@ -224,7 +225,8 @@
224225
<li><a style="font-weight: bold;"
225226
href="https://community.plotly.com/c/">Forum</a>
226227
</li>
227-
<li><a style="font-weight: bold;" href="https://plotly.com/get-pricing/">Pricing</a></li>
228+
<li><a style="font-weight: bold;" href="https://plotly.com/pricing">Studio and Cloud Pricing</a></li>
229+
<li><a style="font-weight: bold;" href="https://plotly.com/get-pricing">Dash Enterprise Pricing</a></li>
228230
<li><a style="font-weight: bold;" href="https://dash.plotly.com">Dash</a></li>
229231
<!--<li><a style="font-weight: bold;" href="http://plotly.cloud">Dash Cloud</a></li>-->
230232

@@ -7917,17 +7919,22 @@ <h6 style="color:#119dff" class="--footer-heading">JOIN OUR MAILING LIST</h6>&#x
79177919
<li class="--footer-column">
79187920
<h6 style="color:#e763fa" class="--footer-heading">Products</h6>&#x9;&#x9;&#x9;
79197921
<ul>
7920-
<li><a href="https://plotly.com/dash/" target="_self">Dash</a></li>
7922+
<li><a href="https://plotly.com/studio" target="_self">Plotly Studio</a></li>
79217923
&#x9;&#x9;&#x9;&#x9;
7924+
<li><a href="https://cloud.plotly.com" target="_self">Plotly Cloud</a></li>
79227925
&#x9;&#x9;&#x9;&#x9;
7923-
<li><a href="https://plotly.com/consulting-and-oem/" target="_self">Consulting and Training</a></li>
7926+
<li><a href="https://plotly.com/dash/" target="_self">Dash Enterprise</a></li>
7927+
&#x9;&#x9;&#x9;&#x9;
7928+
<li><a href="https://plotly.com/whats-new/" target="_self">New Releases →</a></li>
79247929
</ul>
79257930
</li>
79267931
&#x9;&#x9;
79277932
<li class="--footer-column">
79287933
<h6 style="color:#636efa" class="--footer-heading">Pricing</h6>&#x9;&#x9;&#x9;
79297934
<ul>
7930-
<li><a href="https://plotly.com/get-pricing/" target="_self">Enterprise Pricing</a></li>
7935+
<li><a href="https://plotly.com/pricing" target="_self">Studio and Cloud Pricing</a></li>
7936+
&#x9;&#x9;&#x9;&#x9;
7937+
<li><a href="https://plotly.com/get-pricing" target="_self">Dash Enterprise Pricing</a></li>
79317938
&#x9;&#x9;&#x9;&#x9;
79327939
</ul>
79337940
</li>
@@ -7939,7 +7946,7 @@ <h6 style="color:#00cc96" class="--footer-heading">About Us</h6>&#x9;&#x9;&#x9;
79397946
&#x9;&#x9;&#x9;&#x9;
79407947
<li><a href="https://plotly.com/resources/" target="_self">Resources</a></li>
79417948
&#x9;&#x9;&#x9;&#x9;
7942-
<li><a href="https://medium.com/@plotlygraphs" target="_self">Blog</a></li>
7949+
<li><a href="https://plotly.com/blog/" target="_self">Blog</a></li>
79437950
&#x9;&#x9;&#x9;&#x9;
79447951
</ul>
79457952
</li>
@@ -8021,7 +8028,7 @@ <h6 style="color:#EF553B" class="--footer-heading">Support</h6>&#x9;&#x9;&#x9;
80218028
<script src="/all_static//javascripts/hash_offset.js"></script>
80228029
<!-- Image Hover Script -->
80238030
<script src="/all_static/javascripts/imghover.js"></script>
8024-
<script src="/all_static/javascripts/improve.js?version=2025-10-07-17-33"></script>
8031+
<script src="/all_static/javascripts/improve.js?version=2025-10-07-18-44"></script>
80258032
<!-- code highlighting -->
80268033

80278034
<!--<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/11.3.1/highlight.min.js"></script>

0 commit comments

Comments
 (0)