Reputation: 157
With
set key left top
I can set the position of the legend. However, I would like to set each title separately in such a way, that in the following example the legend is on one line: left the first and right the second one.
plot sin(x) title "Sinus", x title "X"
How can I do this?
Upvotes: 6
Views: 5268