On Mon, 28 Jan 2008, Manuel Metz apparently wrote: > fig = pylab.figure(figsize=(6,10), dpi=96) > [...] > pylab.savefig("filename.eps", dpi=96)
A couple questions. 1. The help for figure says that the dpi argument determines the "resolution". Suppose I am producing a PNG file for screen display: what am I changing when I change the dpi argument (from the point of view of the file, and from the point of viewer of the person viewing the file onscreen). More generally, are there standard setting recommended for onscreen PNG figure display? 2. EPS is a vector format, and the fig has a size. What role does the dpi argument play here? Thank you, Alan Isaac ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Matplotlib-users mailing list Matplotlib-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-users