8000 Fix one last tc -> tab. · matplotlib/matplotlib@6b13c0b · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 6b13c0b

Browse files
committed
Fix one last tc -> tab.
1 parent e89ad40 commit 6b13c0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/colors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ 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, 'tc': TABLEAU_COLORS}
263+
COLOR_NAMES = {'xkcd': XKCD_COLORS, 'css4': CSS4_COLORS, 'tab': TABLEAU_COLORS}
264264
hexColorPattern = re.compile("\A#[a-fA-F0-9]{6}\Z")
265265

266266

0 commit comments

Comments
 (0)
0