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
------------------
11
11
the same parameters as a matplotlibrc_ file (which is read at startup to
12
12
configure matplotlib).
13
13
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
15
15
example, there's a pre-defined style called "ggplot", which emulates the
16
16
aesthetics of ggplot_ (a popular plotting package for R_). To use this style,
17
17
just add:
186
186
# .. _matplotlibrc: http://matplotlib.org/users/customizing.html
187
187
# .. _ggplot: http://ggplot2.org/
188
188
# .. _R: https://www.r-project.org/
189
+ # .. _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