<div dir="ltr"><div>Thanks Adam,</div><div>I understood the problem. The version I am using is 6.3.0.</div><div>However, I am unable to upgrade it to 6.4 for my system OSX10.10.</div><div>Cheers,</div><div>Jayant<br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Feb 4, 2020 at 7:03 PM Adam Phillips <<a href="mailto:asphilli@ucar.edu">asphilli@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">Hello,<div>Thanks for sending along a self-contained script that shows what you are doing. What version of NCL are you running? I was able to get a bar chart using your script without an error message. I have attached the plot. The NCL version that I used was v6.4.0. If you are using a version earlier than 6.4.0 I suggest upgrading to the current version 6.6.2.</div><div>Adam</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Feb 4, 2020 at 11:37 AM Jayant via ncl-talk <<a href="mailto:ncl-talk@ucar.edu" target="_blank">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">Dear,<div class="gmail_quote"><div dir="ltr"><div class="gmail_quote"><div dir="ltr"><div>I am interested in plotting a bar chart for the anomaly data (attached). I followed the example in  example: <a href="https://www.ncl.ucar.edu/Applications/Scripts/bar_4.ncl" target="_blank">https://www.ncl.ucar.edu/Applications/Scripts/bar_4.ncl</a></div><div>But I am getting the following error on including the gsnYRefLine:</div><div><span style="color:rgb(255,0,0)">f<span style="font-family:monospace">atal:conform_dims: The array to be conformed must have the same number of dimensions as indicated by the length of the last argument.</span></span></div><div>I am unable to understand the error which indicates the plot command. If I comment the gsnYRefLine, it works and gives a simple barchart but it does not have +ve and -ve separation.<br></div><div>Please advise.<br></div><div><br></div><div>     <span style="font-family:monospace">inp = asciiread("./inp_anom.txt",(/66,2/),"float")</span></div><div><span style="font-family:monospace">   ycolc0 = inp(:,0)</span></div><div><span style="font-family:monospace">   test_anom = inp(:,1)</span></div><div><span style="font-family:monospace">   ;</span><br></div><div><span style="font-family:monospace">   fwks   = gsn_open_wks ("png","panom_bar")     <br>   res                   = True            <br>   res@gsnYRefLine           = 0.0        <br>   res@gsnXYBarChart         = True          <br>   res@gsnAboveYRefLineColor = "blue"  <br>   res@gsnBelowYRefLineColor = "red"  <br>   plot  = gsn_csm_xy(fwks,ycol0c,test_anom,res) ; create plot</span></div></div>
</div></div>
</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"><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>
</blockquote></div>