Qt figure size

I have a question about figure size in pylab, which presently includes the
toolbar. I think figure(figsize=(3,3)) should create a 3x3in plot window, and
append the toolbar below it. The effect is more noticeable on the QtAgg and
WXAgg backends, where the coordinates are reported below the toolbar. Is this
a bug or a feature?

Darren