Skip to content

Commit 3f5ee9f

Browse files
committed
regenerating with latest changes
1 parent 0f9b311 commit 3f5ee9f

File tree

262 files changed

+2531
-1807
lines changed

Some content is hidden

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

262 files changed

+2531
-1807
lines changed

plotly/graph_objects/_bar.py

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,8 @@ def dx(self):
231231
Sets the x coordinate step. See `x0` for more info.
232232
233233
The 'dx' property is a number and may be specified as:
234-
- An int or float
234+
235+
- An int or float
235236
236237
Returns
237238
-------
@@ -249,7 +250,8 @@ def dy(self):
249250
Sets the y coordinate step. See `y0` for more info.
250251
251252
The 'dy' property is a number and may be specified as:
252-
- An int or float
253+
254+
- An int or float
253255
254256
Returns
255257
-------
@@ -622,7 +624,8 @@ def legendrank(self):
622624
after traces i.e. according to their order in data and layout.
623625
624626
The 'legendrank' property is a number and may be specified as:
625-
- An int or float
627+
628+
- An int or float
626629
627630
Returns
628631
-------
@@ -744,7 +747,8 @@ def offset(self):
744747
excluded and drawn in "overlay" mode instead.
745748
746749
The 'offset' property is a number and may be specified as:
747-
- An int or float
750+
751+
- An int or float
748752
- A tuple, list, or one-dimensional numpy array of the above
749753
750754
Returns

plotly/graph_objects/_barpolar.py

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,8 @@ def dr(self):
142142
Sets the r coordinate step.
143143
144144
The 'dr' property is a number and may be specified as:
145-
- An int or float
145+
146+
- An int or float
146147
147148
Returns
148149
-------
@@ -162,7 +163,8 @@ def dtheta(self):
162163
coordinates.
163164
164165
The 'dtheta' property is a number and may be specified as:
165-
- An int or float
166+
167+
- An int or float
166168
167169
Returns
168170
-------
@@ -450,7 +452,8 @@ def legendrank(self):
450452
after traces i.e. according to their order in data and layout.
451453
452454
The 'legendrank' property is a number and may be specified as:
453-
- An int or float
455+
456+
- An int or float
454457
455458
Returns
456459
-------
@@ -571,7 +574,8 @@ def offset(self):
571574
"thetatunit" units).
572575
573576
The 'offset' property is a number and may be specified as:
574-
- An int or float
577+
578+
- An int or float
575579
- A tuple, list, or one-dimensional numpy array of the above
576580
577581
Returns

plotly/graph_objects/_box.py

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,8 @@ def dx(self):
215215
q1/median/q3.
216216
217217
The 'dx' property is a number and may be specified as:
218-
- An int or float
218+
219+
- An int or float
219220
220221
Returns
221222
-------
@@ -234,7 +235,8 @@ def dy(self):
234235
q1/median/q3.
235236
236237
The 'dy' property is a number and may be specified as:
237-
- An int or float
238+
239+
- An int or float
238240
239241
Returns
240242
-------
@@ -588,7 +590,8 @@ def legendrank(self):
588590
after traces i.e. according to their order in data and layout.
589591
590592
The 'legendrank' property is a number and may be specified as:
591-
- An int or float
593+
594+
- An int or float
592595
593596
Returns
594597
-------

plotly/graph_objects/_candlestick.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,8 @@ def legendrank(self):
426426
after traces i.e. according to their order in data and layout.
427427
428428
The 'legendrank' property is a number and may be specified as:
429-
- An int or float
429+
430+
- An int or float
430431
431432
Returns
432433
-------

