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

Skip to content

Commit 7444976

Browse files
committed
fixed errorbar demo
svn path=/trunk/matplotlib/; revision=5689
1 parent 8b6c035 commit 7444976

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

doc/sphinxext/plot_directive.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
template = """
4444
.. htmlonly::
4545
46-
[`py <../%(srcdir)s/%(basename)s.py>`__,
46+
[`source code <../%(srcdir)s/%(basename)s.py>`__,
4747
`png <../%(srcdir)s/%(basename)s.hires.png>`__,
4848
`pdf <../%(srcdir)s/%(basename)s.pdf>`__]
4949

lib/matplotlib/contour.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -893,5 +893,7 @@ def set_alpha(self, alpha):
893893
be removed. Chunking introduces artifacts at the chunk boundaries
894894
unless *antialiased* is *False*.
895895
896+
**Example:**
897+
896898
.. plot:: contour_demo.py
897899
"""

0 commit comments

Comments
 (0)