Skip to content

Commit 802b13b

Browse files
committed
1 parent 69dfc28 commit 802b13b

File tree

1,359 files changed

+8666
-6248
lines changed

Some content is hidden

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

1,359 files changed

+8666
-6248
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
var data = [{
2+
type: 'choropleth',
3+
locations: ['United States', 'Canada', 'United Kingdom'],
4+
locationmode: 'country names',
5+
z: [1, 1, 1],
6+
colorscale: [[0, '#636efa'], [1, '#636efa']],
7+
showscale: false
8+
}];
9+
10+
var layout = {
11+
title: 'Choropleth with Country Names'
12+
};
13+
14+
Plotly.newPlot('myDiv', data, layout);

2019/07/03/country-names-warning.html

Whitespace-only changes.

2019/07/03/intro.html

Whitespace-only changes.

2019/07/03/iso3-example.html

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
var data = [{
2+
type: 'choropleth',
3+
locations: ['USA', 'CAN', 'MEX', 'BRA', 'RUS'],
4+
locationmode: 'ISO-3',
5+
z: [100, 85, 72, 95, 68],
6+
colorscale: 'Viridis'
7+
}];
8+
9+
var layout = {
10+
title: 'Choropleth with ISO-3 Country Codes',
11+
geo: {
12+
projection: {
13+
type: 'natural earth'
14+
}
15+
}
16+
};
17+
18+
Plotly.newPlot('myDiv', data, layout);

2019/07/03/iso3-table.html

Whitespace-only changes.

2019/07/03/usa-states-example.html

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
var data = [{
2+
type: 'choropleth',
3+
locations: ['CA', 'TX', 'NY', 'FL', 'IL'],
4+
locationmode: 'USA-states',
5+
z: [95, 88, 92, 85, 78],
6+
colorscale: 'Reds'
7+
}];
8+
9+
var layout = {
10+
title: 'USA States Choropleth',
11+
geo: {
12+
scope: 'usa'
13+
}
14+
};
15+
16+
Plotly.newPlot('myDiv', data, layout);

2019/07/03/usa-states-table.html

Whitespace-only changes.

2019/08/16/basic_density_mapbox.html

Lines changed: 89 additions & 3 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-11-18 19:58 -->
4+
<!-- This page was last built at 2025-11-24 15:17 -->
55

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

@@ -58,7 +58,7 @@
5858

5959
<!-- Main Stylesheets -->
6060
<link rel="stylesheet" type="text/css" href="/all_static/css/main.css?version=false" />
61-
<link rel="stylesheet" type="text/css" href="/all_static/css/improve.css?version=2025-11-18-19-58">
61+
<link rel="stylesheet" type="text/css" href="/all_static/css/improve.css?version=2025-11-24-15-17">
6262

6363
<!-- LOCAL DEV STYLESHEET -->
6464
<!--<link rel="stylesheet" type="text/css" href="http://api.plotly.dev/all_static/css/main.css">-->
@@ -485,6 +485,8 @@
485485

486486

487487

488+
489+
488490

489491

490492

@@ -4059,6 +4061,90 @@ <h1>
40594061
</a>
40604062
40614063
4064+
<a href=" /" class="current list-lib-item plotly_js">
4065+
4066+
<div class="item-icon">
4067+
</div>
4068+
<p class="item-language">
4069+
4070+
plotly_js
4071+
4072+
</p>
4073+
</a>
4074+
4075+
4076+
<a href=" /" class="current list-lib-item plotly_js">
4077+
4078+
<div class="item-icon">
4079+
</div>
4080+
<p class="item-language">
4081+
4082+
plotly_js
4083+
4084+
</p>
4085+
</a>
4086+
4087+
4088+
<a href=" /" class="current list-lib-item plotly_js">
4089+
4090+
<div class="item-icon">
4091+
</div>
4092+
<p class="item-language">
4093+
4094+
plotly_js
4095+
4096+
</p>
4097+
</a>
4098+
4099+
4100+
<a href=" /" class="current list-lib-item plotly_js">
4101+
4102+
<div class="item-icon">
4103+
</div>
4104+
<p class="item-language">
4105+
4106+
plotly_js
4107+
4108+
</p>
4109+
</a>
4110+
4111+
4112+
<a href=" /" class="current list-lib-item plotly_js">
4113+
4114+
<div class="item-icon">
4115+
</div>
4116+
<p class="item-language">
4117+
4118+
plotly_js
4119+
4120+
</p>
4121+
</a>
4122+
4123+
4124+
<a href=" /" class="current list-lib-item plotly_js">
4125+
4126+
<div class="item-icon">
4127+
</div>
4128+
<p class="item-language">
4129+
4130+
plotly_js
4131+
4132+
</p>
4133+
</a>
4134+
4135+
4136+
<a href=" /" class="current list-lib-item plotly_js">
4137+
4138+
<div class="item-icon">
4139+
</div>
4140+
<p class="item-language">
4141+
4142+
plotly_js
4143+
4144+
</p>
4145+
</a>
4146+
4147+
40624148
<a href=" /" class="current list-lib-item python/v3">
40634149
40644150
<div class="item-icon">
@@ -8009,7 +8095,7 @@ <h6 style="color:#EF553B" class="--footer-heading">Support</h6>&#x9;&#x9;&#x9;
80098095
<script src="/all_static//javascripts/hash_offset.js"></script>
80108096
<!-- Image Hover Script -->
80118097
<script src="/all_static/javascripts/imghover.js"></script>
8012-
<script src="/all_static/javascripts/improve.js?version=2025-11-18-19-58"></script>
8098+
<script src="/all_static/javascripts/improve.js?version=2025-11-24-15-17"></script>
80138099
<!-- code highlighting -->
80148100

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

