Skip to content

Commit 87d4972

Browse files
bump plotly.js to 1.58.4
1 parent 3a6d2b1 commit 87d4972

39 files changed

+935
-897
lines changed

CHANGELOG.md

+5-10
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,18 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5-
## [4.15.0] - UNRELEASED
65

7-
### Added
8-
9-
### Fixed
6+
## [4.14.2] - UNRELEASED
107

118
### Updated
129

13-
14-
## [4.14.2] - UNRELEASED
15-
16-
### Added
10+
- Updated Plotly.js to version 1.58.4. See the [plotly.js CHANGELOG](https://github.com/plotly/plotly.js/blob/v1.58.4/CHANGELOG.md) for more information. These changes are reflected in the auto-generated `plotly.graph_objects` module. Notable changes include:
11+
- fixes for rendering 3d plots on recent Safari versions
12+
- fixes to inside ticklabels
13+
- regression fixes
1714

1815
### Fixed
1916

20-
### Updated
21-
2217

2318
## [4.14.1] - 2020-12-09
2419

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.58.2",
34+
"plotly.js": "^1.58.4",
3535
"@types/plotly.js": "1.44.28",
3636
"@jupyterlab/rendermime-interfaces": "^1.3.0 || ^2.0.0 || ^3.0.0",
3737
"@lumino/messaging": "^1.2.3",

packages/javascript/plotlywidget/package-lock.json

+12-6
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.58.2",
36+
"plotly.js": "^1.58.4",
3737
"@jupyter-widgets/base": "^2.0.0 || ^3.0.0",
3838
"lodash": "^4.17.4"
3939
},

packages/python/plotly/codegen/resources/plot-schema.json

