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
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
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
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.
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
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"
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
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
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
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
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
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
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
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
14 matches
Mail list logo