Guiting
You can adjust the resolution using the workstation resources 'wkPSResolution' or 'wkPDResolution' (depending on output file type), but since their default is 1800 dpi you really don't need to.
http://www.ncl.ucar.edu/Document/Graphics/Resources/wk.shtml
(Disclaimer: this is NOT an NCL function…)
If you're converting your NCL postscript/PDF output to a different format for publication, many folk (including me) use the open source imagemagick 'convert' tool, and set the dpi using the -density argument, i.e. from a UNIX terminal
> convert -density 1000 NCL_plot.ps NCL_plot.tiff
Will
From: Guiting Song <guitingsong@gmail.com<mailto:guitingsong@gmail.com>>
Date: Friday, 4 January 2013 10:55 AM
To: "ncl-talk@ucar.edu<mailto:ncl-talk@ucar.edu>" <ncl-talk@ucar.edu<mailto:ncl-talk@ucar.edu>>
Subject: figure resolution
Dear NCl users,
I need to set my ncl figures with a resolution of 1000 dpi, please send me a sentence if anybody know how to do this,
Thanks a lot in advance!
-- Best regards, Guiting ----------------------------------------------------------------------- Departamento de Astronomia, Universidad de Guanajuato Callejon de Jalisco s/n Colonia de Valenciana C.P. 36240, Guanajuato,GTO, Mexico E-mail: gtsong@astro.ugto.mx<mailto:gtsong@astro.ugto.mx>;guitingsong@gmail.com<mailto:guitingsong@gmail.com>
_______________________________________________
ncl-talk mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Thu Jan 3 17:05:21 2013
This archive was generated by hypermail 2.1.8 : Fri Jan 04 2013 - 15:29:48 MST