Re: [Matplotlib-users] Matplotlib-users Digest, Vol 12, Issue 12

2007-05-08 Thread Aaron Hoover
On May 8, 2007, at 1:22 PM, Fernando Perez wrote: > On 5/8/07, Aaron Hoover <[EMAIL PROTECTED]> wrote: > >> > I have been using the qt4 backend with ipython for maybe a year >> > now, currently >> > ipython 0.8.0. What is the output of "ipy

Re: [Matplotlib-users] Matplotlib-users Digest, Vol 12, Issue 12

2007-05-08 Thread Aaron Hoover
> > On Tuesday 08 May 2007 02:43:45 pm Aaron Hoover wrote: >> Hi All, >> >> I was excited to see that a Qt4 backend is available for matplotlib - >> I'm running 0.87.7. So, I installed PyQt4 from source from the >> riverbankcomputing website (OSX comes w

[Matplotlib-users] Issues with the Qt4Agg backend and IPython on OS X

2007-05-08 Thread Aaron Hoover
Hi All, I was excited to see that a Qt4 backend is available for matplotlib - I'm running 0.87.7. So, I installed PyQt4 from source from the riverbankcomputing website (OSX comes with the Qt framework already installed), and tried to give it a go. First off I got the error: "No module name

[Matplotlib-users] errors trying to use axes3d

2007-04-29 Thread Aaron Hoover
Hi all, I've got the latest version of matplotlib (0.90) installed on my mac with the latest scipy and numpy. I'm trying to use matplotlib's 3D plotting functionality interactively from ipython on OS X (Intel Mac) with the TkAgg backend. Regular 2D plotting works just fine, but when I crea

[Matplotlib-users] matplotlib installation issue on OS X

2006-08-30 Thread Aaron Hoover
Hi all, Sorry to trouble you with this (likely) trivial issue, but I installed matplotlib 0.87.4_r2587 using the .mpkg included with SciPy SuperPack for Intel, and I'm unable to import pylab from the iPython command line. When I try I get the error message "no module named matplotlib.pylab

[Matplotlib-users] remove text from a plot

2006-08-19 Thread Aaron Hoover
Matplotlib is great. Between numpy, scipy, and matplotlib, I'm almost completely weaned myself off of Matlab (just need to rewrite a bunch of m-files in Python). My question is, is there an easy way to remove text that's been added with the text() function from a plot (like if I make a mistake