Re: [Matplotlib-users] scipy.stats.percentileofscore : something strange

2007-12-07 Thread Darren Dale
This list is for matplotlib, please try asking at the scipy mailing list. On Thursday 06 December 2007 10:20:30 am Samuel GARCIA wrote: > Hi all, > > I found something strange in scipy.stats.percentileofscore > > In [1]: from scipy import * > > In [2]: a = rand(1) > > In [3]: stats.percentileo

Re: [Matplotlib-users] Error producing a plot after updating to 0.91.1

2007-12-07 Thread Adam Mercer
On Dec 7, 2007 9:09 AM, Michael Droettboom <[EMAIL PROTECTED]> wrote: > You could try setting your backend to simply "Agg" to rule out some Tk > usage/installation problem as the culprit. Thanks, the problem goes away if I use the Agg backend. Cheers Adam --

Re: [Matplotlib-users] Error producing a plot after updating to 0.91.1

2007-12-07 Thread Adam Mercer
On Dec 7, 2007 8:21 AM, Michael Droettboom <[EMAIL PROTECTED]> wrote: > Can you also please attach your data -- or point to some acceptable data > online? What platform and backend are you using? I've attached an example data file. I'm using the TKAgg backend on Mac OS X Leopard. Cheers Adam

Re: [Matplotlib-users] Missing labels/text(s) in plots generated via cgi script.

2007-12-07 Thread Michael Droettboom
Can you set "verbose.level" to "debug-annoying" in your matplotlibrc and send us the output? That may help provide an explanation as to why the text is not appearing. Also, for good measure, can you provide your matplotlibrc file, and information about the platform and versions of Python that

Re: [Matplotlib-users] Error producing a plot after updating to 0.91.1

2007-12-07 Thread Michael Droettboom
Unfortunately, I'm not able to reproduce this bug on RHEL 4. Valgrind (a memory checking tool) doesn't come up with any clues. You could try setting your backend to simply "Agg" to rule out some Tk usage/installation problem as the culprit. Other than that, I'm stumped, but maybe one of the Le

Re: [Matplotlib-users] Error producing a plot after updating to 0.91.1

2007-12-07 Thread Michael Droettboom
Can you also please attach your data -- or point to some acceptable data online? What platform and backend are you using? Cheers, Mike Adam Mercer wrote: > Hi > > Since updating to 0.91.1 one of my scripts, attached, has stopped > working. I get the following error when trying to run it > > $

Re: [Matplotlib-users] Cross hair and polygon drawing tools.

2007-12-07 Thread Darren Dale
On Friday 07 December 2007 7:19:04 am José Gómez-Dans wrote: > Hi, > > On Thursday 06 December 2007 19:39:59 Venkat Ramanan wrote: > > I'm looking for something analogous to Matlab's ginput() and roipoly(). > > I'm no expert on this, but have a look at the lasso_demo.py example, which > shows somet

Re: [Matplotlib-users] Cross hair and polygon drawing tools.

2007-12-07 Thread José Gómez-Dans
Hi, On Thursday 06 December 2007 19:39:59 Venkat Ramanan wrote: > I'm looking for something analogous to Matlab's ginput() and roipoly(). I'm no expert on this, but have a look at the lasso_demo.py example, which shows something akin to roipoly(), and pick_event_demo.py and pick_even_demo2.py,

Re: [Matplotlib-users] Missing labels/text(s) in plots generated via cgi script.

2007-12-07 Thread Tim Lewis
>Can you set "verbose.level" to "debug-annoying" in your matplotlibrc and >send us the output? That may help provide an explanation as to why the >text is not appearing. Also, for good measure, can you provide your >matplotlibrc file, and information about the platform and versions of >Python

Re: [Matplotlib-users] bug in cm.py

2007-12-07 Thread Vincent Schut
Michael Droettboom wrote: > Thanks, that helps a lot. > > It seems to be working now -- I've committed this in r4643. > > Cheers, > Mike Mike, thanks a lot for the rapid action! Bugs squashed. Cheers, Vincent. - SF.Net em