File tree 1 file changed +5
-4
lines changed 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
1
"""
2
- Customizing matplotlib
3
- ======================
2
+ Customizing Matplotlib with style sheets and rcParams
3
+ =====================================================
4
4
5
- Tips for customizing the properties and default styles of matplotlib .
5
+ Tips for customizing the properties and default styles of Matplotlib .
6
6
7
7
Using style sheets
8
8
------------------
12
12
:ref:`matplotlib rc <customizing-with-matplotlibrc-files>` file (which is read
13
13
at startup to configure matplotlib).
14
14
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
16
16
example, there's a pre-defined style called "ggplot", which emulates the
17
17
aesthetics of ggplot_ (a popular plotting package for R_). To use this style,
18
18
just add:
188
188
#
189
189
# .. _ggplot: http://ggplot2.org/
190
190
# .. _R: https://www.r-project.org/
191
+ # .. _provided by Matplotlib: https://github.com/matplotlib/matplotlib/tree/master/lib/matplotlib/mpl-data/stylelib
You can’t perform that action at this time.
0 commit comments