Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c6c4cf6

Browse files
committed
Added paragraph on style sheets to Customization section
1 parent 16a868e commit c6c4cf6

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

doc/users/customizing.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@
44
Customizing matplotlib
55
**********************
66

7+
Using style sheets
8+
==================
9+
10+
Style sheets provide a means for more specific and/or temporary configuration
11+
modifications, but in a repeatable and well-ordered manner. A style sheet is a
12+
file with the same syntax as the :file:`matplotlibrc` file, and when applied, it
13+
will override the :file:`matplotlibrc`.
14+
15+
For more information and examples, see :ref:`style-sheets`.
16+
717
.. _customizing-with-dynamic-rc-settings:
818

919
Dynamic rc settings

0 commit comments

Comments
 (0)