|
1 | 1 | """ |
2 | | -Customizingmatplotlib |
3 | | -====================== |
| 2 | +CustomizingMatplotlib with style sheets and rcParams |
| 3 | +===================================================== |
4 | 4 |
|
5 | | -Tips for customizing the properties and default styles ofmatplotlib. |
| 5 | +Tips for customizing the properties and default styles ofMatplotlib. |
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 bymatplotlib. For |
| 14 | +There are a number of pre-defined styles`provided byMatplotlib`_. 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 |