File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ class Alias:
152
152
size
153
153
Expected size of the 1-D sequence. It can be either an integer or a sequence of
154
154
integers. If an integer, it is the expected size of the 1-D sequence. If it is a
155
- sequence, it is the allowed sizes of the 1-D sequence.
155
+ sequence, it is the allowed size of the 1-D sequence.
156
156
ndim
157
157
The expected maximum number of dimensions of the sequence.
158
158
name
Original file line number Diff line number Diff line change @@ -22,17 +22,17 @@ class Box(BaseParam):
22
22
scalar value or a sequence of two/four values.
23
23
24
24
- 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.
26
26
- a sequence of four values means separate clearances for left/right/bottom/top.
27
27
fill
28
28
Fill for the box. Default is no fill.
29
29
pen
30
30
Pen attributes for the box outline.
31
31
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"``] .
34
34
inner_gap
35
- Gap between the outer and inner border . Default is ``"2p"``.
35
+ Gap between the outer and inner borders . Default is ``"2p"``.
36
36
inner_pen
37
37
Pen attributes for the inner border. Default to :gmt-term:`MAP_DEFAULT_PEN`.
38
38
shading_offset
You can’t perform that action at this time.
0 commit comments