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 @@ -27,15 +27,15 @@ class Box(BaseParam):
2727 - a sequence of four values means separate clearances for left/right/bottom/top.
2828 fill
2929 Fill for the box [Default is no fill].
30+ inner_gap
31+ Gap between the outer and inner borders [Default is ``"2p"``].
32+ inner_pen
33+ Pen attributes for the inner border [Default to :gmt-term:`MAP_DEFAULT_PEN`].
3034 pen
3135 Pen attributes for the box outline.
3236 radius
3337 Draw a rounded rectangular border instead of sharp. Passing a value with unit
3438 to control the corner radius [Default is ``"6p"``].
35- inner_gap
36- Gap between the outer and inner borders [Default is ``"2p"``].
37- inner_pen
38- Pen attributes for the inner border [Default to :gmt-term:`MAP_DEFAULT_PEN`].
3939 shade_offset
4040 Place an offset background shaded region behind the box. A sequence of two
4141 values (dx, dy) indicates the shift relative to the foreground frame [Default is
You can’t perform that action at this time.
0 commit comments