We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90f2370 commit 4d0b47cCopy full SHA for 4d0b47c
packages/python/plotly/_plotly_utils/colors/cyclical.py
@@ -42,7 +42,7 @@ def swatches(template=None):
42
"#ac2301",
43
"#820000",
44
"#4c0000",
45
- "#040100",
+ "#000000",
46
]
47
Edge = [
48
"#313131",
@@ -87,7 +87,7 @@ def swatches(template=None):
87
"#0010ff",
88
"#9700ff",
89
"#ff00bf",
90
- "#ff0018",
+ "#ff0000",
91
92
mrybm = [
93
"#f884f7",
@@ -106,6 +106,7 @@ def swatches(template=None):
106
"#6b4ef9",
107
"#956bfa",
108
"#cd7dfe",
109
+ "#f884f7",
110
111
mygbm = [
112
"#ef55f1",
@@ -124,6 +125,7 @@ def swatches(template=None):
124
125
"#6324f5",
126
"#9139fa",
127
"#c543fa",
128
+ "#ef55f1",
129
130
131
# Prefix variable names with _ so that they will not be added to the swatches
0 commit comments