[ncl-talk] plotting help in ncl

Alan Brammer abrammer at albany.edu
Mon Sep 21 06:51:23 MDT 2015


It is possible.  I'm sure there are examples on the ncl pages.  Here are
two easy ways.

do i=0,10
  wks = gsn_open_wks("png", "plot_name"+i)
  plot....
end do


plot_names = (/"plot_name", "a_new_plot", "the_plot_strikes_back",
"return_of_the_plot"/)
do i=0,3
  wks = gsn_open_wks("png", plot_names(i) )
  ....
end do



On Mon, Sep 21, 2015 at 3:24 AM, Arun Kumar Dwivedi <
dwivedi.arunkumar at gmail.com> wrote:

> Dear Madam/Sir,
> I want to change the plot name in every loop in NCL. Is it possible ??
>
>
> Thanks & Regards
> Arun Kumar Dwivedi,
> Mob :+919546189035
>
> _______________________________________________
> ncl-talk mailing list
> ncl-talk at ucar.edu
> List instructions, subscriber options, unsubscribe:
> http://mailman.ucar.edu/mailman/listinfo/ncl-talk
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20150921/88a1b2a0/attachment.html 


More information about the ncl-talk mailing list