Skip to content

Commit

Permalink
Added reversed colourmap instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
callumrollo committed May 6, 2020
1 parent bdbe9e5 commit 61a1cf5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ 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
```
You can access all the colourmaps by cm.colormapname you can also use tab autocompletion. For a reversed colourmap, append `_r` to the colormap name
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
setup(
name = 'cmcrameri',
packages = ['cmcrameri'],
version = '0.2',
version = '0.4',
license='MIT',
description = 'Perceptually uniform colourmaps',
author = 'Callum Rollo',
Expand Down

0 comments on commit 61a1cf5

Please sign in to comment.