|
From: <jd...@us...> - 2010-06-10 01:59:19
|
Revision: 8404
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8404&view=rev
Author: jdh2358
Date: 2010-06-10 01:59:13 +0000 (Thu, 10 Jun 2010)
Log Message:
-----------
added bbox_inches and pad_inches to savefig signature
Modified Paths:
--------------
trunk/matplotlib/lib/matplotlib/figure.py
Modified: trunk/matplotlib/lib/matplotlib/figure.py
===================================================================
--- trunk/matplotlib/lib/matplotlib/figure.py 2010-06-09 22:05:09 UTC (rev 8403)
+++ trunk/matplotlib/lib/matplotlib/figure.py 2010-06-10 01:59:13 UTC (rev 8404)
@@ -992,7 +992,7 @@
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.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|