@@ -13,29 +13,29 @@ Property Value Type
13
13
========================== ==============================================================================
14
14
alpha float
15
15
backgroundcolor any matplotlib color
16
- bbox rectangle prop dict plus key 'pad' which is a pad in points
16
+ bbox rectangle prop dict plus key `` 'pad' `` which is a pad in points
17
17
clip_box a matplotlib.transform.Bbox instance
18
18
clip_on [True | False]
19
19
clip_path a Path instance and a Transform instance, a Patch
20
20
color any matplotlib color
21
- family [ 'serif' | 'sans-serif' | 'cursive' | 'fantasy' | 'monospace' ]
21
+ family [ `` 'serif' `` | `` 'sans-serif' `` | `` 'cursive' `` | `` 'fantasy' `` | `` 'monospace' `` ]
22
22
fontproperties a matplotlib.font_manager.FontProperties instance
23
- horizontalalignment or ha [ 'center' | 'right' | 'left' ]
23
+ horizontalalignment or ha [ `` 'center' `` | `` 'right' `` | `` 'left' `` ]
24
24
label any string
25
25
linespacing float
26
- multialignment ['left' | 'right' | 'center' ]
27
- name or fontname string eg, ['Sans' | 'Courier' | 'Helvetica' ...]
26
+ multialignment [`` 'left' `` | `` 'right' `` | `` 'center' `` ]
27
+ name or fontname string eg, [`` 'Sans' `` | `` 'Courier' `` | `` 'Helvetica' `` ...]
28
28
picker [None|float|boolean|callable]
29
29
position (x,y)
30
- rotation [ angle in degrees 'vertical' | 'horizontal'
31
- size or fontsize [ size in points | relative size eg 'smaller', 'x-large' ]
32
- style or fontstyle [ 'normal' | 'italic' | 'oblique']
30
+ rotation [ angle in degrees `` 'vertical' `` | `` 'horizontal' ``
31
+ size or fontsize [ size in points | relative size eg `` 'smaller' ``, `` 'x-large' `` ]
32
+ style or fontstyle [ `` 'normal' `` | `` 'italic' `` | `` 'oblique' `` ]
33
33
text string or anything printable with '%s' conversion
34
34
transform a matplotlib.transform transformation instance
35
- variant [ 'normal' | 'small-caps' ]
36
- verticalalignment or va [ 'center' | 'top' | 'bottom' | 'baseline' ]
35
+ variant [ `` 'normal' `` | `` 'small-caps' `` ]
36
+ verticalalignment or va [ `` 'center' `` | `` 'top' `` | `` 'bottom' `` | `` 'baseline' `` ]
37
37
visible [True | False]
38
- weight or fontweight [ 'normal' | 'bold' | 'heavy' | 'light' | 'ultrabold' | 'ultralight']
38
+ weight or fontweight [ `` 'normal' `` | `` 'bold' `` | `` 'heavy' `` | `` 'light' `` | `` 'ultrabold' `` | `` 'ultralight' `` ]
39
39
x float
40
40
y float
41
41
zorder any number
0 commit comments