<div dir="ltr">Dear Sir/Madam,<br><br>I am a new user of kuibit and I would like to report a bug (at least that is how it appears to me) and a possible solution to it.<br><br>I am running Ubuntu through the Windows subsystem for Linux (Windows 10) and when trying to run a kuibit script to plot some data from the single star simulation tov_EV (<a href="https://github.com/EinsteinToolkit/jupyter-et/blob/master/tutorial-server/notebooks/CactusTutorial.ipynb">https://github.com/EinsteinToolkit/jupyter-et/blob/master/tutorial-server/notebooks/CactusTutorial.ipynb</a>), the following error is shown:<br><br>File "/home/USER/.local/lib/python3.10/site-packages/tikzplotlib/_axes.py", line 3, in <module><br>    from matplotlib.backends.backend_pgf import (<br>ImportError: cannot import name 'common_texification' from 'matplotlib.backends.backend_pgf'<br><br>Apparently the function "common_texification" has been discontinued and replaced by "_tex_escape" (as shown in matplotlib.backends.backend_pgf in the Spyder files - the Python compiler I use in Windows).<br><br>@_api.deprecated("3.6")<br>def common_texification(text):<br>    return _tex_escape(text)<br><br>So, by replacing the instances of "common_texification" (6 I believe) by "_tex_escape" in the _axes.py module of the tikzplotlib library, the kuibit functions in Ubuntu seem to run smoothly. <br><br>I am a relatively inexperienced user of Ubuntu/WSL/Python and I am not sure how much this is considered a bug, but I hope that this could be useful for others.<br><br>Many thanks,<br>Rodrigo<br clear="all"><br><span class="gmail_signature_prefix">-- </span><br><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><span><span><p class="MsoNormal"><span>Dr. Rodrigo Berté</span></p><p class="MsoNormal"><span></span></p></span></span><div><span><span> Goiânia-GO, Brazil</span></span></div></div></div></div>