You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+1-1
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ Besides Python, the cmocean colormaps are also available for:
8
8
* For `MATLAB <http://www.mathworks.com/matlabcentral/fileexchange/57773-cmocean-perceptually-uniform-colormaps>`_ by `Chad Greene <http://www.chadagreene.com/>`_
9
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
10
* For `Ocean Data Viewer <https://github.com/kthyng/cmocean-odv>`_
11
-
* For `Generic Mapping Tools (GMT) <https://github.com/kthyng/cmocean-gmt>`_
11
+
* For Generic Mapping Tools (GMT) at `cpt-city <http://soliton.vm.bytemark.co.uk/pub/cpt-city/cmocean/index.html>`_ and on `github<https://github.com/kthyng/cmocean-gmt>`_
12
12
* For `Paraview <https://github.com/kthyng/cmocean-paraview>`_, inspired by `Phillip Wolfram <https://github.com/pwolfram>`_.
13
13
* In `Plotly <https://plot.ly/python/cmocean-colorscales/>`_
14
14
* Chad Greene's `Antartic Mapping Tools <http://www.mathworks.com/matlabcentral/fileexchange/47638-antarctic-mapping-tools>`_ in Matlab uses cmocean
Copy file name to clipboardExpand all lines: docs/source/index.rst
+9-25
Original file line number
Diff line number
Diff line change
@@ -145,17 +145,10 @@ deep
145
145
146
146
The *deep* colormap is sequential from light yellow to potentially represent shallower water through pale green to increasingly dark blue and purple to represent increasing depth.
Bathymetry plot, by `Iury Sousa <http://iuryt.github.io/>`_
159
152
160
153
dense
161
154
^^^^^
@@ -172,8 +165,6 @@ algae
172
165
173
166
The *algae* colormap is sequential with whitish-green for low values and increasing in green with increasing value, which could be used to represent an increase in chlorophyll in the water. Two examples of this colormap are shown below, from Texas A&M University gliders. This colormap is based on matplotlib's Greens, but was recreated from scratch using the viscm tool.
The *amp* colormap is sequential from whitish to dark red and could be used to represent an increase in wave height values. This colormap is the positive half of the *balance* colormap.
Make a colormap instance with ``cmap = cmocean.tools.cmap(rgbin, N=10)`` given the rgb input array.
350
334
@@ -375,11 +359,11 @@ cmocean available elsewhere!
375
359
* For `MATLAB <http://www.mathworks.com/matlabcentral/fileexchange/57773-cmocean-perceptually-uniform-colormaps>`_ by `Chad Greene <http://www.chadagreene.com/>`_
376
360
* 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/>`_
377
361
* For `Ocean Data Viewer <https://github.com/kthyng/cmocean-odv>`_
378
-
* For `Generic Mapping Tools (GMT) <https://github.com/kthyng/cmocean-gmt>`_
362
+
* For Generic Mapping Tools (GMT) at `cpt-city <http://soliton.vm.bytemark.co.uk/pub/cpt-city/cmocean/index.html>`_ and on `github<https://github.com/kthyng/cmocean-gmt>`_
379
363
* For `Paraview <https://github.com/kthyng/cmocean-paraview>`_, inspired by `Phillip Wolfram <https://github.com/pwolfram>`_.
380
364
* In `Plotly <https://plot.ly/python/cmocean-colorscales/>`_
381
365
* Chad Greene's `Antartic Mapping Tools <http://www.mathworks.com/matlabcentral/fileexchange/47638-antarctic-mapping-tools>`_ in Matlab uses cmocean
0 commit comments