|
From: Thomas S. <t.s...@fz...> - 2011-09-03 17:13:31
|
plot the 12 curves with option "notitle" and add 4 plus 3 empty plots with titles: set key maxrows 4 plot ... , 0/0 linetype 1 linecolor 1 title "method 1", 0/0 lt 1 lc 2 title "method 2", ... alpinito1 wrote: > > Hello, > > I have a set of curves, imagine I have 4 methods and for each method I > have 3 test case. > > What I want is to plot the 12 curves (4*3) in the same figure, using 4 > different colors (one for each method), and 3 different line type (one for > each test case). I want to have two keys (legends) one for the colors and > one for the line type. > > I hope you understand my question, > > Thank you in advance. > > Best regards, > > Daniel > -- View this message in context: http://old.nabble.com/How-to-create-two-keys-%28legends%29-in-the-same-plot-tp32385323p32392863.html Sent from the Gnuplot - User mailing list archive at Nabble.com. |