Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ee76096 + 11e81f5 commit ec0132fCopy full SHA for ec0132f
tutorials/introductory/customizing.py
@@ -12,7 +12,8 @@
12
<customizing-with-matplotlibrc-files>` file (which is read at startup to
13
configure Matplotlib).
14
15
-There are a number of pre-defined styles `provided by Matplotlib`_. For
+There are a number of pre-defined styles :doc:`provided by Matplotlib
16
+</gallery/style_sheets/style_sheets_reference>`. For
17
example, there's a pre-defined style called "ggplot", which emulates the
18
aesthetics of ggplot_ (a popular plotting package for R_). To use this style,
19
just add:
@@ -202,4 +203,3 @@
202
203
#
204
# .. _ggplot: https://ggplot2.tidyverse.org/
205
# .. _R: https://www.r-project.org/
-# .. _provided by Matplotlib: https://github.com/matplotlib/matplotlib/tree/master/lib/matplotlib/mpl-data/stylelib
0 commit comments