Skip to content

Commit e4caec0

Browse files
authored
Fix description of various -F option (#4099)
1 parent 48fee07 commit e4caec0

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

doc/rst/source/basemap_common.rst_

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@ Optional Arguments
4747
Without further options, draws a rectangular border around any map inset (**-D**\; classic mode only),
4848
map scale (**-L**) or map rose (**-T**) using
4949
:term:`MAP_FRAME_PEN`; specify a different pen with **+p**\ *pen*.
50-
Add **+g**\ *fill* to fill the logo box [no fill].
50+
Add **+g**\ *fill* to fill the box [no fill].
5151
Append **+c**\ *clearance* where *clearance* is either *gap*, *xgap*\ /\ *ygap*,
5252
or *lgap*\ /\ *rgap*\ /\ *bgap*\ /\ *tgap* where these items are uniform, separate in
53-
x- and y-direction, or individual side spacings between logo and border.
53+
x- and y-direction, or individual side spacings between map inset/scale/rose and border.
5454
Append **+i** to draw a secondary, inner border as well. We use a uniform
5555
*gap* between borders of 2\ **p** and the :term:`MAP_DEFAULT_PEN`
5656
unless other values are specified. Append **+r** to draw rounded

doc/rst/source/coast_common.rst_

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,10 @@ Optional Arguments
9494
**-F**\ [**l**\|\ **t**][**+c**\ *clearances*][**+g**\ *fill*][**+i**\ [[*gap*/]\ *pen*]][**+p**\ [*pen*]][**+r**\ [*radius*]][**+s**\ [[*dx*/*dy*/][*shade*]]]
9595
Without further options, draws a rectangular border around the map scale or rose using
9696
:term:`MAP_FRAME_PEN`; specify a different pen with **+p**\ *pen*.
97-
Add **+g**\ *fill* to fill the logo box [no fill].
97+
Add **+g**\ *fill* to fill the box [no fill].
9898
Append **+c**\ *clearance* where *clearance* is either *gap*, *xgap*\ /\ *ygap*,
9999
or *lgap*\ /\ *rgap*\ /\ *bgap*\ /\ *tgap* where these items are uniform, separate in
100-
x- and y-direction, or individual side spacings between logo and border.
100+
x- and y-direction, or individual side spacings between map scale/rose and border.
101101
Append **+i** to draw a secondary, inner border as well. We use a uniform
102102
*gap* between borders of 2\ **p** and the :term:`MAP_DEFAULT_PEN`
103103
unless other values are specified. Append **+r** to draw rounded

doc/rst/source/colorbar_common.rst_

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,12 +104,12 @@ Optional Arguments
104104
.. _-F:
105105

106106
**-F**\ [**+c**\ *clearances*][**+g**\ *fill*][**+i**\ [[*gap*/]\ *pen*]][**+p**\ [*pen*]][**+r**\ [*radius*]][**+s**\ [[*dx*/*dy*/][*shade*]]]
107-
Without further options, draws a rectangular border around the scale using
107+
Without further options, draws a rectangular border around the colorbar using
108108
:term:`MAP_FRAME_PEN`; specify a different pen with **+p**\ *pen*.
109-
Add **+g**\ *fill* to fill the scale panel [no fill].
109+
Add **+g**\ *fill* to fill the colorbar panel [no fill].
110110
Append **+c**\ *clearance* where *clearance* is either *gap*, *xgap*\ /\ *ygap*,
111111
or *lgap*\ /\ *rgap*\ /\ *bgap*\ /\ *tgap* where these items are uniform, separate in
112-
x- and y-direction, or individual side spacings between scale and border.
112+
x- and y-direction, or individual side spacings between colorbar and border.
113113
Append **+i** to draw a secondary, inner border as well. We use a uniform
114114
*gap* between borders of 2\ **p** and the :term:`MAP_DEFAULT_PEN`
115115
unless other values are specified. Append **+r** to draw rounded

doc/rst/source/image_common.rst_

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Optional Arguments
6161
Add **+g**\ *fill* to fill the image box [no fill].
6262
Append **+c**\ *clearance* where *clearance* is either *gap*, *xgap*\ /\ *ygap*,
6363
or *lgap*\ /\ *rgap*\ /\ *bgap*\ /\ *tgap* where these items are uniform, separate in
64-
x- and y-direction, or individual side spacings between scale and border.
64+
x- and y-direction, or individual side spacings between image and border.
6565
Append **+i** to draw a secondary, inner border as well. We use a uniform
6666
*gap* between borders of 2\ **p** and the :term:`MAP_DEFAULT_PEN`
6767
unless other values are specified. Append **+r** to draw rounded

doc/rst/source/legend_common.rst_

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Optional Arguments
5555
Add **+g**\ *fill* to fill the legend box [no fill].
5656
Append **+c**\ *clearance* where *clearance* is either *gap*, *xgap*\ /\ *ygap*,
5757
or *lgap*\ /\ *rgap*\ /\ *bgap*\ /\ *tgap* where these items are uniform, separate in
58-
x- and y-direction, or individual side spacings between scale and border.
58+
x- and y-direction, or individual side spacings between legend and border.
5959
Append **+i** to draw a secondary, inner border as well. We use a uniform
6060
*gap* between borders of 2\ **p** and the :term:`MAP_DEFAULT_PEN`
6161
unless other values are specified. Append **+r** to draw rounded

0 commit comments

Comments
 (0)