在macOS上使用matplotlib进行乳胶输出时遇到问题。我安装了乳胶,dvips,ps并可以从命令行运行,并且我遵循rc软件包中的指南:
from matplotlib import rc
rc('font',**{'family':'sans-serif','sans-serif':['Helvetica']})
rc('text', usetex=True)
但是我收到此错误消息
RuntimeError: Failed to process string with tex because latex could not be found
我检查了$ PATH,一切似乎都正确了,但是python无法找到命令