Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
26 changes: 13 additions & 13 deletions plotly/graph_objs/_bar.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,8 @@ def cliponaxis(self):
make sure to set `xaxis.layer` and `yaxis.layer` to *below
traces*.

The 'cliponaxis' property must be specified as a bool
(either True, or False)
The 'cliponaxis' property is a boolean and must be specified as:
- A boolean value: True or False

Returns
-------
Expand Down Expand Up @@ -580,9 +580,9 @@ def legend(self):
`layout.legend`, `layout.legend2`, etc.

The 'legend' property is an identifier of a particular
subplot, of type 'legend', that may be specified as the string 'legend'
optionally followed by an integer >= 1
(e.g. 'legend', 'legend1', 'legend2', 'legend3', etc.)
subplot, of type 'legend', that may be specified as:
- the string 'legend' optionally followed by an integer >= 1
(e.g. 'legend', 'legend1', 'legend2', 'legend3', etc.)

Returns
-------
Expand Down Expand Up @@ -927,8 +927,8 @@ def showlegend(self):
Determines whether or not an item corresponding to this trace
is shown in the legend.

The 'showlegend' property must be specified as a bool
(either True, or False)
The 'showlegend' property is a boolean and must be specified as:
- A boolean value: True or False

Returns
-------
Expand Down Expand Up @@ -1341,9 +1341,9 @@ def xaxis(self):
`layout.xaxis2`, and so on.

The 'xaxis' property is an identifier of a particular
subplot, of type 'x', that may be specified as the string 'x'
optionally followed by an integer >= 1
(e.g. 'x', 'x1', 'x2', 'x3', etc.)
subplot, of type 'x', that may be specified as:
- the string 'x' optionally followed by an integer >= 1
(e.g. 'x', 'x1', 'x2', 'x3', etc.)

Returns
-------
Expand Down Expand Up @@ -1531,9 +1531,9 @@ def yaxis(self):
`layout.yaxis2`, and so on.

The 'yaxis' property is an identifier of a particular
subplot, of type 'y', that may be specified as the string 'y'
optionally followed by an integer >= 1
(e.g. 'y', 'y1', 'y2', 'y3', etc.)
subplot, of type 'y', that may be specified as:
- the string 'y' optionally followed by an integer >= 1
(e.g. 'y', 'y1', 'y2', 'y3', etc.)

Returns
-------
Expand Down
16 changes: 8 additions & 8 deletions plotly/graph_objs/_barpolar.py
Original file line number Diff line number Diff line change
Expand Up @@ -408,9 +408,9 @@ def legend(self):
`layout.legend`, `layout.legend2`, etc.

The 'legend' property is an identifier of a particular
subplot, of type 'legend', that may be specified as the string 'legend'
optionally followed by an integer >= 1
(e.g. 'legend', 'legend1', 'legend2', 'legend3', etc.)
subplot, of type 'legend', that may be specified as:
- the string 'legend' optionally followed by an integer >= 1
(e.g. 'legend', 'legend1', 'legend2', 'legend3', etc.)

Returns
-------
Expand Down Expand Up @@ -747,8 +747,8 @@ def showlegend(self):
Determines whether or not an item corresponding to this trace
is shown in the legend.

The 'showlegend' property must be specified as a bool
(either True, or False)
The 'showlegend' property is a boolean and must be specified as:
- A boolean value: True or False

Returns
-------
Expand Down Expand Up @@ -788,9 +788,9 @@ def subplot(self):
`layout.polar2`, and so on.

The 'subplot' property is an identifier of a particular
subplot, of type 'polar', that may be specified as the string 'polar'
optionally followed by an integer >= 1
(e.g. 'polar', 'polar1', 'polar2', 'polar3', etc.)
subplot, of type 'polar', that may be specified as:
- the string 'polar' optionally followed by an integer >= 1
(e.g. 'polar', 'polar1', 'polar2', 'polar3', etc.)

Returns
-------
Expand Down
30 changes: 15 additions & 15 deletions plotly/graph_objs/_box.py
Original file line number Diff line number Diff line change
Expand Up @@ -546,9 +546,9 @@ def legend(self):
`layout.legend`, `layout.legend2`, etc.

The 'legend' property is an identifier of a particular
subplot, of type 'legend', that may be specified as the string 'legend'
optionally followed by an integer >= 1
(e.g. 'legend', 'legend1', 'legend2', 'legend3', etc.)
subplot, of type 'legend', that may be specified as:
- the string 'legend' optionally followed by an integer >= 1
(e.g. 'legend', 'legend1', 'legend2', 'legend3', etc.)

