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

Skip to content

Commit f67974c

Browse files
authored
Merge pull request #11405 from matplotlib/auto-backport-of-pr-11355-on-v2.2.2-doc
Backport PR #11355 on branch v2.2.2-doc
2 parents b31d17e + 5140f0c commit f67974c

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

tutorials/introductory/customizing.py

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
"""
2-
Customizing matplotlib
3-
======================
2+
Customizing Matplotlib with style sheets and rcParams
3+
=====================================================
44
5-
Tips for customizing the properties and default styles of matplotlib.
5+
Tips for customizing the properties and default styles of Matplotlib.
66
77
Using style sheets
88
------------------
@@ -11,7 +11,7 @@
1111
the same parameters as a matplotlibrc_ file (which is read at startup to
1212
configure matplotlib).
1313
14-
There are a number of pre-defined styles provided by matplotlib. For
14+
There are a number of pre-defined styles `provided by Matplotlib`_. For
1515
example, there's a pre-defined style called "ggplot", which emulates the
1616
aesthetics of ggplot_ (a popular plotting package for R_). To use this style,
1717
just add:
@@ -186,3 +186,4 @@
186186
# .. _matplotlibrc: http://matplotlib.org/users/customizing.html
187187
# .. _ggplot: http://ggplot2.org/
188188
# .. _R: https://www.r-project.org/
189+
# .. _provided by Matplotlib: https://github.com/matplotlib/matplotlib/tree/master/lib/matplotlib/mpl-data/stylelib

0 commit comments

Comments
 (0)