On Fri, Nov 21, 2008 at 12:26 PM, Eric Bruning <[EMAIL PROTECTED]> wrote:

> My preference would be to see the error rather than mysteriously not
> see text. The latter would be more frustrating to debug - hard to
> track down. A scientific user should probably know that he's
> overextending the floating point capability, which was my case.

Actually you are overflowing the int.  In the backend, we transform
everything to pixel space, and the call fails when it tries to
initialize an int with the transformed coordinate.

JDH

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to