Skip to content

Commit 7a1e6ea

Browse files
committed
added links to other code bases
1 parent 16ef4c1 commit 7a1e6ea

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

README.rst

+14-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@ cmocean
33

44
Note that colormap names were recently updated! (Summer 2016)
55

6+
Besides Python, the cmocean colormaps are also available for:
7+
8+
* For `MATLAB <http://www.mathworks.com/matlabcentral/fileexchange/57773-cmocean-perceptually-uniform-colormaps>`_ by `Chad Greene <http://www.chadagreene.com/>`_
9+
* For R: `Oce <http://dankelley.github.io/oce/>`_ oceanographic analysis package by `Dan Kelley <http://www.dal.ca/faculty/science/oceanography/people/faculty/daniel-e-kelley.html>`_ and `Clark Richards <http://clarkrichards.org/>`_
10+
* For `Ocean Data Viewer <https://github.com/kthyng/cmocean-odv>`_
11+
* For `Generic Mapping Tools (GMT) <https://github.com/kthyng/cmocean-gmt>`_
12+
* For `Paraview <https://github.com/kthyng/cmocean-paraview>`_, inspired by `Phillip Wolfram <https://github.com/pwolfram>`_.
13+
* In `Plotly <https://plot.ly/python/cmocean-colorscales/>`_
14+
* Chad Greene's `Antartic Mapping Tools <http://www.mathworks.com/matlabcentral/fileexchange/47638-antarctic-mapping-tools>`_ in Matlab uses cmocean
15+
616
`Documentation available <http://matplotlib.org/cmocean/>`_
717

8-
To install, type: `pip install cmocean` or if you use Anaconda, `conda install -c conda-forge cmocean`.
18+
To install, type:
19+
``pip install cmocean``
20+
or if you use Anaconda:
21+
``conda install -c conda-forge cmocean``

0 commit comments

Comments
 (0)