<div dir="ltr">Hi Hui,<div>Thank you for sending an easy to run script that clearly shows the problem. The array that houses the data to be hatched (var_sig) has a time coordinate variable that runs from 0-11. </div><div>Output from printVarSummary(var_sig)<br></div><div><br></div><div>Variable: var_sig<br>Type: float<br>Total Size: 8640 bytes<br>            2160 values<br>Number of Dimensions: 3<br>Dimensions and sizes:     [time | 12] x [lat | 1] x [lon | 180]<br>Coordinates: <br>            time: [   0..  11]<br>            lat: [   0..   0]<br>            lon: [   0.. 358]<br></div><div><br></div><div>You are overlaying the var_sig array on a plot that was created using the var_diff array. </div><div>Output from printVarSummary(var_diff)</div><div><br></div><div>Variable: var_diff<br>Type: float<br>Total Size: 8640 bytes<br>            2160 values<br>Number of Dimensions: 3<br>Dimensions and sizes:       [y | 12] x [lat | 1] x [lon | 180]<br>Coordinates: <br>            y: [   1..  12]<br>            lat: [   0..   0]<br>            lon: [   0.. 358]</div><div><br></div><div>In order for the two plot fields to line up, you will want to match their y-axis range. Adding the following line fixes your issue:</div><div>var_sig&time = ispan(1,12,1)<br><br></div><div>Hope that helps!</div><div>Adam</div><div><br></div><div><br></div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Jan 30, 2020 at 12:35 PM Hui Ding via ncl-talk <<a href="mailto:ncl-talk@ucar.edu">ncl-talk@ucar.edu</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div><br></div><div>Dear Sir or Madam, <br></div><div><br></div><div>I plotted a longitude-time hovmoeller diagram. Please see the attached file for script, data and figure. <br></div><div><br></div><div>The problem is with plotting hatching in panel (c). You can see that hatching stops by November. But in fact, the December should have been hatched. How can I solve this problem? <br></div><div><br></div><div>Thank you very much!</div><div>Best, <br></div><div>Hui Ding <br></div><div><br></div><div><br></div><div><br></div></div>
_______________________________________________<br>
ncl-talk mailing list<br>
<a href="mailto:ncl-talk@ucar.edu" target="_blank">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></blockquote></div><br clear="all"><div><br></div>-- <br><div dir="ltr" class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div><div><span><font color="#888888">Adam Phillips <br></font></span></div><span><font color="#888888">Associate Scientist,  </font></span><span><font color="#888888">Climate and Global Dynamics Laboratory, NCAR<br></font></span></div></div><div><span><font color="#888888"><a href="http://www.cgd.ucar.edu/staff/asphilli/" target="_blank">www.cgd.ucar.edu/staff/asphilli/</a>   </font></span><span><font color="#888888">303-497-1726 </font></span></div><span><font color="#888888"></font></span><div><div><span><font color="#888888"><br></font></span><div><span><font color="#888888"><a href="http://www.cgd.ucar.edu/staff/asphilli" target="_blank"></a></font></span></div></div></div></div></div></div></div></div></div></div></div>