<div style="line-height:1.7;color:#000000;font-size:14px;font-family:Arial"><div>Hello NCL users,</div><div><br /></div><div>I want to use the output format 'png' with a high resolution of 600 ppi for publication. How to set the resources in NCL ? I only know the setting method below, but it doesn't seem to work.<br /></div><div><br /></div><div>  wkstype          = "png"<br />  wkstype@wkWidth  = 2400  <br />  wkstype@wkHeight = 2400  <br />  wks = gsn_open_wks(wkstype, "figure")  <br /></div><div><br /></div><div>Thank you!</div><div><br /></div><div>Best regrads, <br /></div><div><br /></div><div>Panfeng<br /></div></div><br>