From: <HBB...@t-...> - 2006-11-12 22:35:39
|
K Wieland wrote: > I am having problems with all my linetypes being dotted. If I plot > > gnuplot> plot 'data1.out' using 1:2:3:4 w vec lw 2, 'data2.out' w l lw 4 We need a more complete example --- the exact sequence of commands, and minimal data files that demonstrate the effect. Until you show those, all I can offer is a hint: check that your 'set terminal postscript' line has option "solid" in it. |