plotly/graph_objects/_carpet.py

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,8 @@ def a0(self):
7575
step.
7676
7777
The 'a0' property is a number and may be specified as:
78-
- An int or float
78+
79+
- An int or float
7980
8081
Returns
8182
-------
@@ -150,7 +151,8 @@ def b0(self):
150151
step.
151152
152153
The 'b0' property is a number and may be specified as:
153-
- An int or float
154+
155+
- An int or float
154156
155157
Returns
156158
-------
@@ -227,7 +229,8 @@ def cheaterslope(self):
227229
cheater plot. Only used if `x` is been omitted.
228230
229231
The 'cheaterslope' property is a number and may be specified as:
230-
- An int or float
232+
233+
- An int or float
231234
232235
Returns
233236
-------
@@ -310,7 +313,8 @@ def da(self):
310313
Sets the a coordinate step. See `a0` for more info.
311314
312315
The 'da' property is a number and may be specified as:
313-
- An int or float
316+
317+
- An int or float
314318
315319
Returns
316320
-------
@@ -328,7 +332,8 @@ def db(self):
328332
Sets the b coordinate step. See `b0` for more info.
329333
330334
The 'db' property is a number and may be specified as:
331-
- An int or float
335+
336+
- An int or float
332337
333338
Returns
334339
-------
@@ -454,7 +459,8 @@ def legendrank(self):
454459
after traces i.e. according to their order in data and layout.
455460
456461
The 'legendrank' property is a number and may be specified as:
457-
- An int or float
462+
463+
- An int or float
458464
459465
Returns
460466
-------

plotly/graph_objects/_choropleth.py

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -560,7 +560,8 @@ def legendrank(self):
560560
after traces i.e. according to their order in data and layout.
561561
562562
The 'legendrank' property is a number and may be specified as:
563-
- An int or float
563+
564+
- An int or float
564565
565566
Returns
566567
-------
@@ -1028,7 +1029,8 @@ def zmax(self):
10281029
same units as in `z` and if set, `zmin` must be set as well.
10291030
10301031
The 'zmax' property is a number and may be specified as:
1031-
- An int or float
1032+
1033+
- An int or float
10321034
10331035
Returns
10341036
-------
@@ -1048,7 +1050,8 @@ def zmid(self):
10481050
same units as in `z`. Has no effect when `zauto` is `false`.
10491051
10501052
The 'zmid' property is a number and may be specified as:
1051-
- An int or float
1053+
1054+
- An int or float
10521055
10531056
Returns
10541057
-------
@@ -1067,7 +1070,8 @@ def zmin(self):
10671070
same units as in `z` and if set, `zmax` must be set as well.
10681071
10691072
The 'zmin' property is a number and may be specified as:
1070-
- An int or float
1073+
1074+
- An int or float
10711075
10721076
Returns
10731077
-------

plotly/graph_objects/_choroplethmap.py

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -558,7 +558,8 @@ def legendrank(self):
558558
after traces i.e. according to their order in data and layout.
559559
560560
The 'legendrank' property is a number and may be specified as:
561-
- An int or float
561+
562+
- An int or float
562563
563564
Returns
564565
-------
@@ -1026,7 +1027,8 @@ def zmax(self):
10261027
same units as in `z` and if set, `zmin` must be set as well.
10271028
10281029
The 'zmax' property is a number and may be specified as:
1029-
- An int or float
1030+
1031+
- An int or float
10301032
10311033
Returns
10321034
-------
@@ -1046,7 +1048,8 @@ def zmid(self):
10461048
same units as in `z`. Has no effect when `zauto` is `false`.
10471049
10481050
The 'zmid' property is a number and may be specified as:
1049-
- An int or float
1051+
1052+
- An int or float
10501053
10511054
Returns
10521055
-------
@@ -1065,7 +1068,8 @@ def zmin(self):
10651068
same units as in `z` and if set, `zmax` must be set as well.
10661069
10671070
The 'zmin' property is a number and may be specified as:
1068-
- An int or float
1071+
1072+
- An int or float
10691073
10701074
Returns
10711075
-------

