8000 MNT: remove un-used public dictionary · matplotlib/matplotlib@3d3130a · GitHub
[go: up one dir, main page]

Skip to content

Commit 3d3130a

Browse files
committed
MNT: remove un-used public dictionary
This dictionary was added in #5775 sha: 9655f45 (and not yet released) and was removed from internal use by #6382 sha: (master) 22a7b95 / (2.x backport) 3281bcd
1 parent 6b13c0b commit 3d3130a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/matplotlib/colors.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,6 @@ def to_hex(c, keep_alpha=False):
260260
### Backwards-compatible color-conversion API
261261

262262
cnames = CSS4_COLORS
263-
COLOR_NAMES = {'xkcd': XKCD_COLORS, 'css4': CSS4_COLORS, 'tab': TABLEAU_COLORS}
264263
hexColorPattern = re.compile("\A#[a-fA-F0-9]{6}\Z")
265264

266265

0 commit comments

Comments
 (0)
0