File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments