How can I choose a color for my filledcurve? I have
plot "Jul28/data.17345" using 1:3 title 3 with filledcurves x1 fs
pattern 2
This gives me a red filling. But if I try
plot "Jul28/data.17345" using 1:3 title 3 with filledcurves x1 fs
pattern 2 lc "blue"
(or any other color), I get a gray filling. Can't find any doc on this.