I would like to get several keys from the graphs in one line in gnuplot as shown in the attached image
here is an example of the code:
set key maxrows 2
plot sin(x) title 'x1',cos(x) title 'x2',x title' ',2*x title ' ',-x title ' ',-3*x title ' '
I get this result (see attached). my question how to obtain the 3 key blow 'green - pink -yellow' dashed line