|
本帖最后由 Jerry 于 2022-3-17 00:46 编辑
明明我的.vaspkit文件里设的是gnp,结果出现下面错误, 没有任何图像文件输出。在"/home/vasp/下找不到.vexncqya文件。改为其他格式(pdf, eps),也一样。
我用的是vaspkit1.3.3, 安装有numpy, scipy, matplotlib
谢谢指教!
========================= Plot Option ===========================
1. BAND Only
2. BAND + TDOS
------------>>
2
Traceback (most recent call last):
File "/home/vasp/.vexncqya", line 80, in <module>
plt.savefig('BAND_DOS.jpg')
File "/opt/intel/oneapi/intelpython/latest/lib/python3.9/site-packages/matplotlib/pyplot.py", line 722, in savefig
res = fig.savefig(*args, **kwargs)
File "/opt/intel/oneapi/intelpython/latest/lib/python3.9/site-packages/matplotlib/figure.py", line 2180, in savefig
self.canvas.print_figure(fname, **kwargs)
File "/opt/intel/oneapi/intelpython/latest/lib/python3.9/site-packages/matplotlib/backend_bases.py", line 2021, in print_figure
canvas = self._get_output_canvas(format)
File "/opt/intel/oneapi/intelpython/latest/lib/python3.9/site-packages/matplotlib/backend_bases.py", line 1961, in _get_output_canvas
raise ValueError(ValueError: Format 'jpg' is not supported (supported formats: eps, pdf, pgf, png, ps, raw, rgba, svg, svgz)
-->> (12) Written BAND_DOS.jpg File!
|
|