From 1b9750c98c25212f80517ff09ad23d8f2c2c0a50 Mon Sep 17 00:00:00 2001 From: Jody Klymak Date: Mon, 16 Jan 2023 07:48:24 -0800 Subject: [PATCH] Backport PR #25000: Update matplotlibrc urls --- lib/matplotlib/mpl-data/matplotlibrc | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/lib/matplotlib/mpl-data/matplotlibrc b/lib/matplotlib/mpl-data/matplotlibrc index 26c78658f4e0..2380eaff2d24 100644 --- a/lib/matplotlib/mpl-data/matplotlibrc +++ b/lib/matplotlib/mpl-data/matplotlibrc @@ -111,7 +111,7 @@ ## *************************************************************************** ## * LINES * ## *************************************************************************** -## See https://matplotlib.org/api/artist_api.html#module-matplotlib.lines +## See https://matplotlib.org/stable/api/artist_api.html#module-matplotlib.lines ## for more information on line properties. #lines.linewidth: 1.5 # line width in points #lines.linestyle: - # solid line @@ -144,7 +144,7 @@ ## * PATCHES * ## *************************************************************************** ## Patches are graphical objects that fill 2D space, like polygons or circles. -## See https://matplotlib.org/api/artist_api.html#module-matplotlib.patches +## See https://matplotlib.org/stable/api/artist_api.html#module-matplotlib.patches ## for more information on patch properties. #patch.linewidth: 1.0 # edge width in points. #patch.facecolor: C0 @@ -212,7 +212,7 @@ ## * FONT * ## *************************************************************************** ## The font properties used by `text.Text`. -## See https://matplotlib.org/api/font_manager_api.html for more information +## See https://matplotlib.org/stable/api/font_manager_api.html for more information ## on font properties. The 6 font properties used for font matching are ## given below with their default values. ## @@ -277,7 +277,7 @@ ## * TEXT * ## *************************************************************************** ## The text properties used by `text.Text`. -## See https://matplotlib.org/api/artist_api.html#module-matplotlib.text +## See https://matplotlib.org/stable/api/artist_api.html#module-matplotlib.text ## for more information on text properties #text.color: black @@ -309,7 +309,7 @@ ## * LaTeX * ## *************************************************************************** ## For more information on LaTeX properties, see -## https://matplotlib.org/tutorials/text/usetex.html +## https://matplotlib.org/stable/tutorials/text/usetex.html #text.usetex: False # use latex for all text handling. The following fonts # are supported through the usual rc parameter settings: # new century schoolbook, bookman, times, palatino, @@ -361,7 +361,7 @@ ## *************************************************************************** ## Following are default face and edge colors, default tick sizes, ## default font sizes for tick labels, and so on. See -## https://matplotlib.org/api/axes_api.html#module-matplotlib.axes +## https://matplotlib.org/stable/api/axes_api.html#module-matplotlib.axes #axes.facecolor: white # axes background color #axes.edgecolor: black # axes edge color #axes.linewidth: 0.8 # edge line width @@ -417,7 +417,7 @@ # As opposed to all other parameters in this file, the color # values must be enclosed in quotes for this parameter, # e.g. '1f77b4', instead of 1f77b4. - # See also https://matplotlib.org/tutorials/intermediate/color_cycle.html + # See also https://matplotlib.org/stable/tutorials/intermediate/color_cycle.html # for more details on prop_cycle usage. #axes.xmargin: .05 # x margin. See `axes.Axes.margins` #axes.ymargin: .05 # y margin. See `axes.Axes.margins` @@ -459,7 +459,7 @@ #date.autoformatter.second: %H:%M:%S #date.autoformatter.microsecond: %M:%S.%f ## The reference date for Matplotlib's internal date representation -## See https://matplotlib.org/examples/ticks_and_spines/date_precision_and_epochs.py +## See https://matplotlib.org/stable/gallery/ticks/date_precision_and_epochs.html #date.epoch: 1970-01-01T00:00:00 ## 'auto', 'concise': #date.converter: auto @@ -469,7 +469,7 @@ ## *************************************************************************** ## * TICKS * ## *************************************************************************** -## See https://matplotlib.org/api/axis_api.html#matplotlib.axis.Tick +## See https://matplotlib.org/stable/api/axis_api.html#matplotlib.axis.Tick #xtick.top: False # draw ticks on the top side #xtick.bottom: True # draw ticks on the bottom side #xtick.labeltop: False # draw label on the top @@ -553,7 +553,7 @@ ## *************************************************************************** ## * FIGURE * ## *************************************************************************** -## See https://matplotlib.org/api/figure_api.html#matplotlib.figure.Figure +## See https://matplotlib.org/stable/api/figure_api.html#matplotlib.figure.Figure #figure.titlesize: large # size of the figure title (``Figure.suptitle()``) #figure.titleweight: normal # weight of the figure title #figure.labelsize: large # size of the figure label (``Figure.sup[x|y]label()``) @@ -726,7 +726,7 @@ #svg.hashsalt: None # If not None, use this string as hash salt instead of uuid4 ### pgf parameter -## See https://matplotlib.org/tutorials/text/pgf.html for more information. +## See https://matplotlib.org/stable/tutorials/text/pgf.html for more information. #pgf.rcfonts: True #pgf.preamble: # See text.latex.preamble for documentation #pgf.texsystem: xelatex