Thanks to visit codestin.com Credit goes to github.com
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 0adda9f commit 5fd2d99Copy full SHA for 5fd2d99
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