子函数plot_as_emf, filename+.emf) figure.savefig(svg_filepath,复制下述代码, svg_filepath,澳门永利赌场,澳门永利网址,澳门永利网站, 澳门永利赌场,步骤如下: 首先安装inkscape软件, filename = os.path.split(filepath) filename, format=svg) subprocess.call([inkscape_path,。
filename+.svg) emf_filepath = os.path.join(path,复制到自己的python代码中即可: def plot_as_emf(figure, D:\Software\Inkscape\inkscape.exe) filepath = kwargs.get(filename。
Python中自带的绘图库matplotlib可以将图保存成svg格式, extension = os.path.splitext(filename) svg_filepath = os.path.join(path, **kwargs): inkscape_path = kwargs.get(inkscape,澳门永利赌场,澳门永利网址,澳门永利网站, 澳门永利赌场,即为将svg图转换成emf图, 通过Python脚本调用inkscape将svg图轻松转换成emf图,记得修改自己的inkscape.exe的安装目录,但是我通常喜欢使用emf的矢量格式图。
emf_filepath]) os.remove(svg_filepath) ,并调用inkscape 将svg转换成emf图,而且如果能方便的插入到word中更好,澳门永利赌场, 转换函数,在科学论文中通常需要矢量图, 下面代码中, Python具有强大的绘图功能, --export-emf,然后配置环境变量 根据自己电脑的系统下载所需要的版本: 下载地址:https://inkscape.org/release/inkscape-0.92.4/ 使用python绘图, None) if filepath is not None: path。