From: <jd...@us...> - 2008-06-27 15:55:31
|
Revision: 5689 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5689&view=rev Author: jdh2358 Date: 2008-06-27 08:33:17 -0700 (Fri, 27 Jun 2008) Log Message: ----------- fixed errorbar demo Modified Paths: -------------- trunk/matplotlib/doc/sphinxext/plot_directive.py trunk/matplotlib/lib/matplotlib/contour.py Modified: trunk/matplotlib/doc/sphinxext/plot_directive.py =================================================================== --- trunk/matplotlib/doc/sphinxext/plot_directive.py 2008-06-27 15:25:50 UTC (rev 5688) +++ trunk/matplotlib/doc/sphinxext/plot_directive.py 2008-06-27 15:33:17 UTC (rev 5689) @@ -43,7 +43,7 @@ template = """ .. htmlonly:: - [`py <../%(srcdir)s/%(basename)s.py>`__, + [`source code <../%(srcdir)s/%(basename)s.py>`__, `png <../%(srcdir)s/%(basename)s.hires.png>`__, `pdf <../%(srcdir)s/%(basename)s.pdf>`__] Modified: trunk/matplotlib/lib/matplotlib/contour.py =================================================================== --- trunk/matplotlib/lib/matplotlib/contour.py 2008-06-27 15:25:50 UTC (rev 5688) +++ trunk/matplotlib/lib/matplotlib/contour.py 2008-06-27 15:33:17 UTC (rev 5689) @@ -893,5 +893,7 @@ be removed. Chunking introduces artifacts at the chunk boundaries unless *antialiased* is *False*. + **Example:** + .. plot:: contour_demo.py """ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |