[Matplotlib-users] animations in macosx/wxagg

2011-06-30 Thread Chris Higgins
Hi, I want to visualise a live data-stream by a number of plots (3d, line drawings, scatter plots etc). I've been using the simpler animation techniques (using gobject.idle_add and wx.EVT_IDLE to redraw updates). Some plots have static backgrounds that may benefit from the blit techniques and I

[Matplotlib-users] linux3 issue

2011-06-30 Thread Tiago Falcao
Hi, I had problems to build the version 1.0.1-r1 in gentoo with linux-3.0.0-rcX. As chromium, the matplotlib need fix the use of 'linux2' label. See chromium thread: http://code.google.com/p/chromium/issues/detail?id=85845 Is very simple fix. If you want, i can send one patch. Thanks, --

Re: [Matplotlib-users] linux3 issue

2011-06-30 Thread Darren Dale
Hi, I had problems to build the version 1.0.1-r1 in gentoo with linux-3.0.0-rcX. As chromium, the matplotlib need fix the use of 'linux2' label. See chromium thread: http://code.google.com/p/chromium/issues/detail?id=85845 Is very simple fix. If you want, i can send one patch. Thank you.

[Matplotlib-users] bad screen distance tkinter error with German locale

2011-06-30 Thread hans . bering
Hi, sorry if this has already been addressed. I did a search on the archives, but even though that turned up lots of hits, none of them seemed to be related to the issue. The following very simple example will reliably crash in Python 2.7.[0-2] with matplotlib 1.0.1 under a 64 bit German

Re: [Matplotlib-users] bad screen distance tkinter error with German locale

2011-06-30 Thread Michael Droettboom
Thanks for the report. Indeed this is a problem. I've filed a pull request with a fix here: https://github.com/matplotlib/matplotlib/pull/387 There were a few other places where we weren't absolutely ensuring the passing of ints to Tkinter that I also fixed. I'm surprised this bug (which

Re: [Matplotlib-users] bad screen distance tkinter error with German locale

2011-06-30 Thread Michael Droettboom
On 06/30/2011 01:10 PM, Michael Droettboom wrote: I'm surprised this bug (which really lies in Tkinter) isn't more widely known -- searching the Python bug tracker revealed nothing. It would be great to follow-up there (with a standalone Tkinter-crashing example) if you're so inclined. I did

Re: [Matplotlib-users] bad screen distance tkinter error with German locale

2011-06-30 Thread Michael Droettboom
On 06/30/2011 01:10 PM, Michael Droettboom wrote: I'm surprised this bug (which really lies in Tkinter) isn't more widely known -- searching the Python bug tracker revealed nothing. It would be great to follow-up there (with a standalone Tkinter-crashing example) if you're so inclined. I did

Re: [Matplotlib-users] linux3 issue

2011-06-30 Thread Tiago Falcao
Thanks, please check the git-hub issue. On Thu, Jun 30, 2011 at 8:37 AM, Darren Dale dsdal...@gmail.com wrote: Hi, I had problems to build the version 1.0.1-r1 in gentoo with linux-3.0.0-rcX. As chromium, the matplotlib need fix the use of 'linux2' label. See chromium thread:

[Matplotlib-users] Legend for stacked histogram?

2011-06-30 Thread Russell E. Owen
I am trying to make a legend for a stacked histogram using matplotlib 1.0.1 and it's not working. Here's what I've tried so far: count, bins, ignored = pyplot.hist( (matchedStarPsfMags, unmatchedRefStarPsfMags, unmatchedSourcePsfMags), bins=30,

Re: [Matplotlib-users] Legend for stacked histogram?

2011-06-30 Thread Russell E. Owen
In article rowen-3539bf.13542730062...@news.gmane.org, Russell E. Owen ro...@uw.edu wrote: I am trying to make a legend for a stacked histogram using matplotlib 1.0.1 and it's not working. Here's what I've tried so far: count, bins, ignored = pyplot.hist(