Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit febaa0d

Browse files
committed
updates matplotlibrc.template to mat the defaults in the rcsetup module
1 parent 7302c31 commit febaa0d

1 file changed

Lines changed: 24 additions & 25 deletions

File tree

matplotlibrc.template

Lines changed: 24 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,9 @@ backend : %(backend)s
7474
#lines.marker : None # the default marker
7575
#lines.markeredgewidth : 0.5 # the line width around the marker symbol
7676
#lines.markersize : 6 # markersize, in points
77-
#lines.dash_joinstyle : miter # miter|round|bevel
77+
#lines.dash_joinstyle : round # miter|round|bevel
7878
#lines.dash_capstyle : butt # butt|round|projecting
79-
#lines.solid_joinstyle : miter # miter|round|bevel
79+
#lines.solid_joinstyle : round # miter|round|bevel
8080
#lines.solid_capstyle : projecting # butt|round|projecting
8181
#lines.antialiased : True # render lines in antialised (no jaggies)
8282

@@ -129,19 +129,19 @@ backend : %(backend)s
129129
#font.family : sans-serif
130130
#font.style : normal
131131
#font.variant : normal
132-
#font.weight : medium
132+
#font.weight : normal
133133
#font.stretch : normal
134134
# note that font.size controls default text sizes. To configure
135135
# special text sizes tick labels, axes, labels, title, etc, see the rc
136136
# settings for axes and ticks. Special text sizes can be defined
137137
# relative to font.size, using the following values: xx-small, x-small,
138138
# small, medium, large, x-large, xx-large, larger, or smaller
139139
#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
142142
#font.cursive : Apple Chancery, Textile, Zapf Chancery, Sand, cursive
143143
#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
145145

146146
### TEXT
147147
# text properties used by text.Text. See
@@ -181,7 +181,7 @@ backend : %(backend)s
181181
# correction off. None will try and
182182
# guess based on your dvipng version
183183

184-
#text.hinting : auto # May be one of the following:
184+
#text.hinting : True # May be one of the following:
185185
# 'none': Perform no hinting
186186
# 'auto': Use freetype's autohinter
187187
# 'native': Use the hinting information in the
@@ -292,7 +292,7 @@ backend : %(backend)s
292292
#legend.isaxes : True
293293
#legend.numpoints : 2 # the number of points in the legend line
294294
#legend.fontsize : large
295-
#legend.borderpad : 0.5 # border whitespace in fontsize units
295+
#legend.borderpad : 0.4 # border whitespace in fontsize units
296296
#legend.markerscale : 1.0 # the relative size of legend markers vs. original
297297
# the following dimensions are in axes coords
298298
#legend.labelspacing : 0.5 # the vertical space between the legend entries in fraction of fontsize
@@ -438,29 +438,28 @@ backend : %(backend)s
438438
#keymap.forward : right, v # left handed quick navigation
439439
#keymap.pan : p # pan mnemonic
440440
#keymap.zoom : o # zoom mnemonic
441-
#keymap.save : s # saving current figure
441+
#keymap.save : s, ctrl+s # saving current figure
442442
#keymap.quit : ctrl+w, cmd+w # close the current figure
443443
#keymap.grid : g # switching on/off a grid in current axes
444444
#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')
446446
#keymap.all_axes : a # enable all axes
447447

448448
# Control location of examples data files
449449
#examples.directory : '' # directory to look in for custom installation
450450

451451
###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

Comments
 (0)