comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » Re: Function Graphics Map Projection Woes
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: Function Graphics Map Projection Woes [message #77670 is a reply to message #77669] Mon, 19 September 2011 09:09 Go to previous messageGo to previous message
Mark Piper is currently offline  Mark Piper
Messages: 198
Registered: December 2009
Senior Member
On 9/19/2011 9:43 AM, David Fanning wrote:
> David Fanning writes:
>
> This code *finally* give me what I want:
>
> imgObj = Image(tnmin, lon, Reverse(lat), limit=[-90,0,90,360], $
> grid_units=2, map_projection='Cylindrical')
>

Here's also a quick example of using the IMAGE_DIMENSIONS and
IMAGE_LOCATION keywords:

data = dist(200)
i1 = image(data, $
limit=[-90,-180,90, 180], $
grid_units=2, $
image_dimensions=[360,180], $
image_location=[-180,-90], $
margin=0.1, $
map_projection='Equirectangular', $
title='Using IMAGE_DIMENSIONS and IMAGE_LOCATION keywords')

mp
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: IDL 8.1 Graphics Window Rearrange Content
Next Topic: Good IDL 8 guide?

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Fri Oct 10 10:24:56 PDT 2025

Total time taken to generate the page: 0.08436 seconds