Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 421 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 421 Bytes

nudibranch

An utterly unnecessary custom colormap library inspired by the psychedelic sea slugs.

installation

pip install nudibranch

use

from nudibranch import cm

from nudibranch.cm import berghia

aurea_r = cm.get_cmap('aurea_r')

ax.imshow(z, cmap=aurea_r)

ax.imshow(z, cmap=berghia)

etc

Author

David Dempsey (Civil and Natural Resource Engineering, University of Canterbury)