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.
ax.transData.inversed()
1 parent 6175ebf commit fe5744eCopy full SHA for fe5744e
galleries/users_explain/artists/transforms_tutorial.py
@@ -86,7 +86,7 @@
86
`.Transform.inverted`) to generate a transform from output coordinate system
87
back to the input coordinate system. For example, ``ax.transData`` converts
88
values in data coordinates to display coordinates and
89
-``ax.transData.inversed()`` is a :class:`matplotlib.transforms.Transform` that
+``ax.transData.inverted()`` is a :class:`matplotlib.transforms.Transform` that
90
goes from display coordinates to data coordinates. This is particularly useful
91
when processing events from the user interface, which typically occur in
92
display space, and you want to know where the mouse click or key-press occurred
0 commit comments