Skip to content

Commit

Permalink
Add one file with the three new colormaps
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanv committed Sep 1, 2015
1 parent b109aa5 commit cac61d0
Show file tree
Hide file tree
Showing 2 changed files with 1,052 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,9 @@
Also see [the gallery page](https://bids.github.io/colormap).

If you want to start using these colormaps in your own package, the
single file you'll need is ``colormaps.py``.

```
import colormaps as cmaps
plt.imshow(my_image, cmap=cmaps.viridis)
```
Loading

0 comments on commit cac61d0

Please sign in to comment.