You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
lines.antialiased : True # render lines in antialised (no jaggies)
82
82
@@ -129,19 +129,19 @@ patch.antialiased : True # render patches in antialised (no jaggies)
129
129
font.family : sans-serif
130
130
font.style : normal
131
131
font.variant : normal
132
-
font.weight : medium
132
+
font.weight : normal
133
133
font.stretch : normal
134
134
# note that font.size controls default text sizes. To configure
135
135
# special text sizes tick labels, axes, labels, title, etc, see the rc
136
136
# settings for axes and ticks. Special text sizes can be defined
137
137
# relative to font.size, using the following values: xx-small, x-small,
138
138
# small, medium, large, x-large, xx-large, larger, or smaller
139
139
font.size : 12.0
140
-
font.serif : Bitstream Vera Serif, New Century Schoolbook, Century Schoolbook L, Utopia, ITC Bookman, Bookman, Nimbus Roman No9 L, Times New Roman, Times, Palatino, Charter, serif
141
-
font.sans-serif : Bitstream Vera Sans, Lucida Grande, Verdana, Geneva, Lucid, Arial, Helvetica, Avant Garde, sans-serif
140
+
font.serif : Bitstream Vera Serif, DejaVu Serif, New Century Schoolbook, Century Schoolbook L, Utopia, ITC Bookman, Bookman, Nimbus Roman No9 L, Times New Roman, Times, Palatino, Charter, serif
141
+
font.sans-serif : Bitstream Vera Sans, DejaVu Sans, Lucida Grande, Verdana, Geneva, Lucid, Arial, Helvetica, Avant Garde, sans-serif
142
142
font.cursive : Apple Chancery, Textile, Zapf Chancery, Sand, cursive
143
143
font.fantasy : Comic Sans MS, Chicago, Charcoal, Impact, Western, fantasy
144
-
font.monospace : Bitstream Vera Sans Mono, Andale Mono, Nimbus Mono L, Courier New, Courier, Fixed, Terminal, monospace
144
+
font.monospace : Bitstream Vera Sans Mono, DejaVu Sans Mono, Andale Mono, Nimbus Mono L, Courier New, Courier, Fixed, Terminal, monospace
145
145
146
146
### TEXT
147
147
# text properties used by text.Text. See
@@ -181,7 +181,7 @@ text.dvipnghack : None # some versions of dvipng don't handle alpha
181
181
# correction off. None will try and
182
182
# guess based on your dvipng version
183
183
184
-
text.hinting : auto # May be one of the following:
184
+
text.hinting : True # May be one of the following:
185
185
# 'none': Perform no hinting
186
186
# 'auto': Use freetype's autohinter
187
187
# 'native': Use the hinting information in the
@@ -292,7 +292,7 @@ legend.fancybox : False # if True, use a rounded box for the
292
292
legend.isaxes : True
293
293
legend.numpoints : 2 # the number of points in the legend line
294
294
legend.fontsize : large
295
-
legend.borderpad : 0.5 # border whitespace in fontsize units
295
+
legend.borderpad : 0.4 # border whitespace in fontsize units
296
296
legend.markerscale : 1.0 # the relative size of legend markers vs. original
297
297
# the following dimensions are in axes coords
298
298
legend.labelspacing : 0.5 # the vertical space between the legend entries in fraction of fontsize
@@ -351,7 +351,7 @@ agg.path.chunksize : 0 # 0 to disable; values in the range
351
351
path.simplify : True # When True, simplify paths by removing "invisible"
352
352
# points to reduce file size and increase rendering
353
353
# speed
354
-
path.simplify_threshold : 0.1 # The threshold of similarity below which
354
+
path.simplify_threshold : 0.1 # The threshold of similarity below which
355
355
# vertices will be removed in the simplification
356
356
# process
357
357
path.snap : True # When True, rectilinear axis-aligned paths will be snapped to
@@ -432,35 +432,34 @@ verbose.fileo : sys.stdout # a log filename, sys.stdout or sys.stderr
432
432
# Customize these settings according to your needs.
433
433
# Leave the field(s) empty if you don't need a key-map. (i.e., fullscreen : '')
0 commit comments