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 d5dafdb

Browse filesBrowse files
Jorrit Wronskijenshnielsen
authored andcommitted
Update tight_bbox.py
Typo in the figure parameter
1 parent 9891b67 commit d5dafdb
Copy full SHA for d5dafdb

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

‎lib/matplotlib/tight_bbox.py

Copy file name to clipboardExpand all lines: lib/matplotlib/tight_bbox.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,6 @@ def process_figure_for_rasterizing(fig, bbox_inches_restore, fixed_dpi=None):
8383

8484
bbox_inches, restore_bbox = bbox_inches_restore
8585
restore_bbox()
86-
r = adjust_bbox(figure, bbox_inches, fixed_dpi)
86+
r = adjust_bbox(fig, bbox_inches, fixed_dpi)
8787

8888
return bbox_inches, r

0 commit comments

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