<div dir="ltr"><div>Indeed, sorry for the misdirection.</div><div><br></div><div>If you look in your terminal do you see a bunch of tracebacks?  </div><div><br></div><div>The problem is that Python read \0 in a string literal as an escaped 0 byte (aka \x00) which fails to parse with with mathtex and latex.  If you make a raw string (r"$\0$") python won't interpret the escape character, but both mathtex and latex still fail as \0 is not a valid command it latex.  These exceptions are being raised as part of the draw process which cause it to fail which makes it look like interactivity is lost because the updated image is not shipped to the browser.</div><div><br></div><div>We should sort out a better way to surface those exceptions, the problem is that they happen asynchronously so it is not clear where they should be raised...</div><div><br></div><div>Tom  </div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sun, May 19, 2019 at 3:51 AM FilipPersson <<a href="mailto:filip@ownit.nu" target="_blank">filip@ownit.nu</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi Tom,<br>
I'm not sure if it's related. I'm using nbAgg. It acme automatically when I<br>
installed and I haven't changed it. Their plots go black. Not all my plots<br>
go crazy when I do the escape character error, only the interactive ones<br>
when re-running.<br>
<br>
<br>
<br>
--<br>
Sent from: <a href="http://matplotlib.1069221.n5.nabble.com/matplotlib-users-f3.html" rel="noreferrer" target="_blank">http://matplotlib.1069221.n5.nabble.com/matplotlib-users-f3.html</a><br>
_______________________________________________<br>
Matplotlib-users mailing list<br>
<a href="mailto:Matplotlib-users@python.org" target="_blank">Matplotlib-users@python.org</a><br>
<a href="https://mail.python.org/mailman/listinfo/matplotlib-users" rel="noreferrer" target="_blank">https://mail.python.org/mailman/listinfo/matplotlib-users</a><br>
</blockquote></div><br clear="all"><div><br></div>-- <br><div dir="ltr" class="gmail-m_8114262443679589412gmail_signature">Thomas Caswell<br><a href="mailto:tcaswell@gmail.com" target="_blank">tcaswell@gmail.com</a></div>