From: SteppXXL <mm4...@sp...> - 2009-01-28 13:37:03
|
Thanks Ethan but plot "data" using 0:3:xtic( column(2)==1 ? stringcolumn(1) : stringcolumn(2) ) linetyp 1,\ doesn't work for me. It always prints the 2nd column (2nd for testing, usually "" as you wrote). followed by "" using 0:($5>=0 ? $3 : 0) linetype 2, \ "" using 0:3:4 with labels rotate by 45 center offset 0,1 notitle How to tell "Draw label only if col 4 >= x?" E.g. x=1200 for my samples. -- View this message in context: http://www.nabble.com/Each-x-th-element-an-x-label-and-boxes-with-labels-tp21697428p21705786.html Sent from the Gnuplot - Dev mailing list archive at Nabble.com. |