plotly/graph_objects/_choroplethmapbox.py

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -559,7 +559,8 @@ def legendrank(self):
559559
after traces i.e. according to their order in data and layout.
560560
561561
The 'legendrank' property is a number and may be specified as:
562-
- An int or float
562+
563+
- An int or float
563564
564565
Returns
565566
-------
@@ -1031,7 +1032,8 @@ def zmax(self):
10311032
same units as in `z` and if set, `zmin` must be set as well.
10321033
10331034
The 'zmax' property is a number and may be specified as:
1034-
- An int or float
1035+
1036+
- An int or float
10351037
10361038
Returns
10371039
-------
@@ -1051,7 +1053,8 @@ def zmid(self):
10511053
same units as in `z`. Has no effect when `zauto` is `false`.
10521054
10531055
The 'zmid' property is a number and may be specified as:
1054-
- An int or float
1056+
1057+
- An int or float
10551058
10561059
Returns
10571060
-------
@@ -1070,7 +1073,8 @@ def zmin(self):
10701073
same units as in `z` and if set, `zmax` must be set as well.
10711074
10721075
The 'zmin' property is a number and may be specified as:
1073-
- An int or float
1076+
1077+
- An int or float
10741078
10751079
Returns
10761080
-------

plotly/graph_objects/_cone.py

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,8 @@ def cmax(self):
146146
well.
147147
148148
The 'cmax' property is a number and may be specified as:
149-
- An int or float
149+
150+
- An int or float
150151
151152
Returns
152153
-------
@@ -167,7 +168,8 @@ def cmid(self):
167168
`false`.
168169
169170
The 'cmid' property is a number and may be specified as:
170-
- An int or float
171+
172+
- An int or float
171173
172174
Returns
173175
-------
@@ -187,7 +189,8 @@ def cmin(self):
187189
well.
188190
189191
The 'cmin' property is a number and may be specified as:
190-
- An int or float
192+
193+
- An int or float
191194
192195
Returns
193196
-------
@@ -611,7 +614,8 @@ def legendrank(self):
611614
after traces i.e. according to their order in data and layout.
612615
613616
The 'legendrank' property is a number and may be specified as:
614-
- An int or float
617+
618+
- An int or float
615619
616620
Returns
617621
-------

plotly/graph_objects/_contour.py

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,8 @@ def dx(self):
309309
Sets the x coordinate step. See `x0` for more info.
310310
311311
The 'dx' property is a number and may be specified as:
312-
- An int or float
312+
313+
- An int or float
313314
314315
Returns
315316
-------
@@ -327,7 +328,8 @@ def dy(self):
327328
Sets the y coordinate step. See `y0` for more info.
328329
329330
The 'dy' property is a number and may be specified as:
330-
- An int or float
331+
332+
- An int or float
331333
332334
Returns
333335
-------
@@ -658,7 +660,8 @@ def legendrank(self):
658660
after traces i.e. according to their order in data and layout.
659661
660662
The 'legendrank' property is a number and may be specified as:
661-
- An int or float
663+
664+
- An int or float
662665
663666
Returns
664667
-------
@@ -1563,7 +1566,8 @@ def zmax(self):
15631566
same units as in `z` and if set, `zmin` must be set as well.
15641567
15651568
The 'zmax' property is a number and may be specified as:
1566-
- An int or float
1569+
1570+
- An int or float
15671571
15681572
Returns
15691573
-------
@@ -1583,7 +1587,8 @@ def zmid(self):
15831587
same units as in `z`. Has no effect when `zauto` is `false`.
15841588
15851589
The 'zmid' property is a number and may be specified as:
1586-
- An int or float
1590+
1591+
- An int or float
15871592
15881593
Returns
15891594
-------
@@ -1602,7 +1607,8 @@ def zmin(self):
16021607
same units as in `z` and if set, `zmax` must be set as well.
16031608
16041609
The 'zmin' property is a number and may be specified as:
1605-
- An int or float
1610+
1611+
- An int or float
16061612
16071613
Returns
16081614
-------

0 commit comments

Comments
 (0)