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

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

【gnuplot】keyの背景を透明にしたり

以前書いた気がしたが、どこに書いたか忘れたのでメモ
gnuplotでkeyの背景を透明にしたりするソースコードはこちら

reset
set term png
set key opaque box
set output "hoge1.png"
plot sin(x)title "six(x)" w l lw 2, cos(x) title "cos(x)" w l lw 2 lc 3

reset
set key noopaque
set output "hoge2.png"
plot sin(x)title "six(x)" w l lw 2, cos(x) title "cos(x)" w l lw 2 lc 3

reset
set key opaque
set output "hoge3.png"
plot sin(x)title "six(x)" w l lw 2, cos(x) title "cos(x)" w l lw 2 lc 3

q

set key opaque boxで

set key noopaqueで

set key opaqueで

ランキング参加中です

↓クリックしていただけると嬉しいです〜