Thanks to visit codestin.com Credit goes to github.com
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.
2 parents 7742f7c + dcd918e commit 98557ccCopy full SHA for 98557cc
doc/api/index.rst
@@ -45,6 +45,7 @@
45
pyplot_api.rst
46
sankey_api.rst
47
spines_api.rst
48
+ style_api.rst
49
text_api.rst
50
ticker_api.rst
51
tight_layout_api.rst
doc/api/style_api.rst
@@ -0,0 +1,21 @@
1
+*****
2
+style
3
4
+
5
6
+:mod:`matplotlib.style`
7
+=======================
8
9
+.. automodule:: matplotlib.style
10
+ :members:
11
+ :undoc-members:
12
+ :show-inheritance:
13
+ :imported-members:
14
15
+.. data:: matplotlib.style.library
16
17
+ Dictionary of available styles
18
19
+.. data:: matplotlib.style.available
20
21
+ List of available styles
0 commit comments