LSSTDESC / desc-python

DESC python environment
BSD 3-Clause "New" or "Revised" License
4 stars 2 forks source link

fix texlive in desc-python-bleed #148

Closed heather999 closed 3 months ago

heather999 commented 3 months ago

after adding texlive-core to desc-python-bleed, still having trouble using latex with matplotlib

import numpy as np
import pylab as plt

plt.rcParams.update({
    "text.usetex": True,
    "font.family": "Times",
    "font.size"  : 13
})

plt.plot(np.arange(10),np.arange(10))

FileNotFoundError: Matplotlib's TeX implementation searched for a file named 'ptmr7t.tfm' in your texmf tree, but could not find it

heather999 commented 3 months ago

handled module load texlive by updating the setup scrip called by kernel.json. Now available in 1.5.2