+13-13
Original file line numberDiff line numberDiff line change
@@ -2206,7 +2206,7 @@
22062206
],
22072207
"role": "info",
22082208
"editType": "calc",
2209-
"description": "Determines the rule used to generate the error bars. If *constant`, the bar lengths are of a constant value. Set this constant in `value`. If *percent*, the bar lengths correspond to a percentage of underlying data. Set this percentage in `value`. If *sqrt*, the bar lengths correspond to the sqaure of the underlying data. If *data*, the bar lengths are set with data set `array`."
2209+
"description": "Determines the rule used to generate the error bars. If *constant`, the bar lengths are of a constant value. Set this constant in `value`. If *percent*, the bar lengths correspond to a percentage of underlying data. Set this percentage in `value`. If *sqrt*, the bar lengths correspond to the square of the underlying data. If *data*, the bar lengths are set with data set `array`."
22102210
},
22112211
"symmetric": {
22122212
"valType": "boolean",
@@ -2322,7 +2322,7 @@
23222322
],
23232323
"role": "info",
23242324
"editType": "calc",
2325-
"description": "Determines the rule used to generate the error bars. If *constant`, the bar lengths are of a constant value. Set this constant in `value`. If *percent*, the bar lengths correspond to a percentage of underlying data. Set this percentage in `value`. If *sqrt*, the bar lengths correspond to the sqaure of the underlying data. If *data*, the bar lengths are set with data set `array`."
2325+
"description": "Determines the rule used to generate the error bars. If *constant`, the bar lengths are of a constant value. Set this constant in `value`. If *percent*, the bar lengths correspond to a percentage of underlying data. Set this percentage in `value`. If *sqrt*, the bar lengths correspond to the square of the underlying data. If *data*, the bar lengths are set with data set `array`."
23262326
},
23272327
"symmetric": {
23282328
"valType": "boolean",
@@ -4016,7 +4016,7 @@
40164016
],
40174017
"role": "info",
40184018
"editType": "calc",
4019-
"description": "Determines the rule used to generate the error bars. If *constant`, the bar lengths are of a constant value. Set this constant in `value`. If *percent*, the bar lengths correspond to a percentage of underlying data. Set this percentage in `value`. If *sqrt*, the bar lengths correspond to the sqaure of the underlying data. If *data*, the bar lengths are set with data set `array`."
4019+
"description": "Determines the rule used to generate the error bars. If *constant`, the bar lengths are of a constant value. Set this constant in `value`. If *percent*, the bar lengths correspond to a percentage of underlying data. Set this percentage in `value`. If *sqrt*, the bar lengths correspond to the square of the underlying data. If *data*, the bar lengths are set with data set `array`."
40204020
},
40214021
"symmetric": {
40224022
"valType": "boolean",
@@ -4132,7 +4132,7 @@
41324132
],
41334133
"role": "info",
41344134
"editType": "calc",
4135-
"description": "Determines the rule used to generate the error bars. If *constant`, the bar lengths are of a constant value. Set this constant in `value`. If *percent*, the bar lengths correspond to a percentage of underlying data. Set this percentage in `value`. If *sqrt*, the bar lengths correspond to the sqaure of the underlying data. If *data*, the bar lengths are set with data set `array`."
4135+
"description": "Determines the rule used to generate the error bars. If *constant`, the bar lengths are of a constant value. Set this constant in `value`. If *percent*, the bar lengths correspond to a percentage of underlying data. Set this percentage in `value`. If *sqrt*, the bar lengths correspond to the square of the underlying data. If *data*, the bar lengths are set with data set `array`."
41364136
},
41374137
"symmetric": {
41384138
"valType": "boolean",
@@ -8272,7 +8272,7 @@
82728272
],
82738273
"role": "info",
82748274
"editType": "calc",
8275-
"description": "Determines the rule used to generate the error bars. If *constant`, the bar lengths are of a constant value. Set this constant in `value`. If *percent*, the bar lengths correspond to a percentage of underlying data. Set this percentage in `value`. If *sqrt*, the bar lengths correspond to the sqaure of the underlying data. If *data*, the bar lengths are set with data set `array`."
8275+
"description": "Determines the rule used to generate the error bars. If *constant`, the bar lengths are of a constant value. Set this constant in `value`. If *percent*, the bar lengths correspond to a percentage of underlying data. Set this percentage in `value`. If *sqrt*, the bar lengths correspond to the square of the underlying data. If *data*, the bar lengths are set with data set `array`."
82768276
},
82778277
"symmetric": {
82788278
"valType": "boolean",
@@ -8388,7 +8388,7 @@
83888388
],
83898389
"role": "info",
83908390
"editType": "calc",
8391-
"description": "Determines the rule used to generate the error bars. If *constant`, the bar lengths are of a constant value. Set this constant in `value`. If *percent*, the bar lengths correspond to a percentage of underlying data. Set this percentage in `value`. If *sqrt*, the bar lengths correspond to the sqaure of the underlying data. If *data*, the bar lengths are set with data set `array`."
8391+
"description": "Determines the rule used to generate the error bars. If *constant`, the bar lengths are of a constant value. Set this constant in `value`. If *percent*, the bar lengths correspond to a percentage of underlying data. Set this percentage in `value`. If *sqrt*, the bar lengths correspond to the square of the underlying data. If *data*, the bar lengths are set with data set `array`."
83928392
},
83938393
"symmetric": {
83948394
"valType": "boolean",
@@ -24832,7 +24832,7 @@
2483224832
],
2483324833
"role": "info",
2483424834
"editType": "calc",
24835-
"description": "Determines the rule used to generate the error bars. If *constant`, the bar lengths are of a constant value. Set this constant in `value`. If *percent*, the bar lengths correspond to a percentage of underlying data. Set this percentage in `value`. If *sqrt*, the bar lengths correspond to the sqaure of the underlying data. If *data*, the bar lengths are set with data set `array`."
24835+
"description": "Determines the rule used to generate the error bars. If *constant`, the bar lengths are of a constant value. Set this constant in `value`. If *percent*, the bar lengths correspond to a percentage of underlying data. Set this percentage in `value`. If *sqrt*, the bar lengths correspond to the square of the underlying data. If *data*, the bar lengths are set with data set `array`."
2483624836
},
2483724837
"symmetric": {
2483824838
"valType": "boolean",
@@ -24948,7 +24948,7 @@
2494824948
],
2494924949
"role": "info",
2495024950
"editType": "calc",
24951-
"description": "Determines the rule used to generate the error bars. If *constant`, the bar lengths are of a constant value. Set this constant in `value`. If *percent*, the bar lengths correspond to a percentage of underlying data. Set this percentage in `value`. If *sqrt*, the bar lengths correspond to the sqaure of the underlying data. If *data*, the bar lengths are set with data set `array`."
24951+
"description": "Determines the rule used to generate the error bars. If *constant`, the bar lengths are of a constant value. Set this constant in `value`. If *percent*, the bar lengths correspond to a percentage of underlying data. Set this percentage in `value`. If *sqrt*, the bar lengths correspond to the square of the underlying data. If *data*, the bar lengths are set with data set `array`."
2495224952
},
2495324953
"symmetric": {
2495424954
"valType": "boolean",
@@ -25064,7 +25064,7 @@
2506425064
],
2506525065
"role": "info",
2506625066
"editType": "calc",
25067-
"description": "Determines the rule used to generate the error bars. If *constant`, the bar lengths are of a constant value. Set this constant in `value`. If *percent*, the bar lengths correspond to a percentage of underlying data. Set this percentage in `value`. If *sqrt*, the bar lengths correspond to the sqaure of the underlying data. If *data*, the bar lengths are set with data set `array`."
25067+
"description": "Determines the rule used to generate the error bars. If *constant`, the bar lengths are of a constant value. Set this constant in `value`. If *percent*, the bar lengths correspond to a percentage of underlying data. Set this percentage in `value`. If *sqrt*, the bar lengths correspond to the square of the underlying data. If *data*, the bar lengths are set with data set `array`."
2506825068
},
2506925069
"symmetric": {
2507025070
"valType": "boolean",
@@ -37755,7 +37755,7 @@
3775537755
],
3775637756
"role": "info",
3775737757
"editType": "calc",
37758-
"description": "Determines the rule used to generate the error bars. If *constant`, the bar lengths are of a constant value. Set this constant in `value`. If *percent*, the bar lengths correspond to a percentage of underlying data. Set this percentage in `value`. If *sqrt*, the bar lengths correspond to the sqaure of the underlying data. If *data*, the bar lengths are set with data set `array`."
37758+
"description": "Determines the rule used to generate the error bars. If *constant`, the bar lengths are of a constant value. Set this constant in `value`. If *percent*, the bar lengths correspond to a percentage of underlying data. Set this percentage in `value`. If *sqrt*, the bar lengths correspond to the square of the underlying data. If *data*, the bar lengths are set with data set `array`."
3775937759
},
3776037760
"symmetric": {
3776137761
"valType": "boolean",
@@ -37871,7 +37871,7 @@
3787137871
],
3787237872
"role": "info",
3787337873
"editType": "calc",
37874-
"description": "Determines the rule used to generate the error bars. If *constant`, the bar lengths are of a constant value. Set this constant in `value`. If *percent*, the bar lengths correspond to a percentage of underlying data. Set this percentage in `value`. If *sqrt*, the bar lengths correspond to the sqaure of the underlying data. If *data*, the bar lengths are set with data set `array`."
37874+
"description": "Determines the rule used to generate the error bars. If *constant`, the bar lengths are of a constant value. Set this constant in `value`. If *percent*, the bar lengths correspond to a percentage of underlying data. Set this percentage in `value`. If *sqrt*, the bar lengths correspond to the square of the underlying data. If *data*, the bar lengths are set with data set `array`."
3787537875
},
3787637876
"symmetric": {
3787737877
"valType": "boolean",
@@ -49205,7 +49205,7 @@
4920549205
"x": {
4920649206
"valType": "data_array",
4920749207
"editType": "calc+clearAxisTypes",
49208-
"description": "A two dimensional array of x coordinates at each carpet point. If ommitted, the plot is a cheater plot and the xaxis is hidden by default.",
49208+
"description": "A two dimensional array of x coordinates at each carpet point. If omitted, the plot is a cheater plot and the xaxis is hidden by default.",
4920949209
"role": "data"
4921049210
},
4921149211
"y": {
@@ -49259,7 +49259,7 @@
4925949259
"role": "info",
4926049260
"dflt": 1,
4926149261
"editType": "calc",
49262-
"description": "The shift applied to each successive row of data in creating a cheater plot. Only used if `x` is been ommitted."
49262+
"description": "The shift applied to each successive row of data in creating a cheater plot. Only used if `x` is been omitted."
4926349263
},
4926449264
"aaxis": {
4926549265
"color": {

packages/python/plotly/plotly/graph_objs/_bar.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ def error_x(self):
326326
If "percent", the bar lengths correspond to a
327327
percentage of underlying data. Set this
328328
percentage in `value`. If "sqrt", the bar
329-
lengths correspond to the sqaure of the
329+
lengths correspond to the square of the
330330
underlying data. If "data", the bar lengths are
331331
set with data set `array`.
332332
value
@@ -405,7 +405,7 @@ def error_y(self):
405405
If "percent", the bar lengths correspond to a
406406
percentage of underlying data. Set this
407407
percentage in `value`. If "sqrt", the bar
408-
lengths correspond to the sqaure of the
408+
lengths correspond to the square of the
409409
underlying data. If "data", the bar lengths are
410410
set with data set `array`.
411411
value

packages/python/plotly/plotly/graph_objs/_carpet.py

+6-6
Original file line numberDiff line numberDiff line change
@@ -687,7 +687,7 @@ def carpet(self, val):
687687
def cheaterslope(self):
688688
"""
689689
The shift applied to each successive row of data in creating a
690-
cheater plot. Only used if `x` is been ommitted.
690+
cheater plot. Only used if `x` is been omitted.
691691
692692
The 'cheaterslope' property is a number and may be specified as:
693693
- An int or float
@@ -1143,7 +1143,7 @@ def visible(self, val):
11431143
def x(self):
11441144
"""
11451145
A two dimensional array of x coordinates at each carpet point.
1146-
If ommitted, the plot is a cheater plot and the xaxis is hidden
1146+
If omitted, the plot is a cheater plot and the xaxis is hidden
11471147
by default.
11481148
11491149
The 'x' property is an array that may be specified as a tuple,
@@ -1312,7 +1312,7 @@ def _prop_descriptions(self):
13121312
cheaterslope
13131313
The shift applied to each successive row of data in
13141314
creating a cheater plot. Only used if `x` is been
1315-
ommitted.
1315+
omitted.
13161316
color
13171317
Sets default for all colors associated with this axis
13181318
all at once: line, font, tick, and grid colors. Grid
@@ -1393,7 +1393,7 @@ def _prop_descriptions(self):
13931393
visible).
13941394
x
13951395
A two dimensional array of x coordinates at each carpet
1396-
point. If ommitted, the plot is a cheater plot and the
1396+
point. If omitted, the plot is a cheater plot and the
13971397
xaxis is hidden by default.
13981398
xaxis
13991399
Sets a reference between this trace's x coordinates and
@@ -1500,7 +1500,7 @@ def __init__(
15001500
cheaterslope
15011501
The shift applied to each successive row of data in
15021502
creating a cheater plot. Only used if `x` is been
1503-
ommitted.
1503+
omitted.
15041504
color
15051505
Sets default for all colors associated with this axis
15061506
all at once: line, font, tick, and grid colors. Grid
@@ -1581,7 +1581,7 @@ def __init__(
15811581
visible).
15821582
x
15831583
A two dimensional array of x coordinates at each carpet
1584-
point. If ommitted, the plot is a cheater plot and the
1584+
point. If omitted, the plot is a cheater plot and the
15851585
xaxis is hidden by default.
15861586
xaxis
15871587
Sets a reference between this trace's x coordinates and

packages/python/plotly/plotly/graph_objs/_figure.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -2580,7 +2580,7 @@ def add_carpet(
25802580
cheaterslope
25812581
The shift applied to each successive row of data in
25822582
creating a cheater plot. Only used if `x` is been
2583-
ommitted.
2583+
omitted.
25842584
color
25852585
Sets default for all colors associated with this axis
25862586
all at once: line, font, tick, and grid colors. Grid
@@ -2661,7 +2661,7 @@ def add_carpet(
26612661
visible).
26622662
x
26632663
A two dimensional array of x coordinates at each carpet
2664-
point. If ommitted, the plot is a cheater plot and the
2664+
point. If omitted, the plot is a cheater plot and the
26652665
xaxis is hidden by default.
26662666
xaxis
26672667
Sets a reference between this trace's x coordinates and

0 commit comments

Comments
 (0)