[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 rpmul...@gmail.com 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 jsw

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

2009-07-04 Thread Rick Muller
. And set_edgecolor(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 Mullerrpmul...@gmail.com wrote: 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

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

2009-07-04 Thread Rick Muller
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 Muller rpmul...@gmail.com

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

2009-07-02 Thread Rick Muller
) Is there a way to keep these lines from happening? If not, is there a way to turn off all of the black lines separating the contour levels? Thanks in advance, Rick -- Rick Muller rpmul...@gmail.com

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 rpmul...@gmail.com 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. Here

[Matplotlib-users] Help building

2009-06-30 Thread Rick Muller
; 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 -- ___ Matplotlib

Re: [Matplotlib-users] Help building

2009-06-30 Thread Rick Muller
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 search path so that it finds the /usr/local/lib version? Rick -- Rick Muller rpmul...@gmail.com

Re: [Matplotlib-users] Help building

2009-06-30 Thread Rick Muller
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) error: command 'g++' failed with exit status 1 -- Rick Muller rpmul...@gmail.com

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

2009-06-30 Thread Rick Muller
' 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 rpmul...@gmail.com wrote: On Tue, Jun 30, 2009 at 9:14 AM, Michael Droettboom md...@stsci.eduwrote: What does pkg-config libpng --modversion --libs --cflags give