Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork8.1k
Closed
Labels
Milestone
Description
Three examples now require it, for the rgb2lab function:
users/plotting/colormaps/lightness.py5:from skimage import colorusers/plotting/colormaps/Lfunction.py9:from skimage import colorusers/plotting/colormaps/grayscale.py6:from skimage import colorWe should probably just subsume rgb2lab -- skimage is a fairly heavy dependency just for this.