<div dir="ltr"><div><div>Please look at the Applications<br><br><a href="http://www.ncl.ucar.edu/Applications/">http://www.ncl.ucar.edu/Applications/</a><br><br></div>Under &#39;Datasets&#39; , click &#39;SPARC, OZONE&#39;<br><br></div>Look at the figures. The pressure axis extends higher than 0.01. Code is at: sparc_2.ncl<br><br><br></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Aug 19, 2016 at 7:03 PM, Soumik Basu <span dir="ltr">&lt;<a href="mailto:sbasu@alaska.edu" target="_blank">sbasu@alaska.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"><div><div>Hello ncl-users,<br><br></div>I am trying to plot a pressure vs latitude plot where the pressure goes 1000 hPa to 0.01 hPa. But if I try to plot anything above 1 hPa I am getting a set of following errors. <br><br>warning:_<wbr>NhlCreateSplineCoordApprox: Attempt to create spline approximation for Y axis failed: consider adjusting trYTensionF value<br>warning:IrTransInitialize: error creating spline approximation for trYCoordPoints; defaulting to linear<br>warning:LlSetValues: invalid range for Y Axis log mode; setting trYLog off<br><br></div>Here is the resource part of my plot: <br><br>;*****************************<wbr>******************************<wbr>*************<br>; Resources for the plot<br>;*****************************<wbr>******************************<wbr>************<br><br>  res                           <wbr>   = True      <br>  <br>  res@gsnDraw                   <wbr>   = False<br>  res@gsnFrame                  <wbr>   = False<br>  res@gsnMaximize               <wbr>   = False<br>  res@gsnSpreadColors           <wbr>   = True <br>  res@gsnSpreadColors           <wbr>   = True                ; use full colormap<br><br>  res@cnFillOn                  <wbr>   = True               <br>  res@cnLinesOn                 <wbr>   = False           <br>  res@cnLevelSelectionMode      <wbr>   = &quot;ManualLevels&quot;<br>  res@cnMinLevelValF            <wbr>   = 180<br>  res@cnMaxLevelValF            <wbr>   = 300<br>  res@cnLevelSpacingF           <wbr>   = 2<br>  res@cnInfoLabelOn             <wbr>   = False                     ; turn off cn info label<br>  res@cnLineLabelsOn            <wbr>   = False<br>  res@cnLineLabelFontHeightF    <wbr>   = 0.015<br><br>  res@tmLabelAutoStride         <wbr>   = True<br>  res@tmXTOn                    <wbr>   = False<br>  res@tmYROn                    <wbr>   = True<br>  res@tmXBLabelFontHeightF      <wbr>   = 0.030 <br>  res@tmYLLabelFontHeightF      <wbr>   = 0.030<br><br>  res@trYTensionF               <wbr>   = 0.5 <br>  res@trYLog                    <wbr>   = True<br><br>  res@lbOrientation             <wbr>   = &quot;horizontal&quot;  ;vertical label bar<br>  res@lbLabelBarOn              <wbr>   = False<br>  res@lbLabelAutoStride         <wbr>   = True<br><br><div><div><br clear="all"><div><div>I guess it is due to the irregular pressure axis but is there any way to solve it and make a plot properly? Thank you for any suggestions. <br><br></div><div>Thanks,<br></div><div>Soumik<br></div><div>-- <br><div data-smartmail="gmail_signature"><div dir="ltr"><div><div>-- </div><div>&quot;Learn from yesterday, live for today, hope for tomorrow. The important thing is not to stop questioning.&quot; - Albert Einstein</div><div><br></div><div>******************************<wbr>******************************<wbr>******************************<wbr>********</div><div>Dr. Soumik Basu</div><div>Post Doctoral Fellow, International Arctic Research Center, UAF, Fairbanks, AK, USA</div><div>Nanjing University of Information Science and Technology, Nanjing, China</div><div>PhD in Atmospheric Sciences</div><div>M.Sc. in Atmospheric Sciences</div><div>Email: <a href="mailto:suvro05@gmail.com" target="_blank">suvro05@gmail.com</a></div><div>website: <a href="http://soumikbasu.weebly.com/" target="_blank">http://soumikbasu.weebly.com/</a></div><div><br></div><div>******************************<wbr>******************************<wbr>******************************<wbr>*********</div></div></div></div>
</div></div></div></div></div>
<br>______________________________<wbr>_________________<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/<wbr>mailman/listinfo/ncl-talk</a><br>
<br></blockquote></div><br></div>