Skip to content

Commit

Permalink
added bbox_inches and pad_inches to savefig signature
Browse files Browse the repository at this point in the history
svn path=/trunk/matplotlib/; revision=8404
  • Loading branch information
jdh2358 committed Jun 10, 2010
1 parent 29c1cb3 commit 97b98e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/matplotlib/figure.py
Original file line number Diff line number Diff line change
Expand Up @@ -992,7 +992,7 @@ def savefig(self, *args, **kwargs):
savefig(fname, dpi=None, facecolor='w', edgecolor='w',
orientation='portrait', papertype=None, format=None,
transparent=False):
transparent=False, bbox_inches=None, pad_inches=0.1):
Save the current figure.
Expand Down

0 comments on commit 97b98e3

Please sign in to comment.