Skip to content

Commit 4d0b47c

Browse files
first and last color of cyclicals should match
1 parent 90f2370 commit 4d0b47c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Diff for: packages/python/plotly/_plotly_utils/colors/cyclical.py

+4-2
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def swatches(template=None):
4242
"#ac2301",
4343
"#820000",
4444
"#4c0000",
45-
"#040100",
45+
"#000000",
4646
]
4747
Edge = [
4848
"#313131",
@@ -87,7 +87,7 @@ def swatches(template=None):
8787
"#0010ff",
8888
"#9700ff",
8989
"#ff00bf",
90-
"#ff0018",
90+
"#ff0000",
9191
]
9292
mrybm = [
9393
"#f884f7",
@@ -106,6 +106,7 @@ def swatches(template=None):
106106
"#6b4ef9",
107107
"#956bfa",
108108
"#cd7dfe",
109+
"#f884f7",
109110
]
110111
mygbm = [
111112
"#ef55f1",
@@ -124,6 +125,7 @@ def swatches(template=None):
124125
"#6324f5",
125126
"#9139fa",
126127
"#c543fa",
128+
"#ef55f1",
127129
]
128130

129131
# Prefix variable names with _ so that they will not be added to the swatches

0 commit comments

Comments
 (0)