Skip to content

Commit afe768f

Browse files
committed
Override small formatting changes to plot-schema.json
1 parent 78c2a7b commit afe768f

File tree

20 files changed

+76
-76
lines changed

20 files changed

+76
-76
lines changed

codegen/resources/plot-schema.json

Lines changed: 19 additions & 19 deletions
Large diffs are not rendered by default.

plotly/graph_objs/bar/_error_x.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ def tracerefminus(self, val):
216216
def type(self):
217217
"""
218218
Determines the rule used to generate the error bars. If
219-
*constant`, the bar lengths are of a constant value. Set this
219+
"constant", the bar lengths are of a constant value. Set this
220220
constant in `value`. If "percent", the bar lengths correspond
221221
to a percentage of underlying data. Set this percentage in
222222
`value`. If "sqrt", the bar lengths correspond to the square of
@@ -349,7 +349,7 @@ def _prop_descriptions(self):
349349
350350
type
351351
Determines the rule used to generate the error bars. If
352-
*constant`, the bar lengths are of a constant value.
352+
"constant", the bar lengths are of a constant value.
353353
Set this constant in `value`. If "percent", the bar
354354
lengths correspond to a percentage of underlying data.
355355
Set this percentage in `value`. If "sqrt", the bar
@@ -434,7 +434,7 @@ def __init__(
434434
435435
type
436436
Determines the rule used to generate the error bars. If
437-
*constant`, the bar lengths are of a constant value.
437+
"constant", the bar lengths are of a constant value.
438438
Set this constant in `value`. If "percent", the bar
439439
lengths correspond to a percentage of underlying data.
440440
Set this percentage in `value`. If "sqrt", the bar

plotly/graph_objs/bar/_error_y.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ def tracerefminus(self, val):
199199
def type(self):
200200
"""
201201
Determines the rule used to generate the error bars. If
202-
*constant`, the bar lengths are of a constant value. Set this
202+
"constant", the bar lengths are of a constant value. Set this
203203
constant in `value`. If "percent", the bar lengths correspond
204204
to a percentage of underlying data. Set this percentage in
205205
`value`. If "sqrt", the bar lengths correspond to the square of
@@ -330,7 +330,7 @@ def _prop_descriptions(self):
330330
331331
type
332332
Determines the rule used to generate the error bars. If
333-
*constant`, the bar lengths are of a constant value.
333+
"constant", the bar lengths are of a constant value.
334334
Set this constant in `value`. If "percent", the bar
335335
lengths correspond to a percentage of underlying data.
336336
Set this percentage in `value`. If "sqrt", the bar
@@ -412,7 +412,7 @@ def __init__(
412412
413413
type
414414
Determines the rule used to generate the error bars. If
415-
*constant`, the bar lengths are of a constant value.
415+
"constant", the bar lengths are of a constant value.
416416
Set this constant in `value`. If "percent", the bar
417417
lengths correspond to a percentage of underlying data.
418418
Set this percentage in `value`. If "sqrt", the bar

plotly/graph_objs/carpet/_aaxis.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -721,7 +721,7 @@ def range(self, val):
721721
def rangemode(self):
722722
"""
723723
If "normal", the range is computed in relation to the extrema
724-
of the input data. If *tozero*`, the range extends to 0,
724+
of the input data. If "tozero", the range extends to 0,
725725
regardless of the input data If "nonnegative", the range is
726726
non-negative, regardless of the input data.
727727
@@ -1381,7 +1381,7 @@ def _prop_descriptions(self):
13811381
appears.
13821382
rangemode
13831383
If "normal", the range is computed in relation to the
1384-
extrema of the input data. If *tozero*`, the range
1384+
extrema of the input data. If "tozero", the range
13851385
extends to 0, regardless of the input data If
13861386
"nonnegative", the range is non-negative, regardless of
13871387
the input data.
@@ -1670,7 +1670,7 @@ def __init__(
16701670
appears.
16711671
rangemode
16721672
If "normal", the range is computed in relation to the
1673-
extrema of the input data. If *tozero*`, the range
1673+
extrema of the input data. If "tozero", the range
16741674
extends to 0, regardless of the input data If
16751675
"nonnegative", the range is non-negative, regardless of
16761676
the input data.

plotly/graph_objs/carpet/_baxis.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -721,7 +721,7 @@ def range(self, val):
721721
def rangemode(self):
722722
"""
723723
If "normal", the range is computed in relation to the extrema
724-
of the input data. If *tozero*`, the range extends to 0,
724+
of the input data. If "tozero", the range extends to 0,
725725
regardless of the input data If "nonnegative", the range is
726726
non-negative, regardless of the input data.
727727
@@ -1381,7 +1381,7 @@ def _prop_descriptions(self):
13811381
appears.
13821382
rangemode
13831383
If "normal", the range is computed in relation to the
1384-
extrema of the input data. If *tozero*`, the range
1384+
extrema of the input data. If "tozero", the range
13851385
extends to 0, regardless of the input data If
13861386
"nonnegative", the range is non-negative, regardless of
13871387
the input data.
@@ -1670,7 +1670,7 @@ def __init__(
16701670
appears.
16711671
rangemode
16721672
If "normal", the range is computed in relation to the
1673-
extrema of the input data. If *tozero*`, the range
1673+
extrema of the input data. If "tozero", the range
16741674
extends to 0, regardless of the input data If
16751675
"nonnegative", the range is non-negative, regardless of
16761676
the input data.

plotly/graph_objs/histogram/_error_x.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ def tracerefminus(self, val):
216216
def type(self):
217217
"""
218218
Determines the rule used to generate the error bars. If
219-
*constant`, the bar lengths are of a constant value. Set this
219+
"constant", the bar lengths are of a constant value. Set this
220220
constant in `value`. If "percent", the bar lengths correspond
221221
to a percentage of underlying data. Set this percentage in
222222
`value`. If "sqrt", the bar lengths correspond to the square of
@@ -349,7 +349,7 @@ def _prop_descriptions(self):
349349
350350
type
351351
Determines the rule used to generate the error bars. If
352-
*constant`, the bar lengths are of a constant value.
352+
"constant", the bar lengths are of a constant value.
353353
Set this constant in `value`. If "percent", the bar
354354
lengths correspond to a percentage of underlying data.
355355
Set this percentage in `value`. If "sqrt", the bar
@@ -435,7 +435,7 @@ def __init__(
435435
436436
type
437437
Determines the rule used to generate the error bars. If
438-
*constant`, the bar lengths are of a constant value.
438+
"constant", the bar lengths are of a constant value.
439439
Set this constant in `value`. If "percent", the bar
440440
lengths correspond to a percentage of underlying data.
441441
Set this percentage in `value`. If "sqrt", the bar

plotly/graph_objs/histogram/_error_y.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ def tracerefminus(self, val):
199199
def type(self):
200200
"""
201201
Determines the rule used to generate the error bars. If
202-
*constant`, the bar lengths are of a constant value. Set this
202+
"constant", the bar lengths are of a constant value. Set this
203203
constant in `value`. If "percent", the bar lengths correspond
204204
to a percentage of underlying data. Set this percentage in
205205
`value`. If "sqrt", the bar lengths correspond to the square of
@@ -330,7 +330,7 @@ def _prop_descriptions(self):
330330
331331
type
332332
Determines the rule used to generate the error bars. If
333-
*constant`, the bar lengths are of a constant value.
333+
"constant", the bar lengths are of a constant value.
334334
Set this constant in `value`. If "percent", the bar
335335
lengths correspond to a percentage of underlying data.
336336
Set this percentage in `value`. If "sqrt", the bar
@@ -413,7 +413,7 @@ def __init__(
413413
414414
type
415415
Determines the rule used to generate the error bars. If
416-
*constant`, the bar lengths are of a constant value.
416+
"constant", the bar lengths are of a constant value.
417417
Set this constant in `value`. If "percent", the bar
418418
lengths correspond to a percentage of underlying data.
419419
Set this percentage in `value`. If "sqrt", the bar

plotly/graph_objs/layout/_xaxis.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1034,7 +1034,7 @@ def rangebreakdefaults(self, val):
10341034
def rangemode(self):
10351035
"""
10361036
If "normal", the range is computed in relation to the extrema
1037-
of the input data. If *tozero*`, the range extends to 0,
1037+
of the input data. If "tozero", the range extends to 0,
10381038
regardless of the input data If "nonnegative", the range is
10391039
non-negative, regardless of the input data. Applies only to
10401040
linear axes.
@@ -2414,7 +2414,7 @@ def _prop_descriptions(self):
24142414
layout.xaxis.rangebreaks
24152415
rangemode
24162416
If "normal", the range is computed in relation to the
2417-
extrema of the input data. If *tozero*`, the range
2417+
extrema of the input data. If "tozero", the range
24182418
extends to 0, regardless of the input data If
24192419
"nonnegative", the range is non-negative, regardless of
24202420
the input data. Applies only to linear axes.
@@ -3028,7 +3028,7 @@ def __init__(
30283028
layout.xaxis.rangebreaks
30293029
rangemode
30303030
If "normal", the range is computed in relation to the
3031-
extrema of the input data. If *tozero*`, the range
3031+
extrema of the input data. If "tozero", the range
30323032
extends to 0, regardless of the input data If
30333033
"nonnegative", the range is non-negative, regardless of
30343034
the input data. Applies only to linear axes.

plotly/graph_objs/layout/_yaxis.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1056,7 +1056,7 @@ def rangebreakdefaults(self, val):
10561056
def rangemode(self):
10571057
"""
10581058
If "normal", the range is computed in relation to the extrema
1059-
of the input data. If *tozero*`, the range extends to 0,
1059+
of the input data. If "tozero", the range extends to 0,
10601060
regardless of the input data If "nonnegative", the range is
10611061
non-negative, regardless of the input data. Applies only to
10621062
linear axes.
@@ -2429,7 +2429,7 @@ def _prop_descriptions(self):
24292429
layout.yaxis.rangebreaks
24302430
rangemode
24312431
If "normal", the range is computed in relation to the
2432-
extrema of the input data. If *tozero*`, the range
2432+
extrema of the input data. If "tozero", the range
24332433
extends to 0, regardless of the input data If
24342434
"nonnegative", the range is non-negative, regardless of
24352435
the input data. Applies only to linear axes.
@@ -3053,7 +3053,7 @@ def __init__(
30533053
layout.yaxis.rangebreaks
30543054
rangemode
30553055
If "normal", the range is computed in relation to the
3056-
extrema of the input data. If *tozero*`, the range
3056+
extrema of the input data. If "tozero", the range
30573057
extends to 0, regardless of the input data If
30583058
"nonnegative", the range is non-negative, regardless of
30593059
the input data. Applies only to linear axes.

plotly/graph_objs/layout/polar/_radialaxis.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -661,7 +661,7 @@ def range(self, val):
661661
@property
662662
def rangemode(self):
663663
"""
664-
If *tozero*`, the range extends to 0, regardless of the input
664+
If "tozero", the range extends to 0, regardless of the input
665665
data If "nonnegative", the range is non-negative, regardless of
666666
the input data. If "normal", the range is computed in relation
667667
to the extrema of the input data (same behavior as for
@@ -1466,7 +1466,7 @@ def _prop_descriptions(self):
14661466
appears. Leaving either or both elements `null` impacts
14671467
the default `autorange`.
14681468
rangemode
1469-
If *tozero*`, the range extends to 0, regardless of the
1469+
If "tozero", the range extends to 0, regardless of the
14701470
input data If "nonnegative", the range is non-negative,
14711471
regardless of the input data. If "normal", the range is
14721472
computed in relation to the extrema of the input data
@@ -1835,7 +1835,7 @@ def __init__(
18351835
appears. Leaving either or both elements `null` impacts
18361836
the default `autorange`.
18371837
rangemode
1838-
If *tozero*`, the range extends to 0, regardless of the
1838+
If "tozero", the range extends to 0, regardless of the
18391839
input data If "nonnegative", the range is non-negative,
18401840
regardless of the input data. If "normal", the range is
18411841
computed in relation to the extrema of the input data

0 commit comments

Comments
 (0)