X Tutup
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions doc/api/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
patheffects_api.rst
pyplot_api.rst
sankey_api.rst
scale_api.rst
spines_api.rst
style_api.rst
text_api.rst
Expand Down
6 changes: 3 additions & 3 deletions doc/api/legend_api.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
******
Legend
******
*************************
legend and legend_handler
*************************


:mod:`matplotlib.legend`
Expand Down
2 changes: 1 addition & 1 deletion doc/api/markers_api.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
*******
Markers
markers
*******


Expand Down
12 changes: 12 additions & 0 deletions doc/api/scale_api.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
*****
scale
*****


:mod:`matplotlib.scale`
=======================

.. automodule:: matplotlib.scale
:members:
:undoc-members:
:show-inheritance:
X Tutup