[matplotlib-devel] Problems with blocking_input.py (and fixes?)

2009-10-06 Thread Gellule Xg
I'm having some regression issues with 0.99.1.1 compared to 0.98.5.3 in "blocking_input.py". I'm using pylab.clabel(...,manual=True) expecting my figure to ask me to input the locations of the contour labels. All was fine in 0.98.5.3, it does not seem to work with 0.99.1.1. After some investig

Re: [matplotlib-devel] [PATCH] experimental numscons support in matplotlib

2009-10-06 Thread David Cournapeau
Andrew Straw wrote: > David Cournapeau wrote: > >> Hi, >> >> I don't know if that's of any interest for matplotlib developers, >> but I added scripts to build matplotlib with numscons: >> >> http://github.com/cournape/matplotlib/tree/scons_build >> >> > Hi David, > > I'm trying to do

Re: [matplotlib-devel] pylab.imshow() does not handle clip_path properly

2009-10-06 Thread Gellule Xg
>> This is a bug report for matplotlib version 0.99.1.1 >> >> The clip_path keyword of imshow() does not work when setting it to >> (Path, Transform) for two reasons: > > Hi, Thanks for the report. Do you have a simple test script that we can > use to see the problem and then fix it? We will then

Re: [matplotlib-devel] pylab.imshow() does not handle clip_path properly

2009-10-06 Thread Eric Firing
Gellule Xg wrote: > This is a bug report for matplotlib version 0.99.1.1 > > The clip_path keyword of imshow() does not work when setting it to > (Path, Transform) for two reasons: > > 1. On line 622 of artist.py, v is now the tuple (Path,Transform) and > should be apply to func with apply(func

Re: [matplotlib-devel] pylab.imshow() does not handle clip_path properly

2009-10-06 Thread Andrew Straw
Gellule Xg wrote: > This is a bug report for matplotlib version 0.99.1.1 > > The clip_path keyword of imshow() does not work when setting it to > (Path, Transform) for two reasons: Hi, Thanks for the report. Do you have a simple test script that we can use to see the problem and then fix it? We

[matplotlib-devel] pylab.imshow() does not handle clip_path properly

2009-10-06 Thread Gellule Xg
This is a bug report for matplotlib version 0.99.1.1 The clip_path keyword of imshow() does not work when setting it to (Path, Transform) for two reasons: 1. On line 622 of artist.py, v is now the tuple (Path,Transform) and should be apply to func with apply(func,v). Hence the following sugges

Re: [matplotlib-devel] doc/make.py clean

2009-10-06 Thread Benjamin Drung
Hi Mike, thanks. Your Python implementation looks good. I will test it, when it is official released and we package that release for Debian/Ubuntu. I will let you know, if there is something missing or not working. Otherwise all will be fine. Cheers, Benjamin Am Dienstag, den 06.10.2009, 10:09 -

Re: [matplotlib-devel] [PATCH] experimental numscons support in matplotlib

2009-10-06 Thread Andrew Straw
David Cournapeau wrote: > Hi, > > I don't know if that's of any interest for matplotlib developers, > but I added scripts to build matplotlib with numscons: > > http://github.com/cournape/matplotlib/tree/scons_build > Hi David, I'm trying to download your git repository, but I'm having trou

Re: [matplotlib-devel] doc/make.py clean

2009-10-06 Thread Michael Droettboom
I have committed your suggestion to SVN r7849 (0.99 branch) and r7850 (trunk). It does exactly what you listed, but using Python functions rather than system calls. Please test in your environment and let me know if it's adequate when you get a chance. Mike Benjamin Drung wrote: > Hi, > > "d

Re: [matplotlib-devel] Basemap.drawmapscale: units='m'

2009-10-06 Thread Stephane Raynaud
Here it is. On Tue, Oct 6, 2009 at 12:19 PM, Jeff Whitaker wrote: > Stephane Raynaud wrote: >> >> Hi Jeff, >> >> how about allowing units to be set as meters when calling >> Basemap.drawmapscale ? >> And maybe adding the keyword "format" for formatting numeric values. >> That would be interesting

Re: [matplotlib-devel] Basemap.drawmapscale: units='m'

2009-10-06 Thread Jeff Whitaker
Stephane Raynaud wrote: > Hi Jeff, > > how about allowing units to be set as meters when calling > Basemap.drawmapscale ? > And maybe adding the keyword "format" for formatting numeric values. > That would be interesting when plotting maps with small area. > > Thanks. > > Stephane: I don't use

[matplotlib-devel] Basemap.drawmapscale: units='m'

2009-10-06 Thread Stephane Raynaud
Hi Jeff, how about allowing units to be set as meters when calling Basemap.drawmapscale ? And maybe adding the keyword "format" for formatting numeric values. That would be interesting when plotting maps with small area. Thanks. -- Stephane Raynaud -