We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 679497f commit aa3307eCopy full SHA for aa3307e
lib/matplotlib/cm.py
@@ -53,7 +53,7 @@ def _reverse_cmap_spec(spec):
53
type specs."""
54
55
if 'listed' in spec:
56
- return {'listed' : spec['listed'][::-1]}
+ return {'listed': spec['listed'][::-1]}
57
58
if 'red' in spec:
59
return revcmap(spec)
0 commit comments