We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49fd492 commit 3a425b7Copy full SHA for 3a425b7
lib/matplotlib/axes/_secondary_axes.py
@@ -329,6 +329,11 @@ def set_color(self, color):
329
Returns
330
-------
331
ax : axes._secondary_axes.SecondaryAxis
332
+ The returned Axes is overlaid on top of the original Axes and all
333
+ components except for the complementary axis are hidden. You may modify
334
+ the complementary axis, e.g. by setting ticks or an axis label. However,
335
+ it is not designed to hold data, so that you should not call any
336
+ plotting methods on it.
337
338
Other Parameters
339
----------------
0 commit comments