Alex,
Download the current mpl release and try installing that, after
completely cleaning out the present installation. (I would also be
inclined to delete the numpy and install that also from the latest
tarball, and then build and install mpl.) 0.87.3 is pretty old. There
was a while when m
On 7/31/07, william ratcliff <[EMAIL PROTECTED]> wrote:
> I have a question about building from source on windows:
> I have installed freetype2 and libpng, for zlib, I have a collection of
> dlls,
> But, where do I place these so that matplotlib can find them (for the
> include files, libraries,
I have a question about building from source on windows:
I have installed freetype2 and libpng, for zlib, I have a collection of
dlls,
But, where do I place these so that matplotlib can find them (for the
include files, libraries, etc. Are there any that I have to rename?)? I am
using mingw for c
Hi,
I want to use matplotlib, version 0.87.3, on my laptop (FC5) running
numpy1.0.1. I had the following settings in my matplotlibrc:
numerix:numpy
Then I installed matplotlib using:
python setup.py build
python setup.py install
which all seemed to work fine. But then, trying to import pylab,
sending again, doesnt seem to have gone through...
hi, with the simple script below, how can i make the image have a
transparent background instead of white? it's saving RGB, not RGBA.
thanks,
-brent
import matplotlib
matplotlib.use('Agg')
from matplotlib.backends.backend_agg import FigureCanva