<div dir="ltr"><div><u>Hi NCL group and users~~~</u></div><div><u><br></u></div><div><u>I get this warning recently with all my plots and have no idea what the cause is.</u></div><div><br></div><div><div>warning:TextItemInitialize: Cannot set x,y,width,and height when other text attributes have been specified also, proceding with other text attribute requests</div></div><div><br></div><div><u>Here is a simple script that can produce this msg:</u></div><div><br></div><div><div>; Written by Wang Wenshan 2014-09-04 Thursday 14:37:05</div><div>load "$NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl"</div><div>load "$NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_code.ncl"</div><div>load "$NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_csm.ncl"</div><div>;*************************************************************</div><div>; warning:TextItemInitialize: Cannot set x,y,width,and height when other text attributes have been specified also, proceding with other text attribute requests</div><div>;************************************************************</div><div>begin</div><div>x = ispan(1,100,1)</div><div>y = 0.1*x</div><div><br></div><div>wks = gsn_open_wks ("x11","xy") ; open workstation</div><div><br></div><div>res = True ; plot mods desired</div><div>;res@tiMainString = "Basic XY plot" ; add title</div><div>;res@gsnLeftString = "left"</div><div>res@gsnRightString = "right"</div><div><br></div><div>plot = gsn_csm_xy (wks,x,y,res) ; create plot</div><div><br></div><div>print("done!")</div><div>end</div></div><div><br></div><div><u>NCL version: 6.2.0</u></div><div><u>System: Linux grele 3.13.0-34-generic #60-Ubuntu SMP Wed Aug 13 15:45:27 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux</u></div><div><u><br></u></div><div><u>Thank you very much!</u></div><div><u><br></u></div><div><u>BTW, there is a 404 Not Found Error when I tried to download NCL 6.2.1 from earthsystemgrid.</u></div><div><br></div><div><div>404 Not Found</div><div><br></div><div>The following file was not found:</div><div><br></div><div>ncl_ncarg-6.2.1.Linux_Debian6.0_i686_nodap_gcc445.tar.gz</div><div>If this file was part of a Archive Storage request, the file might have been removed from our cache. Please consider resubmitting your Archive Storage request.</div></div><div><br></div><div><br></div><br clear="all"><div><div dir="ltr"><div><div><div><div>Best,<br></div>Wenshan<br>------------------------------------------------------------------------------<br></div>Graduate Student Researcher<br></div>Earth System Science<br></div>University of California, Irvine<br></div></div>
</div>