@@ -143,30 +143,31 @@ def colorscale(self):
143
143
144
144
The 'colorscale' property is a colorscale and may be
145
145
specified as:
146
- - A list of colors that will be spaced evenly to create the colorscale.
146
+
147
+ - A list of colors that will be spaced evenly to create the colorscale.
147
148
Many predefined colorscale lists are included in the sequential, diverging,
148
149
and cyclical modules in the plotly.colors package.
149
- - A list of 2-element lists where the first element is the
150
+ - A list of 2-element lists where the first element is the
150
151
normalized color level value (starting at 0 and ending at 1),
151
152
and the second item is a valid color string.
152
153
(e.g. [[0, 'green'], [0.5, 'red'], [1.0, 'rgb(0, 0, 255)']])
153
- - One of the following named colorscales:
154
- ['aggrnyl', 'agsunset', 'algae', 'amp', 'armyrose', 'balance',
155
- 'blackbody ', 'bluered ', 'blues ', 'blugrn ', 'bluyl ', 'brbg ',
156
- 'brwnyl ', 'bugn ', 'bupu ', 'burg ', 'burgyl ', 'cividis ', 'curl ',
157
- 'darkmint ', 'deep ', 'delta ', 'dense ', 'earth ', 'edge ', 'electric ',
158
- 'emrld ', 'fall ', 'geyser ', 'gnbu ', 'gray ', 'greens ', 'greys ',
159
- 'haline ', 'hot ', 'hsv ', 'ice ', 'icefire ', 'inferno ', 'jet ',
160
- 'magenta ', 'magma ', 'matter ', 'mint ', 'mrybm ', 'mygbm ', 'oranges ',
161
- 'orrd ', 'oryel ', 'oxy ', 'peach ', 'phase ', 'picnic ', 'pinkyl ',
162
- 'piyg ', 'plasma ', 'plotly3 ', 'portland ', 'prgn ', 'pubu ', 'pubugn ',
163
- 'puor ', 'purd ', 'purp ', 'purples ', 'purpor ', 'rainbow ', 'rdbu ',
164
- 'rdgy', 'rdpu', 'rdylbu', 'rdylgn', 'redor', 'reds', 'solar ',
165
- 'spectral', 'speed', 'sunset', 'sunsetdark', 'teal', 'tealgrn',
166
- 'tealrose', 'tempo', 'temps', 'thermal', 'tropic', 'turbid',
167
- 'turbo', ' twilight', 'viridis', 'ylgn', 'ylgnbu', 'ylorbr',
168
- 'ylorrd'].
169
- Appending '_r' to a named colorscale reverses it.
154
+ - One of the following named colorscales:
155
+
156
+ ['aggrnyl ', 'agsunset ', 'algae ', 'amp ', 'armyrose ', 'balance ',
157
+ 'blackbody ', 'bluered ', 'blues ', 'blugrn ', 'bluyl ', 'brbg ', 'brwnyl ',
158
+ 'bugn', 'bupu ', 'burg ', 'burgyl ', 'cividis ', 'curl ', 'darkmint ', 'deep ',
159
+ 'delta ', 'dense ', 'earth ', 'edge ', 'electric ', 'emrld ', 'fall ',
160
+ 'geyser', 'gnbu ', 'gray ', 'greens ', 'greys ', 'haline ', 'hot ', 'hsv ',
161
+ 'ice ', 'icefire ', 'inferno ', 'jet ', 'magenta ', 'magma ', 'matter ',
162
+ 'mint', 'mrybm ', 'mygbm ', 'oranges ', 'orrd ', 'oryel ', 'oxy ', 'peach ',
163
+ 'phase ', 'picnic ', 'pinkyl ', 'piyg ', 'plasma ', 'plotly3 ', 'portland ',
164
+ 'prgn', 'pubu ', 'pubugn ', 'puor ', 'purd ', 'purp ', 'purples ', 'purpor ',
165
+ 'rainbow', 'rdbu', 'rdgy', 'rdpu', 'rdylbu', 'rdylgn', 'redor', 'reds',
166
+ 'solar', 'spectral', 'speed', 'sunset', 'sunsetdark', 'teal', 'tealgrn',
167
+ 'tealrose', 'tempo', 'temps', 'thermal', 'tropic', 'turbid', 'turbo ',
168
+ ' twilight', 'viridis', 'ylgn', 'ylgnbu', 'ylorbr', 'ylorrd'].
169
+
170
+ Appending '_r' to a named colorscale reverses it.
170
171
171
172
Returns
172
173
-------
@@ -295,10 +296,11 @@ def hoverinfo(self):
295
296
296
297
The 'hoverinfo' property is a flaglist and may be specified
297
298
as a string containing:
298
- - Any combination of ['location', 'z', 'text', 'name'] joined with '+' characters
299
+
300
+ - Any combination of ['location', 'z', 'text', 'name'] joined with '+' characters
299
301
(e.g. 'location+z')
300
302
OR exactly one of ['all', 'none', 'skip'] (e.g. 'skip')
301
- - A list or array of the above
303
+ - A list or array of the above
302
304
303
305
Returns
304
306
-------
0 commit comments