我想在gnuplot中移動這個鍵(圖例)的框。 現在看起來像這樣,但我想要鑰匙在箱子中居中。Gnuplot鑰匙盒
如果我做框,則主要使盒子的一部分消失,以及可以在這張照片
可以看出。
的代碼中使用的產生低於第一曲線是:
set xlabel 'Time'
set ylabel 'Rad/s'
set title 'Top 1'
set key box width 2 height 3 opaque
plot 'top1lspin.txt' using 1:5 with lines title '{/Symbol ~y{1.1.}}'
產生相同的效果可以與其它圖中可以看出命令,例如:
set xlabel 'Time'
set ylabel 'Rad/s'
set title 'Top 1'
set key box width 2 height 3 opaque
plot sin(x) title '{/Symbol ~y{1.1.}}'
@Thor編輯除去上'設置border'的'寬度2高度3'規範 - 我認爲這是一個重要的「成分」的問題... – ewcz
@ewcz:這是一個意外刪除,我已經加回他們 – Thor