X Tutup
Skip to content
Open
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
5 changes: 5 additions & 0 deletions lib/matplotlib/axes/_secondary_axes.py
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,11 @@ def set_color(self, color):
Returns
-------
ax : axes._secondary_axes.SecondaryAxis
The returned Axes is overlaid on top of the original Axes and all
components except for the complementary axis are hidden. You may modify
the complementary axis, e.g. by setting ticks or an axis label. However,
it is not designed to hold data, so that you should not call any
plotting methods on it.
Other Parameters
----------------
Expand Down
Loading
X Tutup