Skip to content

Commit 7f57ccb

Browse files
committed
fix: Update graph_objs per recent bug fixes
1 parent 3293f4d commit 7f57ccb

File tree

323 files changed

+1888
-1886
lines changed

Some content is hidden

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

323 files changed

+1888
-1886
lines changed

plotly/graph_objs/_bar.py

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,8 @@ def cliponaxis(self):
154154
make sure to set `xaxis.layer` and `yaxis.layer` to *below
155155
traces*.
156156
157-
The 'cliponaxis' property must be specified as a bool
158-
(either True, or False)
157+
The 'cliponaxis' property is a boolean and must be specified as:
158+
- A boolean value: True or False
159159
160160
Returns
161161
-------
@@ -580,9 +580,9 @@ def legend(self):
580580
`layout.legend`, `layout.legend2`, etc.
581581
582582
The 'legend' property is an identifier of a particular
583-
subplot, of type 'legend', that may be specified as the string 'legend'
584-
optionally followed by an integer >= 1
585-
(e.g. 'legend', 'legend1', 'legend2', 'legend3', etc.)
583+
subplot, of type 'legend', that may be specified as:
584+
- the string 'legend' optionally followed by an integer >= 1
585+
(e.g. 'legend', 'legend1', 'legend2', 'legend3', etc.)
586586
587587
Returns
588588
-------
@@ -927,8 +927,8 @@ def showlegend(self):
927927
Determines whether or not an item corresponding to this trace
928928
is shown in the legend.
929929
930-
The 'showlegend' property must be specified as a bool
931-
(either True, or False)
930+
The 'showlegend' property is a boolean and must be specified as:
931+
- A boolean value: True or False
932932
933933
Returns
934934
-------
@@ -1341,9 +1341,9 @@ def xaxis(self):
13411341
`layout.xaxis2`, and so on.
13421342
13431343
The 'xaxis' property is an identifier of a particular
1344-
subplot, of type 'x', that may be specified as the string 'x'
1345-
optionally followed by an integer >= 1
1346-
(e.g. 'x', 'x1', 'x2', 'x3', etc.)
1344+
subplot, of type 'x', that may be specified as:
1345+
- the string 'x' optionally followed by an integer >= 1
1346+
(e.g. 'x', 'x1', 'x2', 'x3', etc.)
13471347
13481348
Returns
13491349
-------
@@ -1531,9 +1531,9 @@ def yaxis(self):
15311531
`layout.yaxis2`, and so on.
15321532
15331533
The 'yaxis' property is an identifier of a particular
1534-
subplot, of type 'y', that may be specified as the string 'y'
1535-
optionally followed by an integer >= 1
1536-
(e.g. 'y', 'y1', 'y2', 'y3', etc.)
1534+
subplot, of type 'y', that may be specified as:
1535+
- the string 'y' optionally followed by an integer >= 1
1536+
(e.g. 'y', 'y1', 'y2', 'y3', etc.)
15371537
15381538
Returns
15391539
-------

plotly/graph_objs/_barpolar.py

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -408,9 +408,9 @@ def legend(self):
408408
`layout.legend`, `layout.legend2`, etc.
409409
410410
The 'legend' property is an identifier of a particular
411-
subplot, of type 'legend', that may be specified as the string 'legend'
412-
optionally followed by an integer >= 1
413-
(e.g. 'legend', 'legend1', 'legend2', 'legend3', etc.)
411+
subplot, of type 'legend', that may be specified as:
412+
- the string 'legend' optionally followed by an integer >= 1
413+
(e.g. 'legend', 'legend1', 'legend2', 'legend3', etc.)
414414
415415
Returns
416416
-------
@@ -747,8 +747,8 @@ def showlegend(self):
747747
Determines whether or not an item corresponding to this trace
748748
is shown in the legend.
749749
750-
The 'showlegend' property must be specified as a bool
751-
(either True, or False)
750+
The 'showlegend' property is a boolean and must be specified as:
751+
- A boolean value: True or False
752752
753753
Returns
754754
-------
@@ -788,9 +788,9 @@ def subplot(self):
788788
`layout.polar2`, and so on.
789789
790790
The 'subplot' property is an identifier of a particular
791-
subplot, of type 'polar', that may be specified as the string 'polar'
792-
optionally followed by an integer >= 1
793-
(e.g. 'polar', 'polar1', 'polar2', 'polar3', etc.)
791+
subplot, of type 'polar', that may be specified as:
792+
- the string 'polar' optionally followed by an integer >= 1
793+
(e.g. 'polar', 'polar1', 'polar2', 'polar3', etc.)
794794
795795
Returns
796796
-------

