Skip to content

Commit d1287a6

Browse files
core-manMeghan Jonesseisman
authored
Add the link for standard GMT color names in GMT docs (#1049)
Co-authored-by: Meghan Jones <[email protected]> Co-authored-by: Dongdong Tian <[email protected]>
1 parent 17dfc2a commit d1287a6

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

examples/gallery/maps/land_and_water.py

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@
22
Color land and water
33
--------------------
44
5-
The ``land`` and ``water`` parameters of :meth:`pygmt.Figure.coast` specify a color to
6-
fill in the land and water masses, respectively. You can use standard GMT color names or
7-
give a hex value (like ``#333333``).
5+
The ``land`` and ``water`` parameters of :meth:`pygmt.Figure.coast` specify
6+
a color to fill in the land and water masses, respectively. There are many
7+
:gmt-docs:`color codes in GMT <gmtcolors.html>`, including standard GMT color
8+
names (like ``skyblue``), R/G/B levels (like ``0/0/255``), a hex value (like
9+
``#333333``), and a graylevel (like ``50``).
810
"""
911
import pygmt
1012

0 commit comments

Comments
 (0)