|
From: John H. <jd...@gm...> - 2008-12-10 14:37:04
|
On Wed, Dec 10, 2008 at 12:36 AM, Jae-Joon Lee <lee...@gm...> wrote:
> Current SVN (r6540) raise an error for the following code.
Arg, bad timing. Charlie released 0.98.4 hours before you found this.
Fortunately, the use case,
fig = plt.figure()
ax = maxes.Subplot(fig, 1, 1, 1)
fig.add_subplot(ax)
is pretty rare, since most use the fig.add_subplot(111) construction. In
fact, we didn't catch this because none of the examples use it in
backend_driver.
I just added a units/notes_tests.py with this example added to it. Please
add other regression tests here as you develop.
JDH
|