<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hi Marston,<br>
    <br>
    you have to comment or delete the line 26 with the
    res@pmTickMarkDisplayMode resource attribute, too.<br>
    <br>
    Bye,<br>
    Karin<br>
    <br>
    <div class="moz-cite-prefix">Am 20.07.16 um 09:55 schrieb Marston
      Johnston:<br>
    </div>
    <blockquote
cite="mid:CAK68gpsPXZpAaes2PycQtODku_br-XNDiX1m264yxEMmCOzHZw@mail.gmail.com"
      type="cite">
      <div dir="ltr">Hi Karin,
        <div><br>
        </div>
        <div>Thanks for the tip but I'm afraid it didn't work :-(</div>
        <div>Here's link to the figure. I'm trying to remove the outer
          rectangular border, if that is at all possible.</div>
        <div><br>
        </div>
        <div><a moz-do-not-send="true"
href="https://www.dropbox.com/s/s28l6zrauo6ti2v/clr_all_comp_seasons.pdf?dl=0">https://www.dropbox.com/s/s28l6zrauo6ti2v/clr_all_comp_seasons.pdf?dl=0</a><br>
        </div>
        <div><br>
        </div>
        <div>Appreciate your help with this :-)</div>
        <div>/M</div>
      </div>
      <div class="gmail_extra"><br clear="all">
        <div>
          <div class="gmail_signature" data-smartmail="gmail_signature">
            <div dir="ltr">
              <div>
                <div dir="ltr">
                  <div><font color="#0000ff">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</font></div>
                  <div><font color="#0000ff">Marston S. Johnston, PhD</font></div>
                  <div><font color="#0000ff">Department of Earth
                      Sciences</font></div>
                  <div><font color="#0000ff">University of Gothenburg</font><span
                      style="color:rgb(0,0,255)">, Sweden</span></div>
                  <div><font color="#0000ff">Email: <a
                        moz-do-not-send="true"
                        href="mailto:marston.johnston@gu.se"
                        target="_blank">marston.johnston@gu.se</a> </font></div>
                  <div><font color="#0000ff">Phone: +46-31-7864901 <br>
                    </font></div>
                  <div><font color="#0000ff">~~~~~~~~~~~~~~~~~~~~~~~~~~~~~</font></div>
                  <div><font color="#0000ff">Only the fruitful thing is
                      true!</font></div>
                </div>
              </div>
            </div>
          </div>
        </div>
        <br>
        <div class="gmail_quote">On Tue, Jul 19, 2016 at 5:47 PM, Karin
          Meier-Fleischer <span dir="ltr">&lt;<a moz-do-not-send="true"
              href="mailto:meier-fleischer@dkrz.de" target="_blank">meier-fleischer@dkrz.de</a>&gt;</span>
          wrote:<br>
          <blockquote class="gmail_quote" style="margin:0 0 0
            .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi
            Marston,<br>
            <br>
            to disable the perimeter box around the Mollweide plot use<br>
            <br>
            Â  Â res@mpPerimOn  Â =  False<br>
            <br>
            Bye,<br>
            Karin<br>
            <br>
            Am 19.07.16 um 15:38 schrieb Marston Johnston:<br>
            <div>
              <div class="h5">&gt; Hi,<br>
                &gt;<br>
                &gt; I have a 3 plot panel plot that keeps putting a
                border around each individual plot.<br>
                &gt; Does any one know how to remove the border?<br>
                &gt;<br>
                &gt; /M<br>
                &gt;<br>
                &gt; My code:<br>
                &gt;<br>
                &gt; begin<br>
                &gt;  Â  season = 7 ; JJA 2006<br>
                &gt;  Â  ifile = "/run/clr/<a moz-do-not-send="true"
                  href="http://clr-sky_seasavg2005_2006.nc"
                  rel="noreferrer" target="_blank">clr-sky_seasavg2005_2006.nc</a>"<br>
                &gt;  Â  clrsky = GetSeason(ifile,season)<br>
                &gt;  Â  ifile := "run/allsky/<a moz-do-not-send="true"
                  href="http://all-sky_seasavg2005_2006.nc"
                  rel="noreferrer" target="_blank">all-sky_seasavg2005_2006.nc</a>"<br>
                &gt;  Â  allsky = GetSeason(ifile,season)<br>
                &gt;  Â  printVarSummary(clrsky)<br>
                &gt;  Â  printVarSummary(allsky)<br>
                &gt;<br>
                &gt;  Â  wks = gsn_open_wks("x11","clr_all_comp")<br>
                &gt;<br>
                &gt;  Â  plot = new(3,graphic)<br>
                &gt;<br>
                &gt;  Â  res  Â  Â  Â  Â  Â  Â  Â  Â  Â  Â  Â = True<br>
                &gt;  Â  res@gsnDraw  Â  Â  Â  Â  Â  Â  Â = False  Â  Â  Â  Â  Â ;
                don't draw<br>
                &gt;  Â  res@gsnFrame  Â  Â  Â  Â  Â  Â  = False  Â  Â  Â  Â  Â ;
                don't advance frame<br>
                &gt;  Â  res@cnInfoLabelOn  Â  Â  Â  Â = False  Â  Â  Â  Â  Â ;
                turn off cn info label<br>
                &gt;  Â  res@cnLinesOn  Â  Â  Â  Â  Â  Â = False<br>
                &gt;  Â  res@cnLineLabelsOn  Â  Â  Â  = False  Â  Â  Â  Â  Â ;
                Turn off line labels<br>
                &gt;  Â  res@cnFillOn  Â  Â  Â  Â  Â  Â  = True  Â  Â  Â  Â  Â  ;
                turn on color<br>
                &gt;  Â  res@cnFillPalette  Â = "gui_default"<br>
                &gt;<br>
                &gt;  Â  res@mpCenterLonF  Â  Â  Â  Â  = 180<br>
                &gt;  Â  res@mpProjection  Â  Â  Â  Â  = "Mollweide"<br>
                &gt;  Â  res@mpGridAndLimbOn  Â  Â  Â = True<br>
                &gt;  Â  res@pmTickMarkDisplayMode = "Always"<br>
                &gt;  Â  res@mpGridLatSpacingF  Â  Â = 30<br>
                &gt;  Â  res@mpGridLonSpacingF  Â  Â = 60<br>
                &gt;  Â  res@mpFillOn  Â  Â  Â  Â  Â  Â  = False<br>
                &gt;  Â  res@lbLabelBarOn  Â  Â  Â  Â  = True<br>
                &gt;  Â  res@lbLabelFontHeightF  Â  = .018<br>
                &gt;<br>
                &gt;  Â  res@cnLevelSelectionMode  = "ManualLevels"<br>
                &gt;  Â  res@cnMinLevelValF  Â  Â  Â  = 250.<br>
                &gt;  Â  res@cnMaxLevelValF  Â  Â  Â  = 290.<br>
                &gt;  Â  res@cnLevelSpacingF  Â  Â  Â = 5.<br>
                &gt;<br>
                &gt;  Â  plot(0) =
                gsn_csm_contour_map(wks,clrsky(4,:,:),res)<br>
                &gt;  Â  plot(1) =
                gsn_csm_contour_map(wks,allsky(4,:,:),res)<br>
                &gt;<br>
                &gt;  Â  res@cnLevelSelectionMode  = "ManualLevels"<br>
                &gt;  Â  res@cnMinLevelValF  Â  Â  Â  = -10.<br>
                &gt;  Â  res@cnMaxLevelValF  Â  Â  Â  = 10.<br>
                &gt;  Â  res@cnLevelSpacingF  Â  Â  Â = 1.<br>
                &gt;<br>
                &gt;  Â  diff = Darr(clrsky(4,:,:),allsky(4,:,:))<br>
                &gt;  Â  printVarInfo(diff,"diff")<br>
                &gt;<br>
                &gt;  Â  res@cnFillPalette  Â = "BlAqGrWh2YeOrReVi22"<br>
                &gt;  Â  res@lbLabelBarOn  Â  = True<br>
                &gt;  Â  plot(2) = gsn_csm_contour_map(wks,diff,res)<br>
                &gt;<br>
                &gt;  Â  resP  Â  Â  Â  Â  Â  Â  Â  Â  Â  Â  Â = True  Â  Â  Â  Â  Â  Â  Â 
                Â  Â ; modify the panel plot<br>
                &gt;  Â  resP@gsnPanelFigureStrings = (/"a)","b)","c)"/)
                ; add strings to panel<br>
                &gt;  Â  resP@gsnPanelFigureStringsFontHeightF = 0.015<br>
                &gt;  Â  resP@amJust  Â  Â  Â  Â  Â  Â  Â  = "TopLeft"<br>
                &gt;  Â  gsn_panel(wks,plot,(/3,1/),resP)  Â  Â  Â  Â  Â  Â  Â ;
                now draw as one plot<br>
                &gt; end<br>
              </div>
            </div>
            &gt; _______________________________________________<br>
            &gt; ncl-talk mailing list<br>
            &gt; <a moz-do-not-send="true"
              href="mailto:ncl-talk@ucar.edu">ncl-talk@ucar.edu</a><br>
            &gt; List instructions, subscriber options, unsubscribe:<br>
            &gt; <a moz-do-not-send="true"
              href="http://mailman.ucar.edu/mailman/listinfo/ncl-talk"
              rel="noreferrer" target="_blank">http://mailman.ucar.edu/mailman/listinfo/ncl-talk</a><br>
            _______________________________________________<br>
            ncl-talk mailing list<br>
            <a moz-do-not-send="true" href="mailto:ncl-talk@ucar.edu">ncl-talk@ucar.edu</a><br>
            List instructions, subscriber options, unsubscribe:<br>
            <a moz-do-not-send="true"
              href="http://mailman.ucar.edu/mailman/listinfo/ncl-talk"
              rel="noreferrer" target="_blank">http://mailman.ucar.edu/mailman/listinfo/ncl-talk</a><br>
          </blockquote>
        </div>
        <br>
      </div>
    </blockquote>
  </body>
</html>