<div dir="ltr"><div>HI Anne,</div><div><br></div><div>Can you post an example of what you are seeing?</div><div><br></div><div>I would not expect "convert" to improve the appearance. I forget what NCL's default image resolution is, but you can override that by doing something like:</div><div><br></div><div>     wks_type  = "png</div><div>     wks_type@wkWidth = 2500</div><div>    wks_type@wkHeight = 2500</div><div>    wks = gsn_open(wks_type, "myPlot")</div><div><br></div><div>Rick<br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Feb 11, 2019 at 6:02 AM Anne <<a href="mailto:anne.seidenglanz@unive.it">anne.seidenglanz@unive.it</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div dir="ltr">Hi,<div><br></div><div>I have the problem is that when I produce a panel plot in png, the quality is rather bad, while when I produce a single plot also with png and the same settings, the quality is definitely acceptable. Does anybody know why?</div><div>I tried convert -geometry 2500x2500 -density 600 (even higher numbers) with this panel plot, but the quality remains poor. I also tried saving in eps vectorial format, but the same bad quality results. </div><div><br></div><div>Any hints are appreciated!</div><div>thanks,</div><div>Anne</div><div><br></div><div><br></div></div></div>
_______________________________________________<br>
ncl-talk mailing list<br>
<a href="mailto:ncl-talk@ucar.edu" target="_blank">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>
</blockquote></div>