[Matplotlib-users] Fwd: Empty squares at end of data after interpolation with griddata?

2009-07-05 Thread Rick Muller
Meant to copy this to the list as well for completeness. -- Forwarded message -- From: Rick Muller Date: Sun, Jul 5, 2009 at 2:03 PM Subject: Re: [Matplotlib-users] Empty squares at end of data after interpolation with griddata? To: Jeff Whitaker The link should work now. What

[Matplotlib-users] Empty squares at end of data after interpolation with griddata?

2009-07-04 Thread Rick Muller
anyone seen anything like this? Thanks for any help you can offer with this, and thank for all of the help the list members have already given me. Rick -- Rick Mulle

Re: [Matplotlib-users] contourf: black lines connecting contour levels?

2009-07-04 Thread Rick Muller
lor("none") for return value of > contourf should have some effect. Did you redraw the figure? > Regards, > > -JJ > > > On Thu, Jul 2, 2009 at 9:20 PM, Rick Muller wrote: > > Oh, and I'm using the Agg backend, I think, whatever is the default. > > >

Re: [Matplotlib-users] contourf: black lines connecting contour levels?

2009-07-02 Thread Rick Muller
Oh, and I'm using the Agg backend, I think, whatever is the default. On Thu, Jul 2, 2009 at 7:19 PM, Rick Muller wrote: > JJ > > Thanks for the tips. I had seen one of those posts whilst googling around > for the bug, but discounted it because I'm not using an alpha value.

Re: [Matplotlib-users] contourf: black lines connecting contour levels?

2009-07-02 Thread Rick Muller
ead below, and see if works. > > http://www.nabble.com/problems-with-contourf---alpha-td22553269.html > > > Regards, > > -JJ > > > > On Thu, Jul 2, 2009 at 4:26 PM, Rick Muller wrote: > > When I do contourf plots in matplotlib, I get lines connecting the >

[Matplotlib-users] contourf: black lines connecting contour levels?

2009-07-02 Thread Rick Muller
vance, Rick -- Rick Muller rpmul...@gmail.com -- ___ Matplotlib-users mailing list Matplotlib-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Re: [Matplotlib-users] Help building (problems with pkg-config and libpng)

2009-06-30 Thread Rick Muller
chitecture' errors flash by, but I guess they weren't serious enough for the build to stop. On Tue, Jun 30, 2009 at 9:51 AM, Rick Muller wrote: > > > On Tue, Jun 30, 2009 at 9:14 AM, Michael Droettboom wrote: > >> What does >> >> pkg-config libpng --modversio

Re: [Matplotlib-users] Help building

2009-06-30 Thread Rick Muller
oper/SDKs/MacOSX10.4u.sdk/usr/local/lib/libPng.dylib, file is not o f required architecture for architecture ppc collect2: ld returned 1 exit status lipo: can't open input file: /var/folders/tu/tuLdYMqlEm00c5EVXrMQ+U+++TQ/-Tmp-// ccU5pNn1.out (No such file or directory)

Re: [Matplotlib-users] Help building

2009-06-30 Thread Rick Muller
think it's just finding the wrong version of libpng. For whatever reason, it has decided that an old version in /Developer/SDKs/MacOSX10.4u.sdk/usr/local/lib/libPng.dylib is the proper version, despite there being a newer version in /usr/local/lib. Is there any way I can rearrange the sear

[Matplotlib-users] Help building

2009-06-30 Thread Rick Muller
pc cd /usr/local/lib/pkgconfig; ln -s libpng12.pc libpng.pc) I'm probably doing something dumb. Is there a workaround to this? Thanks in advance, Rick -- Rick Muller rpmul...@gmail.com -- ___