|
From: arvin m. <arv...@ya...> - 2009-10-23 07:18:12
|
Hi to all,
I am making ps file by fellowing commands
set output "try.ps"
set size 1 ,1
set linestyle 1 linetype 1 linewidth 8
set linestyle 2 linetype 2 linewidth 8
pl "file.data" u 1:2 w l ls 1, "file.data" u 1:3 w l ls 2
In the output I am getting a Solid RED line and Dashed Green line but I want the Solid Green line.
I want to change this Dashed Green line into Solid Green line.
I think its trivial but I am not getting right answer :(
Please help
best regards,
Arvind
|