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

Skip to content

Commit c7e3e67

Browse files
committed
Fix some typos in matplotlibrc template.
1 parent f7ae157 commit c7e3e67

File tree

1 file changed

+35
-35
lines changed

1 file changed

+35
-35
lines changed

matplotlibrc.template

Lines changed: 35 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@
22

33
## NOTE FOR END USERS: DO NOT EDIT THIS FILE!
44
##
5-
## This is a sample matplotlib configuration file - you can find a copy
5+
## This is a sample Matplotlib configuration file - you can find a copy
66
## of it on your system in site-packages/matplotlib/mpl-data/matplotlibrc
7-
## (which related to your Python installation location).
7+
## (relative to your Python installation location).
88
##
99
## You should find a copy of it on your system at
1010
## site-packages/matplotlib/mpl-data/matplotlibrc (relative to your Python
1111
## installation location). DO NOT EDIT IT!
1212
##
1313
## If you wish to change your default style, copy this file to one of the
14-
## following locations
15-
## unix/linux:
14+
## following locations:
15+
## Unix/Linux:
1616
## $HOME/.config/matplotlib/matplotlibrc OR
1717
## $XDG_CONFIG_HOME/matplotlib/matplotlibrc (if $XDG_CONFIG_HOME is set)
18-
## other platforms:
18+
## Other platforms:
1919
## $HOME/.matplotlib/matplotlibrc
2020
## and edit that copy.
2121
##
@@ -31,8 +31,8 @@
3131
## yields a valid style file.
3232
##
3333
## Colors: for the color values below, you can either use
34-
## - a matplotlib color string, such as r, k, or b
35-
## - an rgb tuple, such as (1.0, 0.5, 0.0)
34+
## - a Matplotlib color string, such as r, k, or b
35+
## - an RGB tuple, such as (1.0, 0.5, 0.0)
3636
## - a hex string, such as ff00ff
3737
## - a scalar grayscale intensity such as 0.75
3838
## - a legal html color name, e.g., red, blue, darkslategray
@@ -76,7 +76,7 @@
7676
## Qt5Cairo GTK3Cairo TkCairo WxCairo Cairo
7777
## Qt4Agg Qt4Cairo Wx # deprecated.
7878
## PS PDF SVG Template
79-
## You can also deploy your own backend outside of matplotlib by referring to
79+
## You can also deploy your own backend outside of Matplotlib by referring to
8080
## the module name (which must be in the PYTHONPATH) as 'module://my_backend'.
8181
#backend: Agg
8282

@@ -90,7 +90,7 @@
9090
## be tried until one that is available is found.
9191
#webagg.port_retries: 50
9292

93-
## When True, open the webbrowser to the plot that is shown
93+
## When True, open the web browser to the plot that is shown
9494
#webagg.open_in_browser: True
9595

