Map_grid options [message #41275] |
Sun, 03 October 2004 15:06  |
jcesq
Messages: 9 Registered: October 2004
|
Junior Member |
|
|
Hello folks,
I'm using /box_axes option in the map_grid procedure to draw axes
around my images. However, the text labels (lats and longs) are too
near to the axes. How can I move alway these labels ?? The IDL's guide
doesn't show any option to do that.
Cheers,
Jeferson
|
|
|
|
Re: Map_Grid [message #44621 is a reply to message #41275] |
Thu, 30 June 2005 10:06  |
James Kuyper
Messages: 425 Registered: March 2000
|
Senior Member |
|
|
Julio wrote:
> Hi,
>
> I'm using Map_Grid to draw some grid lines and a box on my image.
> There's a color keyword to define the color of the box and lines...
>
> Map_Grid, color=black, Londel=2, Latdel=2,GLINESTYLE=2,$
> label=1,/noerase,box_axes=1
>
> The problem is I want to use different colors in the grid lines and in
> the box. Is there some way to do that?
Just make two seperate calls to map_grid. In the first call, choose the
color you want for the grid, and leave out the box_axes keyword. In the
second call, choose the color you want for the box_axes, and choose the
/no_grid option.
|
|
|