Returns
-------
Expand Down Expand Up @@ -879,8 +879,8 @@ def notched(self):
box-plots for more info. Defaults to False unless `notchwidth`
or `notchspan` is set.

The 'notched' property must be specified as a bool
(either True, or False)
The 'notched' property is a boolean and must be specified as:
- A boolean value: True or False

Returns
-------
Expand Down Expand Up @@ -1245,8 +1245,8 @@ def showlegend(self):
Determines whether or not an item corresponding to this trace
is shown in the legend.

The 'showlegend' property must be specified as a bool
(either True, or False)
The 'showlegend' property is a boolean and must be specified as:
- A boolean value: True or False

Returns
-------
Expand All @@ -1264,8 +1264,8 @@ def showwhiskers(self):
Determines whether or not whiskers are visible. Defaults to
true for `sizemode` "quartiles", false for "sd".

The 'showwhiskers' property must be specified as a bool
(either True, or False)
The 'showwhiskers' property is a boolean and must be specified as:
- A boolean value: True or False

Returns
-------
Expand Down Expand Up @@ -1579,9 +1579,9 @@ def xaxis(self):
`layout.xaxis2`, and so on.

The 'xaxis' property is an identifier of a particular
subplot, of type 'x', that may be specified as the string 'x'
optionally followed by an integer >= 1
(e.g. 'x', 'x1', 'x2', 'x3', etc.)
subplot, of type 'x', that may be specified as:
- the string 'x' optionally followed by an integer >= 1
(e.g. 'x', 'x1', 'x2', 'x3', etc.)

Returns
-------
Expand Down Expand Up @@ -1770,9 +1770,9 @@ def yaxis(self):
`layout.yaxis2`, and so on.

The 'yaxis' property is an identifier of a particular
subplot, of type 'y', that may be specified as the string 'y'
optionally followed by an integer >= 1
(e.g. 'y', 'y1', 'y2', 'y3', etc.)
subplot, of type 'y', that may be specified as:
- the string 'y' optionally followed by an integer >= 1
(e.g. 'y', 'y1', 'y2', 'y3', etc.)

Returns
-------
Expand Down
22 changes: 11 additions & 11 deletions plotly/graph_objs/_candlestick.py
Original file line number Diff line number Diff line change
Expand Up @@ -448,9 +448,9 @@ def legend(self):
`layout.legend`, `layout.legend2`, etc.

The 'legend' property is an identifier of a particular
subplot, of type 'legend', that may be specified as the string 'legend'
optionally followed by an integer >= 1
(e.g. 'legend', 'legend1', 'legend2', 'legend3', etc.)
subplot, of type 'legend', that may be specified as:
- the string 'legend' optionally followed by an integer >= 1
(e.g. 'legend', 'legend1', 'legend2', 'legend3', etc.)

Returns
-------
Expand Down Expand Up @@ -747,8 +747,8 @@ def showlegend(self):
Determines whether or not an item corresponding to this trace
is shown in the legend.

The 'showlegend' property must be specified as a bool
(either True, or False)
The 'showlegend' property is a boolean and must be specified as:
- A boolean value: True or False

Returns
-------
Expand Down Expand Up @@ -939,9 +939,9 @@ def xaxis(self):
`layout.xaxis2`, and so on.

The 'xaxis' property is an identifier of a particular
subplot, of type 'x', that may be specified as the string 'x'
optionally followed by an integer >= 1
(e.g. 'x', 'x1', 'x2', 'x3', etc.)
subplot, of type 'x', that may be specified as:
- the string 'x' optionally followed by an integer >= 1
(e.g. 'x', 'x1', 'x2', 'x3', etc.)

Returns
-------
Expand Down Expand Up @@ -1092,9 +1092,9 @@ def yaxis(self):
`layout.yaxis2`, and so on.

The 'yaxis' property is an identifier of a particular
subplot, of type 'y', that may be specified as the string 'y'
optionally followed by an integer >= 1
(e.g. 'y', 'y1', 'y2', 'y3', etc.)
subplot, of type 'y', that may be specified as:
- the string 'y' optionally followed by an integer >= 1
(e.g. 'y', 'y1', 'y2', 'y3', etc.)

Returns
-------
Expand Down
18 changes: 9 additions & 9 deletions plotly/graph_objs/_carpet.py
Original file line number Diff line number Diff line change
Expand Up @@ -408,9 +408,9 @@ def legend(self):
`layout.legend`, `layout.legend2`, etc.

The 'legend' property is an identifier of a particular
subplot, of type 'legend', that may be specified as the string 'legend'
optionally followed by an integer >= 1
(e.g. 'legend', 'legend1', 'legend2', 'legend3', etc.)
subplot, of type 'legend', that may be specified as:
- the string 'legend' optionally followed by an integer >= 1
(e.g. 'legend', 'legend1', 'legend2', 'legend3', etc.)

