<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">
Hi NCL,
<div class=""><br class="">
</div>
<div class="">I am attempting to plot zonal means of my two sets of data. &nbsp;However, every time it tries to plot the zonal means, even with the same&nbsp;trXMaxF and&nbsp;trXMinF, the zonal plots do not match on the same grid (see attached). &nbsp;Is there a way to fix this?</div>
<div class=""><br class="">
</div>
<div class="">-Jonathan</div>
<div class=""><br class="">
</div>
<div class=""><br class="">
</div>
<div class="">ex. plot lines.</div>
<div class=""><br class="">
</div>
<div class="">&nbsp; zres@trXMinF &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0. &nbsp; &nbsp; &nbsp;; Could also use gsnZonalMeanXMinF<br class="">
&nbsp; zres@trXMaxF &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 3. &nbsp; &nbsp; &nbsp;; Could also use gsnZonalMeanXMaxF<br class="">
&nbsp; zres@trYMinF &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= -57<br class="">
&nbsp; zres@trYMaxF &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= &nbsp;57<br class="">
&nbsp; zres1@trXMinF &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 0. &nbsp; &nbsp; &nbsp;; Could also use gsnZonalMeanXMinF<br class="">
&nbsp; zres1@trXMaxF &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= 3. &nbsp; &nbsp; &nbsp;; Could also use gsnZonalMeanXMaxF<br class="">
&nbsp; zres1@trYMinF &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= -57<br class="">
&nbsp; zres1@trYMaxF &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= &nbsp;57<br class="">
</div>
<div class=""><br class="">
</div>
&nbsp; &nbsp; plots = gsn_csm_contour_map(wks,tmp_var(:,:),res)<br class="">
&nbsp; &nbsp; plots1 = gsn_csm_contour(wks,tmp_var1(:,:),res2)<br class="">
&nbsp; &nbsp; plots1 &nbsp;= gsn_contour_shade(plots1,minshade,maxshade,opt)<br class="">
overlay(plots,plots1)<br class="">
&nbsp; zonal_id1 = gsn_csm_attach_zonal_means(wks,plots,tmp_var1(:,:),zres)<br class="">
<div class="">&nbsp; zonal_id2 = gsn_csm_attach_zonal_means(wks,plots,tmp_var(:,:),zres1)<br class="">
</div>
<div class=""><img apple-inline="yes" id="E79FF919-DDAD-42E9-9479-06B2732AC31E" height="443" width="573" apple-width="yes" apple-height="yes" src="cid:1D9532AA-ECDC-42AF-AA83-BD649287567F" class=""></div>
</body>
</html>