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 975b584

Browse filesBrowse files
authored
Merge pull request #27975 from AnsonTran/doc-fix-inversed-typo
DOC: Fix typo in ```ax.transData.inversed()```
2 parents 6799367 + 241410b commit 975b584
Copy full SHA for 975b584

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎galleries/users_explain/artists/transforms_tutorial.py

Copy file name to clipboardExpand all lines: galleries/users_explain/artists/transforms_tutorial.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
`.Transform.inverted`) to generate a transform from output coordinate system
8383
back to the input coordinate system. For example, ``ax.transData`` converts
8484
values in data coordinates to display coordinates and
85-
``ax.transData.inversed()`` is a :class:`matplotlib.transforms.Transform` that
85+
``ax.transData.inverted()`` is a :class:`matplotlib.transforms.Transform` that
8686
goes from display coordinates to data coordinates. This is particularly useful
8787
when processing events from the user interface, which typically occur in
8888
display space, and you want to know where the mouse click or key-press occurred

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.