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.
style
1 parent 684861b commit cf39ec2Copy full SHA for cf39ec2
4 files changed
doc/api/index.rst
@@ -44,6 +44,7 @@
44
patheffects_api.rst
45
pyplot_api.rst
46
sankey_api.rst
47
+ scale_api.rst
48
spines_api.rst
49
style_api.rst
50
text_api.rst
doc/api/legend_api.rst
@@ -1,6 +1,6 @@
1
-******
2
-Legend
3
+*************************
+legend and legend_handler
4
5
6
:mod:`matplotlib.legend`
doc/api/markers_api.rst
@@ -1,5 +1,5 @@
*******
-Markers
+markers
doc/api/scale_api.rst
@@ -0,0 +1,12 @@
+*****
+scale
+
+:mod:`matplotlib.scale`
7
+=======================
8
9
+.. automodule:: matplotlib.scale
10
+ :members:
11
+ :undoc-members:
12
+ :show-inheritance:
0 commit comments