plotly/graph_objs/_box.py

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -546,9 +546,9 @@ def legend(self):
546546
`layout.legend`, `layout.legend2`, etc.
547547
548548
The 'legend' property is an identifier of a particular
549-
subplot, of type 'legend', that may be specified as the string 'legend'
550-
optionally followed by an integer >= 1
551-
(e.g. 'legend', 'legend1', 'legend2', 'legend3', etc.)
549+
subplot, of type 'legend', that may be specified as:
550+
- the string 'legend' optionally followed by an integer >= 1
551+
(e.g. 'legend', 'legend1', 'legend2', 'legend3', etc.)
552552
553553
Returns
554554
-------
@@ -879,8 +879,8 @@ def notched(self):
879879
box-plots for more info. Defaults to False unless `notchwidth`
880880
or `notchspan` is set.
881881
882-
The 'notched' property must be specified as a bool
883-
(either True, or False)
882+
The 'notched' property is a boolean and must be specified as:
883+
- A boolean value: True or False
884884
885885
Returns
886886
-------
@@ -1245,8 +1245,8 @@ def showlegend(self):
12451245
Determines whether or not an item corresponding to this trace
12461246
is shown in the legend.
12471247
1248-
The 'showlegend' property must be specified as a bool
1249-
(either True, or False)
1248+
The 'showlegend' property is a boolean and must be specified as:
1249+
- A boolean value: True or False
12501250
12511251
Returns
12521252
-------
@@ -1264,8 +1264,8 @@ def showwhiskers(self):
12641264
Determines whether or not whiskers are visible. Defaults to
12651265
true for `sizemode` "quartiles", false for "sd".
12661266
1267-
The 'showwhiskers' property must be specified as a bool
1268-
(either True, or False)
1267+
The 'showwhiskers' property is a boolean and must be specified as:
1268+
- A boolean value: True or False
12691269
12701270
Returns
12711271
-------
@@ -1579,9 +1579,9 @@ def xaxis(self):
15791579
`layout.xaxis2`, and so on.
15801580
15811581
The 'xaxis' property is an identifier of a particular
1582-
subplot, of type 'x', that may be specified as the string 'x'
1583-
optionally followed by an integer >= 1
1584-
(e.g. 'x', 'x1', 'x2', 'x3', etc.)
1582+
subplot, of type 'x', that may be specified as:
1583+
- the string 'x' optionally followed by an integer >= 1
1584+
(e.g. 'x', 'x1', 'x2', 'x3', etc.)
15851585
15861586
Returns
15871587
-------
@@ -1770,9 +1770,9 @@ def yaxis(self):
17701770
`layout.yaxis2`, and so on.
17711771
17721772
The 'yaxis' property is an identifier of a particular
1773-
subplot, of type 'y', that may be specified as the string 'y'
1774-
optionally followed by an integer >= 1
1775-
(e.g. 'y', 'y1', 'y2', 'y3', etc.)
1773+
subplot, of type 'y', that may be specified as:
1774+
- the string 'y' optionally followed by an integer >= 1
1775+
(e.g. 'y', 'y1', 'y2', 'y3', etc.)
17761776
17771777
Returns
17781778
-------

