(matplotlib LaTex)RuntimeError: Failed to process string with tex because latex could not be found
matplotlib LaTex
在matplotlib里,可以使用LaTex对复杂数学公式、数学符号和文本特定格式进行渲染,如"textbf{time}“和"textit{weight}”。
windows系统下的安装步骤:
第一步:安装MiKTeX; 第二步:安装dviping(a DVI-to-PNG convert):MiKTeX中的miktex包含安装程序dviping.exe,在路径"bin/x64/dvipng.exe"下; 第三部:安装Ghostscript; 安装完成后需要进行一些必要的软件安装和PATH环境变量的配置。
mac系统下的安装步骤:
第一步:安装python模块latex:pip3 install latex 第二步:安装latex环境MacTex:brew install mactex 或者直接在官网下载安装包
查看是否安装成功 latex --version或
(matplotlib LaTex)RuntimeError: Failed to process string with tex because latex could not be found最先出现在Python成神之路。
共有 0 条评论