Re: [Matplotlib-users] Numpy v1.1.0 not compatible with pylab in matplotlib 0.9.1

2008-05-28 Thread Eric Firing
Christopher Barker wrote: > Tommy Grav wrote: >>> I >>> don't know that it has ever all been consolidated into one easy-to- >>> find, easy-to-use set of instructions that will work for just about anyone. > > no, it hasn't. And one of the reasons may be that it is very complicated in practice, wi

Re: [Matplotlib-users] Numpy v1.1.0 not compatible with pylab in matplotlib 0.9.1

2008-05-28 Thread Christopher Barker
Tommy Grav wrote: >> I >> don't know that it has ever all been consolidated into one easy-to- >> find, easy-to-use set of instructions that will work for just about anyone. no, it hasn't. However, I think: $ easy-install matplotlib should work, at least with the python.org python2.5 >> Maybe

Re: [Matplotlib-users] Numpy v1.1.0 not compatible with pylab in matplotlib 0.9.1

2008-05-28 Thread Tommy Grav
On May 28, 2008, at 2:27 PM, John Hunter wrote: > On Wed, May 28, 2008 at 1:21 PM, Eric Firing <[EMAIL PROTECTED]> > wrote: > >> Maybe someone can provide, or has provided, a universal binary of >> 0.91.2 >> built against numpy 1.1? > > Does it need to be built against numpy 1.1? I thought t

Re: [Matplotlib-users] seg fault on "savefig" - SPARC Solaris 64-bit

2008-05-28 Thread Michael Droettboom
Which version of matplotlib are you using? Can you provide the set of compiler options you ultimately arrived at? Also, can you provide the build output? Cheers, Mike Steve Smith wrote: > Hi all, > I've been running into this one and tried compiling it a number of > ways. Unfortunately the

Re: [Matplotlib-users] Numpy v1.1.0 not compatible with pylab in matplotlib 0.9.1

2008-05-28 Thread Tommy Grav
On May 28, 2008, at 2:21 PM, Eric Firing wrote: > Building on the Mac seems to be a nightmare. There are various emails > and howto writeups (including one of John's) floating around, but I > don't know that it has ever all been consolidated into one easy-to- > find, > easy-to-use set of instru

Re: [Matplotlib-users] Numpy v1.1.0 not compatible with pylab in matplotlib 0.9.1

2008-05-28 Thread John Hunter
On Wed, May 28, 2008 at 1:21 PM, Eric Firing <[EMAIL PROTECTED]> wrote: > Maybe someone can provide, or has provided, a universal binary of 0.91.2 > built against numpy 1.1? Does it need to be built against numpy 1.1? I thought the 1.1 release was binary compatible. If it is, this egg should wo

Re: [Matplotlib-users] Numpy v1.1.0 not compatible with pylab in matplotlib 0.9.1

2008-05-28 Thread Eric Firing
Tommy Grav wrote: > On May 28, 2008, at 1:54 PM, Eric Firing wrote: > >> Tommy, >> >> That's right. If you upgrade numpy you need to upgrade mpl to >> 0.91.2 or later. >> >> Eric > > I am trying to build matplotlib from svn, but run into this error: > ld: in /Developer/SDKs/MacOSX10.4u.sdk/us

Re: [Matplotlib-users] Numpy v1.1.0 not compatible with pylab in matplotlib 0.9.1

2008-05-28 Thread Tommy Grav
On May 28, 2008, at 1:54 PM, Eric Firing wrote: > Tommy, > > That's right. If you upgrade numpy you need to upgrade mpl to > 0.91.2 or later. > > Eric I am trying to build matplotlib from svn, but run into this error: running build running build_py copying lib/matplotlib/mpl-data/matplotlibr

Re: [Matplotlib-users] Numpy v1.1.0 not compatible with pylab in matplotlib 0.9.1

2008-05-28 Thread Eric Firing
Tommy, That's right. If you upgrade numpy you need to upgrade mpl to 0.91.2 or later. Eric Tommy Grav wrote: > [skathi:~/Work/myCode/pyS3M] tgrav% python > ActivePython 2.5.1.1 (ActiveState Software Inc.) based on > Python 2.5.1 (r251:54863, May 1 2007, 17:40:00) > [GCC 4.0.1 (Apple Computer,

Re: [Matplotlib-users] Numpy v1.1.0 not compatible with pylab in matplotlib 0.9.1

2008-05-28 Thread John Hunter
On Wed, May 28, 2008 at 12:37 PM, Tommy Grav <[EMAIL PROTECTED]> wrote: > [skathi:~/Work/myCode/pyS3M] tgrav% python > ActivePython 2.5.1.1 (ActiveState Software Inc.) based on > Python 2.5.1 (r251:54863, May 1 2007, 17:40:00) > [GCC 4.0.1 (Apple Computer, Inc. build 5250)] on darwin > Type "help"

[Matplotlib-users] Numpy v1.1.0 not compatible with pylab in matplotlib 0.9.1

2008-05-28 Thread Tommy Grav
[skathi:~/Work/myCode/pyS3M] tgrav% python ActivePython 2.5.1.1 (ActiveState Software Inc.) based on Python 2.5.1 (r251:54863, May 1 2007, 17:40:00) [GCC 4.0.1 (Apple Computer, Inc. build 5250)] on darwin Type "help", "copyright", "credits" or "license" for more information. >>> import numpy >>>

Re: [Matplotlib-users] question on usage of DateFormatter

2008-05-28 Thread John Hunter
On Wed, May 28, 2008 at 10:17 AM, Margherita Vittone wiersma <[EMAIL PROTECTED]> wrote: > thank for your reply; i made a typo when i cut and paste my example which was > longer and i just trimmed it down to email it. So even with the correct > formatter defined, > on the plot i only see 00:00:00

Re: [Matplotlib-users] question on usage of DateFormatter

2008-05-28 Thread Margherita Vittone wiersma
Hello, thank for your reply; i made a typo when i cut and paste my example which was longer and i just trimmed it down to email it. So even with the correct formatter defined, on the plot i only see 00:00:00 for the time portion of the label; i am wondering if it could related to the version of m

Re: [Matplotlib-users] Plotting single marker point at zoomed level

2008-05-28 Thread John Hunter
On Wed, May 28, 2008 at 7:10 AM, New2Python <[EMAIL PROTECTED]> wrote: > One issue that I find now is that the removed marker is not redrawn as > removed, in other words, all the original markers remain drawn whether or > not the datapoints exist in the array. How can I remove the marker I don't >

Re: [Matplotlib-users] hists with empty bins and log option

2008-05-28 Thread John Hunter
On Tue, May 27, 2008 at 6:29 AM, Johann Cohen-Tanugi <[EMAIL PROTECTED]> wrote: > hello, > when histogramming a distribution in log scale, I have some empty bins, > which drives the y axis to 1e-100 as a lower limit, completely squashing > the histogram I made changes to svn trunk so that zero

Re: [Matplotlib-users] Plotting single marker point at zoomed level

2008-05-28 Thread New2Python
Thanks for that, the canvas.draw() function redraws the graph. I had to add the "autoscale_on=False" to the add_subplot() to stop the graph from autoscaling. One issue that I find now is that the removed marker is not redrawn as removed, in other words, all the original markers remain drawn whe