Figure.get_width_height()

Figure.get_width_height() returns width, height as floats,
but isn't width, height of a Figure always integers, and wouldn't it
make sense to return these as integers?

This would enable changing the code:
    width, height = figure.get_width_height()
    width, height = int(width), int(height)

to simply:
    width, height = figure.get_width_height()

Steve

Send instant messages to your online friends http://au.messenger.yahoo.com