[ncl-talk] scatter plot

jbuzan jbuzan at purdue.edu
Mon Sep 22 14:43:48 MDT 2014


It might be useful to develop a raster mode for xy plots.  That might reduce the amount size of the output files.  

-Jonathan



On Sep 22, 2014, at 3:55 PM, Adam Phillips <asphilli at ucar.edu> wrote:

> 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
> 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20140922/88d47064/attachment.html 


More information about the ncl-talk mailing list