Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ GMT provides several color maps from these sources:

- [SCM (Scientific Color Maps)](https://www.fabiocrameri.ch/visualisation.php)
- [cmocean](https://github.com/kthyng/cmocean-gmt)
- [cpt-city](http://www.seaviewsensing.com/pub/cpt-city/)
- [cpt-city](https://phillips.shef.ac.uk/pub/cpt-city/)
- [google](https://ai.googleblog.com/2019/08/turbo-improved-rainbow-colormap-for.html)
- [matlab](https://www.mathworks.com/help/matlab/colors-1.html)
- [matplotlib](https://matplotlib.org/stable/tutorials/colors/colormaps.html)
Expand Down
2 changes: 1 addition & 1 deletion doc/rst/source/grd2cpt.rst
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ z-values. These are the background color (B) assigned to values lower
than the lowest *z*-value, the foreground color (F) assigned to values
higher than the highest *z*-value, and the NaN color (N) painted
wherever values are undefined. For color tables beyond the
current GMT offerings, visit `cpt-city <http://www.seaviewsensing.com/pub/cpt-city/>`_.
current GMT offerings, visit `cpt-city <https://phillips.shef.ac.uk/pub/cpt-city/>`_.

If the master CPT includes B, F, and N entries, these will be
copied into the new master file. If not, the parameters
Expand Down
2 changes: 1 addition & 1 deletion doc/rst/source/makecpt.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ You define an equidistant set of contour intervals or pass
your own z-table or list, and create a new CPT based on an existing master (dynamic)
CPT. The resulting CPT can be reversed relative to the master
cpt, and can be made continuous or discrete. For color tables beyond the
current GMT offerings, visit `cpt-city <http://www.seaviewsensing.com/pub/cpt-city/>`_.
current GMT offerings, visit `cpt-city <https://phillips.shef.ac.uk/pub/cpt-city/>`_.

The CPT includes three additional colors beyond the range of
z-values. These are the background color (B) assigned to values lower
Expand Down
2 changes: 1 addition & 1 deletion doc/rst/source/reference/cpts.rst
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Color maps can be selected in various of the GMT tools using **-C**\ [*section*/
The color maps from cmocean by Kristen M. Thyng supported by GMT.

For additional color tables, visit
`cpt-city <http://www.seaviewsensing.com/pub/cpt-city/>`_ and
`cpt-city <https://phillips.shef.ac.uk/pub/cpt-city/>`_ and
`Scientific Colour-Maps <http://www.fabiocrameri.ch/colourmaps.php>`_.

Labeled and non-equidistant color legends
Expand Down