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 c6c4cf6Copy full SHA for c6c4cf6
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 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
17
.. _customizing-with-dynamic-rc-settings:
18
19
Dynamic rc settings
0 commit comments