Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 531 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 531 Bytes

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