<div dir="ltr"><div>Hi,</div><div><br></div><div>I presume your output format is either postscript or PDF?  As I recall, there was no way to alter the resolution of those formats with the cairo-based graphics drivers, However, if your use of color is fairly straightforward (no opacities, only workstation colors, etc.), then the original drivers are still available as "oldps" and "oldpdf". In that case you can use the resources wkPSResolution/wkPDFResolution to alter the DPI of the output:</div><div><br></div><div>    <a href="http://ncl.ucar.edu/Document/Graphics/Resources/wk.shtml">http://ncl.ucar.edu/Document/Graphics/Resources/wk.shtml</a><br></div><div><br></div><div>I think these might need to be set at the time the workstation is opened, so it would be something like:</div><div><br></div><div>  wksType = "pdf"</div><div>  wksType@wkPDFResolution = 600</div><div>  wks = gsn_open_wks(wksType, "myplot")</div><div><br></div><div>Rick<br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Dec 4, 2019 at 12:30 AM Debashis Paul via ncl-talk <<a href="mailto:ncl-talk@ucar.edu">ncl-talk@ucar.edu</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 class="gmail_default" style="font-family:monospace,monospace">hello folks,</div><div class="gmail_default"><font face="monospace, monospace">            

</font><font face="monospace"><span style="color:rgb(0,0,0);font-size:medium">I need to set my ncl figures with a resolution of 600dpi ,I tried changing wkwidth and wkheight but it seems it's not the proper dpi format I want, </span>if anyone knows how to do it in ncl can you just say?</font></div><div class="gmail_default"><font face="monospace"><br></font></div><div class="gmail_default"><font face="monospace">With regards,</font></div><div class="gmail_default"><font face="monospace">DP</font></div><div class="gmail_default"><font face="monospace">**************************************<br></font><b><i><font face="monospace" color="#0000ff">Debashis Paul</font></i></b></div><div><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><b><i><font face="monospace" color="#0000ff">Research Scholar,NIT-RKL<br></font></i></b><div><b><i><font face="monospace" color="#0000ff">Ph:+916002713628</font></i></b></div><div><b><i><font face="monospace" color="#0000ff">E-mail: <a href="mailto:Debgeo668@gmail.com" target="_blank">Debgeo668@gmail.com</a></font></i></b></div></div></div></div></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></blockquote></div>