|
111 | 111 | ## *************************************************************************** |
112 | 112 | ## * LINES * |
113 | 113 | ## *************************************************************************** |
114 | | -## See https://matplotlib.org/api/artist_api.html#module-matplotlib.lines |
| 114 | +## See https://matplotlib.org/stable/api/artist_api.html#module-matplotlib.lines |
115 | 115 | ## for more information on line properties. |
116 | 116 | #lines.linewidth: 1.5 # line width in points |
117 | 117 | #lines.linestyle: - # solid line |
|
144 | 144 | ## * PATCHES * |
145 | 145 | ## *************************************************************************** |
146 | 146 | ## Patches are graphical objects that fill 2D space, like polygons or circles. |
147 | | -## See https://matplotlib.org/api/artist_api.html#module-matplotlib.patches |
| 147 | +## See https://matplotlib.org/stable/api/artist_api.html#module-matplotlib.patches |
148 | 148 | ## for more information on patch properties. |
149 | 149 | #patch.linewidth: 1.0 # edge width in points. |
150 | 150 | #patch.facecolor: C0 |
|
212 | 212 | ## * FONT * |
213 | 213 | ## *************************************************************************** |
214 | 214 | ## The font properties used by `text.Text`. |
215 | | -## See https://matplotlib.org/api/font_manager_api.html for more information |
| 215 | +## See https://matplotlib.org/stable/api/font_manager_api.html for more information |
216 | 216 | ## on font properties. The 6 font properties used for font matching are |
217 | 217 | ## given below with their default values. |
218 | 218 | ## |
|
277 | 277 | ## * TEXT * |
278 | 278 | ## *************************************************************************** |
279 | 279 | ## The text properties used by `text.Text`. |
280 | | -## See https://matplotlib.org/api/artist_api.html#module-matplotlib.text |
| 280 | +## See https://matplotlib.org/stable/api/artist_api.html#module-matplotlib.text |
281 | 281 | ## for more information on text properties |
282 | 282 | #text.color: black |
283 | 283 |
|
|
309 | 309 | ## * LaTeX * |
310 | 310 | ## *************************************************************************** |
311 | 311 | ## For more information on LaTeX properties, see |
312 | | -## https://matplotlib.org/tutorials/text/usetex.html |
| 312 | +## https://matplotlib.org/stable/tutorials/text/usetex.html |
313 | 313 | #text.usetex: False # use latex for all text handling. The following fonts |
314 | 314 | # are supported through the usual rc parameter settings: |
315 | 315 | # new century schoolbook, bookman, times, palatino, |
|
361 | 361 | ## *************************************************************************** |
362 | 362 | ## Following are default face and edge colors, default tick sizes, |
363 | 363 | ## default font sizes for tick labels, and so on. See |
364 | | -## https://matplotlib.org/api/axes_api.html#module-matplotlib.axes |
| 364 | +## https://matplotlib.org/stable/api/axes_api.html#module-matplotlib.axes |
365 | 365 | #axes.facecolor: white # axes background color |
366 | 366 | #axes.edgecolor: black # axes edge color |
367 | 367 | #axes.linewidth: 0.8 # edge line width |
|
417 | 417 | # As opposed to all other parameters in this file, the color |
418 | 418 | # values must be enclosed in quotes for this parameter, |
419 | 419 | # e.g. '1f77b4', instead of 1f77b4. |
420 | | - # See also https://matplotlib.org/tutorials/intermediate/color_cycle.html |
| 420 | + # See also https://matplotlib.org/stable/tutorials/intermediate/color_cycle.html |
421 | 421 | # for more details on prop_cycle usage. |
422 | 422 | #axes.xmargin: .05 # x margin. See `axes.Axes.margins` |
423 | 423 | #axes.ymargin: .05 # y margin. See `axes.Axes.margins` |
|
459 | 459 | #date.autoformatter.second: %H:%M:%S |
460 | 460 | #date.autoformatter.microsecond: %M:%S.%f |
461 | 461 | ## The reference date for Matplotlib's internal date representation |
462 | | -## See https://matplotlib.org/examples/ticks_and_spines/date_precision_and_epochs.py |
| 462 | +## See https://matplotlib.org/stable/gallery/ticks/date_precision_and_epochs.html |
463 | 463 | #date.epoch: 1970-01-01T00:00:00 |
464 | 464 | ## 'auto', 'concise': |
465 | 465 | #date.converter: auto |
|
469 | 469 | ## *************************************************************************** |
470 | 470 | ## * TICKS * |
471 | 471 | ## *************************************************************************** |
472 | | -## See https://matplotlib.org/api/axis_api.html#matplotlib.axis.Tick |
| 472 | +## See https://matplotlib.org/stable/api/axis_api.html#matplotlib.axis.Tick |
473 | 473 | #xtick.top: False # draw ticks on the top side |
474 | 474 | #xtick.bottom: True # draw ticks on the bottom side |
475 | 475 | #xtick.labeltop: False # draw label on the top |
|
553 | 553 | ## *************************************************************************** |
554 | 554 | ## * FIGURE * |
555 | 555 | ## *************************************************************************** |
556 | | -## See https://matplotlib.org/api/figure_api.html#matplotlib.figure.Figure |
| 556 | +## See https://matplotlib.org/stable/api/figure_api.html#matplotlib.figure.Figure |
557 | 557 | #figure.titlesize: large # size of the figure title (``Figure.suptitle()``) |
558 | 558 | #figure.titleweight: normal # weight of the figure title |
559 | 559 | #figure.labelsize: large # size of the figure label (``Figure.sup[x|y]label()``) |
|
726 | 726 | #svg.hashsalt: None # If not None, use this string as hash salt instead of uuid4 |
727 | 727 |
|
728 | 728 | ### pgf parameter |
729 | | -## See https://matplotlib.org/tutorials/text/pgf.html for more information. |
| 729 | +## See https://matplotlib.org/stable/tutorials/text/pgf.html for more information. |
730 | 730 | #pgf.rcfonts: True |
731 | 731 | #pgf.preamble: # See text.latex.preamble for documentation |
732 | 732 | #pgf.texsystem: xelatex |
|
0 commit comments