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 74679ab commit 99055d4Copy full SHA for 99055d4
doc/users/next_whats_new/2018-11-25-JMK.rst
@@ -0,0 +1,11 @@
1
+:orphan:
2
+
3
+New `~.scale.FuncScale` added for arbitrary axes scales
4
+````````````````````````````````````````````````````````
5
6
+A new `~.scale.FuncScale` class was added (and `~.scale.FuncTransform`)
7
+to allow the user to have arbitrary scale transformations without having to
8
+write a new subclass of `~.scale.ScaleBase`. This can be accessed by
9
+``ax.set_yscale('function', functions=(forward, inverse))``, where
10
+``forward`` and ``inverse`` are callables that return the scale transform and
11
+its inverse. See the last example in :doc:`/gallery/scales/scales`.
0 commit comments