mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-31 12:41:20 +08:00
Add the viridis colormap and make it the default
This commit is contained in:
@@ -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'
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user