help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: line width?


From: ldoolitt
Subject: Re: line width?
Date: Tue, 9 Feb 1999 22:56:30 -0500 (EST)

Huaiyu Zhu -
 
> Question: How to change the dash segment length independently of the
> spacing between dashes?  /dl seems to control both.

That information is encoded in the lines

/LT1 { PL [4 dl 2 dl] 0 0 1 DL } def
/LT2 { PL [2 dl 3 dl] 1 0 0 DL } def
/LT3 { PL [1 dl 1.5 dl] 1 0 1 DL } def
/LT4 { PL [5 dl 2 dl 1 dl 2 dl] 0 1 1 DL } def
/LT5 { PL [4 dl 3 dl 1 dl 3 dl] 1 1 0 DL } def
/LT6 { PL [2 dl 2 dl 2 dl 4 dl] 0 0 0 DL } def

I haven't played with it, and my New Big Red Book hasn't come in yet :-( .
For LT1, "0 0 1" refers to the RGB color, when using color.
"4 dl 2 dl" must be the dash length and space length.

    - Larry



reply via email to

[Prev in Thread] Current Thread [Next in Thread]