[matplotlib-devel] error in add_subplot

2008-12-09 Thread Jae-Joon Lee
Current SVN (r6540) raise an error for the following code. import matplotlib.pyplot as plt import matplotlib.axes as maxes fig = plt.figure() ax = maxes.Subplot(fig, 1, 1, 1) fig.add_subplot(ax) /Users/jjlee/.virtualenvs/default/lib/python2.5/site-packages/matplotlib/figure.pyc in add_subplot

Re: [matplotlib-devel] release? no, this time really I mean it

2008-12-09 Thread John Hunter
On Mon, Dec 8, 2008 at 5:31 PM, John Hunter <[EMAIL PROTECTED]> wrote: > On Thu, Dec 4, 2008 at 12:38 PM, Charlie Moad <[EMAIL PROTECTED]> wrote: >> Works for me. Let's aim for Saturday night so we have Sunday to test >> it out. Doable? > > I've been working on a number of docstring fixes, and se