Skip to content
Merged
Show file tree
Hide file tree
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/basemap_common.rst_
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ Optional Arguments
Without further options, draws a rectangular border around any map inset (**-D**\; classic mode only),
map scale (**-L**) or map rose (**-T**) using
:term:`MAP_FRAME_PEN`; specify a different pen with **+p**\ *pen*.
Add **+g**\ *fill* to fill the logo box [no fill].
Add **+g**\ *fill* to fill the box [no fill].
Append **+c**\ *clearance* where *clearance* is either *gap*, *xgap*\ /\ *ygap*,
or *lgap*\ /\ *rgap*\ /\ *bgap*\ /\ *tgap* where these items are uniform, separate in
x- and y-direction, or individual side spacings between logo and border.
x- and y-direction, or individual side spacings between map inset/scale/rose and border.
Append **+i** to draw a secondary, inner border as well. We use a uniform
*gap* between borders of 2\ **p** and the :term:`MAP_DEFAULT_PEN`
unless other values are specified. Append **+r** to draw rounded
Expand Down
4 changes: 2 additions & 2 deletions doc/rst/source/coast_common.rst_
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,10 @@ Optional Arguments
**-F**\ [**l**\|\ **t**][**+c**\ *clearances*][**+g**\ *fill*][**+i**\ [[*gap*/]\ *pen*]][**+p**\ [*pen*]][**+r**\ [*radius*]][**+s**\ [[*dx*/*dy*/][*shade*]]]
Without further options, draws a rectangular border around the map scale or rose using
:term:`MAP_FRAME_PEN`; specify a different pen with **+p**\ *pen*.
Add **+g**\ *fill* to fill the logo box [no fill].
Add **+g**\ *fill* to fill the box [no fill].
Append **+c**\ *clearance* where *clearance* is either *gap*, *xgap*\ /\ *ygap*,
or *lgap*\ /\ *rgap*\ /\ *bgap*\ /\ *tgap* where these items are uniform, separate in
x- and y-direction, or individual side spacings between logo and border.
x- and y-direction, or individual side spacings between map scale/rose and border.
Append **+i** to draw a secondary, inner border as well. We use a uniform
*gap* between borders of 2\ **p** and the :term:`MAP_DEFAULT_PEN`
unless other values are specified. Append **+r** to draw rounded
Expand Down
6 changes: 3 additions & 3 deletions doc/rst/source/colorbar_common.rst_
Original file line number Diff line number Diff line change
Expand Up @@ -104,12 +104,12 @@ Optional Arguments
.. _-F:

**-F**\ [**+c**\ *clearances*][**+g**\ *fill*][**+i**\ [[*gap*/]\ *pen*]][**+p**\ [*pen*]][**+r**\ [*radius*]][**+s**\ [[*dx*/*dy*/][*shade*]]]
Without further options, draws a rectangular border around the scale using
Without further options, draws a rectangular border around the colorbar using
:term:`MAP_FRAME_PEN`; specify a different pen with **+p**\ *pen*.
Add **+g**\ *fill* to fill the scale panel [no fill].
Add **+g**\ *fill* to fill the colorbar panel [no fill].
Append **+c**\ *clearance* where *clearance* is either *gap*, *xgap*\ /\ *ygap*,
or *lgap*\ /\ *rgap*\ /\ *bgap*\ /\ *tgap* where these items are uniform, separate in
x- and y-direction, or individual side spacings between scale and border.
x- and y-direction, or individual side spacings between colorbar and border.
Append **+i** to draw a secondary, inner border as well. We use a uniform
*gap* between borders of 2\ **p** and the :term:`MAP_DEFAULT_PEN`
unless other values are specified. Append **+r** to draw rounded
Expand Down
2 changes: 1 addition & 1 deletion doc/rst/source/image_common.rst_
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Optional Arguments
Add **+g**\ *fill* to fill the image box [no fill].
Append **+c**\ *clearance* where *clearance* is either *gap*, *xgap*\ /\ *ygap*,
or *lgap*\ /\ *rgap*\ /\ *bgap*\ /\ *tgap* where these items are uniform, separate in
x- and y-direction, or individual side spacings between scale and border.
x- and y-direction, or individual side spacings between image and border.
Append **+i** to draw a secondary, inner border as well. We use a uniform
*gap* between borders of 2\ **p** and the :term:`MAP_DEFAULT_PEN`
unless other values are specified. Append **+r** to draw rounded
Expand Down
2 changes: 1 addition & 1 deletion doc/rst/source/legend_common.rst_
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Optional Arguments
Add **+g**\ *fill* to fill the legend box [no fill].
Append **+c**\ *clearance* where *clearance* is either *gap*, *xgap*\ /\ *ygap*,
or *lgap*\ /\ *rgap*\ /\ *bgap*\ /\ *tgap* where these items are uniform, separate in
x- and y-direction, or individual side spacings between scale and border.
x- and y-direction, or individual side spacings between legend and border.
Append **+i** to draw a secondary, inner border as well. We use a uniform
*gap* between borders of 2\ **p** and the :term:`MAP_DEFAULT_PEN`
unless other values are specified. Append **+r** to draw rounded
Expand Down