Re: PLOTS versus POLYLINE [message #82166 is a reply to message #82107] |
Wed, 21 November 2012 10:24   |
David Fanning
Messages: 11724 Registered: August 2001
|
Senior Member |
|
|
Brian McNoldy writes:
> Hmm, I don't know. Are you specifically setting the grid spacing (e.g., m.mapgrid.grid_latitude=30 and m.mapgrid.grid_latitude=30)?
>
> I've only started playing with this, so there are probably others who are far more qualified than myself to troubleshoot it. :)
No, not really. We have had trouble finding experts. :-)
Here is what I am talking about. You can see the extra
labels getting in the way at 45 degrees East and West:
mp = map('Equirectangular', CENTER_LONGITUDE=180, $
POSITION=[0.1,0.1,0.90,0.80], $
LABEL_POSITION = 0, BOX_AXES=1, $
GRID_LATITUDE = 30, GRID_LONGITUDE = 45, $
/CURRENT, ASPECT_RATIO=0)
mp['Longitudes'].LABEL_ANGLE = 0
mp['Latitudes'].LABEL_ANGLE = 90
Cheers,
David
--
David Fanning, Ph.D.
Fanning Software Consulting, Inc.
Coyote's Guide to IDL Programming: http://www.dfanning.com/
Sepore ma de ni thue. ("Perhaps thou speakest truth.")
|
|
|