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.
2 parents 4785d0a + 4176b9d commit 29c6d76Copy full SHA for 29c6d76
lib/matplotlib/axes/_secondary_axes.py
@@ -276,7 +276,8 @@ def set_color(self, color):
276
If a 2-tuple of functions, the user specifies the transform
277
function and its inverse. i.e.
278
``functions=(lambda x: 2 / x, lambda x: 2 / x)`` would be an
279
- reciprocal transform with a factor of 2.
+ reciprocal transform with a factor of 2. Both functions must accept
280
+ numpy arrays as input.
281
282
The user can also directly supply a subclass of
283
`.transforms.Transform` so long as it has an inverse.
0 commit comments