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

Skip to content

Commit 33d3fea

Browse files
authored
Merge pull request #11355 from jklymak/doc-minor-tweaks-customizing-tutorial
DOC: Small tweak to customizing tutorial default style files can be found on github
2 parents e03ced8 + c7fdec7 commit 33d3fea

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
------------------
@@ -12,7 +12,7 @@
1212
:ref:`matplotlib rc <customizing-with-matplotlibrc-files>` file (which is read
1313
at startup to 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 `provided by Matplotlib`_. For
1616
example, there's a pre-defined style called "ggplot", which emulates the
1717
aesthetics of ggplot_ (a popular plotting package for R_). To use this style,
1818
just add:
@@ -188,3 +188,4 @@
188188
#
189189
# .. _ggplot: http://ggplot2.org/
190190
# .. _R: https://www.r-project.org/
191+
# .. _provided by Matplotlib: https://github.com/matplotlib/matplotlib/tree/master/lib/matplotlib/mpl-data/stylelib

0 commit comments

Comments
 (0)