<div dir="ltr"><div dir="ltr"><div dir="ltr">I have had similar good luck with "pdf" output type which also preserves NCL's vector graphics.  Now I recommend only vector formats for crisp publication quality graphics -- pdf, ps, svg.  I think eps is good too, but I have not tested it in several years.<div><br></div><div>Also note, most post-processing with "convert", ImageMagick, and similar raster tools will silently rasterize your vector graphics files, removing the ability to zoom to infinite resolution for best quality publication.</div><div><br></div><div>My understanding is that wks_type@wkWidth and wks_type@wkHeight only affect PNG format, and have no effect on vector formats.</div><div><br></div><div>--Dave</div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Feb 11, 2019 at 4:34 PM Sam McClatchie <<a href="mailto:smcclatchie@fishocean.info">smcclatchie@fishocean.info</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex">
  
    
  
  <div bgcolor="#FFFFFF">
    Hi Anne<br>
    <br>
    I use this at the start of my scripts to obtain a higher resolution
    bitmap (png) or vectorized (svg) image. <br>
    <br>
    snip -------------------------------<br>
    ; create plot/ send graphics to PNG file<br>
    ; use wkWidth and wkHeight to set high resolution as needed<br>
    ; change wks_type to "svg" to get editable vector graphic<br>
      wks_type                     = "png"<br>
     <br>
      ; uncomment next 2 lines for high resolution<br>
        wks_type@wkWidth             = 2500<br>
        wks_type@wkHeight            = 2500<br>
    end snip -------------------------<br>
    <br>
    Seems to work fine for panel plots. You can download the file linked
    here and zoom in to check:<br>
<a class="gmail-m_-5304021556365711163moz-txt-link-rfc2396E" href="https://my.pcloud.com/publink/show?code=XZwKul7ZsR0PHCAQtvbiD8v8pPnjLVPMFBc7" target="_blank"><https://my.pcloud.com/publink/show?code=XZwKul7ZsR0PHCAQtvbiD8v8pPnjLVPMFBc7></a><br>
    <br>
    Best fishes<br>
    Sam<br>
    <br>
    <div class="gmail-m_-5304021556365711163moz-signature">-- <br>
      
      
      Sam McClatchie (fisheries oceanographer)<br>
      & Elena Turin (accounting & auditing)<br>
      FishOcean Enterprises<br>
      38 Upland Rd, Huia, Auckland 0604, New Zealand<br>
      cell: 027 752 8495<br>
      <span style="text-decoration:underline"><a href="http://www.fishocean.info" target="_blank">Internet</a></span><br></div></div>
</blockquote></div></div></div>