From: <jd...@us...> - 2008-06-18 22:06:13
|
Revision: 5590 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5590&view=rev Author: jdh2358 Date: 2008-06-18 15:06:03 -0700 (Wed, 18 Jun 2008) Log Message: ----------- fixed some fig/colorbar rest problems Modified Paths: -------------- trunk/matplotlib/lib/matplotlib/colorbar.py trunk/matplotlib/lib/matplotlib/figure.py Modified: trunk/matplotlib/lib/matplotlib/colorbar.py =================================================================== --- trunk/matplotlib/lib/matplotlib/colorbar.py 2008-06-18 20:26:35 UTC (rev 5589) +++ trunk/matplotlib/lib/matplotlib/colorbar.py 2008-06-18 22:06:03 UTC (rev 5590) @@ -89,6 +89,7 @@ ''' colorbar_doc = ''' + Add a colorbar to a plot. Function signatures for the :mod:`~matplotlib.pyplot` interface; all Modified: trunk/matplotlib/lib/matplotlib/figure.py =================================================================== --- trunk/matplotlib/lib/matplotlib/figure.py 2008-06-18 20:26:35 UTC (rev 5589) +++ trunk/matplotlib/lib/matplotlib/figure.py 2008-06-18 22:06:03 UTC (rev 5590) @@ -1008,7 +1008,9 @@ colorbar.__doc__ = ''' Create a colorbar for a ScalarMappable instance. - Documentation for the pylab thin wrapper: %s + Documentation for the pylab thin wrapper: + %s + '''% cbar.colorbar_doc def subplots_adjust(self, *args, **kwargs): This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |