<div dir="ltr"><div class="gmail_default" style="font-family:verdana,sans-serif"><b style="color:rgb(0,0,0);font-family:garamond,serif;font-size:13px">res@tiYAxisString = V10@units +&quot;  &quot;+&quot;[solid]&quot;</b></div><div class="gmail_default" style="font-family:verdana,sans-serif"><b style="font-size:13px;color:rgb(0,0,0);font-family:garamond,serif">res@tiXAxisString =&quot;Some X Axis String&quot;</b><br></div><div class="gmail_default" style="font-family:verdana,sans-serif"><span style="color:rgb(0,0,0);font-family:arial,sans-serif;font-size:13px">should do the job. </span></div><div class="gmail_default" style="font-family:verdana,sans-serif"><span style="color:rgb(0,0,0);font-family:arial,sans-serif;font-size:13px"><br></span></div><div class="gmail_default"><font color="#000000">You shouldn&#39;t need to but you could also try setting </font></div><div class="gmail_default"><font color="#000000">res@tiXAxisOn = True</font></div><div class="gmail_default"><span style="color:rgb(0,0,0)">res@tiYAxisOn = True</span><font color="#000000"><br></font></div><div class="gmail_default"><span style="color:rgb(0,0,0)"><br></span></div><div class="gmail_default"><span style="color:rgb(0,0,0)">I added those two lines to your resources and got x and y titles. </span></div><div class="gmail_default"><span style="color:rgb(0,0,0)"><br></span></div><div class="gmail_default"><span style="color:rgb(0,0,0)"><br></span></div><div class="gmail_default"><span style="color:rgb(0,0,0)">Good luck. </span></div><div class="gmail_default"><span style="color:rgb(0,0,0)">Alan. </span></div><div class="gmail_default"><span style="color:rgb(0,0,0)"><br></span></div><div class="gmail_default" style="font-family:verdana,sans-serif"><br></div><div class="gmail_default" style="font-family:verdana,sans-serif"><b style="font-size:13px;color:rgb(0,0,0);font-family:garamond,serif"><br></b></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Sep 7, 2015 at 2:30 PM, Sebastian Otarola-Bustos <span dir="ltr">&lt;<a href="mailto:Sebastian.F.Otarola-Bustos.1@nd.edu" target="_blank">Sebastian.F.Otarola-Bustos.1@nd.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">Hi everyone, <br><br>I&#39;ve been fighting trying to add X&amp;Y labels to a XY plot withouts success. I created 2 x N float array to store observed an modeled data (V10) , as gsn_csm_xy need to work). This array was filled in with data that comes from a float array that previously readed a .csv file with the information, so variables doesn&#39;t have any attributes or previous information. I added &quot;units&quot; attribute to <b>V10</b> and <b>Time</b> variables, which are the ones I&#39;am  plotting. But is still not showing the labels, any help or guidelines to fix this would be really appreciated as always. I Attached you an image of how it looks the current plot, and I&#39;m showing you the plot resources and the variables I&#39;m working wth.  <br><br><div> <font face="garamond, serif"><b>V10 = new((/2,nlines/),float)<br> V10(0,:) = fields_WRF(3,:)</b></font></div><div><font face="garamond, serif"><b> V10(1,:) = fields_OBS(3,:)</b></font></div><div><font face="garamond, serif"><b> V10@units=&quot;m/s&quot;<br></b></font><div><font face="garamond, serif"><b> Times = fspan(0,nlines-1,nlines)<br></b></font></div><div><font face="garamond, serif"><b> Times@units = &quot;hours&quot;</b></font></div><div><div><font face="garamond, serif"><b><br></b></font></div><div><font face="garamond, serif"><b> wks   = gsn_open_wks (&quot;png&quot;,&quot;xy&quot;)</b></font></div><div><font face="garamond, serif"><b>  res = True</b></font></div><div><font face="garamond, serif"><b>  res@tiMainString = &quot; Velocities at 10 m Cerrillos&quot;</b></font></div><div><font face="garamond, serif"><b>  ;res@tiYAxisString = V10@units +&quot;  &quot;+&quot;[solid]&quot; ( this also didn&#39;t work)</b></font></div><div><font face="garamond, serif"><b>  res@xyLineColors = (/&quot;blue&quot;,&quot;red&quot;/) ; Line colors vector</b></font></div><div><font face="garamond, serif"><b>  res@xyLineThicknesses = (/3.0,4.0/)</b></font></div><div><font face="garamond, serif"><b>  res@xyDashPatterns = (/0,2/) ; Line patterns vector: 0-&gt;solid , 2-&gt;dashed</b></font></div><div><font face="garamond, serif"><b>  res@pmLegendDisplayMode = &quot;Always&quot; ; Force the legend display</b></font></div><div><font face="garamond, serif"><b>  res@xyExplicitLegendLabels = (/&quot;WRF&quot;,&quot;Observed&quot;/)</b></font></div><div><font face="garamond, serif"><b>  res@lgLabelFontHeightF = 0.01</b></font></div><div><font face="garamond, serif"><b>  res@pmLegendWidthF = 0.12 ; Legend width</b></font></div><div><font face="garamond, serif"><b>  res@pmLegendHeightF = 0.07 ; Legend</b></font></div><div><font face="garamond, serif"><b>  res@pmLegendParallelPosF = 0.85 ; Move legend along xaxis</b></font></div><div><font face="garamond, serif"><b>  res@pmLegendOrthogonalPosF = -0.98 ; Move legend along yaxis</b></font></div><div><font face="garamond, serif"><b><br></b></font></div><div><font face="garamond, serif"><b>  plot = gsn_csm_xy (wks,Times,V10,res )</b></font></div></div><div><br></div><br><br>All the best,<br>Thank you in advance,<br>Sebastián.<br><br><br><br><br><br></div><div><br></div></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>