Has anyone else noticed a problem when saving an image (png) on windows.
Hard to describe, .. but it seems that if there is lots of data to plot
and window size too big, or maximized, it cannot save the full plot
data stopping half way. (plot look fine on window). Interesting
reducing th
Hi,
Has anyone had experience running matplotlib in conjunction with
mpi4py/mpich2 on Windows?
The following program hangs (python 2.4), even when running with
mpiexec -n 1 python :
import pylab
from mpi4py import MPI
pylab.plot([1,2,3])
pylab.show()
but runs once the line pylab.show() is c