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
tex does not support paths that contain tildes, and tmpdir may be such a
path. Fortunately, we can arrange to refer to paths relatively instead.
No test, as that would involve setting up another MPLCONFIGDIR just for
that purpose, which is rather costly as we'd need to regen the font
cache for it. But one can try e.g.
```
MPLCONFIGDIR=/tmp/has~tilde python -c 'from pylab import *; figtext(.5, .5, "a", usetex=True); show()'
```
0 commit comments