Skip to content

Bbox rebase 14 #3453

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Sep 2, 2014
Merged
Changes from 1 commit
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
Next Next commit
Update tight_bbox.py
Typo in the figure parameter
  • Loading branch information
Jorrit Wronski authored and jenshnielsen committed Sep 2, 2014
commit d5dafdbb48e984e52218640888ae7fa8feb36032
2 changes: 1 addition & 1 deletion lib/matplotlib/tight_bbox.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,6 @@ def process_figure_for_rasterizing(fig, bbox_inches_restore, fixed_dpi=None):

bbox_inches, restore_bbox = bbox_inches_restore
restore_bbox()
r = adjust_bbox(figure, bbox_inches, fixed_dpi)
r = adjust_bbox(fig, bbox_inches, fixed_dpi)

return bbox_inches, r