misdirected links on the web page

Hello, the matplotlib tutorial at

    > http://matplotlib.sourceforge.net/tutorial.html

Thanks Jochen -- these, and your previous bugs, have been fixed in
CVS and the site problems should be fixed on the sf site as well.

JDH

Hello John,

···

On Sat, Oct 16, 2004 at 09:09:22AM -0500, John Hunter wrote:

these, and your previous bugs, have been fixed in
CVS and the site problems should be fixed on the sf site as well.

Thanks! One more thing: two of the example lack the usual
python file header. This can be fixed with the following patch:

Index: matplotlib_icon.py

RCS file: /cvsroot/matplotlib/matplotlib/examples/matplotlib_icon.py,v
retrieving revision 1.5
diff -u -r1.5 matplotlib_icon.py
--- matplotlib_icon.py 10 Aug 2004 15:04:27 -0000 1.5
+++ matplotlib_icon.py 16 Oct 2004 21:39:15 -0000
@@ -1,3 +1,4 @@
+#!/usr/bin/env python
"""
make the matplotlib svg minimization icon
"""
Index: print_stdout.py

RCS file: /cvsroot/matplotlib/matplotlib/examples/print_stdout.py,v
retrieving revision 1.1
diff -u -r1.1 print_stdout.py
--- print_stdout.py 28 Sep 2004 14:56:56 -0000 1.1
+++ print_stdout.py 16 Oct 2004 21:39:15 -0000
@@ -1,3 +1,4 @@
+#!/usr/bin/env python
# print png to standard out
# usage: python print_stdout.py > somefile.png
import sys

I hope this helps,
Jochen
--