9696
## If you are running pyplot inside a GUI and your backend choice
@@ -240,11 +240,11 @@
240240
## expanded, extra-expanded, ultra-expanded, wider, and narrower. This
241241
## property is not currently implemented.
242242
##
243-
## The font.size property is the default font size for text, given in pts.
243+
## The font.size property is the default font size for text, given in points.
244244
## 10 pt is the standard value.
245245
##
246246
## Note that font.size controls default text sizes. To configure
247-
## special text sizes tick labels, axes, labels, title, etc, see the rc
247+
## special text sizes tick labels, axes, labels, title, etc., see the rc
248248
## settings for axes and ticks. Special text sizes can be defined
249249
## relative to font.size, using the following values: xx-small, x-small,
250250
## small, medium, large, x-large, xx-large, larger, or smaller
@@ -275,7 +275,7 @@
275275
## ***************************************************************************
276276
## * LaTeX *
277277
## ***************************************************************************
278-
## For more information on LaTex properties, see
278+
## For more information on LaTeX properties, see
279279
## https://matplotlib.org/tutorials/text/usetex.html
280280
#text.usetex: False # use latex for all text handling. The following fonts
281281
# are supported through the usual rc parameter settings:
@@ -285,7 +285,7 @@
285285
# computer modern sans serif, computer modern typewriter
286286
# If another font is desired which can loaded using the
287287
# LaTeX \usepackage command, please inquire at the
288-
# matplotlib mailing list
288+
# Matplotlib mailing list
289289
#text.latex.preamble: # IMPROPER USE OF THIS FEATURE WILL LEAD TO LATEX FAILURES
290290
# AND IS THEREFORE UNSUPPORTED. PLEASE DO NOT ASK FOR HELP
291291
# IF THIS FEATURE DOES NOT DO WHAT YOU EXPECT IT TO.
@@ -351,22 +351,22 @@
351351
## * AXES *
352352
## ***************************************************************************
353353
## Following are default face and edge colors, default tick sizes,
354-
## default fontsizes for ticklabels, and so on. See
354+
## default font sizes for tick labels, and so on. See
355355
## https://matplotlib.org/api/axes_api.html#module-matplotlib.axes
356356
#axes.facecolor: white # axes background color
357357
#axes.edgecolor: black # axes edge color
358-
#axes.linewidth: 0.8 # edge linewidth
358+
#axes.linewidth: 0.8 # edge line width
359359
#axes.grid: False # display grid or not
360360
#axes.grid.axis: both # which axis the grid should apply to
361-
#axes.grid.which: major # gridlines at {major, minor, both} ticks
361+
#axes.grid.which: major # grid lines at {major, minor, both} ticks
362362
#axes.titlelocation: center # alignment of the title: {left, right, center}
363-
#axes.titlesize: large # fontsize of the axes title
363+
#axes.titlesize: large # font size of the axes title
364364
#axes.titleweight: normal # font weight of title
365365
#axes.titlecolor: auto # color of the axes title, auto falls back to
366366
# text.color as default value
367367
#axes.titley: None # position title (axes relative units). None implies auto
368368
#axes.titlepad: 6.0 # pad between axes and title in points
369-
#axes.labelsize: medium # fontsize of the x any y labels
369+
#axes.labelsize: medium # font size of the x and y labels
370370
#axes.labelpad: 4.0 # space between label and axis
371371
#axes.labelweight: normal # weight of the x and y labels
372372
#axes.labelcolor: black
@@ -403,7 +403,7 @@
403403
#axes.unicode_minus: True # use Unicode for the minus symbol rather than hyphen. See
404404
# https://en.wikipedia.org/wiki/Plus_and_minus_signs#Character_codes
405405
#axes.prop_cycle: cycler('color', ['1f77b4', 'ff7f0e', '2ca02c', 'd62728', '9467bd', '8c564b', 'e377c2', '7f7f7f', 'bcbd22', '17becf'])
406-
# color cycle for plot lines as list of string colorspecs:
406+
# color cycle for plot lines as list of string color specs:
407407
# single letter, long name, or web-style hex
408408
# As opposed to all other paramters in this file, the color
409409
# values must be enclosed in quotes for this parameter,
@@ -416,7 +416,7 @@
416416
#axes.xmargin: .05 # x margin. See `axes.Axes.margins`
417417
#axes.ymargin: .05 # y margin. See `axes.Axes.margins`
418418
#polaraxes.grid: True # display grid on polar axes
419-
#axes3d.grid: True # display grid on 3d axes
419+
#axes3d.grid: True # display grid on 3D axes
420420

421421

422422
## ***************************************************************************
@@ -469,7 +469,7 @@
469469
#xtick.minor.pad: 3.4 # distance to the minor tick label in points
470470
#xtick.color: black # color of the ticks
471471
#xtick.labelcolor: inherit # color of the tick labels or inherit from xtick.color
472-
#xtick.labelsize: medium # fontsize of the tick labels
472+
#xtick.labelsize: medium # font size of the tick labels
473473
#xtick.direction: out # direction: {in, out, inout}
474474
#xtick.minor.visible: False # visibility of minor ticks on x-axis
475475
#xtick.major.top: True # draw x axis top major ticks
@@ -490,7 +490,7 @@
490490
#ytick.minor.pad: 3.4 # distance to the minor tick label in points
491491
#ytick.color: black # color of the ticks
492492
#ytick.labelcolor: inherit # color of the tick labels or inherit from ytick.color
493-
#ytick.labelsize: medium # fontsize of the tick labels
493+
#ytick.labelsize: medium # font size of the tick labels
494494
#ytick.direction: out # direction: {in, out, inout}
495495
#ytick.minor.visible: False # visibility of minor ticks on y-axis
496496
#ytick.major.left: True # draw y axis left major ticks
@@ -526,7 +526,7 @@
526526
#legend.fontsize: medium
527527
#legend.title_fontsize: None # None sets to the same as the default axes.
528528

