Re: [matplotlib-devel] subslice support in Line2D

2009-08-25 Thread Michael Droettboom
Ah -- for some reason the benefit is immeasurable until about 1M points. I was using fewer points because you can't even get a baseline measurement with that many -- it exceeds the path length limit in Agg. I see now why it's superior to the clipping I wrote -- it does a binary search to find

[matplotlib-devel] documentation build error

2009-08-25 Thread Gökhan Sever
Hello, The trunk is giving the following error while trying to build the documentation via "python make.py all" reading sources... [ 4%] api/mlab_api reST markup error: /home/gsever/Desktop/python-repo/matplotlib/lib/matplotlib/mlab.py:docstring of matplotlib.mlab.cohere_pairs:6: (SEVERE/4) Une

Re: [matplotlib-devel] SF.net SVN: matplotlib:[7567] branches/v0_99_maint/lib/matplotlib/lines.py

2009-08-25 Thread Eric Firing
mdb...@users.sourceforge.net wrote: > Revision: 7567 > http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7567&view=rev > Author: mdboom > Date: 2009-08-25 15:31:10 + (Tue, 25 Aug 2009) > > Log Message: > --- > Support Line2D objects without associated Axes objects.

Re: [matplotlib-devel] documentation build error

2009-08-25 Thread Gökhan Sever
OK, Here comes a self fix: http://svn.scipy.org/svn/numpy/trunk/doc/sphinxext/docscrape.py http://svn.scipy.org/svn/numpy/trunk/doc/sphinxext/docscrape_sphinx.py http://svn.scipy.org/svn/numpy/trunk/doc/sphinxext/numpydoc.py added the above files under /doc/sphinxext and updated conf.py. Then w

Re: [matplotlib-devel] documentation build error

2009-08-25 Thread Michael Droettboom
The error is caused by recent versions of Sphinx being more picky about headers in docstrings. I had to update my version of Sphinx in order to reproduce your error. Your fix is adding support for Numpy's custom docstring format? I'm not sure we want to go down that road just yet. Easier to

[matplotlib-devel] Running basemap 0.99.4 on RHEL

2009-08-25 Thread Michael Hearne
I just built matplotlib and basemap from source on a RHEL system, with EPD as my base Python installation. The build procedure for matplotlib was fairly straightforward, as was basemap (once I read Jeff's documentation on installing). However, once I try to import basemap, I get an error abou

[matplotlib-devel] IPython (likely) dropping Python 2.4 support

2009-08-25 Thread Brian Granger
Hello all, While at SciPy this year, the IPython devs began discussing dropping Python 2.4 support. Or rational is this: * New generator features in 2.5 would dramatically simplify our testing of our Twisted using components. * Being able to use absolute imports would simplify the packaging of

Re: [matplotlib-devel] documentation build error

2009-08-25 Thread Gökhan Sever
Hmm, That might be nothing to do with Sphinx's being very recent. Since that thread from sphinx-dev list is from Oct 2008 and the guy reporting the similar issue seemingly using an even older Sphinx version (4.3) I don't exactly know what would be the advantage of making docstrings numpy standard

Re: [matplotlib-devel] Running basemap 0.99.4 on RHEL

2009-08-25 Thread Jeff Whitaker
Michael Hearne wrote: > I just built matplotlib and basemap from source on a RHEL system, with > EPD as my base Python installation. > > The build procedure for matplotlib was fairly straightforward, as was > basemap (once I read Jeff's documentation on installing). > > However, once I try to i

Re: [matplotlib-devel] IPython (likely) dropping Python 2.4 support

2009-08-25 Thread Darren Dale
On Tue, Aug 25, 2009 at 4:35 PM, Brian Granger wrote: > Hello all, > > While at SciPy this year, the IPython devs began discussing dropping Python > 2.4 support.  Or rational is this: > > * New generator features in 2.5 would dramatically simplify our testing of > our Twisted using components. > >

Re: [matplotlib-devel] building on OSX

2009-08-25 Thread Eric Bruning
Hi Ariel, Thanks for the suggestion. Combining John's new makefile with the changes to the Python.framework Makefile yielded: distutils.errors.DistutilsPlatformError: $MACOSX_DEPLOYMENT_TARGET mismatch: now "10.4" but "10.5" during configure. As a general philosophy, I'm a bit hesitant to go abou

Re: [matplotlib-devel] building on OSX

2009-08-25 Thread John Hunter
On Tue, Aug 25, 2009 at 9:04 PM, Eric Bruning wrote: > Hi Ariel, > > Thanks for the suggestion. Combining John's new makefile with the > changes to the Python.framework Makefile yielded: > distutils.errors.DistutilsPlatformError: $MACOSX_DEPLOYMENT_TARGET > mismatch: now "10.4" but "10.5" during co