Skip to content

Commit 679e9d7

Browse files
endolithmdboom
authored andcommitted
_bone_data was defined twice, and first is erroneous
1 parent 19ec80b commit 679e9d7

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

lib/matplotlib/_cm.py

-5
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,6 @@
1212
'blue' : ((0., 1., 1.), (1., 0., 0.))
1313
}
1414

15-
_bone_data = {'red': ((0., 0., 0.),(1.0, 1.0, 1.0)),
16-
'green': ((0., 0., 0.),(1.0, 1.0, 1.0)),
17-
'blue': ((0., 0., 0.),(1.0, 1.0, 1.0))}
18-
19-
2015
_autumn_data = {'red': ((0., 1.0, 1.0),(1.0, 1.0, 1.0)),
2116
'green': ((0., 0., 0.),(1.0, 1.0, 1.0)),
2217
'blue': ((0., 0., 0.),(1.0, 0., 0.))}

0 commit comments

Comments
 (0)