I measured the displayed Matplotlib PDF on the screen and noticed it
has a 4/3 (1.333...) aspect ratio by default.
Is it EXACTLY 4/3? Even if I do:
pylab.figure().subplots_adjust(left = EXTRA_ROOM,
bottom = EXTRA_ROOM)
???
(Why doesn't the subplots_adjust command seem to mess up the default aspect
ratio?? )
Chris