Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5e12fa5

Browse files
committed
Include contourf examples in documentation
svn path=/trunk/matplotlib/; revision=8063
1 parent 65c69a3 commit 5e12fa5

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

lib/matplotlib/contour.py

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -987,9 +987,8 @@ def set_alpha(self, alpha):
987987
signatures and return values are the same for both versions.
988988
989989
:func:`~matplotlib.pyplot.contourf` differs from the Matlab
990-
(TM) version in that it does not draw the polygon edges,
991-
because the contouring engine yields simply connected regions
992-
with branch cuts. To draw the edges, add line contours with
990+
(TM) version in that it does not draw the polygon edges.
991+
To draw edges, add line contours with
993992
calls to :func:`~matplotlib.pyplot.contour`.
994993
995994
@@ -1142,9 +1141,11 @@ def set_alpha(self, alpha):
11421141
be removed. Chunking introduces artifacts at the chunk boundaries
11431142
unless *antialiased* is *False*.
11441143
1145-
**Example:**
1144+
**Examples:**
11461145
11471146
.. plot:: mpl_examples/pylab_examples/contour_demo.py
1147+
1148+
.. plot:: mpl_examples/pylab_examples/contourf_demo.py
11481149
"""
11491150

11501151
def find_nearest_contour( self, x, y, indices=None, pixel=True ):

0 commit comments

Comments
 (0)