Please ignore this question...
- Original Message -
From: Daniel Fish
To: Matplotlib-users@lists.sourceforge.net
Sent: Tuesday, September 18, 2007 11:21 AM
Subject: [Matplotlib-users] runtime error
Could anyone explain why I get a runtime error when using pylab.ion? (see
Could anyone explain why I get a runtime error when using pylab.ion? (see below)
I am running the latest version of matplotlib on Python 2.5 (windows)
Thanks,
Daniel Fish
#---Offending code
import pylab
pylab.ion()
pylab.plot(range(10
, typecode(y))
Analogous code is already in place for VLINES, but not for HLINES.
Thanks,
Daniel Fish
-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT
In response to revision number 3641 (bar plotting patch by Michael Forbes (link
below): Inside axes.py, the function 'hlines' is missing the line
"coll.update(kwargs)" found in the analogous function 'vlines', so the
horizontal linewidth kwarg does not update.
http://matplotlib.svn.sourcefor