(FormattedFloatRenderer): New custom
float renderer that gives more control over the formatting of the
numbers than the normal wx float renderer.
(TableGrid.__init__): use the new FormattedFloatRenderer so that
floats are always shown with 3 significant digits and scientific
notation when applicable
|