Re: [Matplotlib-users] Install problem on Leopard

2008-03-24 Thread Andrew Charles
On Tue, Mar 25, 2008 at 4:45 AM, Christopher Barker <[EMAIL PROTECTED]> wrote: > > Processing dependencies for matplotlib==0.91.2 > > Searching for matplotlib==0.91.2 > > But now it has determined that it has mpl 0.91.2 as a dependency, which > is just plain odd -- I really don't get setuptools

[Matplotlib-users] Interrupted system call on Mac

2008-03-24 Thread Albert Cervera i Areny
Hi, I'm working on a Qt/KDE based GUI for TinyERP called, KTiny. One of the users has been trying the application on Mac and matplotlib crashes with the attached backtrace. Backend is Qt4Agg. Unfortunately I don't have access to a Mac machine, but could ask him to try some things as he is very

[Matplotlib-users] Compass Rose?

2008-03-24 Thread Kenneth Miller
Does anyone know how to change the polar graph so that i can graph with 0 at North, 90 at west, 180 at south and 270 at east? (Considering you look at the polar graph like a compass) Thanks! Kenneth Miller - This SF.net e

[Matplotlib-users] How to fix Lasso example bug???

2008-03-24 Thread Leonard J Reder
Hello, What follows is the lasso example code that I am running. This is the example the comes with the matplotlib examples code. It works fine except when one clicks and does not move the mouse. It seems to hang. I have traced it down to the self.canvas.widgetlock.locked() call within the L

Re: [Matplotlib-users] Compiler error on OS X 10.5.2 in agg

2008-03-24 Thread Charlie Moad
On Mon, Mar 24, 2008 at 10:01 AM, Zachary Pincus <[EMAIL PROTECTED]> wrote: > > Zachary Pincus wrote: > > > >>> Can you tell me where you specified the -Os option to gcc to escape > >>> the problem? > >> > >> So the compile that command that failed is printed right above the > >> error message it

Re: [Matplotlib-users] Install problem on Leopard

2008-03-24 Thread Charlie Moad
> > 3) Maybe we should just distribute a binary *.mpkg instead. I've seen > talk of a way to install a single binary that could work with either > Apple's or MacPython's 2.5 -- I think it involved a symlink to a shared > place to put packages -- anyone know if that actually works? > I agree on the

Re: [Matplotlib-users] Runtime Error

2008-03-24 Thread Brook Lin
After installation, I only ran a simple code attached below. I found that I got this run time error from "from pylab import *". I did go through what Mark Hamilton posted: Index: cutils.py === --- cutils.py (revision 5001) +++ cutils

Re: [Matplotlib-users] Install problem on Leopard

2008-03-24 Thread Christopher Barker
Andrew Charles wrote: > Yes it was the matplotlib-0.91.2-py2.5-macosx-10.3-fat.egg I tried to > install. I've posted the entire easy_install output below. Thanks. First, a note: There is confusion here. If I have it right, the OP is trying to install the BINARY egg that is up on sourceforge into

Re: [Matplotlib-users] dynamic_collections.py example not working in SVN?

2008-03-24 Thread Ryan Dale
I got the example working (svn diff below). Should Collection objects have a set_offsets method? -Ryan Index: dynamic_collection.py === --- dynamic_collection.py (revision 5020) +++ dynamic_collection.py (working copy)

Re: [Matplotlib-users] Problem with matplotlib and pdflatex

2008-03-24 Thread Alex Coventry
> I believe I have fixed the problem in the latest svn versions, both on > the maintenance branch and on the trunk. Please try the latest version Thanks for your help, Jouni. That seems to have fixed the problem. Best, Alex --

Re: [Matplotlib-users] Compiler error on OS X 10.5.2 in agg

2008-03-24 Thread Zachary Pincus
> Zachary Pincus wrote: > >>> Can you tell me where you specified the -Os option to gcc to escape >>> the problem? >> >> So the compile that command that failed is printed right above the >> error message it generated. (The long line that starts with >> 'gcc' ...). I just copied this command, edit

Re: [Matplotlib-users] Runtime Error

2008-03-24 Thread Chris Withers
Hi Brook, Brook Lin wrote: > raise RuntimeError("'%s' is not a writable dir; you must set > %s/.matplotlib to be a writable dir. You can also set environment variable > MPLCONFIGDIR to any writable directory where you want matplotlib data stored > "%h) This is the crucial bit. Looks like yo

Re: [Matplotlib-users] update: BUG - axes problem update

2008-03-24 Thread Michael Droettboom
Simson Garfinkel wrote: > 1. Moving to matplotlib-0.91.2 solved the problem with PDF generation > on log axes. > > 2. Installing matplotlib-0.91.2 on Linux required installing these > packages first: > * freetype-devel > * libpng-devel > > (Those packages were NOT installed automati