We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6799367 + 241410b commit 975b584Copy full SHA for 975b584
galleries/users_explain/artists/transforms_tutorial.py
@@ -82,7 +82,7 @@
82
`.Transform.inverted`) to generate a transform from output coordinate system
83
back to the input coordinate system. For example, ``ax.transData`` converts
84
values in data coordinates to display coordinates and
85
-``ax.transData.inversed()`` is a :class:`matplotlib.transforms.Transform` that
+``ax.transData.inverted()`` is a :class:`matplotlib.transforms.Transform` that
86
goes from display coordinates to data coordinates. This is particularly useful
87
when processing events from the user interface, which typically occur in
88
display space, and you want to know where the mouse click or key-press occurred
0 commit comments