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 7984100 commit f826983Copy full SHA for f826983
doc/api/style_api.rst
@@ -20,13 +20,13 @@ the builtin styles.
20
.. imported variables have to be specified explicitly due to
21
https://github.com/sphinx-doc/sphinx/issues/6607
22
23
-.. data:: matplotlib.style.library
+.. data:: library
24
25
- A dict mapping from style name to `.RcParams` defining that style.
+ A dict mapping from style name to `.rcParams` defining that style.
26
27
This is meant to be read-only. Use `.reload_library` to update.
28
29
-.. data:: matplotlib.style.available
+.. data:: available
30
31
List of the names of the available styles.
32
0 commit comments