8000 Backport PR #27975: DOC: Fix typo in ```ax.transData.inversed()``` · matplotlib/matplotlib@7530ab0 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 7530ab0

Browse files
QuLogicmeeseeksmachine
authored andcommitted
Backport PR #27975: DOC: Fix typo in ax.transData.inversed()
1 parent 10b7d0a commit 7530ab0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

galleries/users_explain/artists/transforms_tutorial.py

Lines changed: 1 addition & 1 deletion
5113
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
`.Transform.inverted`) to generate a transform from output coordinate system
8787
back to the input coordinate system. For example, ``ax.transData`` converts
8888
values in data coordinates to display coordinates and
89-
``ax.transData.inversed()`` is a :class:`matplotlib.transforms.Transform` that
89+
``ax.transData.inverted()`` is a :class:`matplotlib.transforms.Transform` that
9090
goes from display coordinates to data coordinates. This is particularly useful
9191
when processing events from the user interface, which typically occur in
9292
display space, and you want to know where the mouse click or key-press occurred

0 commit comments

Comments
 (0)
0