Skip to content

Commit

Permalink
Update URL to cpt-city
Browse files Browse the repository at this point in the history
  • Loading branch information
yvonnefroehlich committed Sep 29, 2024
1 parent 7809736 commit f735177
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,9 @@ GMT uses (or can access) raster data derived from these sources:

GMT provides several color maps from these sources:

- [SCM (Scientific Color Maps)](http://www.fabiocrameri.ch/visualisation.php)
- [SCM (Scientific Color Maps)](https://www.fabiocrameri.ch/visualisation.php)
- [cmocean](https://github.com/kthyng/cmocean-gmt)
- [cpt-city](http://soliton.vm.bytemark.co.uk/pub/cpt-city/views/totp-cpt.html)
- [cpt-city](http://www.seaviewsensing.com/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 src/gmt_support.c
Original file line number Diff line number Diff line change
Expand Up @@ -8188,7 +8188,7 @@ int gmt_list_cpt (struct GMT_CTRL *GMT, char option) {
GMT_Usage (API, -19, "%s", &c[2]);
}
gmt_message (GMT, " %s\n", divider);
GMT_Usage (API, 2, "[For more, visit soliton.vm.bytemark.co.uk/pub/cpt-city and www.fabiocrameri.ch/visualisation.php]. "
GMT_Usage (API, 2, "[For more, visit www.seaviewsensing.com/pub/cpt-city and www.fabiocrameri.ch/visualisation.php]. "
"Alternatively, specify -Ccolor1,color2[,color3,...] to build a linear "
"continuous CPT from those colors automatically.");

Expand Down

0 comments on commit f735177

Please sign in to comment.