File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
packages/python/plotly/_plotly_utils/colors Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ def swatches(template=None):
42
42
"#ac2301" ,
43
43
"#820000" ,
44
44
"#4c0000" ,
45
- "#040100 " ,
45
+ "#000000 " ,
46
46
]
47
47
Edge = [
48
48
"#313131" ,
@@ -87,7 +87,7 @@ def swatches(template=None):
87
87
"#0010ff" ,
88
88
"#9700ff" ,
89
89
"#ff00bf" ,
90
- "#ff0018 " ,
90
+ "#ff0000 " ,
91
91
]
92
92
mrybm = [
93
93
"#f884f7" ,
@@ -106,6 +106,7 @@ def swatches(template=None):
106
106
"#6b4ef9" ,
107
107
"#956bfa" ,
108
108
"#cd7dfe" ,
109
+ "#f884f7" ,
109
110
]
110
111
mygbm = [
111
112
"#ef55f1" ,
@@ -124,6 +125,7 @@ def swatches(template=None):
124
125
"#6324f5" ,
125
126
"#9139fa" ,
126
127
"#c543fa" ,
128
+ "#ef55f1" ,
127
129
]
128
130
129
131
# Prefix variable names with _ so that they will not be added to the swatches
You can’t perform that action at this time.
0 commit comments