Re: [Matplotlib-users] ANN: matplotlib 1.3.0 released

2013-09-02 Thread Andrew Jaffe
Dear all, On 06/08/2013 16:36, Andrew Jaffe wrote: >> On 08/02/2013 06:53 AM, Andrew Jaffe wrote: >>> >>> On 01/08/2013 19:06, Michael Droettboom wrote: >>>> On behalf of a veritable army of super coders, I'm pleased to announce the >>>> rele

Re: [Matplotlib-users] ANN: matplotlib 1.3.0 released

2013-08-06 Thread Andrew Jaffe
Hi Michael et al, Attached... A p.s. I've posted this via the gmane newsgroup, but a version of was sent to the ML and is awaiting moderator approval... On 02/08/2013 15:32, Michael Droettboom wrote: Can you provide the output of the build? On 08/02/2013 06:53 AM, Andrew Jaffe

Re: [Matplotlib-users] ANN: matplotlib 1.3.0 released

2013-08-02 Thread Andrew Jaffe
Hi, On 01/08/2013 19:06, Michael Droettboom wrote: > On behalf of a veritable army of super coders, I'm pleased to announce > the release of matplotlib 1.3.0. Two issues on OSX 10.8.4. I had been previously using the dmg installer. Lacking that, I tried easy-install and pip install, both of whi

[Matplotlib-users] Changing individual Tick labels

2013-03-13 Thread Andrew Jaffe
Dear all, None of the obvious ways for changing ticklabels seem to work for the current version of Matplotlib (1.2.0 for me). At present, ax.yaxis.get_ticklabels().get_text() returns empty strings, as does ax.get_yticklabels(), and the equivalent set_* functions don't seem to have any effect.

Re: [Matplotlib-users] Changing backend with ipython

2008-06-27 Thread Andrew Jaffe
Hi all, I should point out that for my actual use case, Fernando explained the right thing to do: start ipython *without* pylab, in which case use('Agg') [for example] is legal. Andrew Andrew Jaffe wrote: > Hi, > > Fernando Perez wrote: >> On Fri, Jun 27, 2008

Re: [Matplotlib-users] Changing backend with ipython

2008-06-27 Thread Andrew Jaffe
Hi John, John Hunter wrote:> >> In fact I deleted my whole svn directory and re-updated, but no change. >> I'm pretty sure I've done this correctly... > > You also need to delete previous installs of matplotlib. > >> If it matters, I'm installing as an egg. >> [python setupegg.py build bdist_egg

Re: [Matplotlib-users] Changing backend with ipython

2008-06-27 Thread Andrew Jaffe
Hi, Fernando Perez wrote: > On Fri, Jun 27, 2008 at 10:52 AM, Andrew Jaffe <[EMAIL PROTECTED]> wrote: >> Hi all, >> >> All the usual apologies if this is a FAQ, but I can't find it. >> >> Is there any way to change the backend interactively when usi

Re: [Matplotlib-users] Changing backend with ipython

2008-06-27 Thread Andrew Jaffe
Hi John, John Hunter wrote: > On Fri, Jun 27, 2008 at 1:31 PM, Andrew Jaffe <[EMAIL PROTECTED]> wrote: >> Hi- >> >> [OK, sorry for all the top-posting...] >> >> Anyway, if I move to the current svn, I get >> ... > Try removing all the matplotl

Re: [Matplotlib-users] Changing backend with ipython

2008-06-27 Thread Andrew Jaffe
that has been > changed since the version you are using, so it might work if you update > your mpl, preferably from svn. I think the relevant change was made by > John quite recently, but I haven't looked it up. > > Eric > > Andrew Jaffe wrote: >> Hi John, >

Re: [Matplotlib-users] Changing backend with ipython

2008-06-27 Thread Andrew Jaffe
#x27;backends' is not defined In [2]: John Hunter wrote: > On Fri, Jun 27, 2008 at 12:52 PM, Andrew Jaffe <[EMAIL PROTECTED]> wrote: >> Hi all, >> >> All the usual apologies if this is a FAQ, but I can't find it. >> >> Is there any way to chan

[Matplotlib-users] Changing backend with ipython

2008-06-27 Thread Andrew Jaffe
Hi all, All the usual apologies if this is a FAQ, but I can't find it. Is there any way to change the backend interactively when using ipython? Best of all would a way to make changes in the middle of a session, but even being able to do it at the beginning without editing matplotlibrc would b

Re: [Matplotlib-users] Compiler error on OS X 10.5.2 in agg

2008-03-21 Thread Andrew Jaffe
Hi All, Zachary Pincus wrote: >> Can you tell me where you specified the -Os option to gcc to escape >> the problem? > > So the compile that command that failed is printed right above the > error message it generated. (The long line that starts with > 'gcc' ...). I just copied this comm

[Matplotlib-users] Problems building matplotlib on OSX Leopard

2007-12-06 Thread Andrew Jaffe
Hi All, I've been compiling svn versions of matplotlib on OSX for quite a while with no (or few...) problems. On upgrading to leopard on my mac pro, I've run into the error messages below. External libs are from fink. There seems to be some problem with attempts to build a universal binary. A

Re: [Matplotlib-users] matplotlib svn bug: "Found an unknown keyword in AFM header..."?

2007-08-21 Thread Andrew Jaffe
Hi- I admit I don't understand the problems or the speccific code involved, but I *think* it may be that the OSX-specific code isn't restricted to afm files. Hence I wonder if the following is a fix: % svn diff lib/matplotlib/font_manager.py Index: lib/matplotlib/font_manager.py ===

Re: [Matplotlib-users] matplotlib svn bug: "Found an unknown keyword in AFM header..."?

2007-08-21 Thread Andrew Jaffe
ed into, but I haven't seen a resolution > (unless I missed it). Ah, sorry, this is indeed the same problem. Adding pdf.use14corefonts : True to matplotlibrc does fix it, FWIW. Andrew > Cheers, > Mike > > Andrew Jaffe wrote: >> Hi All, >> >&g

[Matplotlib-users] matplotlib svn bug: "Found an unknown keyword in AFM header..."?

2007-08-21 Thread Andrew Jaffe
Hi All, I've got Intel OSX 10.4.10 with SVN versions of numpy, scipy and matplotlib. The latest matplotlib seems to fail on "import pylab" or "ipython -pylab" with very many lines of the form "Found an unknown keyword in AFM header (was" followed either by a legit character or lots of junk. F

Re: [Matplotlib-users] compile error with python2.5

2006-09-20 Thread Andrew Jaffe
Hi all, As discussed by David Cooke, above, I think there are still some other issues, at least under OSX: several files need to be patch to convert int to the new Py_ssize_t, at least in cxx_extensions.cxx and _image.cpp Will these be changed? Andrew Achim Gaedke wrote: > Hi there! > > I