Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
callumrollo authored May 6, 2020
1 parent b41870a commit 38084b1
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# cmcrameri

This is a basic wrapper around Fabio Crameri's perceptually uniform colour maps

http://www.fabiocrameri.ch/colourmaps.php

Current version is based on Scientific Colourmaps Version 6.0.4 (06.01.2020)

**Work in progress** Not ready for public use yet! I haven't made a package before. The eventual aim is for this repo to serve PyPI and anaconda

To use these colourmaps, clone/download the repo, add the folder to your path then:
```python
from cmcrameri import cm
import matplotlib.pyplot as plt
import numpy as mp
plt.pcolor(np.random.rand(10,10), cmap=cm.batlow) # or any of the other colourmaps made by Fabio Crameri
```

0 comments on commit 38084b1

Please sign in to comment.