@@ -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