|
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 | ------------------ |
|
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 bymatplotlib. For |
| 15 | +There are a number of pre-defined styles`provided byMatplotlib`_. 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 |