Revision: 8347
          http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8347&view=rev
Author:   efiring
Date:     2010-05-30 21:31:19 +0000 (Sun, 30 May 2010)

Log Message:
-----------
close 1287318; remove method deprecated in 2006; remove incorrect warning

Modified Paths:
--------------
    trunk/matplotlib/lib/matplotlib/figure.py

Modified: trunk/matplotlib/lib/matplotlib/figure.py
===================================================================
--- trunk/matplotlib/lib/matplotlib/figure.py   2010-05-30 21:15:47 UTC (rev 
8346)
+++ trunk/matplotlib/lib/matplotlib/figure.py   2010-05-30 21:31:19 UTC (rev 
8347)
@@ -411,11 +411,6 @@
         self.images.append(im)
         return im
 
-    def set_figsize_inches(self, *args, **kwargs):
-        import warnings
-        warnings.warn('Use set_size_inches instead!', DeprecationWarning)
-        self.set_size_inches(*args, **kwargs)
-
     def set_size_inches(self, *args, **kwargs):
         """
         set_size_inches(w,h, forward=False)
@@ -431,9 +426,6 @@
         automatically updated; eg you can resize the figure window
         from the shell
 
-        WARNING: forward=True is broken on all backends except GTK*
-        and WX*
-
         ACCEPTS: a w,h tuple with w,h in inches
         """
 


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------

_______________________________________________
Matplotlib-checkins mailing list
Matplotlib-checkins@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins

Reply via email to