使用畫圖軟件gunplot出現的問題和解決辦法
阿新 • • 發佈:2017-09-22
gnuplot
使用畫圖軟件gunplot出現的問題和解決辦法
================================================================================================
【問題一】使用gunplot畫出,將terminal設置為png時出現以下問題
Could not find/open font when opening font "arial", using internal non-scalable font
【錯誤原因】缺少windows字體arial
【解決辦法】
第一步:先下載需要的字體
http://www.my-guides.net/en/images/stories/fedora12/
或者
http://download.csdn.net/detail/jichl/6856221
第二步:安裝
[[email protected]_EXERCISE tools]# rpm -ivh msttcore-fonts-2.0-3.noarch.rpm
第三步:設置環境變量
設置臨時環境變量:
# export GDFONTPATH="/usr/share/fonts/msttcore"、
# export GNUPLOT_DEFAULT_GDFONT="arial"
【更新地址】http://doublelinux.blog.51cto.com/12300166/1967636
本文出自 “doublelinux” 博客,謝絕轉載!
使用畫圖軟件gunplot出現的問題和解決辦法