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: docs/source/index.rst
+27-4Lines changed: 27 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,10 @@ Beautiful colormaps for oceanography: `cmocean <http://github.com/matplotlib/cmo
8
8
9
9
This package contains colormaps for commonly-used oceanographic variables. Most of the colormaps started from `matplotlib <http://matplotlib.org/>`_ colormaps, but have now been adjusted using the `viscm tool <https://github.com/BIDS/viscm>`_ to be `perceptually uniform <http://bids.github.io/colormap/>`_.
10
10
11
+
We have a paper with guidelines to colormap selection for your application and a description of the `cmocean` colormaps:
12
+
Thyng, K. M., Greene, C. A., Hetland, R. D., Zimmerle, H. M., & DiMarco, S. F. (2016). True colors of oceanography. Oceanography, 29(3), 10.
Data from publication: Kenel, C., et al. "In situ investigation of phase transformations in Ti-6Al-4V under additive manufacturing conditions combining laser melting and high-speed micro-X-ray diffraction." Scientific reports 7.1 (2017): 16358.
Model output in the northwest Gulf of Mexico from the Physical Oceanography Numerical Group (PONG) at Texas A&M.
274
292
275
293
curl
@@ -312,7 +330,7 @@ The colormap instances can be accessed with:
312
330
.. ipython:: python
313
331
314
332
import cmocean
315
-
333
+
316
334
cmaps = cmocean.cm.cmap_d;
317
335
318
336
Print all of the available colormaps to text files with 256 rgb entries with:
@@ -364,7 +382,13 @@ cmocean available elsewhere!
364
382
* In `Plotly <https://plot.ly/python/cmocean-colorscales/>`_
365
383
* Chad Greene's `Antartic Mapping Tools <http://www.mathworks.com/matlabcentral/fileexchange/47638-antarctic-mapping-tools>`_ in Matlab uses cmocean
366
384
* For `Tableau <https://www.tableau.com>`_ as a preferences file on `github <https://github.com/shaunwbell/cmocean_tableau>`_
367
-
.. * In PyNcView: coming soon!
385
+
* For `ImageJ <https://imagej.nih.gov/ij/>`_ as a preferences file on `LUTs <https://github.com/mikeperrins/cmocean-LUT-ImageJ>`_
386
+
* In `iGOTM <https://igotm.bolding-bruggeman.com/>`_, which simulates a water column anywhere in the world.
387
+
* cmocean colormaps are included in the package `colormap <https://github.com/bpostlethwaite/colormap>`_
388
+
* cmocean colormaps are used in the following publications:
389
+
* Kenel, C., et al. "In situ investigation of phase transformations in Ti-6Al-4V under additive manufacturing conditions combining laser melting and high-speed micro-X-ray diffraction." Scientific reports 7.1 (2017): 16358. `<https://www.nature.com/articles/s41598-017-16760-0>`_
390
+
* Usamentiaga, Rubén, et al. "Nondestructive evaluation of carbon fiber bicycle frames using infrared thermography." Sensors 17.11 (2017): 2679. `<http://www.mdpi.com/1424-8220/17/11/2679/htm>`_
0 commit comments