Skip to content

Commit 56cf55d

Browse files
bump to 1.57.1
1 parent 3c2fdfb commit 56cf55d

File tree

58 files changed

+324
-375
lines changed

Some content is hidden

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

58 files changed

+324
-375
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
1010

1111
### Updated
1212

13-
- Updated Plotly.js to version 1.57.0. See the [plotly.js CHANGELOG](https://github.com/plotly/plotly.js/blob/v1.57.0/CHANGELOG.md) for more information. These changes are reflected in the auto-generated `plotly.graph_objects` module.
13+
- Updated Plotly.js to version 1.57.1. See the [plotly.js CHANGELOG](https://github.com/plotly/plotly.js/blob/v1.57.1/CHANGELOG.md) for more information. These changes are reflected in the auto-generated `plotly.graph_objects` module.
1414

1515
## [4.11.0] - 2020-10-01
1616

packages/javascript/jupyterlab-plotly/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"typescript": "~3.7.0"
3232
},
3333
"dependencies": {
34-
"plotly.js": "^1.56.0",
34+
"plotly.js": "^1.57.1",
3535
"@types/plotly.js": "1.44.28",
3636
"@jupyterlab/rendermime-interfaces": "^1.3.0 || ^2.0.0",
3737
"@lumino/messaging": "^1.2.3",

packages/javascript/plotlywidget/package-lock.json

+35-97
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/javascript/plotlywidget/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"typescript": "~3.1.1"
3434
},
3535
"dependencies": {
36-
"plotly.js": "^1.57.0",
36+
"plotly.js": "^1.57.1",
3737
"@jupyter-widgets/base": "^2.0.0 || ^3.0.0",
3838
"lodash": "^4.17.4"
3939
},

packages/python/plotly/plotly/graph_objs/_choropleth.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ def colorscale(self):
368368
Many predefined colorscale lists are included in the sequential, diverging,
369369
and cyclical modules in the plotly.colors package.
370370
- A list of 2-element lists where the first element is the
371-
normalized color level value (starting at 0 and ending at 1),
371+
normalized color level value (starting at 0 and ending at 1),
372372
and the second item is a valid color string.
373373
(e.g. [[0, 'green'], [0.5, 'red'], [1.0, 'rgb(0, 0, 255)']])
374374
- One of the following named colorscales:

packages/python/plotly/plotly/graph_objs/_choroplethmapbox.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ def colorscale(self):
393393
Many predefined colorscale lists are included in the sequential, diverging,
394394
and cyclical modules in the plotly.colors package.
395395
- A list of 2-element lists where the first element is the
396-
normalized color level value (starting at 0 and ending at 1),
396+
normalized color level value (starting at 0 and ending at 1),
397397
and the second item is a valid color string.
398398
(e.g. [[0, 'green'], [0.5, 'red'], [1.0, 'rgb(0, 0, 255)']])
399399
- One of the following named colorscales:

packages/python/plotly/plotly/graph_objs/_cone.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@ def colorscale(self):
485485
Many predefined colorscale lists are included in the sequential, diverging,
486486
and cyclical modules in the plotly.colors package.
487487
- A list of 2-element lists where the first element is the
488-
normalized color level value (starting at 0 and ending at 1),
488+
normalized color level value (starting at 0 and ending at 1),
489489
and the second item is a valid color string.
490490
(e.g. [[0, 'green'], [0.5, 'red'], [1.0, 'rgb(0, 0, 255)']])
491491
- One of the following named colorscales:

packages/python/plotly/plotly/graph_objs/_contour.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ def colorscale(self):
411411
Many predefined colorscale lists are included in the sequential, diverging,
412412
and cyclical modules in the plotly.colors package.
413413
- A list of 2-element lists where the first element is the
414-
normalized color level value (starting at 0 and ending at 1),
414+
normalized color level value (starting at 0 and ending at 1),
415415
and the second item is a valid color string.
416416
(e.g. [[0, 'green'], [0.5, 'red'], [1.0, 'rgb(0, 0, 255)']])
417417
- One of the following named colorscales:

packages/python/plotly/plotly/graph_objs/_contourcarpet.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -589,7 +589,7 @@ def colorscale(self):
589589
Many predefined colorscale lists are included in the sequential, diverging,
590590
and cyclical modules in the plotly.colors package.
591591
- A list of 2-element lists where the first element is the
592-
normalized color level value (starting at 0 and ending at 1),
592+
normalized color level value (starting at 0 and ending at 1),
593593
and the second item is a valid color string.
594594
(e.g. [[0, 'green'], [0.5, 'red'], [1.0, 'rgb(0, 0, 255)']])
595595
- One of the following named colorscales:

packages/python/plotly/plotly/graph_objs/_densitymapbox.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ def colorscale(self):
392392
Many predefined colorscale lists are included in the sequential, diverging,
393393
and cyclical modules in the plotly.colors package.
394394
- A list of 2-element lists where the first element is the
395-
normalized color level value (starting at 0 and ending at 1),
395+
normalized color level value (starting at 0 and ending at 1),
396396
and the second item is a valid color string.
397397
(e.g. [[0, 'green'], [0.5, 'red'], [1.0, 'rgb(0, 0, 255)']])
398398
- One of the following named colorscales:

packages/python/plotly/plotly/graph_objs/_heatmap.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ def colorscale(self):
386386
Many predefined colorscale lists are included in the sequential, diverging,
387387
and cyclical modules in the plotly.colors package.
388388
- A list of 2-element lists where the first element is the
389-
normalized color level value (starting at 0 and ending at 1),
389+
normalized color level value (starting at 0 and ending at 1),
390390
and the second item is a valid color string.
391391
(e.g. [[0, 'green'], [0.5, 'red'], [1.0, 'rgb(0, 0, 255)']])
392392
- One of the following named colorscales:

packages/python/plotly/plotly/graph_objs/_heatmapgl.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ def colorscale(self):
367367
Many predefined colorscale lists are included in the sequential, diverging,
368368
and cyclical modules in the plotly.colors package.
369369
- A list of 2-element lists where the first element is the
370-
normalized color level value (starting at 0 and ending at 1),
370+
normalized color level value (starting at 0 and ending at 1),
371371
and the second item is a valid color string.
372372
(e.g. [[0, 'green'], [0.5, 'red'], [1.0, 'rgb(0, 0, 255)']])
373373
- One of the following named colorscales:

packages/python/plotly/plotly/graph_objs/_histogram2d.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ def colorscale(self):
449449
Many predefined colorscale lists are included in the sequential, diverging,
450450
and cyclical modules in the plotly.colors package.
451451
- A list of 2-element lists where the first element is the
452-
normalized color level value (starting at 0 and ending at 1),
452+
normalized color level value (starting at 0 and ending at 1),
453453
and the second item is a valid color string.
454454
(e.g. [[0, 'green'], [0.5, 'red'], [1.0, 'rgb(0, 0, 255)']])
455455
- One of the following named colorscales:

packages/python/plotly/plotly/graph_objs/_histogram2dcontour.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@ def colorscale(self):
473473
Many predefined colorscale lists are included in the sequential, diverging,
474474
and cyclical modules in the plotly.colors package.
475475
- A list of 2-element lists where the first element is the
476-
normalized color level value (starting at 0 and ending at 1),
476+
normalized color level value (starting at 0 and ending at 1),
477477
and the second item is a valid color string.
478478
(e.g. [[0, 'green'], [0.5, 'red'], [1.0, 'rgb(0, 0, 255)']])
479479
- One of the following named colorscales:

packages/python/plotly/plotly/graph_objs/_isosurface.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,7 @@ def colorscale(self):
496496
Many predefined colorscale lists are included in the sequential, diverging,
497497
and cyclical modules in the plotly.colors package.
498498
- A list of 2-element lists where the first element is the
499-
normalized color level value (starting at 0 and ending at 1),
499+
normalized color level value (starting at 0 and ending at 1),
500500
and the second item is a valid color string.
501501
(e.g. [[0, 'green'], [0.5, 'red'], [1.0, 'rgb(0, 0, 255)']])
502502
- One of the following named colorscales:

packages/python/plotly/plotly/graph_objs/_layout.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3247,7 +3247,7 @@ def template(self):
32473247
32483248
- A string containing multiple registered template names, joined on '+'
32493249
characters (e.g. 'template1+template2'). In this case the resulting
3250-
template is computed by merging together the collection of registered
3250+
template is computed by merging together the collection of registered
32513251
templates
32523252
32533253
Returns

packages/python/plotly/plotly/graph_objs/_mesh3d.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -573,7 +573,7 @@ def colorscale(self):
573573
Many predefined colorscale lists are included in the sequential, diverging,
574574
and cyclical modules in the plotly.colors package.
575575
- A list of 2-element lists where the first element is the
576-
normalized color level value (starting at 0 and ending at 1),
576+
normalized color level value (starting at 0 and ending at 1),
577577
and the second item is a valid color string.
578578
(e.g. [[0, 'green'], [0.5, 'red'], [1.0, 'rgb(0, 0, 255)']])
579579
- One of the following named colorscales:

packages/python/plotly/plotly/graph_objs/_streamtube.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@ def colorscale(self):
463463
Many predefined colorscale lists are included in the sequential, diverging,
464464
and cyclical modules in the plotly.colors package.
465465
- A list of 2-element lists where the first element is the
466-
normalized color level value (starting at 0 and ending at 1),
466+
normalized color level value (starting at 0 and ending at 1),
467467
and the second item is a valid color string.
468468
(e.g. [[0, 'green'], [0.5, 'red'], [1.0, 'rgb(0, 0, 255)']])
469469
- One of the following named colorscales:

packages/python/plotly/plotly/graph_objs/_surface.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,7 @@ def colorscale(self):
465465
Many predefined colorscale lists are included in the sequential, diverging,
466466
and cyclical modules in the plotly.colors package.
467467
- A list of 2-element lists where the first element is the
468-
normalized color level value (starting at 0 and ending at 1),
468+
normalized color level value (starting at 0 and ending at 1),
469469
and the second item is a valid color string.
470470
(e.g. [[0, 'green'], [0.5, 'red'], [1.0, 'rgb(0, 0, 255)']])
471471
- One of the following named colorscales:

packages/python/plotly/plotly/graph_objs/_volume.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,7 @@ def colorscale(self):
497497
Many predefined colorscale lists are included in the sequential, diverging,
498498
and cyclical modules in the plotly.colors package.
499499
- A list of 2-element lists where the first element is the
500-
normalized color level value (starting at 0 and ending at 1),
500+
normalized color level value (starting at 0 and ending at 1),
501501
and the second item is a valid color string.
502502
(e.g. [[0, 'green'], [0.5, 'red'], [1.0, 'rgb(0, 0, 255)']])
503503
- One of the following named colorscales:

packages/python/plotly/plotly/graph_objs/bar/_marker.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,7 @@ def colorscale(self):
500500
Many predefined colorscale lists are included in the sequential, diverging,
501501
and cyclical modules in the plotly.colors package.
502502
- A list of 2-element lists where the first element is the
503-
normalized color level value (starting at 0 and ending at 1),
503+
normalized color level value (starting at 0 and ending at 1),
504504
and the second item is a valid color string.
505505
(e.g. [[0, 'green'], [0.5, 'red'], [1.0, 'rgb(0, 0, 255)']])
506506
- One of the following named colorscales:

packages/python/plotly/plotly/graph_objs/bar/marker/_line.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ def colorscale(self):
261261
Many predefined colorscale lists are included in the sequential, diverging,
262262
and cyclical modules in the plotly.colors package.
263263
- A list of 2-element lists where the first element is the
264-
normalized color level value (starting at 0 and ending at 1),
264+
normalized color level value (starting at 0 and ending at 1),
265265
and the second item is a valid color string.
266266
(e.g. [[0, 'green'], [0.5, 'red'], [1.0, 'rgb(0, 0, 255)']])
267267
- One of the following named colorscales:

0 commit comments

Comments
 (0)