<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body bgcolor="#FFFFFF" text="#000000">
Dear GRASS users,<br>
<br>
I have been using ps.map for plotting my maps. I am using the
instructions below. When I use "eps" to place an external eps file
inside my map, the text and scalebar disappear. I am sure they are
not overlapping, but still I can't see them as soon as I turn on
"eps"<br>
<br>
Are there any ideas on what the problem might be? Do you know of any
interesting source for collections of ps.map templates? I would be
very grateful for any help.<br>
<br>
All the best,<br>
<br>
Jose Miguel<br>
<br>
<blockquote>paper<br>
width 13.46cm<br>
height 10cm<br>
end<br>
vareas vect3<br>
fcolor none<br>
color brown<br>
width 2<br>
end<br>
vlines vect2<br>
color aqua<br>
width 1<br>
end<br>
vlines vect1<br>
color 139:105:20<br>
width 0.8<br>
end<br>
labels lab1<br>
font Helvetica-Oblique<br>
end<br>
geogrid 10 s <br>
color grey<br>
numbers 5 black<br>
end<br>
scalebar s<br>
where 2.4 5.8<br>
length 400<br>
segment 4<br>
end<br>
rectangle 0% 0% 30% 100%<br>
fcolor white<br>
width 2<br>
end<br>
rectangle 0% 0% 100% 100%<br>
fcolor none<br>
width 2<br>
end<br>
text 13.5% 27% SCALE: 1:100,000<br>
background white<br>
fontsize 15<br>
end<br>
eps -18780 -58300<br>
epsfile ./ref_map.eps <br>
end<br>
end<br>
</blockquote>
</body>
</html>