Returns
-------
Expand Down Expand Up @@ -687,9 +687,9 @@ def xaxis(self):
`layout.xaxis2`, and so on.

The 'xaxis' property is an identifier of a particular
subplot, of type 'x', that may be specified as the string 'x'
optionally followed by an integer >= 1
(e.g. 'x', 'x1', 'x2', 'x3', etc.)
subplot, of type 'x', that may be specified as:
- the string 'x' optionally followed by an integer >= 1
(e.g. 'x', 'x1', 'x2', 'x3', etc.)

Returns
-------
Expand Down Expand Up @@ -746,9 +746,9 @@ def yaxis(self):
`layout.yaxis2`, and so on.

The 'yaxis' property is an identifier of a particular
subplot, of type 'y', that may be specified as the string 'y'
optionally followed by an integer >= 1
(e.g. 'y', 'y1', 'y2', 'y3', etc.)
subplot, of type 'y', that may be specified as:
- the string 'y' optionally followed by an integer >= 1
(e.g. 'y', 'y1', 'y2', 'y3', etc.)

Returns
-------
Expand Down
38 changes: 19 additions & 19 deletions plotly/graph_objs/_choropleth.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ def autocolorscale(self):
according to whether numbers in the `color` array are all
positive, all negative or mixed.

The 'autocolorscale' property must be specified as a bool
(either True, or False)
The 'autocolorscale' property is a boolean and must be specified as:
- A boolean value: True or False

Returns
-------
Expand All @@ -96,9 +96,9 @@ def coloraxis(self):
axis.

The 'coloraxis' property is an identifier of a particular
subplot, of type 'coloraxis', that may be specified as the string 'coloraxis'
optionally followed by an integer >= 1
(e.g. 'coloraxis', 'coloraxis1', 'coloraxis2', 'coloraxis3', etc.)
subplot, of type 'coloraxis', that may be specified as:
- the string 'coloraxis' optionally followed by an integer >= 1
(e.g. 'coloraxis', 'coloraxis1', 'coloraxis2', 'coloraxis3', etc.)

Returns
-------
Expand Down Expand Up @@ -251,9 +251,9 @@ def geo(self):
geospatial coordinates refer to `layout.geo2`, and so on.

The 'geo' property is an identifier of a particular
subplot, of type 'geo', that may be specified as the string 'geo'
optionally followed by an integer >= 1
(e.g. 'geo', 'geo1', 'geo2', 'geo3', etc.)
subplot, of type 'geo', that may be specified as:
- the string 'geo' optionally followed by an integer >= 1
(e.g. 'geo', 'geo1', 'geo2', 'geo3', etc.)

Returns
-------
Expand Down Expand Up @@ -519,9 +519,9 @@ def legend(self):
`layout.legend`, `layout.legend2`, etc.

The 'legend' property is an identifier of a particular
subplot, of type 'legend', that may be specified as the string 'legend'
optionally followed by an integer >= 1
(e.g. 'legend', 'legend1', 'legend2', 'legend3', etc.)
subplot, of type 'legend', that may be specified as:
- the string 'legend' optionally followed by an integer >= 1
(e.g. 'legend', 'legend1', 'legend2', 'legend3', etc.)

Returns
-------
Expand Down Expand Up @@ -771,8 +771,8 @@ def reversescale(self):
correspond to the last color in the array and `zmax` will
correspond to the first color.

The 'reversescale' property must be specified as a bool
(either True, or False)
The 'reversescale' property is a boolean and must be specified as:
- A boolean value: True or False

Returns
-------
Expand Down Expand Up @@ -831,8 +831,8 @@ def showlegend(self):
Determines whether or not an item corresponding to this trace
is shown in the legend.

The 'showlegend' property must be specified as a bool
(either True, or False)
The 'showlegend' property is a boolean and must be specified as:
- A boolean value: True or False

Returns
-------
Expand All @@ -850,8 +850,8 @@ def showscale(self):
Determines whether or not a colorbar is displayed for this
trace.

The 'showscale' property must be specified as a bool
(either True, or False)
The 'showscale' property is a boolean and must be specified as:
- A boolean value: True or False

Returns
-------
Expand Down Expand Up @@ -1037,8 +1037,8 @@ def zauto(self):
`zmin` and `zmax` Defaults to `false` when `zmin` and `zmax`
are set by the user.

The 'zauto' property must be specified as a bool
(either True, or False)
The 'zauto' property is a boolean and must be specified as:
- A boolean value: True or False

Returns
-------
Expand Down
Loading