2019/08/16/earthquack_density.html

Lines changed: 89 additions & 3 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-11-18 19:58 -->
4+
<!-- This page was last built at 2025-11-24 15:17 -->
55

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

@@ -58,7 +58,7 @@
5858

5959
<!-- Main Stylesheets -->
6060
<link rel="stylesheet" type="text/css" href="/all_static/css/main.css?version=false" />
61-
<link rel="stylesheet" type="text/css" href="/all_static/css/improve.css?version=2025-11-18-19-58">
61+
<link rel="stylesheet" type="text/css" href="/all_static/css/improve.css?version=2025-11-24-15-17">
6262

6363
<!-- LOCAL DEV STYLESHEET -->
6464
<!--<link rel="stylesheet" type="text/css" href="http://api.plotly.dev/all_static/css/main.css">-->
@@ -485,6 +485,8 @@
485485

486486

487487

488+
489+
488490

489491

490492

@@ -4059,6 +4061,90 @@ <h1>
40594061
</a>
40604062
40614063
4064+
<a href=" /" class="current list-lib-item plotly_js">
4065+
4066+
<div class="item-icon">
4067+
</div>
4068+
<p class="item-language">
4069+
4070+
plotly_js
4071+
4072+
</p>
4073+
</a>
4074+
4075+
4076+
<a href=" /" class="current list-lib-item plotly_js">
4077+
4078+
<div class="item-icon">
4079+
</div>
4080+
<p class="item-language">
4081+
4082+
plotly_js
4083+
4084+
</p>
4085+
</a>
4086+
4087+
4088+
<a href=" /" class="current list-lib-item plotly_js">
4089+
4090+
<div class="item-icon">
4091+
</div>
4092+
<p class="item-language">
4093+
4094+
plotly_js
4095+
4096+
</p>
4097+
</a>
4098+
4099+
4100+
<a href=" /" class="current list-lib-item plotly_js">
4101+
4102+
<div class="item-icon">
4103+
</div>
4104+
<p class="item-language">
4105+
4106+
plotly_js
4107+
4108+
</p>
4109+
</a>
4110+
4111+
4112+
<a href=" /" class="current list-lib-item plotly_js">
4113+
4114+
<div class="item-icon">
4115+
</div>
4116+
<p class="item-language">
4117+
4118+
plotly_js
4119+
4120+
</p>
4121+
</a>
4122+
4123+
4124+
<a href=" /" class="current list-lib-item plotly_js">
4125+
4126+
<div class="item-icon">
4127+
</div>
4128+
<p class="item-language">
4129+
4130+
plotly_js
4131+
4132+
</p>
4133+
</a>
4134+
4135+
4136+
<a href=" /" class="current list-lib-item plotly_js">
4137+
4138+
<div class="item-icon">
4139+
</div>
4140+
<p class="item-language">
4141+
4142+
plotly_js
4143+
4144+
</p>
4145+
</a>
4146+
4147+
40624148
<a href=" /" class="current list-lib-item python/v3">
40634149
40644150
<div class="item-icon">
@@ -8020,7 +8106,7 @@ <h6 style="color:#EF553B" class="--footer-heading">Support</h6>&#x9;&#x9;&#x9;
80208106
<script src="/all_static//javascripts/hash_offset.js"></script>
80218107
<!-- Image Hover Script -->
80228108
<script src="/all_static/javascripts/imghover.js"></script>
8023-
<script src="/all_static/javascripts/improve.js?version=2025-11-18-19-58"></script>
8109+
<script src="/all_static/javascripts/improve.js?version=2025-11-24-15-17"></script>
80248110
<!-- code highlighting -->
80258111

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

0 commit comments

Comments
 (0)