Re: [Matplotlib-users] Problem with GTK backends after compiling matplotlib

2011-08-31 Thread Craig Finch
k; I just had to get everything in the same location.  This is the first I've heard of installing anything in a .local directory...why is that even an option??? Thanks for your help! ________ From: Craig Finch To: Eric Firing ; "matplotlib-users@lists.sourceforge.

Re: [Matplotlib-users] Problem with GTK backends after compiling matplotlib

2011-08-31 Thread Craig Finch
the same error as before.  Any other suggestions?    Craig ________ From: Eric Firing To: matplotlib-users@lists.sourceforge.net Sent: Tuesday, August 30, 2011 6:19 PM Subject: Re: [Matplotlib-users] Problem with GTK backends after compiling matplotlib On 08/30/2011 12

[Matplotlib-users] Problem with GTK backends after compiling matplotlib

2011-08-30 Thread Craig Finch
I successfully built Python 2.7.2, NumPy 1.61, and Scipy 0.9.0 in my home directory on a Centos5 system.  I am trying to build matplotlib 1.0.1 in my home directory, but I am having a problem with the GTK backends.  I also built pycairo 1.2.2, pygobject 2.14.2, and pygtk 2.10.6 in my home direct

Re: [Matplotlib-users] Crash when trying to show a semilog or log-log plot

2009-02-23 Thread Craig Finch
ng them. Thanks for your help. Craig - Original Message From: Michael Droettboom To: Craig Finch Cc: matplotlib-users@lists.sourceforge.net Sent: Monday, February 23, 2009 9:49:06 AM Subject: Re: [Matplotlib-users] Crash when trying to show a semilog or log-log plot Strange. I am

[Matplotlib-users] Crash when trying to show a semilog or log-log plot

2009-02-22 Thread Craig Finch
I am using matplotlib-0.98.5.2 and getting a strange crash when trying to show() a window with semilog or log-log axes. Here is a simple script that will cause the crash: import pylab from numpy import * x = arange(1., 10., 0.1) y = x**2 pylab.semilogx(x,y) pylab.show() At the end of this mes

[Matplotlib-users] Additional changes required to use wxmpl-1.2.9 with matplotlib-0.98.3

2008-11-21 Thread Craig Finch
s helps someone...if I'm doing something wrong, suggestions will be appreciated. Craig Finch --- ./wxmpl.py2008-11-21 13:03:02.0 -0500 +++ ./wxmpl_new.py2008-11-21 14:28:35.0 -0500 @@ -1203,7 +1203,8 @@ if doRepaint: self.gui_rep