Bus errorとSegmentation faultに困ったら見るブログ

物理の研究者による日々の研究生活のメモ書きです ( python/emacs/html/Japascript/シェルスクリプト/TeX/Mac/C言語/Linux/git/tmux/R/ポケモンGO)

【gnuplot】pngの出力サイズのデフォルトを変更したい

gnuplotが起動するときに読み込む設定ファイル .gnuplot に次のように書いておけば良い

set terminal png enhanced size 1080, 720
set terminal x11

これでpngで出力するときは自動的に上に書いたサイズになるよー