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.

------------------------------------------------------------------------------
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
_______________________________________________
Matplotlib-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins

Reply via email to