8000 Added paragraph on style sheets to Customization section · matplotlib/matplotlib@f7d7d02 · GitHub
[go: up one dir, main page]

Skip to content

Commit f7d7d02

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

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 to temporarily modify configuration, but in a
11+
repeatable and well-ordered manner. A style sheet is a file with the same
12+
syntax as the :file:`matplotlibrc` file, and when applied, it will temporarily
13+
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)
0