|
2 | 2 |
|
3 | 3 | ## NOTE FOR END USERS: DO NOT EDIT THIS FILE!
|
4 | 4 | ##
|
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 |
6 | 6 | ## 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). |
8 | 8 | ##
|
9 | 9 | ## You should find a copy of it on your system at
|
10 | 10 | ## site-packages/matplotlib/mpl-data/matplotlibrc (relative to your Python
|
11 | 11 | ## installation location). DO NOT EDIT IT!
|
12 | 12 | ##
|
13 | 13 | ## 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: |
16 | 16 | ## $HOME/.config/matplotlib/matplotlibrc OR
|
17 | 17 | ## $XDG_CONFIG_HOME/matplotlib/matplotlibrc (if $XDG_CONFIG_HOME is set)
|
18 |
| -## other platforms: |
| 18 | +## Other platforms: |
19 | 19 | ## $HOME/.matplotlib/matplotlibrc
|
20 | 20 | ## and edit that copy.
|
21 | 21 | ##
|
|
31 | 31 | ## yields a valid style file.
|
32 | 32 | ##
|
33 | 33 | ## 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) |
36 | 36 | ## - a hex string, such as ff00ff
|
37 | 37 | ## - a scalar grayscale intensity such as 0.75
|
38 | 38 | ## - a legal html color name, e.g., red, blue, darkslategray
|
|
76 | 76 | ## Qt5Cairo GTK3Cairo TkCairo WxCairo Cairo
|
77 | 77 | ## Qt4Agg Qt4Cairo Wx # deprecated.
|
78 | 78 | ## 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 |
80 | 80 | ## the module name (which must be in the PYTHONPATH) as 'module://my_backend'.
|
81 | 81 | #backend: Agg
|
82 | 82 |
|
|
90 | 90 | ## be tried until one that is available is found.
|
91 | 91 | #webagg.port_retries: 50
|
92 | 92 |
|
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 |
94 | 94 | #webagg.open_in_browser: True
|
95 | 95 |
|
96 | 96 | ## If you are running pyplot inside a GUI and your backend choice
|
|
240 | 240 | ## expanded, extra-expanded, ultra-expanded, wider, and narrower. This
|
241 | 241 | ## property is not currently implemented.
|
242 | 242 | ##
|
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. |
244 | 244 | ## 10 pt is the standard value.
|
245 | 245 | ##
|
246 | 246 | ## 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 |
248 | 248 | ## settings for axes and ticks. Special text sizes can be defined
|
249 | 249 | ## relative to font.size, using the following values: xx-small, x-small,
|
250 | 250 | ## small, medium, large, x-large, xx-large, larger, or smaller
|
|
275 | 275 | ## ***************************************************************************
|
276 | 276 | ## * LaTeX *
|
277 | 277 | ## ***************************************************************************
|
278 |
| -## For more information on LaTex properties, see |
| 278 | +## For more information on LaTeX properties, see |
279 | 279 | ## https://matplotlib.org/tutorials/text/usetex.html
|
280 | 280 | #text.usetex: False # use latex for all text handling. The following fonts
|
281 | 281 | # are supported through the usual rc parameter settings:
|
|
285 | 285 | # computer modern sans serif, computer modern typewriter
|
286 | 286 | # If another font is desired which can loaded using the
|
287 | 287 | # LaTeX \usepackage command, please inquire at the
|
288 |
| - # matplotlib mailing list |
| 288 | + # Matplotlib mailing list |
289 | 289 | #text.latex.preamble: # IMPROPER USE OF THIS FEATURE WILL LEAD TO LATEX FAILURES
|
290 | 290 | # AND IS THEREFORE UNSUPPORTED. PLEASE DO NOT ASK FOR HELP
|
291 | 291 | # IF THIS FEATURE DOES NOT DO WHAT YOU EXPECT IT TO.
|
|
351 | 351 | ## * AXES *
|
352 | 352 | ## ***************************************************************************
|
353 | 353 | ## 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 |
355 | 355 | ## https://matplotlib.org/api/axes_api.html#module-matplotlib.axes
|
356 | 356 | #axes.facecolor: white # axes background color
|
357 | 357 | #axes.edgecolor: black # axes edge color
|
358 |
| -#axes.linewidth: 0.8 # edge linewidth |
| 358 | +#axes.linewidth: 0.8 # edge line width |
359 | 359 | #axes.grid: False # display grid or not
|
360 | 360 | #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 |
362 | 362 | #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 |
364 | 364 | #axes.titleweight: normal # font weight of title
|
365 | 365 | #axes.titlecolor: auto # color of the axes title, auto falls back to
|
366 | 366 | # text.color as default value
|
367 | 367 | #axes.titley: None # position title (axes relative units). None implies auto
|
368 | 368 | #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 |
370 | 370 | #axes.labelpad: 4.0 # space between label and axis
|
371 | 371 | #axes.labelweight: normal # weight of the x and y labels
|
372 | 372 | #axes.labelcolor: black
|
|
403 | 403 | #axes.unicode_minus: True # use Unicode for the minus symbol rather than hyphen. See
|
404 | 404 | # https://en.wikipedia.org/wiki/Plus_and_minus_signs#Character_codes
|
405 | 405 | #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: |
407 | 407 | # single letter, long name, or web-style hex
|
408 | 408 | # As opposed to all other paramters in this file, the color
|
409 | 409 | # values must be enclosed in quotes for this parameter,
|
|
416 | 416 | #axes.xmargin: .05 # x margin. See `axes.Axes.margins`
|
417 | 417 | #axes.ymargin: .05 # y margin. See `axes.Axes.margins`
|
418 | 418 | #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 |
420 | 420 |
|
421 | 421 |
|
422 | 422 | ## ***************************************************************************
|
|
469 | 469 | #xtick.minor.pad: 3.4 # distance to the minor tick label in points
|
470 | 470 | #xtick.color: black # color of the ticks
|
471 | 471 | #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 |
473 | 473 | #xtick.direction: out # direction: {in, out, inout}
|
474 | 474 | #xtick.minor.visible: False # visibility of minor ticks on x-axis
|
475 | 475 | #xtick.major.top: True # draw x axis top major ticks
|
|
490 | 490 | #ytick.minor.pad: 3.4 # distance to the minor tick label in points
|
491 | 491 | #ytick.color: black # color of the ticks
|
492 | 492 | #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 |
494 | 494 | #ytick.direction: out # direction: {in, out, inout}
|
495 | 495 | #ytick.minor.visible: False # visibility of minor ticks on y-axis
|
496 | 496 | #ytick.major.left: True # draw y axis left major ticks
|
|
526 | 526 | #legend.fontsize: medium
|
527 | 527 | #legend.title_fontsize: None # None sets to the same as the default axes.
|
528 | 528 |
|
529 |
| -## Dimensions as fraction of fontsize: |
| 529 | +## Dimensions as fraction of font size: |
530 | 530 | #legend.borderpad: 0.4 # border whitespace
|
531 | 531 | #legend.labelspacing: 0.5 # the vertical space between the legend entries
|
532 | 532 | #legend.handlelength: 2.0 # the length of the legend lines
|
|
544 | 544 | #figure.titleweight: normal # weight of the figure title
|
545 | 545 | #figure.figsize: 6.4, 4.8 # figure size in inches
|
546 | 546 | #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 |
549 | 549 | #figure.frameon: True # enable figure frame
|
550 | 550 | #figure.max_open_warning: 20 # The maximum number of figures to open through
|
551 | 551 | # the pyplot interface before emitting a warning.
|
|
570 | 570 | # elements fit on the figure. (Not
|
571 | 571 | # compatible with `autolayout`, above).
|
572 | 572 | #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) |
574 | 574 | #figure.constrained_layout.hspace: 0.02 # Space between subplot groups. Float representing
|
575 | 575 | #figure.constrained_layout.wspace: 0.02 # a fraction of the subplot widths being separated.
|
576 | 576 |
|
|
595 | 595 | ## ***************************************************************************
|
596 | 596 | #contour.negative_linestyle: dashed # string or on-off ink sequence
|
597 | 597 | #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`. |
601 | 601 |
|
602 | 602 |
|
603 | 603 | ## ***************************************************************************
|
|
659 | 659 | ## ***************************************************************************
|
660 | 660 | ## * SAVING FIGURES *
|
661 | 661 | ## ***************************************************************************
|
662 |
| -## The default savefig params can be different from the display params |
| 662 | +## The default savefig parameters can be different from the display parameters |
663 | 663 | ## e.g., you may want a higher resolution, or to make the figure
|
664 | 664 | ## background white
|
665 | 665 | #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 |
668 | 668 | #savefig.format: png # {png, ps, pdf, svg}
|
669 | 669 | #savefig.bbox: standard # {tight, standard}
|
670 | 670 | # 'tight' is incompatible with pipe-based animation
|
|
682 | 682 |
|
683 | 683 | ### ps backend params
|
684 | 684 | #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 |
686 | 686 | #ps.usedistiller: False # {ghostscript, xpdf, None}
|
687 | 687 | # Experimental: may produce smaller files.
|
688 | 688 | # xpdf intended for production of publication quality files,
|
|
746 | 746 | #animation.html: none # How to display the animation as HTML in
|
747 | 747 | # the IPython notebook:
|
748 | 748 | # - 'html5' uses HTML5 video tag
|
749 |
| - # - 'jshtml' creates a Javascript animation |
| 749 | + # - 'jshtml' creates a JavaScript animation |
750 | 750 | #animation.writer: ffmpeg # MovieWriter 'backend' to use
|
751 | 751 | #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. |
753 | 753 | # -1 implies let utility auto-determine
|
754 | 754 | #animation.frame_format: png # Controls frame format used by temp files
|
755 | 755 | #animation.ffmpeg_path: ffmpeg # Path to ffmpeg binary. Without full path
|
|
0 commit comments