Re: [Matplotlib-users] axis not accepting keyword arguments any longer?

2007-01-25 Thread John Hunter
Samuel == Samuel M Smith [EMAIL PROTECTED] writes: Samuel I have the same problem Did you notice my response then? John This is a bug -- thanks for reporting it. I just committed John changes to svn to fix it. Ie, it is a bug that is fixed and you must use the svn version of

Re: [Matplotlib-users] axis not accepting keyword arguments any longer?

2007-01-09 Thread Eric Firing
It is a bug. I don't know how or when it was introduced. I can fix it in svn later today. Eric Marcel Oliver wrote: Hi, I am running some code which used to work a couple of months ago, but now fails on the axis command which does not seem to accept keyword arguments any longer (current

Re: [Matplotlib-users] axis not accepting keyword arguments any longer?

2007-01-09 Thread John Hunter
Marcel == Marcel Oliver [EMAIL PROTECTED] writes: Marcel TypeError: set_ylim() got an unexpected keyword argument Marcel 'xmin' WARNING: Failure executing file: colonius.py This is a bug -- thanks for reporting it. I just committed changes to svn to fix it. JDH