latiude/ longitude legend outside the map [message #29357] |
Wed, 13 February 2002 05:57 |
Marco Trommler
Messages: 1 Registered: February 2002
|
Junior Member |
|
|
Dear Folks,
I would like to generate a Map with grid lines and a legend with the values
of the latitude or longitude of the grid lines outside of the image (aligned
to the map border)
WINDOW, ...
MAP_SET .....,,/cylindrical, xmargin=3,ymargin=3
MAP_GRID, LABEL=2, LATDEL=5, LONDEL=10, LONLAB=reg.latmin[r]
prints the values of the longitude on the min. latitude grid line of my map
(at the lower border but inside the map)
MAP_GRID, LABEL=2, LATDEL=5, LONDEL=10, LONLAB=reg.latmin[r]-0.5
should print the values with space 0.5 under the lowest border, but the
program doesn't make it..... Where is the mistake???
Marco
|
|
|