<div dir="ltr"><div><div><br>You provide very little information.<br><br>Why not gsm_csm_xy?<br><br></div>lev      =    ... pressure or heights          ; [*]<br></div>trend   =   ... trends at each level ...       ; [*]  ... trend(lev)<br><div><div><br><pre> wks   = gsn_open_wks (&quot;png&quot;,&quot;level_trend&quot;)                  ; send graphics to PNG file

 res                   = True                       ; plot mods desired
 res@tiMainString      = &quot;Trend at each level&quot;      ; add title;;res@trYReverse        = True                       ; reverse Y-axis
;res@trYReverse        = True                       ; reverse Y-axis                       
 plot  = gsn_csm_xy (wks,trend,lev,res) ; create plot</pre><br></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Jun 23, 2016 at 7:17 AM, WIND <span dir="ltr">&lt;<a href="mailto:954051157@qq.com" target="_blank">954051157@qq.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div>Dear all,</div><div>Thanks for reading, I&#39;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?</div><div>Any help would be appreciated!</div><div>Sincerely,</div><div>Yan</div><br>_______________________________________________<br>
ncl-talk mailing list<br>
<a href="mailto:ncl-talk@ucar.edu">ncl-talk@ucar.edu</a><br>
List instructions, subscriber options, unsubscribe:<br>
<a href="http://mailman.ucar.edu/mailman/listinfo/ncl-talk" rel="noreferrer" target="_blank">http://mailman.ucar.edu/mailman/listinfo/ncl-talk</a><br>
<br></blockquote></div><br></div>