[ncl-talk] daily average

Dennis Shea shea at ucar.edu
Thu Jun 23 10:37:09 MDT 2016


You provide very little information.

Why not gsm_csm_xy?

lev      =    ... pressure or heights          ; [*]
trend   =   ... trends at each level ...       ; [*]  ... trend(lev)

 wks   = gsn_open_wks ("png","level_trend")                  ; send
graphics to PNG file

 res                   = True                       ; plot mods desired
 res at tiMainString      = "Trend at each level"      ; add
title;;res at trYReverse        = True                       ; reverse
Y-axis
;res at trYReverse        = True                       ; reverse Y-axis
 plot  = gsn_csm_xy (wks,trend,lev,res) ; create plot



On Thu, Jun 23, 2016 at 7:17 AM, WIND <954051157 at qq.com> wrote:

> Dear all,
> Thanks for reading, I'm dealing with the one dimension trends/level data
> from 1000-1hPa in ln method. But while using the gsn_csm_pres_hgt function,
> is actually needs a two dimensional data. So I wonder how could I plot the
> one dimension trend data with ln levels?
> Any help would be appreciated!
> Sincerely,
> Yan
>
> _______________________________________________
> 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/20160623/29f39543/attachment.html 


More information about the ncl-talk mailing list