We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0adda9f + 5fd2d99 commit 06a13dfCopy full SHA for 06a13df
1 file changed
lib/matplotlib/axes/_secondary_axes.py
@@ -333,7 +333,10 @@ def set_color(self, color):
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.
+ plotting methods on it. Its limits are derived from the parent Axes via
337
+ the specified transformation, and setting limits on the secondary axis
338
+ (e.g., via ``set_xlim`` or ``set_ylim``) has no effect.
339
+
340
341
Other Parameters
342
----------------
0 commit comments