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
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
>> 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
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
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
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
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 -
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
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
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
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
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
-
12 matches
Mail list logo