From 11e81f54e71317c314139cef7f30257060e14063 Mon Sep 17 00:00:00 2001 From: David Stansby Date: Fri, 10 Jul 2020 12:43:30 +0100 Subject: [PATCH] Link to style-file example page in docs --- tutorials/introductory/customizing.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tutorials/introductory/customizing.py b/tutorials/introductory/customizing.py index 97baedda6427..ab761fb8bcaf 100644 --- a/tutorials/introductory/customizing.py +++ b/tutorials/introductory/customizing.py @@ -12,7 +12,8 @@ ` file (which is read at startup to configure Matplotlib). -There are a number of pre-defined styles `provided by Matplotlib`_. For +There are a number of pre-defined styles :doc:`provided by Matplotlib +`. For example, there's a pre-defined style called "ggplot", which emulates the aesthetics of ggplot_ (a popular plotting package for R_). To use this style, just add: @@ -202,4 +203,3 @@ # # .. _ggplot: https://ggplot2.tidyverse.org/ # .. _R: https://www.r-project.org/ -# .. _provided by Matplotlib: https://github.com/matplotlib/matplotlib/tree/master/lib/matplotlib/mpl-data/stylelib