Solid green line in ps file

View: New views
2 Messages — Rating Filter:   Alert me  

Solid green line in ps file

by arvindmer :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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



     
------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Gnuplot-info mailing list
Gnuplot-info@...
https://lists.sourceforge.net/lists/listinfo/gnuplot-info

Re: Solid green line in ps file

by Hans-Bernhard Bröker-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

arvin mer wrote:
> Hi to all,
>
> I am making ps file by fellowing commands
[...]

You left out the most important one: the "set terminal postcript" line.
  The information you're lacking is in the documentation for that
command.See "help postscript" and pay special attention to the "solid"
option.


------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Gnuplot-info mailing list
Gnuplot-info@...
https://lists.sourceforge.net/lists/listinfo/gnuplot-info