[ncl-talk] scatter plot

Adam Phillips asphilli at ucar.edu
Mon Sep 22 13:55:52 MDT 2014


Hi Jonathan,
You can subset the input data array by using index subscripting. Syntax:
arr (start_index:end_index:stride)
If you do not indicate an end_index that indicates to NCL to run through
the end of the array.

for example:
arr(0::2) ; select points from the 0th index to the last index with a
stride of 2.

Hope that helps.. If not, please respond to ncl-talk.
Adam

On Sun, Sep 21, 2014 at 6:08 PM, jbuzan <jbuzan at purdue.edu> wrote:

> Hello NCL-Talk,
>
> I am attempting a scatter plot, but the ndtooned on a 1°x1° grid (and time
> series) is too large, and generates a ~500mb plot.  Is there a way to
> reduced the data?
>
> -Jonathan
>
>
> _______________________________________________
> ncl-talk mailing list
> List instructions, subscriber options, unsubscribe:
> http://mailman.ucar.edu/mailman/listinfo/ncl-talk
>



-- 
Adam Phillips
Associate Scientist,  Climate and Global Dynamics Division, NCAR
www.cgd.ucar.edu/staff/asphilli/   303-497-1726

<http://www.cgd.ucar.edu/staff/asphilli>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20140922/c40945c5/attachment.html 


More information about the ncl-talk mailing list