Eric Firing wrote:
> thread is a standard python module, part of the basic python
distribution. > I don't know why it is not being found. If you start
python on a command > line, can you import thread?
No, I can't. Apparently whoever installed this version of python (it's on
a cluster I've got
I'm trying to get matplotlib to make a 600x300 png, but matplotlib won't
let me; it keeps making a 612x312 png instead. Here's a sample script
that has the problem on my system:
figure(figsize=(6., 3.))
plot(arange(10))
savefig('test.png', dpi=100.)
If I set dpi to 50., it makes a 312x162 png.