Revision: 6428
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6428&view=rev
Author: jdh2358
Date: 2008-11-21 11:15:04 +0000 (Fri, 21 Nov 2008)
Log Message:
-----------
fixed poly below
Modified Paths:
--------------
branches/v0_91_maint/lib/matplotlib/mlab.py
Modified: branches/v0_91_maint/lib/matplotlib/mlab.py
===================================================================
--- branches/v0_91_maint/lib/matplotlib/mlab.py 2008-11-21 11:14:12 UTC (rev
6427)
+++ branches/v0_91_maint/lib/matplotlib/mlab.py 2008-11-21 11:15:04 UTC (rev
6428)
@@ -1435,9 +1435,10 @@
that has a horzintal base at ymin and an upper bound at the ys.
ymin is a scalar, and xs and ys are arrays
- intended for use with Axes.fill, eg
- xv, yv = poly_below(0, x, y)
- ax.fill(xv, yv)
+ intended for use with Axes.fill, eg::
+
+ xv, yv = poly_below(0, x, y)
+ ax.fill(xv, yv)
"""
return poly_between(xs, ys, xmin)
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Matplotlib-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins