|
From: <ef...@us...> - 2010-01-02 06:30:21
|
Revision: 8063
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8063&view=rev
Author: efiring
Date: 2010-01-02 06:30:15 +0000 (Sat, 02 Jan 2010)
Log Message:
-----------
Include contourf examples in documentation
Modified Paths:
--------------
trunk/matplotlib/lib/matplotlib/contour.py
Modified: trunk/matplotlib/lib/matplotlib/contour.py
===================================================================
--- trunk/matplotlib/lib/matplotlib/contour.py 2010-01-02 05:20:47 UTC (rev 8062)
+++ trunk/matplotlib/lib/matplotlib/contour.py 2010-01-02 06:30:15 UTC (rev 8063)
@@ -987,9 +987,8 @@
signatures and return values are the same for both versions.
:func:`~matplotlib.pyplot.contourf` differs from the Matlab
- (TM) version in that it does not draw the polygon edges,
- because the contouring engine yields simply connected regions
- with branch cuts. To draw the edges, add line contours with
+ (TM) version in that it does not draw the polygon edges.
+ To draw edges, add line contours with
calls to :func:`~matplotlib.pyplot.contour`.
@@ -1142,9 +1141,11 @@
be removed. Chunking introduces artifacts at the chunk boundaries
unless *antialiased* is *False*.
- **Example:**
+ **Examples:**
.. plot:: mpl_examples/pylab_examples/contour_demo.py
+
+ .. plot:: mpl_examples/pylab_examples/contourf_demo.py
"""
def find_nearest_contour( self, x, y, indices=None, pixel=True ):
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|