|
From: Thomas S. <t.s...@fz...> - 2011-07-14 08:39:02
|
you could plot without title (= without key) followed by an empty plot with title just for the key: plot sin(x) linetype 1 notitle, 0/0 linetype 1 linewidth 5 title "sin(x)" MadMarvin wrote: > > Hi, > is there a way (for example via a hidden variable) to set or overwrite the > line width of the key's symbols (straight line, line with point and so > on)? > I have to create graphs with very thin linewidths because of the noise in > the data and you cannot make out the color in the key. > > Best regards, > Marvin > -- View this message in context: http://old.nabble.com/Set-key-linewidth-tp32046995p32059590.html Sent from the Gnuplot - User mailing list archive at Nabble.com. |