Skip to content
Merged
Changes from 3 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
6 changes: 4 additions & 2 deletions examples/gallery/maps/land_and_water.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@
--------------------

The ``land`` and ``water`` parameters of :meth:`pygmt.Figure.coast` specify a color to
Comment thread
core-man marked this conversation as resolved.
Outdated
fill in the land and water masses, respectively. You can use standard GMT color names or
give a hex value (like ``#333333``).
fill in the land and water masses, respectively. There are many
Comment thread
core-man marked this conversation as resolved.
Outdated
:gmt-docs:`color codes in GMT <gmtcolors.html>`, including standard GMT color
names (like ``skyblue``), R/G/B levels (like ``0/0/255``), a hex value (like
``#333333``), and a graylevel (like ``50``).
"""
import pygmt

Expand Down