Re: [matplotlib-devel] subslice support in Line2D

2009-08-24 Thread Eric Firing
Michael Droettboom wrote: > According to svn blame, which only gives the most recent version a line > was edited, not the first time a line appeared, obviously -- subslice > support was added in r7100, and clipping was fixed in r6847. So, > apparently at the time subslice was added the clipping

[matplotlib-devel] semilogx and semilogy don't reset linear scale

2009-08-24 Thread Tony Yu
I noticed that semilogx and semilogy don't check if the linear axis (y- axis for semilogx; x-axis for semilogy) is actually linear. Thus, if I call semilogx and then call semilogy *on the same plot*, I end up with a loglog plot. Below is a simple patch. I'm not sure how useful this fix is sin

Re: [matplotlib-devel] building on OSX

2009-08-24 Thread Ariel Rokem
Hi Eric, you could try making changes to your Python Makefile, as described here (in item 1): http://matplotlib.sourceforge.net/faq/installing_faq.html#building-and-installing-from-source-on-osx-with-epd Even if you are not installing on the basis of the EPD, it might still solve your issue. Ch

Re: [matplotlib-devel] building on OSX

2009-08-24 Thread Eric Bruning
For some reason, it's still picking up the gfortran-installed gcc in /usr/local/lib, which is also listed in /Developer/SDKs/MacOSX10.4u.sdk/usr/local/lib (along with everything else in /usr/local/lib). I also still see -L /usr/local/lib even though the darwin setupext.py key no longer includes it.

Re: [matplotlib-devel] subslice support in Line2D

2009-08-24 Thread Michael Droettboom
According to svn blame, which only gives the most recent version a line was edited, not the first time a line appeared, obviously -- subslice support was added in r7100, and clipping was fixed in r6847. So, apparently at the time subslice was added the clipping was already there. So, if you w

Re: [matplotlib-devel] subslice support in Line2D

2009-08-24 Thread Eric Firing
Michael Droettboom wrote: > We recently saw some breakage with our PyRAF plotting tool (which uses > matplotlib as a "dumb" rendering backend) and matplotlib 0.99. It stops > inside the subslice support that was added to Line2D, since subslicing > requires that the Line2D object have an "axes"

[matplotlib-devel] subslice support in Line2D

2009-08-24 Thread Michael Droettboom
We recently saw some breakage with our PyRAF plotting tool (which uses matplotlib as a "dumb" rendering backend) and matplotlib 0.99. It stops inside the subslice support that was added to Line2D, since subslicing requires that the Line2D object have an "axes" assigned to it. Since PyRAF does

Re: [matplotlib-devel] Fwd: Summer of Code 2009: HTML5/Canvas backend for Matplotlib

2009-08-24 Thread Eric Bruning
This is neat to see - I mused into the dark about whether this was possible a couple weeks ago (https://twitter.com/deeplycloudy/status/3130819107). The killer-app next step would be to use a JSON callback to do set up interactive zooming, etc. A web browser is the ultimate portable backend, if yo

[matplotlib-devel] building from SVN on Mac OS X 10.5

2009-08-24 Thread Uri Laserson
Thanks for posting that Ariel (and thanks to everyone else who pitched in). I was finally able to install the svn trunk successfully. I will say that I still had a build problem which was probably due to my libpng version. To solve it, I rebuilt libpng in /usr/local/ and explicitly pointed the bu

[matplotlib-devel] Fatal Python error: PyEval_RestoreThread: NULL tstate

2009-08-24 Thread Patrick Marsh
I'm creating an ensemble slice viewer written entirely in Python. The latest version of my code requires the use of MPL0.99 so that I can take advantage of AxesGrid for multi-panel plots. At present, everything works perfectly on my Windows Vista machine, using the latest EPD with the upgraded MP

Re: [matplotlib-devel] Merge tracking of v0_99_maint broken?

2009-08-24 Thread Jouni K . Seppänen
svnmerge avail -S v0_99_maint works for me now, so it looks like the problem has been fixed. -Jouni Ryan May writes: > Works for me now, but I can't give it a good test until I have actual > changes to merge. > > Ryan > > On Mon, Aug 24, 2009 at 7:53 AM, Michael Droettboom wrote: > >> Just catc

Re: [matplotlib-devel] buildbot status

2009-08-24 Thread Andrew Straw
Andrew Straw wrote: > I'm publishing these onto http://mpl.code.astraw.com/ Which I have now actually created a DNS entry for. If you tried and got an error like "Address not found, can't find the server at mpl.code.astraw.com", you should have better luck in a few minutes/hours as the name propaga

Re: [matplotlib-devel] Merge tracking of v0_99_maint broken?

2009-08-24 Thread Ryan May
Works for me now, but I can't give it a good test until I have actual changes to merge. Ryan On Mon, Aug 24, 2009 at 7:53 AM, Michael Droettboom wrote: > Just catching up with mail now. Is this still a problem for either Ryan or > Jouni? It seems to work for me as well. All I can suggest is

Re: [matplotlib-devel] Merge tracking of v0_99_maint broken?

2009-08-24 Thread Michael Droettboom
Just catching up with mail now. Is this still a problem for either Ryan or Jouni? It seems to work for me as well. All I can suggest is making sure the working copy of the trunk is fully updated (but I'm sure you've thought of that already). > svnmerge avail svnmerge: multiple sources found