Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use 0.25p iinstead of default when describing pen thickness #4006

Merged
merged 1 commit into from
Aug 21, 2020
Merged
Changes from all 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
4 changes: 2 additions & 2 deletions doc/rst/source/gmt.conf.rst
Original file line number Diff line number Diff line change
Expand Up @@ -618,7 +618,7 @@ MAP Parameters
:term:`MAP_GRID_PEN_PRIMARY`, :term:`MAP_GRID_PEN_SECONDARY`,
:term:`MAP_FRAME_PEN`, :term:`MAP_TICK_PEN_PRIMARY`, and
:term:`MAP_TICK_PEN_SECONDARY` by the color of :term:`MAP_DEFAULT_PEN`
[default,black].
[0.25p,black].

**MAP_DEGREE_SYMBOL**
Determines what symbol is used to plot the degree symbol on
Expand Down Expand Up @@ -687,7 +687,7 @@ MAP Parameters

**MAP_GRID_PEN_PRIMARY**
Pen attributes used to draw primary grid lines in dpi units or
points (append p) [default,black].
points (append p) [0.25p,black].

**MAP_GRID_PEN_SECONDARY**
Pen attributes used to draw secondary grid lines in dpi units or
Expand Down