Hi, I was wondering about the eps output produced by imshow().
This program ---------------------------------------------- from pylab import * Z = rand(10,10) imshow(Z,interpolation='nearest',cmap=cm.bone) savefig('bone.eps') imshow(Z,interpolation='nearest',cmap=cm.gray) savefig('gray.eps') ---------------------------------------------- produces files with sizes of 11M and 172K for bone.eps and gray.eps respectively. Does anybody know why the difference is that large? I would expect a factor of 3 for RGB or 4 if an alpha channel is included, but not a factor of about 60. Best regards, Peter ------------------------------------------------------------------------------ Stay on top of everything new and different, both inside and around Java (TM) technology - register by April 22, and save $200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco. 300 plus technical and hands-on sessions. Register today. Use priority code J9JMT32. http://p.sf.net/sfu/p _______________________________________________ Matplotlib-users mailing list Matplotlib-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-users