Re: [matplotlib-devel] usetex='True' and annotate generates a traceback for certain texts

2009-04-06 Thread Jouni K . Seppänen
João Luís Silva writes: > annotate and usetex='True' can trigger a traceback if the text is > invalid. A space or an underscore generate this behavior, I haven't > tried others. Thanks for the report it should be fixed now. You still get a traceback, but now it should make more sense. -- Jou

[matplotlib-devel] usetex='True' and annotate generates a traceback for certain texts

2009-04-06 Thread João Luís Silva
Hi, annotate and usetex='True' can trigger a traceback if the text is invalid. A space or an underscore generate this behavior, I haven't tried others. Ubuntu 8.10, mpl svn (rev. 7032). Once again feel free to ignore this, I just feel compelled to report all mpl bugs :) JLS Example: #-