Closed heather999 closed 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
handled module load texlive by updating the setup scrip called by kernel.json. Now available in 1.5.2
module load texlive
after adding texlive-core to desc-python-bleed, still having trouble using latex with matplotlib
FileNotFoundError: Matplotlib's TeX implementation searched for a file named 'ptmr7t.tfm' in your texmf tree, but could not find it