Gnuplot:关键元素的位置

Mic*_*cha 5 gnuplot

set key left top
Run Code Online (Sandbox Code Playgroud)

我可以设置图例的位置.但是,我想以这样的方式分别设置每个标题,在下面的例子中,图例在一行上:左边第一个,右边第二个.

plot sin(x) title "Sinus", x title "X"
Run Code Online (Sandbox Code Playgroud)

我怎样才能做到这一点?

bib*_*ibi 5

使用水平关键字

set key horizontal top left 
Run Code Online (Sandbox Code Playgroud)