@@ -67,22 +67,22 @@ def subplot(self, nrows=1, ncols=1, **kwargs):
67
67
Specify automatic tagging of each subplot. Append either a number or
68
68
letter [a]. This sets the tag of the first, top-left subplot and others
69
69
follow sequentially. Surround the number or letter by parentheses on
70
- any side if these should be typeset as part of the tag. Use **+j|J**\
71
- *refpoint* to specify where the tag should be placed in the subplot
72
- [TL]. Note: **+j** sets the justification of the tag to *refpoint*
73
- (suitable for interior tags) while **+J** instead selects the mirror
74
- opposite (suitable for exterior tags). Append **+c**\ *dx*\[/*dy*] to
75
- set the clearance between the tag and a surrounding text box requested
76
- via **+g** or **+p** [3p/3p, i.e., 15% of the :gmt-term:`FONT_TAG` size
77
- dimension]. Append **+g**\ *fill* to paint the tag's text box with
78
- *fill* [no painting]. Append **+o**\ *dx*\ [/*dy*] to offset the tag's
79
- reference point in the direction implied by the justification [4p/4p,
80
- i.e., 20% of the :gmt-term:`FONT_TAG` size]. Append **+p**\ *pen* to
81
- draw the outline of the tag's text box using selected *pen* [no
82
- outline]. Append **+r** to typeset your tag numbers using lowercase
83
- Roman numerals; use **+R** for uppercase Roman numerals [Arabic
84
- numerals]. Append **+v** to increase tag numbers vertically down
85
- columns [horizontally across rows].
70
+ any side if these should be typeset as part of the tag. Use
71
+ **+j**\|\ **J**\ * refpoint* to specify where the tag should be placed
72
+ in the subplot [TL]. Note: **+j** sets the justification of the tag to
73
+ *refpoint* (suitable for interior tags) while **+J** instead selects
74
+ the mirror opposite (suitable for exterior tags). Append
75
+ **+c**\ *dx*\[/*dy*] to set the clearance between the tag and a
76
+ surrounding text box requested via **+g** or **+p** [3p/3p, i.e., 15%
77
+ of the :gmt-term:`FONT_TAG` size dimension]. Append **+g**\ *fill* to
78
+ paint the tag's text box with *fill* [no painting]. Append
79
+ **+o**\ *dx*\ [/*dy*] to offset the tag's reference point in the
80
+ direction implied by the justification [4p/4p, i.e., 20% of the
81
+ :gmt-term:`FONT_TAG` size]. Append **+p**\ *pen* to draw the outline of
82
+ the tag's text box using selected *pen* [no outline]. Append **+r** to
83
+ typeset your tag numbers using lowercase Roman numerals; use **+R** for
84
+ uppercase Roman numerals [Arabic numerals ]. Append **+v** to increase
85
+ tag numbers vertically down columns [horizontally across rows].
86
86
{B}
87
87
clearance : str or list
88
88
[*side*]\ *clearance*.
0 commit comments