Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion galleries/users_explain/artists/transforms_tutorial.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
`.Transform.inverted`) to generate a transform from output coordinate system
back to the input coordinate system. For example, ``ax.transData`` converts
values in data coordinates to display coordinates and
``ax.transData.inversed()`` is a :class:`matplotlib.transforms.Transform` that
``ax.transData.inverted()`` is a :class:`matplotlib.transforms.Transform` that
goes from display coordinates to data coordinates. This is particularly useful
when processing events from the user interface, which typically occur in
display space, and you want to know where the mouse click or key-press occurred
Expand Down