|
12 | 12 | ## other platforms: |
13 | 13 | ## $HOME/.matplotlib/matplotlibrc |
14 | 14 | ## |
15 | | -## See http://matplotlib.org/users/customizing.html#the-matplotlibrc-file for |
| 15 | +## See https://matplotlib.org/users/customizing.html#the-matplotlibrc-file for |
16 | 16 | ## more details on the paths which are checked for the configuration file. |
17 | 17 | ## |
18 | 18 | ## This file is best viewed in a editor which supports python mode |
|
70 | 70 |
|
71 | 71 |
|
72 | 72 | #### LINES |
73 | | -## See http://matplotlib.org/api/artist_api.html#module-matplotlib.lines for more |
74 | | -## information on line properties. |
| 73 | +## See https://matplotlib.org/api/artist_api.html#module-matplotlib.lines |
| 74 | +## for more information on line properties. |
75 | 75 | #lines.linewidth : 1.5 ## line width in points |
76 | 76 | #lines.linestyle : - ## solid line |
77 | 77 | #lines.color : C0 ## has no affect on plot(); see axes.prop_cycle |
|
95 | 95 | #markers.fillstyle: full ## full|left|right|bottom|top|none |
96 | 96 |
|
97 | 97 | #### PATCHES |
98 | | -## Patches are graphical objects that fill 2D space, like polygons or |
99 | | -## circles. See |
100 | | -## http://matplotlib.org/api/artist_api.html#module-matplotlib.patches |
101 | | -## information on patch properties |
| 98 | +## Patches are graphical objects that fill 2D space, like polygons or circles. |
| 99 | +## See https://matplotlib.org/api/artist_api.html#module-matplotlib.patches |
| 100 | +## for more information on patch properties. |
102 | 101 | #patch.linewidth : 1 ## edge width in points. |
103 | 102 | #patch.facecolor : C0 |
104 | 103 | #patch.edgecolor : black ## if forced, or patch is not filled |
|
156 | 155 |
|
157 | 156 |
|
158 | 157 | #### FONT |
159 | | - |
160 | | -## font properties used by text.Text. See |
161 | | -## http://matplotlib.org/api/font_manager_api.html for more |
162 | | -## information on font properties. The 6 font properties used for font |
163 | | -## matching are given below with their default values. |
| 158 | +## The font properties used by `text.Text`. |
| 159 | +## See https://matplotlib.org/api/font_manager_api.html for more information |
| 160 | +## on font properties. The 6 font properties used for font matching are |
| 161 | +## given below with their default values. |
164 | 162 | ## |
165 | 163 | ## The font.family property has five values: 'serif' (e.g., Times), |
166 | 164 | ## 'sans-serif' (e.g., Helvetica), 'cursive' (e.g., Zapf-Chancery), |
|
209 | 207 | #font.monospace : DejaVu Sans Mono, Bitstream Vera Sans Mono, Computer Modern Typewriter, Andale Mono, Nimbus Mono L, Courier New, Courier, Fixed, Terminal, monospace |
210 | 208 |
|
211 | 209 | #### TEXT |
212 | | -## text properties used by text.Text. See |
213 | | -## http://matplotlib.org/api/artist_api.html#module-matplotlib.text for more |
214 | | -## information on text properties |
| 210 | +## The text properties used by `text.Text`. |
| 211 | +## See https://matplotlib.org/api/artist_api.html#module-matplotlib.text |
| 212 | +## for more information on text properties |
215 | 213 | #text.color : black |
216 | 214 |
|
217 | | -#### LaTeX customizations. See http://wiki.scipy.org/Cookbook/Matplotlib/UsingTex |
| 215 | +#### LaTeX |
| 216 | +## See following links for more information on LaTex properties: |
| 217 | +## https://matplotlib.org/tutorials/text/usetex.html |
| 218 | +## https://scipy-cookbook.readthedocs.io/items/idx_matplotlib_typesetting.html |
218 | 219 | #text.usetex : False ## use latex for all text handling. The following fonts |
219 | 220 | ## are supported through the usual rc parameter settings: |
220 | 221 | ## new century schoolbook, bookman, times, palatino, |
|
280 | 281 | ## used in regular text. |
281 | 282 |
|
282 | 283 | #### AXES |
283 | | -## default face and edge color, default tick sizes, |
| 284 | +## Following are default face and edge colors, default tick sizes, |
284 | 285 | ## default fontsizes for ticklabels, and so on. See |
285 | | -## http://matplotlib.org/api/axes_api.html#module-matplotlib.axes |
| 286 | +## https://matplotlib.org/api/axes_api.html#module-matplotlib.axes |
286 | 287 | #axes.facecolor : white ## axes background color |
287 | 288 | #axes.edgecolor : black ## axes edge color |
288 | 289 | #axes.linewidth : 0.8 ## edge linewidth |
|
326 | 327 | #axes.spines.right : True |
327 | 328 | #axes.unicode_minus : True ## use unicode for the minus symbol |
328 | 329 | ## rather than hyphen. See |
329 | | - ## http://en.wikipedia.org/wiki/Plus_and_minus_signs#Character_codes |
| 330 | + ## https://en.wikipedia.org/wiki/Plus_and_minus_signs#Character_codes |
330 | 331 | #axes.prop_cycle : cycler('color', ['1f77b4', 'ff7f0e', '2ca02c', 'd62728', '9467bd', '8c564b', 'e377c2', '7f7f7f', 'bcbd22', '17becf']) |
331 | 332 | ## color cycle for plot lines as list of string |
332 | 333 | ## colorspecs: single letter, long name, or web-style hex |
333 | 334 | ## Note the use of string escapes here ('1f77b4', instead of 1f77b4) |
334 | 335 | ## as opposed to the rest of this file. |
| 336 | + ## See also https://matplotlib.org/tutorials/intermediate/color_cycle.html |
335 | 337 | #axes.autolimit_mode : data ## How to scale axes limits to the data. |
336 | 338 | ## Use "data" to use data limits, plus some margin |
337 | 339 | ## Use "round_numbers" move to the nearest "round" number |
|
358 | 360 | #date.autoformatter.microsecond : %M:%S.%f |
359 | 361 |
|
360 | 362 | #### TICKS |
361 | | -## see http://matplotlib.org/api/axis_api.html#matplotlib.axis.Tick |
| 363 | +## See https://matplotlib.org/api/axis_api.html#matplotlib.axis.Tick |
362 | 364 | #xtick.top : False ## draw ticks on the top side |
363 | 365 | #xtick.bottom : True ## draw ticks on the bottom side |
364 | 366 | #xtick.labeltop : False ## draw label on the top |
|
429 | 431 | #legend.columnspacing : 2.0 ## column separation |
430 | 432 |
|
431 | 433 | #### FIGURE |
432 | | -## See http://matplotlib.org/api/figure_api.html#matplotlib.figure.Figure |
| 434 | +## See https://matplotlib.org/api/figure_api.html#matplotlib.figure.Figure |
433 | 435 | #figure.titlesize : large ## size of the figure title (Figure.suptitle()) |
434 | 436 | #figure.titleweight : normal ## weight of the figure title |
435 | 437 | #figure.figsize : 6.4, 4.8 ## figure size in inches |
|
568 | 570 | #svg.hashsalt : None ## if not None, use this string as hash salt |
569 | 571 | ## instead of uuid4 |
570 | 572 | ### pgf parameter |
| 573 | +## See https://matplotlib.org/tutorials/text/pgf.html for more information. |
571 | 574 | #pgf.rcfonts : True |
572 | 575 | #pgf.preamble : ## see text.latex.preamble for documentation |
573 | 576 | #pgf.texsystem : xelatex |
|
576 | 579 | ##docstring.hardcopy = False ## set this when you want to generate hardcopy docstring |
577 | 580 |
|
578 | 581 | ## Event keys to interact with figures/plots via keyboard. |
579 | | -## Customize these settings according to your needs. |
| 582 | +## See https://matplotlib.org/users/navigation_toolbar.html for more details on |
| 583 | +## interactive navigation. Customize these settings according to your needs. |
580 | 584 | ## Leave the field(s) empty if you don't need a key-map. (i.e., fullscreen : '') |
581 | 585 | #keymap.fullscreen : f, ctrl+f ## toggling |
582 | 586 | #keymap.home : h, r, home ## home or reset mnemonic |
|
0 commit comments