Skip to content

Commit f5ff5d7

Browse files
authored
Merge pull request matplotlib#25000 from rcomer/matplotlibrc-urls
Update matplotlibrc urls
2 parents 78f9c08 + 534a8f6 commit f5ff5d7

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

Diff for: lib/matplotlib/mpl-data/matplotlibrc

+11-11
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
## ***************************************************************************
112112
## * LINES *
113113
## ***************************************************************************
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
115115
## for more information on line properties.
116116
#lines.linewidth: 1.5 # line width in points
117117
#lines.linestyle: - # solid line
@@ -144,7 +144,7 @@
144144
## * PATCHES *
145145
## ***************************************************************************
146146
## 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
148148
## for more information on patch properties.
149149
#patch.linewidth: 1.0 # edge width in points.
150150
#patch.facecolor: C0
@@ -212,7 +212,7 @@
212212
## * FONT *
213213
## ***************************************************************************
214214
## 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
216216
## on font properties. The 6 font properties used for font matching are
217217
## given below with their default values.
218218
##
@@ -277,7 +277,7 @@
277277
## * TEXT *
278278
## ***************************************************************************
279279
## 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
281281
## for more information on text properties
282282
#text.color: black
283283

@@ -309,7 +309,7 @@
309309
## * LaTeX *
310310
## ***************************************************************************
311311
## For more information on LaTeX properties, see
312-
## https://matplotlib.org/tutorials/text/usetex.html
312+
## https://matplotlib.org/stable/tutorials/text/usetex.html
313313
#text.usetex: False # use latex for all text handling. The following fonts
314314
# are supported through the usual rc parameter settings:
315315
# new century schoolbook, bookman, times, palatino,
@@ -361,7 +361,7 @@
361361
## ***************************************************************************
362362
## Following are default face and edge colors, default tick sizes,
363363
## 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
365365
#axes.facecolor: white # axes background color
366366
#axes.edgecolor: black # axes edge color
367367
#axes.linewidth: 0.8 # edge line width
@@ -417,7 +417,7 @@
417417
# As opposed to all other parameters in this file, the color
418418
# values must be enclosed in quotes for this parameter,
419419
# 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
421421
# for more details on prop_cycle usage.
422422
#axes.xmargin: .05 # x margin. See `axes.Axes.margins`
423423
#axes.ymargin: .05 # y margin. See `axes.Axes.margins`
@@ -459,7 +459,7 @@
459459
#date.autoformatter.second: %H:%M:%S
460460
#date.autoformatter.microsecond: %M:%S.%f
461461
## 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
463463
#date.epoch: 1970-01-01T00:00:00
464464
## 'auto', 'concise':
465465
#date.converter: auto
@@ -469,7 +469,7 @@
469469
## ***************************************************************************
470470
## * TICKS *
471471
## ***************************************************************************
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
473473
#xtick.top: False # draw ticks on the top side
474474
#xtick.bottom: True # draw ticks on the bottom side
475475
#xtick.labeltop: False # draw label on the top
@@ -553,7 +553,7 @@
553553
## ***************************************************************************
554554
## * FIGURE *
555555
## ***************************************************************************
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
557557
#figure.titlesize: large # size of the figure title (``Figure.suptitle()``)
558558
#figure.titleweight: normal # weight of the figure title
559559
#figure.labelsize: large # size of the figure label (``Figure.sup[x|y]label()``)
@@ -726,7 +726,7 @@
726726
#svg.hashsalt: None # If not None, use this string as hash salt instead of uuid4
727727

728728
### 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.
730730
#pgf.rcfonts: True
731731
#pgf.preamble: # See text.latex.preamble for documentation
732732
#pgf.texsystem: xelatex

0 commit comments

Comments
 (0)