8000 Change prefix for Vega10 colors from 'vega:_' to 'vega10:_' · matplotlib/matplotlib@469db53 · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit 469db53

Browse files
trphamtacaswell
authored andcommitted
Change prefix for Vega10 colors from 'vega:_' to 'vega10:_'
1 parent 549a027 commit 469db53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/matplotlib/_color_data.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
'cyan': '#17becf'}
2929

3030

31-
# Normalize name to "vega:<name>" to avoid name collisions.
32-
VEGA10_COLORS = {'vega:' + name: value for name,
31+
# Normalize name to "vega10:<name>" to avoid name collisions.
32+
VEGA10_COLORS = {'vega10:' + name: value for name,
3333
value in VEGA10_COLORS.items()}
3434

3535

0 commit comments

Comments
 (0)
0