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.
2 parents 6175ebf + fe5744e commit ff36ca4Copy full SHA for ff36ca4
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