@@ -11,24 +11,24 @@ where `VERSION` is a release, tag or branch name.
11
11
12
12
## Introduction
13
13
14
- Matplotlib allows you to customize the properties and default styles of plots.
14
+ Matplotlib allows you to customize the properties and default styles of plots.
15
15
There are three ways to customize Matplotlib (see [ mplstyle] for more information):
16
16
- [ Setting rcParams at runtime] ( https://matplotlib.org/stable/tutorials/introductory/customizing.html#customizing-with-dynamic-rc-settings )
17
17
- [ Using style sheets] ( https://matplotlib.org/stable/tutorials/introductory/customizing.html#customizing-with-style-sheets )
18
18
- [ Changing your matplotlibrc file] ( https://matplotlib.org/stable/tutorials/introductory/customizing.html#customizing-with-matplotlibrc-files )
19
19
20
- > ** Warning** : Setting rcParams at runtime takes precedence over style sheets,
20
+ > ** Warning** : Setting rcParams at runtime takes precedence over style sheets,
21
21
style sheets take precedence over `` matplotlibrc `` files.
22
22
23
- This project uses the third option and is intended as a collection of usefull
23
+ This project uses the third option and is intended as a collection of usefull
24
24
matplotlibrc style files for scientific plotting.
25
25
26
26
Please feel free to add your own favourite styles to the libary! Start from the empty
27
27
`` matplotlibrc `` template file `` default.mplstyle `` and change the parameters you like.
28
28
If you are happy with the style, add the file to the `` mplstyles `` and open a pull request.
29
29
30
30
31
- > ** Note** : If you are using PyCharm to edit the `` *.mplstyle `` files, right-click on the file
31
+ > ** Note** : If you are using PyCharm to edit the `` *.mplstyle `` files, right-click on the file
32
32
and click 'Override File Type'. There, choose the `` Ini `` file-type. This enables
33
33
some synthax highlighting, which makes it easier to find uncommented sections.
34
34
0 commit comments