<div dir="ltr"><div class="gmail_default" style="font-size:small">Partha,</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">The problem is that you are using values like this on the X axis:</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style><div class="gmail_default" style>(155)<span class="" style="white-space:pre">        </span>2014092809</div><div class="gmail_default" style>(156)<span class="" style="white-space:pre">        </span>2014092812</div><div class="gmail_default" style>(157)<span class="" style="white-space:pre">        </span>2014092815</div><div class="gmail_default" style>(158)<span class="" style="white-space:pre">        </span>2014092818</div><div class="gmail_default" style>(159)<span class="" style="white-space:pre">        </span>2014092821</div><div class="gmail_default" style>(160)<span class="" style="white-space:pre">        </span>2014092900</div><div class="gmail_default" style>(161)<span class="" style="white-space:pre">        </span>2014092903</div><div class="gmail_default" style>(162)<span class="" style="white-space:pre">        </span>2014092906</div><div style="font-size:small"><br></div><div style="font-size:small">This is going to cause erratic spacing on the X axis. Try using yyyymmddhh_to_yyfrac to convert to year fractions, and then plot against that array instead of time:</div><div style="font-size:small"><br></div><div style><div style="font-size:small"><font face="courier new, monospace">   time_frac = yyyymmddhh_to_yyyyfrac(time,0)</font></div><div style="font-size:small"><font face="courier new, monospace">. . .</font></div><div style><div style><font face="courier new, monospace">      res@tmXBValues = time_frac(::8) ; Label every 8th one                     </font></div></div><div style="font-size:small"><font face="courier new, monospace">. . .</font></div><div style="font-size:small"><div><font face="courier new, monospace">      plot = gsn_csm_xy (wks,time_frac,p1,res)</font></div><div><br></div><div>--Mary</div></div></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Oct 9, 2014 at 12:14 PM, Partha Bhattacharjee <span dir="ltr">&lt;<a href="mailto:pbhatta2@jhu.edu" target="_blank">pbhatta2@jhu.edu</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">




<div dir="ltr" style="font-size:12pt;color:#000000;background-color:#ffffff;font-family:Calibri,Arial,Helvetica,sans-serif">
<p>I am using NCL 6.2.1 and trying to plot a time series over a location (total 240 points). Input data (at regular 3 hour intervals for an entire month)  is 2d (lat,lon) with no time dimension. I created a time stamp of yyyymmddhh and extract only day and
 hour part. However, when I am trying to plot it using xy plot it does not show anything on the x-axis and plot also limited to middle part. </p>
<p>Any help. Attached is the code, sample input file and output figure.<br>
</p>
<p><br>
</p>
<p> Thanks in advance. <span class="HOEnZb"><font color="#888888"><br>
</font></span></p><span class="HOEnZb"><font color="#888888">
<p>Partha<br>
</p>
<p><br>
</p>
</font></span></div>

<br>_______________________________________________<br>
ncl-talk mailing list<br>
List instructions, subscriber options, unsubscribe:<br>
<a href="http://mailman.ucar.edu/mailman/listinfo/ncl-talk" target="_blank">http://mailman.ucar.edu/mailman/listinfo/ncl-talk</a><br>
<br></blockquote></div><br></div>