Hi there, I want to automatically generated hundreds of figures with matplotlib. For each figure, I could use 'plot(Xi)' and 'show()' to draw the figure, and press the 'save' button in the figure panel, but this is not too automatically. Although I could use 'savefig()' to save the figures rather than using 'show()' to show it, and this makes whole program fully automatically, I don't know howto set the figure size before 'save' it (e.g. set size to 3000x1000pixel). The function 'savefig()' doesn't have any option to set figure size. So which function should I go to? or what should I do before using 'savefig()'?
Thanks a lot, CC ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Matplotlib-users mailing list Matplotlib-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-users