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 deb7182

Browse filesBrowse files
tacaswellmeeseeksmachine
authored andcommitted
Backport PR matplotlib#24363: DOC: Fix syntax of suggestion
1 parent 071bb89 commit deb7182
Copy full SHA for deb7182

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

‎tutorials/advanced/transforms_tutorial.py

Copy file name to clipboardExpand all lines: tutorials/advanced/transforms_tutorial.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,7 @@
479479
# a new transform with an added offset. So above we could have done::
480480
#
481481
# shadow_transform = transforms.offset_copy(ax.transData,
482-
# fig=fig, dx, dy, units='inches')
482+
# fig, dx, dy, units='inches')
483483
#
484484
#
485485
# .. _transformation-pipeline:

0 commit comments

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