We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17dfc2a commit d1287a6Copy full SHA for d1287a6
examples/gallery/maps/land_and_water.py
@@ -2,9 +2,11 @@
2
Color land and water
3
--------------------
4
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``).
+The ``land`` and ``water`` parameters of :meth:`pygmt.Figure.coast` specify
+a color to fill in the land and water masses, respectively. There are many
+: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``).
10
"""
11
import pygmt
12
0 commit comments