[Matplotlib-users] runtime error

2007-09-18 Thread Daniel Fish
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

Re: [Matplotlib-users] runtime error - IGNORE

2007-09-18 Thread Daniel Fish
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

[Matplotlib-users] hlines kwargs update

2007-08-17 Thread Daniel Fish
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.