Skip to content

Commit

Permalink
Intro "2. Create a contour map": Correct explanation of "pen" paramet…
Browse files Browse the repository at this point in the history
…er (#2705)
  • Loading branch information
yvonnefroehlich authored Oct 2, 2023
1 parent f21119b commit 455ce2a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/get_started/02_contour_map.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,9 @@
# ``annotation`` parameter annotates the contour lines corresponding to the
# given interval (in this case, 1,000 meters) with the related values, here
# elevation or bathymetry. By default, these contour lines are drawn thicker.
# Optionally, the appearance (thickness, color, style) of the contour lines
# can be adjusted by specifying a desired ``pen``, which then applies to all
# contour lines.
# Optionally, the appearance (thickness, color, style) of the annotated and
# the not-annotated contour lines can be adjusted (separately) by specifying
# the desired ``pen``.

fig = pygmt.Figure()
fig.grdimage(grid=grid, frame="a", projection="M10c", cmap="oleron")
Expand Down

0 comments on commit 455ce2a

Please sign in to comment.