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 @@ backend : %(backend)s
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 @@ backend : %(backend)s
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 @@ backend : %(backend)s
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
@@ -438,29 +438,28 @@ backend : %(backend)s
438
438
#keymap.forward : right, v # left handed quick navigation
439
439
#keymap.pan : p # pan mnemonic
440
440
#keymap.zoom : o # zoom mnemonic
441
-
#keymap.save : s # saving current figure
441
+
#keymap.save : s, ctrl+s # saving current figure
442
442
#keymap.quit : ctrl+w, cmd+w # close the current figure
443
443
#keymap.grid : g # switching on/off a grid in current axes
444
444
#keymap.yscale : l # toggle scaling of y-axes ('log'/'linear')
445
-
#keymap.xscale : L, k # toggle scaling of x-axes ('log'/'linear')
445
+
#keymap.xscale : k, L # toggle scaling of x-axes ('log'/'linear')
446
446
#keymap.all_axes : a # enable all axes
447
447
448
448
# Control location of examples data files
449
449
#examples.directory : '' # directory to look in for custom installation
450
450
451
451
###ANIMATION settings
452
-
#animation.writer : ffmpeg # MovieWriter 'backend' to use
453
-
#animation.codec : mp4 # Codec to use for writing movie
454
-
#animation.bitrate: -1 # Controls size/quality tradeoff for movie.
455
-
# -1 implies let utility auto-determine
456
-
#animation.frame_format: png # Controls frame format used by temp files
457
-
#animation.ffmpeg_path: 'ffmpeg' # Path to ffmpeg binary. Without full path
458
-
# $PATH is searched
459
-
#animation.ffmpeg_args: '' # Additional arguments to pass to ffmpeg
460
-
#animation.avconv_path: 'avconv' # Path to avconv binary. Without full path
461
-
# $PATH is searched
462
-
#animation.avconv_args: '' # Additional arguments to pass to avconv
463
-
#animation.mencoder_path: 'mencoder'
464
-
# Path to mencoder binary. Without full path
465
-
# $PATH is searched
466
-
#animation.mencoder_args: '' # Additional arguments to pass to mencoder
452
+
#animation.writer : ffmpeg # MovieWriter 'backend' to use
453
+
#animation.codec : mpeg4 # Codec to use for writing movie
454
+
#animation.bitrate: -1 # Controls size/quality tradeoff for movie.
455
+
# -1 implies let utility auto-determine
456
+
#animation.frame_format: png # Controls frame format used by temp files
457
+
#animation.ffmpeg_path: 'ffmpeg' # Path to ffmpeg binary. Without full path
458
+
# $PATH is searched
459
+
#animation.ffmpeg_args: '' # Additional arguments to pass to ffmpeg
460
+
#animation.avconv_path: 'avconv' # Path to avconv binary. Without full path
461
+
# $PATH is searched
462
+
#animation.avconv_args: '' # Additional arguments to pass to avconv
463
+
#animation.mencoder_path: 'mencoder' # Path to mencoder binary. Without full path
464
+
# $PATH is searched
465
+
#animation.mencoder_args: '' # Additional arguments to pass to mencoder
0 commit comments