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.
1 parent 14812aa commit 39c906aCopy full SHA for 39c906a
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