Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cfd50c8

Browse files
committed
Merge pull request #755 from tonysyu/fix-color-name-v1.1.x
Rename 'lightgrey' color to 'lightgray'.
2 parents 332faa6 + 30dcee5 commit cfd50c8

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
@@ -127,7 +127,7 @@
127127
'lightcyan' : '#E0FFFF',
128128
'lightgoldenrodyellow' : '#FAFAD2',
129129
'lightgreen' : '#90EE90',
130-
'lightgrey' : '#D3D3D3',
130+
'lightgray' : '#D3D3D3',
131131
'lightpink' : '#FFB6C1',
132132
'lightsalmon' : '#FFA07A',
133133
'lightseagreen' : '#20B2AA',

0 commit comments

Comments
 (0)