Re: plotting subset of array with gsn_csm_contour

From: Mary Haley <haley_at_nyahnyahspammersnyahnyah>
Date: Thu, 25 Jun 2009 06:29:28 -0600 (MDT)

On Thu, 25 Jun 2009 Mark.Collier_at_csiro.au wrote:

> Hi,
> I am plotting an ocean field with depth vs. latitude axis and are wondering if the axis range can be selected so as not to plot over the existing axis?
>
> A bit like setting resources:
>
> res_at_mpCenterLonF = 180.
> res_at_mpMinLonF = 0.
> res_at_mpMaxLonF = 360.
> res_at_mpMinLatF = -80.
> res_at_mpMaxLatF = 90.
>
> with gsn_csm_contour_map_ce?
>
> I suppose one way to do it is to subset the 2d array before plotting it?
>
> Regards,
> Mark.

Mark,

I think you want the trX/YMin/MaxF resources:

    res_at_trXMinF
    res_at_trXMaxF
    res_at_trYMinF
    res_at_trYMaxF

--Mary

> ncl-talk mailing list
> List instructions, subscriber options, unsubscribe:
> http://mailman.ucar.edu/mailman/listinfo/ncl-talk
>
_______________________________________________
ncl-talk mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Thu Jun 25 2009 - 06:29:28 MDT

This archive was generated by hypermail 2.2.0 : Thu Jun 25 2009 - 06:30:15 MDT