<div dir="ltr"><div class="gmail_default" style="font-size:small">You didn&#39;t show the full script, so I&#39;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 &quot;UnKnown&quot; string may be coming from your &quot;long_name&quot; or &quot;description&quot; 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 &quot;&quot;, 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">&lt;<a href="mailto:saurabhsingh123op@gmail.com" target="_blank">saurabhsingh123op@gmail.com</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"><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         = &quot;&quot; </div><div>  mpres@gsnRightString        = &quot;&quot;</div><div>  mpres@gsnCenterString       = &quot;&quot;</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 = &quot;MediumRes&quot;</div><div>  opts@sfXArray = lon2d</div><div>  opts@sfYArray = lat2d</div><div>  opts@cnFillOn = True  </div><div>  opts@mpOutlineOn = True</div><div>  opts@gsLineColor      = &quot;Black&quot;</div><div>  opts@NoHeaderFooter = True </div><div>  opts@gsLineThicknessF= 3.0</div><div>  opts@gsnLeftString         = &quot;&quot;       ; turn off subtitles</div><div>  opts@gsnRightString        = &quot;&quot;</div><div>  opts@gsnCenterString       = &quot;&quot;</div><div>  opts@lbLabelBarOn = False</div><div>  opts@txFontHeightF            = 0.0000000000000000000012</div><div>  opts@cnLevelSelectionMode = &quot;ExplicitLevels&quot;</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         = (/&quot;white&quot;,&quot;LightSkyBlue&quot;,&quot;PowderBlue&quot;,&quot;RoyalBlue&quot;,&quot;SlateBlue&quot;,\</div><div>             &quot;PeachPuff&quot;,&quot;lightseagreen&quot;,&quot;PaleGreen&quot;,&quot;Yellow&quot;,&quot;Brown&quot;,\</div><div>             &quot;Pink&quot;/)</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>