plotly/graph_objs/_candlestick.py

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -448,9 +448,9 @@ def legend(self):
448448
`layout.legend`, `layout.legend2`, etc.
449449
450450
The 'legend' property is an identifier of a particular
451-
subplot, of type 'legend', that may be specified as the string 'legend'
452-
optionally followed by an integer >= 1
453-
(e.g. 'legend', 'legend1', 'legend2', 'legend3', etc.)
451+
subplot, of type 'legend', that may be specified as:
452+
- the string 'legend' optionally followed by an integer >= 1
453+
(e.g. 'legend', 'legend1', 'legend2', 'legend3', etc.)
454454
455455
Returns
456456
-------
@@ -747,8 +747,8 @@ def showlegend(self):
747747
Determines whether or not an item corresponding to this trace
748748
is shown in the legend.
749749
750-
The 'showlegend' property must be specified as a bool
751-
(either True, or False)
750+
The 'showlegend' property is a boolean and must be specified as:
751+
- A boolean value: True or False
752752
753753
Returns
754754
-------
@@ -939,9 +939,9 @@ def xaxis(self):
939939
`layout.xaxis2`, and so on.
940940
941941
The 'xaxis' property is an identifier of a particular
942-
subplot, of type 'x', that may be specified as the string 'x'
943-
optionally followed by an integer >= 1
944-
(e.g. 'x', 'x1', 'x2', 'x3', etc.)
942+
subplot, of type 'x', that may be specified as:
943+
- the string 'x' optionally followed by an integer >= 1
944+
(e.g. 'x', 'x1', 'x2', 'x3', etc.)
945945
946946
Returns
947947
-------
@@ -1092,9 +1092,9 @@ def yaxis(self):
10921092
`layout.yaxis2`, and so on.
10931093
10941094
The 'yaxis' property is an identifier of a particular
1095-
subplot, of type 'y', that may be specified as the string 'y'
1096-
optionally followed by an integer >= 1
1097-
(e.g. 'y', 'y1', 'y2', 'y3', etc.)
1095+
subplot, of type 'y', that may be specified as:
1096+
- the string 'y' optionally followed by an integer >= 1
1097+
(e.g. 'y', 'y1', 'y2', 'y3', etc.)
10981098
10991099
Returns
11001100
-------

plotly/graph_objs/_carpet.py

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -408,9 +408,9 @@ def legend(self):
408408
`layout.legend`, `layout.legend2`, etc.
409409
410410
The 'legend' property is an identifier of a particular
411-
subplot, of type 'legend', that may be specified as the string 'legend'
412-
optionally followed by an integer >= 1
413-
(e.g. 'legend', 'legend1', 'legend2', 'legend3', etc.)
411+
subplot, of type 'legend', that may be specified as:
412+
- the string 'legend' optionally followed by an integer >= 1
413+
(e.g. 'legend', 'legend1', 'legend2', 'legend3', etc.)
414414
415415
Returns
416416
-------
@@ -687,9 +687,9 @@ def xaxis(self):
687687
`layout.xaxis2`, and so on.
688688
689689
The 'xaxis' property is an identifier of a particular
690-
subplot, of type 'x', that may be specified as the string 'x'
691-
optionally followed by an integer >= 1
692-
(e.g. 'x', 'x1', 'x2', 'x3', etc.)
690+
subplot, of type 'x', that may be specified as:
691+
- the string 'x' optionally followed by an integer >= 1
692+
(e.g. 'x', 'x1', 'x2', 'x3', etc.)
693693
694694
Returns
695695
-------
@@ -746,9 +746,9 @@ def yaxis(self):
746746
`layout.yaxis2`, and so on.
747747
748748
The 'yaxis' property is an identifier of a particular
749-
subplot, of type 'y', that may be specified as the string 'y'
750-
optionally followed by an integer >= 1
751-
(e.g. 'y', 'y1', 'y2', 'y3', etc.)
749+
subplot, of type 'y', that may be specified as:
750+
- the string 'y' optionally followed by an integer >= 1
751+
(e.g. 'y', 'y1', 'y2', 'y3', etc.)
752752
753753
Returns
754754
-------

