|
From: Maxim K. <ma...@an...> - 2009-08-04 09:22:36
|
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
|