8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16a868e commit f7d7d02Copy full SHA for f7d7d02
doc/users/customizing.rst
@@ -4,6 +4,16 @@
4
Customizing matplotlib
5
**********************
6
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
17
.. _customizing-with-dynamic-rc-settings:
18
19
Dynamic rc settings
0 commit comments