DOC: Improve linkage between rcParams-related documentation (#30948) · matplotlib/matplotlib@ff522ae · GitHub
Skip to content

Commit ff522ae

Browse files
authored
DOC: Improve linkage between rcParams-related documentation (#30948)
1 parent 59a63dd commit ff522ae

3 files changed

Lines changed: 25 additions & 16 deletions

File tree

doc/api/matplotlib_configuration_api.rst

Lines changed: 17 additions & 1 deletion

galleries/users_explain/customizing.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,12 @@
88
Customizing Matplotlib with style sheets and rcParams
99
=====================================================
1010
11-
Tips for customizing the properties and default styles of Matplotlib.
11+
Many aspects of Matplotlib's behavior and default styles can be customized
12+
through the use of rc (runtime configuration) settings. The current values
13+
are stored in `~matplotlib.rcParams`.
1214
13-
There are three ways to customize Matplotlib:
15+
There are three ways to customize Matplotlib, all of which effectively change
16+
`~matplotlib.rcParams`:
1417
1518
1. :ref:`Setting rcParams at runtime<customizing-with-dynamic-rc-settings>`.
1619
2. :ref:`Using style sheets<customizing-with-style-sheets>`.

lib/matplotlib/__init__.py

Lines changed: 3 additions & 13 deletions

0 commit comments

Comments
 (0)