|
From: <fl...@pl...> - 2004-05-14 09:52:06
|
Hi, I have two questions regarding symbol colors: Gnuplot seems to change the textcolor in the key (legend) to eth color of the symbol. When I use: set terminal postscript eps color set output 'test.eps' plot 'testdata.dat' t 'SIN' w p lt 9 pt 9 I get the symbols as I want grey and filled, but the title entry text, in this case "SIN", is in grey letters in the key. Is there any way to set the key textcolor ? Is it possible to have a symbol filled with one color with a border around the symbol of a different color. I run into this problem when a few datapoints are close to each other, they overlap, and one can't recognize the shape anymore. One way out is not to fill them at all, but I'd like to fill them e.g. grey and border them black ? Thanks a lot, Any hints for directions to look into are appreciated. Flo |