Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 500 Bytes

MAINTAINERS.md

File metadata and controls

14 lines (8 loc) · 500 Bytes

To update the colormaps

  • Download latest version from Zenodo https://zenodo.org/record/4491293

  • From directory above the colormaps master folder, create a new directory called cmaps and do some Bash magic to extract colormap .txt files

find . -name '*.txt' -exec cp {} ./cmaps \;

  • Remove the discrete colormaps (those with numbers at the end)

  • Paste colormaps to the cmaps directory in cmcrameri

  • Run the show_cmapsfunction and save the figure in the home directory of the project