File tree 1 file changed +5
-3
lines changed
1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -995,17 +995,18 @@ def rc(group, **kwargs):
995
995
996
996
The following aliases are available to save typing for interactive users:
997
997
998
- ===== =================
998
+ ====== =================
999
999
Alias Property
1000
- ===== =================
1000
+ ====== =================
1001
1001
'lw' 'linewidth'
1002
1002
'ls' 'linestyle'
1003
1003
'c' 'color'
1004
1004
'fc' 'facecolor'
1005
1005
'ec' 'edgecolor'
1006
1006
'mew' 'markeredgewidth'
1007
1007
'aa' 'antialiased'
1008
- ===== =================
1008
+ 'sans' 'sans-serif'
1009
+ ====== =================
1009
1010
1010
1011
Thus you could abbreviate the above call as::
1011
1012
@@ -1039,6 +1040,7 @@ def rc(group, **kwargs):
1039
1040
'ec' : 'edgecolor' ,
1040
1041
'mew' : 'markeredgewidth' ,
1041
1042
'aa' : 'antialiased' ,
1043
+ 'sans' : 'sans-serif' ,
1042
1044
}
1043
1045
1044
1046
if isinstance (group , str ):
You can’t perform that action at this time.
0 commit comments