semilogy

It's a bug that somehow escaped our poor-man's regression testing
suite.

line 2007 in /usr/lib/python2.2/site-packages/matplotlib/axes.py
should read

    l = self.plot(*args, **kwargs)
            ^
not

    l = selfplot(*args, **kwargs)

Thanks for the report!

JDH