plotly/graph_objs/_choropleth.py

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ def autocolorscale(self):
7272
according to whether numbers in the `color` array are all
7373
positive, all negative or mixed.
7474
75-
The 'autocolorscale' property must be specified as a bool
76-
(either True, or False)
75+
The 'autocolorscale' property is a boolean and must be specified as:
76+
- A boolean value: True or False
7777
7878
Returns
7979
-------
@@ -96,9 +96,9 @@ def coloraxis(self):
9696
axis.
9797
9898
The 'coloraxis' property is an identifier of a particular
99-
subplot, of type 'coloraxis', that may be specified as the string 'coloraxis'
100-
optionally followed by an integer >= 1
101-
(e.g. 'coloraxis', 'coloraxis1', 'coloraxis2', 'coloraxis3', etc.)
99+
subplot, of type 'coloraxis', that may be specified as:
100+
- the string 'coloraxis' optionally followed by an integer >= 1
101+
(e.g. 'coloraxis', 'coloraxis1', 'coloraxis2', 'coloraxis3', etc.)
102102
103103
Returns
104104
-------
@@ -251,9 +251,9 @@ def geo(self):
251251
geospatial coordinates refer to `layout.geo2`, and so on.
252252
253253
The 'geo' property is an identifier of a particular
254-
subplot, of type 'geo', that may be specified as the string 'geo'
255-
optionally followed by an integer >= 1
256-
(e.g. 'geo', 'geo1', 'geo2', 'geo3', etc.)
254+
subplot, of type 'geo', that may be specified as:
255+
- the string 'geo' optionally followed by an integer >= 1
256+
(e.g. 'geo', 'geo1', 'geo2', 'geo3', etc.)
257257
258258
Returns
259259
-------
@@ -519,9 +519,9 @@ def legend(self):
519519
`layout.legend`, `layout.legend2`, etc.
520520
521521
The 'legend' property is an identifier of a particular
522-
subplot, of type 'legend', that may be specified as the string 'legend'
523-
optionally followed by an integer >= 1
524-
(e.g. 'legend', 'legend1', 'legend2', 'legend3', etc.)
522+
subplot, of type 'legend', that may be specified as:
523+
- the string 'legend' optionally followed by an integer >= 1
524+
(e.g. 'legend', 'legend1', 'legend2', 'legend3', etc.)
525525
526526
Returns
527527
-------
@@ -771,8 +771,8 @@ def reversescale(self):
771771
correspond to the last color in the array and `zmax` will
772772
correspond to the first color.
773773
774-
The 'reversescale' property must be specified as a bool
775-
(either True, or False)
774+
The 'reversescale' property is a boolean and must be specified as:
775+
- A boolean value: True or False
776776
777777
Returns
778778
-------
@@ -831,8 +831,8 @@ def showlegend(self):
831831
Determines whether or not an item corresponding to this trace
832832
is shown in the legend.
833833
834-
The 'showlegend' property must be specified as a bool
835-
(either True, or False)
834+
The 'showlegend' property is a boolean and must be specified as:
835+
- A boolean value: True or False
836836
837837
Returns
838838
-------
@@ -850,8 +850,8 @@ def showscale(self):
850850
Determines whether or not a colorbar is displayed for this
851851
trace.
852852
853-
The 'showscale' property must be specified as a bool
854-
(either True, or False)
853+
The 'showscale' property is a boolean and must be specified as:
854+
- A boolean value: True or False
855855
856856
Returns
857857
-------
@@ -1037,8 +1037,8 @@ def zauto(self):
10371037
`zmin` and `zmax` Defaults to `false` when `zmin` and `zmax`
10381038
are set by the user.
10391039
1040-
The 'zauto' property must be specified as a bool
1041-
(either True, or False)
1040+
The 'zauto' property is a boolean and must be specified as:
1041+
- A boolean value: True or False
10421042
10431043
Returns
10441044
-------

0 commit comments

Comments
 (0)