Revision: 7727
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7727&view=rev
Author: ryanmay
Date: 2009-09-09 18:41:43 +0000 (Wed, 09 Sep 2009)
Log Message:
-----------
Include 'top' keyword argument in docstring for Figure.subplots_adjust().
Modified Paths:
--------------
branches/v0_99_maint/lib/matplotlib/figure.py
Modified: branches/v0_99_maint/lib/matplotlib/figure.py
===================================================================
--- branches/v0_99_maint/lib/matplotlib/figure.py 2009-09-09 16:39:26 UTC
(rev 7726)
+++ branches/v0_99_maint/lib/matplotlib/figure.py 2009-09-09 18:41:43 UTC
(rev 7727)
@@ -850,7 +850,7 @@
*fancybox*: [ None | False | True ]
if True, draw a frame with a round fancybox. If None, use rc
-
+
*shadow*: [ None | False | True ]
If *True*, draw a shadow behind legend. If *None*, use rc settings.
@@ -1064,7 +1064,8 @@
def subplots_adjust(self, *args, **kwargs):
"""
- fig.subplots_adjust(left=None, bottom=None, right=None, wspace=None,
hspace=None)
+ fig.subplots_adjust(left=None, bottom=None, right=None, top=None,
+ wspace=None, hspace=None)
Update the :class:`SubplotParams` with *kwargs* (defaulting to rc where
None) and update the subplot locations
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now. http://p.sf.net/sfu/bobj-july
_______________________________________________
Matplotlib-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins