Skip to content

Commit 97c418f

Browse files
committed
feat: adding https://plotly.com/python/css-colors/ URL for colors.
1 parent d69844f commit 97c418f

File tree

618 files changed

+888
-888
lines changed

Some content is hidden

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

618 files changed

+888
-888
lines changed

_plotly_utils/basevalidators.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1334,7 +1334,7 @@ def description(self):
13341334
- An rgb/rgba string (e.g. 'rgb(255,0,0)')
13351335
- An hsl/hsla string (e.g. 'hsl(0,100%,50%)')
13361336
- An hsv/hsva string (e.g. 'hsv(0,100%,100%)')
1337-
- A named CSS color""".format(
1337+
- A named CSS color: see https://plotly.com/python/css-colors/ for a list""".format(
13381338
plotly_name=self.plotly_name
13391339
)
13401340

plotly/graph_objs/_box.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ def fillcolor(self):
259259
- An rgb/rgba string (e.g. 'rgb(255,0,0)')
260260
- An hsl/hsla string (e.g. 'hsl(0,100%,50%)')
261261
- An hsv/hsva string (e.g. 'hsv(0,100%,100%)')
262-
- A named CSS color
262+
- A named CSS color: see https://plotly.com/python/css-colors/ for a list
263263
264264
Returns
265265
-------

plotly/graph_objs/_carpet.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ def color(self):
253253
- An rgb/rgba string (e.g. 'rgb(255,0,0)')
254254
- An hsl/hsla string (e.g. 'hsl(0,100%,50%)')
255255
- An hsv/hsva string (e.g. 'hsv(0,100%,100%)')
256-
- A named CSS color
256+
- A named CSS color: see https://plotly.com/python/css-colors/ for a list
257257
258258
Returns
259259
-------

plotly/graph_objs/_contour.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ def fillcolor(self):
352352
- An rgb/rgba string (e.g. 'rgb(255,0,0)')
353353
- An hsl/hsla string (e.g. 'hsl(0,100%,50%)')
354354
- An hsv/hsva string (e.g. 'hsv(0,100%,100%)')
355-
- A named CSS color
355+
- A named CSS color: see https://plotly.com/python/css-colors/ for a list
356356
- A number that will be interpreted as a color
357357
according to contour.colorscale
358358

plotly/graph_objs/_contourcarpet.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,7 @@ def fillcolor(self):
487487
- An rgb/rgba string (e.g. 'rgb(255,0,0)')
488488
- An hsl/hsla string (e.g. 'hsl(0,100%,50%)')
489489
- An hsv/hsva string (e.g. 'hsv(0,100%,100%)')
490-
- A named CSS color
490+
- A named CSS color: see https://plotly.com/python/css-colors/ for a list
491491
- A number that will be interpreted as a color
492492
according to contourcarpet.colorscale
493493

plotly/graph_objs/_layout.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1388,7 +1388,7 @@ def paper_bgcolor(self):
13881388
- An rgb/rgba string (e.g. 'rgb(255,0,0)')
13891389
- An hsl/hsla string (e.g. 'hsl(0,100%,50%)')
13901390
- An hsv/hsva string (e.g. 'hsv(0,100%,100%)')
1391-
- A named CSS color
1391+
- A named CSS color: see https://plotly.com/python/css-colors/ for a list
13921392
13931393
Returns
13941394
-------
@@ -1433,7 +1433,7 @@ def plot_bgcolor(self):
14331433
- An rgb/rgba string (e.g. 'rgb(255,0,0)')
14341434
- An hsl/hsla string (e.g. 'hsl(0,100%,50%)')
14351435
- An hsv/hsva string (e.g. 'hsv(0,100%,100%)')
1436-
- A named CSS color
1436+
- A named CSS color: see https://plotly.com/python/css-colors/ for a list
14371437
14381438
Returns
14391439
-------

plotly/graph_objs/_mesh3d.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ def color(self):
231231
- An rgb/rgba string (e.g. 'rgb(255,0,0)')
232232
- An hsl/hsla string (e.g. 'hsl(0,100%,50%)')
233233
- An hsv/hsva string (e.g. 'hsv(0,100%,100%)')
234-
- A named CSS color
234+
- A named CSS color: see https://plotly.com/python/css-colors/ for a list
235235
- A number that will be interpreted as a color
236236
according to mesh3d.colorscale
237237

plotly/graph_objs/_scatter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ def fillcolor(self):
314314
- An rgb/rgba string (e.g. 'rgb(255,0,0)')
315315
- An hsl/hsla string (e.g. 'hsl(0,100%,50%)')
316316
- An hsv/hsva string (e.g. 'hsv(0,100%,100%)')
317-
- A named CSS color
317+
- A named CSS color: see https://plotly.com/python/css-colors/ for a list
318318
319319
Returns
320320
-------

plotly/graph_objs/_scatter3d.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -752,7 +752,7 @@ def surfacecolor(self):
752752
- An rgb/rgba string (e.g. 'rgb(255,0,0)')
753753
- An hsl/hsla string (e.g. 'hsl(0,100%,50%)')
754754
- An hsv/hsva string (e.g. 'hsv(0,100%,100%)')
755-
- A named CSS color
755+
- A named CSS color: see https://plotly.com/python/css-colors/ for a list
756756
757757
Returns
758758
-------

plotly/graph_objs/_scattercarpet.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ def fillcolor(self):
254254
- An rgb/rgba string (e.g. 'rgb(255,0,0)')
255255
- An hsl/hsla string (e.g. 'hsl(0,100%,50%)')
256256
- An hsv/hsva string (e.g. 'hsv(0,100%,100%)')
257-
- A named CSS color
257+
- A named CSS color: see https://plotly.com/python/css-colors/ for a list
258258
259259
Returns
260260
-------

0 commit comments

Comments
 (0)