Hi,

I have a very simple script::

x = linspace(0,1)
plot(x, sin(pi*x))

savefig("test-300.eps", dpi = 300)
savefig("test-600.eps", dpi = 600)

output of ll *.eps:

-rw------- 1 maxim maxim  10759 2009-08-03 20:27 test-300.eps
-rw------- 1 maxim maxim  10759 2009-08-03 20:27 test-600.eps

Is it normal for eps files (when files with different dpi have the same
sizes), or something wrong with matplotlib?

Best regards,
Maxim
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to