Closed dongj17 closed 3 months ago
Hi, this is related to your matplotlib configuration options, you can read more here: https://matplotlib.org/stable/users/explain/text/usetex.html
You can also take a look at #14 for discussion of this, bagpipes doesn't interact as well as it could with the matplotlib config options. The guaranteed solution is to set tex_on=False on line 18 of bagpipes/plotting/general.py
Hi, After I set tex_on=False
, error disappeared. Thank you very much!
Hi! I'm new to Bagpipes. When I run Example 1 and use
fig=model.plot(), fig=model.sfh.plot()
, I get the following error: RuntimeError: Failed to process string with TeX because dvipng could not be found. Since I don't have administrator rights, I can't install dvipng viasudo yum install dvipng
. Is there any other way to solve this problem?