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.
ax.transData.inversed()
1 parent 10b7d0a commit 7530ab0Copy full SHA for 7530ab0
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