Add the viridis colormap and make it the default

This commit is contained in:
Steven Silvester
2015-07-14 07:47:59 -05:00
parent 2690fef1db
commit 756b9289c9
3 changed files with 284 additions and 15 deletions
+2 -2
View File
@@ -7,8 +7,8 @@ from ...exposure import is_low_contrast
from ..._shared._warnings import all_warnings
_default_colormap = 'gray'
_nonstandard_colormap = 'cubehelix'
_default_colormap = 'viridis'
_nonstandard_colormap = 'viridis'
_diverging_colormap = 'RdBu'