Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ec0132f

Browse files
authored
Merge pull request #17879 from dstansby/style-sheet-link
Link to style-file example page in style tutorial
2 parents ee76096 + 11e81f5 commit ec0132f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tutorials/introductory/customizing.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
<customizing-with-matplotlibrc-files>` file (which is read at startup to
1313
configure Matplotlib).
1414
15-
There are a number of pre-defined styles `provided by Matplotlib`_. For
15+
There are a number of pre-defined styles :doc:`provided by Matplotlib
16+
</gallery/style_sheets/style_sheets_reference>`. For
1617
example, there's a pre-defined style called "ggplot", which emulates the
1718
aesthetics of ggplot_ (a popular plotting package for R_). To use this style,
1819
just add:
@@ -202,4 +203,3 @@
202203
#
203204
# .. _ggplot: https://ggplot2.tidyverse.org/
204205
# .. _R: https://www.r-project.org/
205-
# .. _provided by Matplotlib: https://github.com/matplotlib/matplotlib/tree/master/lib/matplotlib/mpl-data/stylelib

0 commit comments

Comments
 (0)