|
From: <md...@us...> - 2008-12-15 20:49:26
|
Revision: 6625
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6625&view=rev
Author: mdboom
Date: 2008-12-15 20:49:22 +0000 (Mon, 15 Dec 2008)
Log Message:
-----------
Fix docstring formatting.
Modified Paths:
--------------
branches/v0_98_5_maint/lib/matplotlib/axes.py
Modified: branches/v0_98_5_maint/lib/matplotlib/axes.py
===================================================================
--- branches/v0_98_5_maint/lib/matplotlib/axes.py 2008-12-15 20:48:34 UTC (rev 6624)
+++ branches/v0_98_5_maint/lib/matplotlib/axes.py 2008-12-15 20:49:22 UTC (rev 6625)
@@ -3174,7 +3174,7 @@
Return value is a list of lines that were added.
The following format string characters are accepted to control
- the line style or marker
+ the line style or marker:
================ ===============================
character description
@@ -3208,7 +3208,7 @@
================ ===============================
- The following color abbreviations are supported::
+ The following color abbreviations are supported:
========== ========
character color
@@ -5593,7 +5593,7 @@
%(PolyCollection)s
- .. plot:: mpl_examples/pylab_examples/fill_between.py
+ .. plot:: mpl_examples/pylab_examples/fill_between.py
"""
# Handle united data, such as dates
self._process_unit_info(xdata=x, ydata=y1, kwargs=kwargs)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|