529-
## Dimensions as fraction of fontsize:
529+
## Dimensions as fraction of font size:
530530
#legend.borderpad: 0.4 # border whitespace
531531
#legend.labelspacing: 0.5 # the vertical space between the legend entries
532532
#legend.handlelength: 2.0 # the length of the legend lines
@@ -544,8 +544,8 @@
544544
#figure.titleweight: normal # weight of the figure title
545545
#figure.figsize: 6.4, 4.8 # figure size in inches
546546
#figure.dpi: 100 # figure dots per inch
547-
#figure.facecolor: white # figure facecolor
548-
#figure.edgecolor: white # figure edgecolor
547+
#figure.facecolor: white # figure face color
548+
#figure.edgecolor: white # figure edge color
549549
#figure.frameon: True # enable figure frame
550550
#figure.max_open_warning: 20 # The maximum number of figures to open through
551551
# the pyplot interface before emitting a warning.
@@ -570,7 +570,7 @@
570570
# elements fit on the figure. (Not
571571
# compatible with `autolayout`, above).
572572
#figure.constrained_layout.h_pad: 0.04167 # Padding around axes objects. Float representing
573-
#figure.constrained_layout.w_pad: 0.04167 # inches. Default is 3./72. inches (3 pts)
573+
#figure.constrained_layout.w_pad: 0.04167 # inches. Default is 3/72 inches (3 points)
574574
#figure.constrained_layout.hspace: 0.02 # Space between subplot groups. Float representing
575575
#figure.constrained_layout.wspace: 0.02 # a fraction of the subplot widths being separated.
576576

@@ -595,9 +595,9 @@
595595
## ***************************************************************************
596596
#contour.negative_linestyle: dashed # string or on-off ink sequence
597597
#contour.corner_mask: True # {True, False, legacy}
598-
#contour.linewidth: None # {float, None} Size of the contour
599-
# linewidths. If set to None,
600-
# it falls back to `line.linewidth`.
598+
#contour.linewidth: None # {float, None} Size of the contour line
599+
# widths. If set to None, it falls back to
600+
# `line.linewidth`.
601601

602602

603603
## ***************************************************************************
@@ -659,12 +659,12 @@
659659
## ***************************************************************************
660660
## * SAVING FIGURES *
661661
## ***************************************************************************
662-
## The default savefig params can be different from the display params
662+
## The default savefig parameters can be different from the display parameters
663663
## e.g., you may want a higher resolution, or to make the figure
664664
## background white
665665
#savefig.dpi: figure # figure dots per inch or 'figure'
666-
#savefig.facecolor: auto # figure facecolor when saving
667-
#savefig.edgecolor: auto # figure edgecolor when saving
666+
#savefig.facecolor: auto # figure face color when saving
667+
#savefig.edgecolor: auto # figure edge color when saving
668668
#savefig.format: png # {png, ps, pdf, svg}
669669
#savefig.bbox: standard # {tight, standard}
670670
# 'tight' is incompatible with pipe-based animation
@@ -682,7 +682,7 @@
682682

683683
### ps backend params
684684
#ps.papersize: letter # {auto, letter, legal, ledger, A0-A10, B0-B10}
685-
#ps.useafm: False # use of afm fonts, results in small files
685+
#ps.useafm: False # use of AFM fonts, results in small files
686686
#ps.usedistiller: False # {ghostscript, xpdf, None}
687687
# Experimental: may produce smaller files.
688688
# xpdf intended for production of publication quality files,
@@ -746,10 +746,10 @@
746746
#animation.html: none # How to display the animation as HTML in
747747
# the IPython notebook:
748748
# - 'html5' uses HTML5 video tag
749-
# - 'jshtml' creates a Javascript animation
749+
# - 'jshtml' creates a JavaScript animation
750750
#animation.writer: ffmpeg # MovieWriter 'backend' to use
751751
#animation.codec: h264 # Codec to use for writing movie
752-
#animation.bitrate: -1 # Controls size/quality tradeoff for movie.
752+
#animation.bitrate: -1 # Controls size/quality trade-off for movie.
753753
# -1 implies let utility auto-determine
754754
#animation.frame_format: png # Controls frame format used by temp files
755755
#animation.ffmpeg_path: ffmpeg # Path to ffmpeg binary. Without full path

0 commit comments

Comments
 (0)