<div dir="ltr"><div class="gmail_default" style="font-size:small">You didn't show the full script, so I'm not sure what functions you are calling or what variables you are passing.</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">The "UnKnown" string may be coming from your "long_name" or "description" attribute attached to the variable that you are plotting.</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">I do see that you are setting res@gsnLeftString to "", which should cause this string to be empty. Make sure you are setting this for both plots.</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">--Mary</div><div class="gmail_default" style="font-size:small"><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Jan 3, 2016 at 10:35 AM, Saurabh Singh <span dir="ltr"><<a href="mailto:saurabhsingh123op@gmail.com" target="_blank">saurabhsingh123op@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><br clear="all"><div>Dear sir</div><div><br></div><div>i get a string named unkown in my plot. This is plot for a WRF . I dont understand how to removce this this, Kindly Recomment me what resource i should set to remove it..\</div><div><br></div><div>my present resource is as follows :</div><div><div> pltres = True</div><div> pltres@PanelPlot = True</div><div> mpres = True</div><div> mpres@gsnLeftString = "" </div><div> mpres@gsnRightString = ""</div><div> mpres@gsnCenterString = ""</div><div> mpres@mpLeftCornerLatF = -10.</div><div> mpres@mpRightCornerLatF = 7.</div><div> mpres@mpLeftCornerLonF = 96.</div><div> mpres@mpRightCornerLonF = 115.</div><div> </div><div> pltres@LatLonOverlay = True</div><div> </div><div> opts@gsnMaximize =False</div><div> opts@mpDataBaseVersion = "MediumRes"</div><div> opts@sfXArray = lon2d</div><div> opts@sfYArray = lat2d</div><div> opts@cnFillOn = True </div><div> opts@mpOutlineOn = True</div><div> opts@gsLineColor = "Black"</div><div> opts@NoHeaderFooter = True </div><div> opts@gsLineThicknessF= 3.0</div><div> opts@gsnLeftString = "" ; turn off subtitles</div><div> opts@gsnRightString = ""</div><div> opts@gsnCenterString = ""</div><div> opts@lbLabelBarOn = False</div><div> opts@txFontHeightF = 0.0000000000000000000012</div><div> opts@cnLevelSelectionMode = "ExplicitLevels"</div><div> opts@cnLevels = (/ .1, .3, .8, 1.6, 3.2, 6.4, \</div><div> 12.8, 25.6, 51.2, 102.4/)</div><div> opts@cnFillColors = (/"white","LightSkyBlue","PowderBlue","RoyalBlue","SlateBlue",\</div><div> "PeachPuff","lightseagreen","PaleGreen","Yellow","Brown",\</div><div> "Pink"/)</div></div><span class="HOEnZb"><font color="#888888"><div><br></div>-- <br><div><div dir="ltr"><font style="color:rgb(0,0,0);font-family:arial,helvetica,sans-serif" size="2"><span>With regards</span><span></span></font><font style="font-family:arial,helvetica,sans-serif" size="2"><span style="color:rgb(0,0,0)"><span><br></span></span></font><font style="font-family:arial,helvetica,sans-serif" size="2"><span style="color:rgb(0,0,0)"><span>Saurabh Kumar singh</span><span></span>
</span></font><br style="color:rgb(51,204,0)"><br><font style="color:rgb(102,102,102)" size="1"> <b><i><span style="font-family:Webdings" lang="EN-GB">P</span></i></b><b><i><span style="font-family:Tahoma,sans-serif" lang="EN-GB"> : </span></i></b><b><i><span style="font-family:Arial,sans-serif" lang="EN-GB"> </span></i></b><b><i><span style="font-family:Tahoma,sans-serif" lang="EN-GB">Please consider the environment before printing this e-mail</span></i></b> </font><br style="color:rgb(102,102,102)"><br><br><br></div></div>
</font></span></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>