Crash when subplotting extremly small values

Hi everyone Since there is an upcoming new version I have

    > a little bug report, that might be worth having a look
    > at:

    >>>> ipython -pylab plot((1e-30,1e-30))

    > No problem there. Now:

    >>>> ipython -pylab subplot(1,1,1) plot((1e-30,1e-30))

    > Here I get an error message.

    > The same routine with semilogx/y as plot command gives no
    > error.

Could you please file a bug report on the sf site.

Thanks,
JDH