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

2011-08-31 Thread Craig Finch
] Problem with GTK backends after compiling matplotlib On 08/30/2011 12:14 PM, Craig Finch wrote: 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

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

2011-08-31 Thread Craig Finch
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 oan...@yahoo.com To: Eric Firing efir...@hawaii.edu; matplotlib-users

[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

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

2009-02-23 Thread Craig Finch
. Craig - Original Message From: Michael Droettboom md...@stsci.edu To: Craig Finch cfi...@ieee.org 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

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

2008-11-21 Thread Craig Finch
...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_repaint() else