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.
1 parent f8d10f5 commit 11e81f5Copy full SHA for 11e81f5
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