Hi everyone,
I'm not quite sure what to call my problem so searching for it is
difficult, but I'll try and describe it the best I can:
Matplotlib in python on OSX seems to have an issue with the pan/zoom
tool. When I click it and drag the plot around, it does not update
until I release the mo
On 11/10/06, Joris De Ridder <[EMAIL PROTECTED]> wrote:
> Hi,
>
> We're trying (for the first time) to install matplotlib on OSX (Tiger on PPC
> Mac).
>
> Before we installed matplolib we ensured that BUILD_TKAGG= 1 in setup.py.
> Then we typed 'python setup.py install' which went fine. Import
Hi,
We're trying (for the first time) to install matplotlib on OSX (Tiger on PPC
Mac).
Before we installed matplolib we ensured that BUILD_TKAGG= 1 in setup.py.
Then we typed 'python setup.py install' which went fine. Importing pylab goes
fine,
making a plot with pylab.plot() also works fin