|
From: <dmk...@us...> - 2008-07-21 12:59:07
|
Revision: 5801
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5801&view=rev
Author: dmkaplan
Date: 2008-07-21 12:58:53 +0000 (Mon, 21 Jul 2008)
Log Message:
-----------
Fixing minor documentation problems in contour.py
Modified Paths:
--------------
trunk/matplotlib/lib/matplotlib/contour.py
Modified: trunk/matplotlib/lib/matplotlib/contour.py
===================================================================
--- trunk/matplotlib/lib/matplotlib/contour.py 2008-07-21 12:55:42 UTC (rev 5800)
+++ trunk/matplotlib/lib/matplotlib/contour.py 2008-07-21 12:58:53 UTC (rev 5801)
@@ -85,7 +85,7 @@
"""
- """"
+ """
NOTES on how this all works:
clabel basically takes the input arguments and uses them to
@@ -103,7 +103,7 @@
Once these attributes are set, clabel passes control to the
labels method (case of automatic label placement) or
- BlockingContourLabeler (case of manual label placement.
+ BlockingContourLabeler (case of manual label placement).
"""
fontsize = kwargs.get('fontsize', None)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|