Skip to content

Commit 25e97ee

Browse files
seismanmichaelgrundyvonnefroehlich
committed
Apply suggestions from code review
Co-authored-by: Michael Grund <[email protected]> Co-authored-by: Yvonne Fröhlich <[email protected]>
1 parent 9bc74c5 commit 25e97ee

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pygmt/params/box.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,17 @@ class Box(BaseParam):
2222
scalar value or a sequence of two/four values.
2323
2424
- a scalar value means a uniform clearance in all four directions.
25-
- a sequence of two values means separate clearances in x- and y- directions.
25+
- a sequence of two values means separate clearances in x- and y-directions.
2626
- a sequence of four values means separate clearances for left/right/bottom/top.
2727
fill
2828
Fill for the box. Default is no fill.
2929
pen
3030
Pen attributes for the box outline.
3131
radius
32-
Draw a rounded rectangular borders instead of sharp. Passing a value with unit
33-
to control the corner radius (default is ``"6p"``).
32+
Draw a rounded rectangular border instead of sharp. Passing a value with unit
33+
to control the corner radius [Default is ``"6p"``].
3434
inner_gap
35-
Gap between the outer and inner border. Default is ``"2p"``.
35+
Gap between the outer and inner borders. Default is ``"2p"``.
3636
inner_pen
3737
Pen attributes for the inner border. Default to :gmt-term:`MAP_DEFAULT_PEN`.
3838
shading_offset

0 commit comments

Comments
 (0)