[GRASS-user] ps.map and line style
    John A Stevenson 
    john.stevenson at manchester.ac.uk
       
    Tue Jan 12 05:10:47 EST 2010
    
    
  
Vincent Bain wrote:
> Hello,
> in a map composition I need to draw contours with two particular
> linestyles:
> - a line bedecked with crosses: ----x----x----x----x----
> - a double line: =====================
>   
Hi Vincent,
I have plotted a double line like this:
vlines my_lines
    color yellow
    width 1.5
    label Chirp lines
    lpos 4
    style 000111
end
vlines my_lines
    color black
    width 3
    label Chirp lines
    lpos 4
    style 000111
end
The top entry in the file plots on top in the map.  This gives a black 
dotted line with a yellow middle.  Specifying the same legend position 
recreates the pattern in the legend.
Later
John
-- 
Dr John Stevenson
Postdoctoral Research Associate
School of Earth, Atmospheric and Environmental Sciences
Williamson Building (Room 2.42)
University of Manchester
Manchester M13 9PL, UK
tel. +44(0)161 306 6585; fax. +44(0)161 306 9361;
john.stevenson at manchester.ac.uk 
    
    
More information about the grass-user
mailing list