Skip to content

Commit 2740cd3

Browse files
Update link to the cpt-city recourses (#3343)
1 parent 1136be3 commit 2740cd3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pygmt/src/grd2cpt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def grd2cpt(grid, **kwargs):
5656
*z*-value, the foreground color (F) assigned to values higher than the
5757
highest *z*-value, and the NaN color (N) painted wherever values are
5858
undefined. For color tables beyond the standard GMT offerings, visit
59-
`cpt-city <http://soliton.vm.bytemark.co.uk/pub/cpt-city/>`_ and
59+
`cpt-city <http://www.seaviewsensing.com/pub/cpt-city/>`_ and
6060
`Scientific Colour-Maps <http://www.fabiocrameri.ch/colourmaps.php>`_.
6161
6262
If the master CPT includes B, F, and N entries, these will be copied into

pygmt/src/makecpt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def makecpt(**kwargs):
4242
CPT based on an existing master (dynamic) CPT. The resulting CPT can be
4343
reversed relative to the master cpt, and can be made continuous or
4444
discrete. For color tables beyond the standard GMT offerings, visit
45-
`cpt-city <http://soliton.vm.bytemark.co.uk/pub/cpt-city/>`_ and
45+
`cpt-city <http://www.seaviewsensing.com/pub/cpt-city/>`_ and
4646
`Scientific Colour-Maps <http://www.fabiocrameri.ch/colourmaps.php>`_.
4747
4848
The CPT includes three additional colors beyond the range of z-values.

0 commit comments

Comments
 (0)