Re: [Matplotlib-users] ./make.py html fails

2008-06-09 Thread Ryan May
John Hunter wrote: > > I posted a snapshot of the docs at: > > http://matplotlib.sourceforge.net/doc/html/index.html > WOW. I love the way sphinx docs look. But more importantly, great work you guys on improving the documentation. As long as I've been using matplotlib (2 1/2 years now),

Re: [Matplotlib-users] missing lines on graph with upgrade to 0.98.0

2008-06-09 Thread Eric Firing
Bryan Fodness wrote: > I have copied the new patches.py and axes.py. It fixed the fill, but I > still have an axes instance that is not closed. I don't understand what you mean by this--what is the problem? > > x1, x2, y1, y2 = -4, 4, -4, 4 > ax1 = axes([0.0, 0.0, 1.0, 1.0], axisbg='0.95') >

Re: [Matplotlib-users] missing lines on graph with upgrade to 0.98.0

2008-06-09 Thread Bryan Fodness
I have copied the new patches.py and axes.py. It fixed the fill, but I still have an axes instance that is not closed. x1, x2, y1, y2 = -4, 4, -4, 4 ax1 = axes([0.0, 0.0, 1.0, 1.0], axisbg='0.95') ax2 = axes([0.2, 0.1, 0.6, 0.8], axisbg='w') ax2.fill([x1,x2,x2,x1], [y1,y1,y2,y2], fc='None', ec='r

Re: [Matplotlib-users] pstricks backend?

2008-06-09 Thread Alan G Isaac
On Mon, 9 Jun 2008, T J apparently wrote: > I need pstricks Out of curiosity, what do you use in pstricks that pgf does not provide? Cheers, Alan Isaac - Check out the new SourceForge.net Marketplace. It's the best plac

[Matplotlib-users] bounding box functionality with text() function

2008-06-09 Thread Michael Hearne
I'm having a problem with the bbox keyword to the text() function. The code below, for me, results in one postscript file that looks fine, but the PNG file has letters outside of the bounding box for most of the words I plot. I'm using matplotlib '0.98pre' on Mac OS X. import matplotlib matpl

Re: [Matplotlib-users] pstricks backend?

2008-06-09 Thread Darren Dale
Hi T J, On Monday 09 June 2008 04:06:32 pm T J wrote: > Hi, > > I use pstricks frequently, and it has provided an alpha channel > (provided we eventually use ps2pdf). With matplotlib, when I save to > eps, I lose all transparency (understandable), but I wonder if it is > possible to export the pi

[Matplotlib-users] pstricks backend?

2008-06-09 Thread T J
Hi, I use pstricks frequently, and it has provided an alpha channel (provided we eventually use ps2pdf). With matplotlib, when I save to eps, I lose all transparency (understandable), but I wonder if it is possible to export the picture as a bunch of pstricks commands, which, after using ps2pdf,

Re: [Matplotlib-users] Build matplotlib 0.98 on OSX

2008-06-09 Thread Adam Mercer
On Thu, Jun 5, 2008 at 8:50 PM, John Hunter <[EMAIL PROTECTED]> wrote: > On the svn trunk (0.98) there is a > bug in the apple gcc compiler with our agg extension that causes a > compiler error if the optimization level is -O3. Has this been reported to Apple? Cheers Adam -

Re: [Matplotlib-users] What is the recommended way of Installing MPL 0.9.8 on Leopard?

2008-06-09 Thread Charlie Moad
I have had horrible luck with bdist_mpkg for the last several months. I did poke at the setuptools code and it looks like we just won't be able to make it happy with a universal binary. The preferred extensions have ppc or i386 in them depending on your arch. I think the best way to move for

Re: [Matplotlib-users] What is the recommended way of Installing MPL 0.9.8 on Leopard?

2008-06-09 Thread Christopher Barker
Charlie Moad wrote: > I am not having luck finding docs on this. setuptools really don't seem to be living up to their (its?) promise. Would it be hard to go back to *.mpkg binaries? We'd have to do one for Apple's python, and one for python.org's, but that should be pretty easy, at least for

Re: [Matplotlib-users] ./make.py html fails

2008-06-09 Thread Michael Droettboom
Ondrej Certik wrote: > On Mon, Jun 9, 2008 at 5:08 PM, John Hunter <[EMAIL PROTECTED]> wrote: > >> On Mon, Jun 9, 2008 at 10:00 AM, Ondrej Certik <[EMAIL PROTECTED]> wrote: >> >> >>> My system wide matplotlib is 0.91.2-2. I tried to install the one from >>> svn, but it requires numpy 1.1, w

Re: [Matplotlib-users] ./make.py html fails

2008-06-09 Thread Ondrej Certik
On Mon, Jun 9, 2008 at 5:41 PM, John Hunter <[EMAIL PROTECTED]> wrote: > On Mon, Jun 9, 2008 at 10:23 AM, Ondrej Certik <[EMAIL PROTECTED]> wrote: > >> In the meantime, I am trying to package numpy 1.1 for Debian, but when >> I installed it and did "import numpy", I got: >> >> ImportError: No modul

Re: [Matplotlib-users] ./make.py html fails

2008-06-09 Thread John Hunter
On Mon, Jun 9, 2008 at 10:23 AM, Ondrej Certik <[EMAIL PROTECTED]> wrote: > In the meantime, I am trying to package numpy 1.1 for Debian, but when > I installed it and did "import numpy", I got: > > ImportError: No module named ma Make sure you rm -rf the numpy* install dirs. I think people have

Re: [Matplotlib-users] ./make.py html fails

2008-06-09 Thread Ondrej Certik
On Mon, Jun 9, 2008 at 5:08 PM, John Hunter <[EMAIL PROTECTED]> wrote: > On Mon, Jun 9, 2008 at 10:00 AM, Ondrej Certik <[EMAIL PROTECTED]> wrote: > >> My system wide matplotlib is 0.91.2-2. I tried to install the one from >> svn, but it requires numpy 1.1, which is not yet in Debian. So if it >> i

Re: [Matplotlib-users] ./make.py html fails

2008-06-09 Thread John Hunter
On Mon, Jun 9, 2008 at 10:00 AM, Ondrej Certik <[EMAIL PROTECTED]> wrote: > My system wide matplotlib is 0.91.2-2. I tried to install the one from > svn, but it requires numpy 1.1, which is not yet in Debian. So if it > is not possible to generate the docs without numpy 1.1, I'll wait > until it g

[Matplotlib-users] ./make.py html fails

2008-06-09 Thread Ondrej Certik
Hi, I did: $ svn co https://matplotlib.svn.sourceforge.net/svnroot/matplotlib/trunk/matplotlib $ cd matplotlib/doc $ ./make.py html making figs building pyplot_formatstr.py building dollar_ticks.py building pyplot_text.py building pyplot_two_subplots.py building fig_x.py

Re: [Matplotlib-users] os x 10.5.3 numpy 1.10 error

2008-06-09 Thread dketch
May I asked what was installed incorrectly and how you fixed it? I'm seeing exactly the same error. Thanks in advance. -David Gideon Simpson wrote: > > Never mind. I think this may have had to do with something else not > being installed correctly. This config (numpy 1.10, apple python