pycpt icon indicating copy to clipboard operation
pycpt copied to clipboard

Python tools to load and handle cpt (GMT format) color maps for use with matplotlib, e.g. from cpt-city

Build Status codecov

pycpt

Python tools to load and handle cpt (GMT format) color maps for use with matplotlib, e.g. from cpt-city

Installation

pip install https://github.com/j08lue/pycpt/archive/master.zip

Tests

You can run the tests with

pip install -e .[test]
pytest -v