8000
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 078790e commit 0c021b6Copy full SHA for 0c021b6
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