You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 via sudo yum install dvipng. Is there any other way to solve this problem?
The text was updated successfully, but these errors were encountered:
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! 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?The text was updated successfully, but these errors were encountered: