1
我想對齊一個繪圖的標題。其中一些人離開,其中一些人是對的。Gnuplot左右對齊字幕
我在策劃方案是這樣的:
set key title "Gaussian Distribution"
set key top left Left reverse samplen 1
plot d1(x) fs solid 1.0 lc rgb "forest-green" title "μ = 0.5 σ = 0.5", \
d2(x) lc rgb "gold" title "μ = 2.0 σ = 1.0", \
d3(x) lc rgb "dark-violet" title "μ = -1.0 σ = 2.0"
現在我想有黃色和綠色的右手邊,紫左側。如何在繪圖命令中更改按鍵?