Re: [Matplotlib-users] Removing a line from a plot

2006-11-14 Thread Andrea Gavana
Hi John, sorry to come back so late with this subject. Well, I have tried your suggestion: > When you add lines to the plot, the dataLim are updated, but when you > remove data with del ax.lines[-1] etc, the dataLim are not updated. > If all you have in the Axes are line instances, you can up

Re: [Matplotlib-users] matplotlib on Mac OS X via Fink?

2006-11-14 Thread Lev Givon
Received from Adam Mercer on Tue, Nov 14, 2006 at 03:55:15PM EST: > On 14/11/06, Lev Givon <[EMAIL PROTECTED]> wrote: > > >I am also using Apple's X11 1.1.2 / Xfree86 4.4.0. Has anyone had any > >success using the above Fink packages? > > There is a font problem with X11 1.1.2, upgrade to X11 1.1

Re: [Matplotlib-users] matplotlib on Mac OS X via Fink?

2006-11-14 Thread Adam Mercer
On 14/11/06, Lev Givon <[EMAIL PROTECTED]> wrote: > I am also using Apple's X11 1.1.2 / Xfree86 4.4.0. Has anyone had any > success using the above Fink packages? There is a font problem with X11 1.1.2, upgrade to X11 1.1.3 which was released yesterday and you should be OK. Cheers Adam ---

[Matplotlib-users] matplotlib on Mac OS X via Fink?

2006-11-14 Thread Lev Givon
I recently tried to build/install matplotlib 0.87.7 on an Intel iMac running Mac OS X 10.4.8 via Fink. Although the installation succeeded, any attempts to import pylab or other modules from matplotlib result in a segfault. Tracing python2.4 while attempting to run a script that imports pylab indic

Re: [Matplotlib-users] Alpha and colorbar using contourf

2006-11-14 Thread Tom Denniston
Thanks, Eric.  I will try it. On 11/14/06, Eric Firing <[EMAIL PROTECTED]> wrote: Tom,I have made several changes in svn to improve the ability of colorbar totrack changes in colormap and alpha.  It works with imshow, pcolor, and contourf.  The implementation could be improved--maybe later.  Here a

Re: [Matplotlib-users] Alpha and colorbar using contourf

2006-11-14 Thread Eric Firing
Tom, I have made several changes in svn to improve the ability of colorbar to track changes in colormap and alpha. It works with imshow, pcolor, and contourf. The implementation could be improved--maybe later. Here are minimal illustrations you can use with ipython -pylab: figure(); C = pco

[Matplotlib-users] Real time

2006-11-14 Thread [EMAIL PROTECTED]
Hello at all I have to do the following: I have tu use as base grap the following: def calibrazione(self, massa, ampveliniziale, freqiniziale, freqfinale , freqps, avps, freqss, avss): import math dati = [] for freq in range(int(freqiniziale),