new graphics map coords [message #74669] |
Fri, 28 January 2011 16:10  |
Paul[3]
Messages: 18 Registered: September 2010
|
Junior Member |
|
|
I wish to contour some global data in a Robinson projection, and then
put a zonal mean plot of the same data to the right of the Robinson
projection. However, the Robinson projection distorts latitudinally,
so the zonal mean curves aren't quite lined up with the corresponding
features on the Robinson projection.
Is there a way to have my zonal mean plot for each projection have the
same vertical coordinates as the Robinson projection so that the two
are directly comparable side-by-side? (I've tried using the
CONVERTCOORD method...)
|
|
|
Re: new graphics map coords [message #74741 is a reply to message #74669] |
Mon, 31 January 2011 11:57   |
chris_torrence@NOSPAM
Messages: 528 Registered: March 2007
|
Senior Member |
|
|
On Jan 28, 5:10 pm, Paul <paulsta...@gmail.com> wrote:
> I wish to contour some global data in a Robinson projection, and then
> put a zonal mean plot of the same data to the right of the Robinson
> projection. However, the Robinson projection distorts latitudinally,
> so the zonal mean curves aren't quite lined up with the corresponding
> features on the Robinson projection.
> Is there a way to have my zonal mean plot for each projection have the
> same vertical coordinates as the Robinson projection so that the two
> are directly comparable side-by-side? (I've tried using the
> CONVERTCOORD method...)
Hi Paul,
In IDL 8.1 you will be able to plot onto a map projection using the
Plot() function, and it will warp the plot data to that projection.
For right now, you might try added a new map projection next to your
existing map, and then using the Polyline() function to plot the
actual points. However, I'm not sure how you would add the Axis...
-Chris
ITTVIS
|
|
|
Re: new graphics map coords [message #74806 is a reply to message #74741] |
Tue, 01 February 2011 13:53  |
Paul[3]
Messages: 18 Registered: September 2010
|
Junior Member |
|
|
On Jan 31, 12:57 pm, Chris Torrence <gorth...@gmail.com> wrote:
> On Jan 28, 5:10 pm, Paul <paulsta...@gmail.com> wrote:
>
>> I wish to contour some global data in a Robinson projection, and then
>> put a zonal mean plot of the same data to the right of the Robinson
>> projection. However, the Robinson projection distorts latitudinally,
>> so the zonal mean curves aren't quite lined up with the corresponding
>> features on the Robinson projection.
>> Is there a way to have my zonal mean plot for each projection have the
>> same vertical coordinates as the Robinson projection so that the two
>> are directly comparable side-by-side? (I've tried using the
>> CONVERTCOORD method...)
>
> Hi Paul,
> In IDL 8.1 you will be able to plot onto a map projection using the
> Plot() function, and it will warp the plot data to that projection.
> For right now, you might try added a new map projection next to your
> existing map, and then using the Polyline() function to plot the
> actual points. However, I'm not sure how you would add the Axis...
> -Chris
> ITTVIS
Thanks, Chris. You folks there at ITT are great.
Clever workaround with the polyline. I'll see if I can do that w/o
warping it horizontally.
|
|
|