Re: [Matplotlib-users] Failed pip install on OSX

2013-08-05 Thread Scott Lasley
On Aug 5, 2013, at 4:43 PM, Matthew Brett wrote: > Hi, > > On Sun, Aug 4, 2013 at 7:26 PM, Scott Lasley wrote: >> >> On Aug 4, 2013, at 4:47 PM, Matthew Brett wrote: >> >>> Hi, >>> >>> Congratulations on the new release. >>> >>> I just tried installing in a fresh installation of Python 2.

Re: [Matplotlib-users] Failed pip install on OSX

2013-08-05 Thread Eric Firing
On 2013/08/05 10:43 AM, Matthew Brett wrote: > If Matplotlib is only expected to work for the Quartz installs - is it > worth trying to detect that and warn / error at install time? Logically, XQuartz should not be needed at all; mpl on the mac does not require X11. It looks like XQuartz is an a

Re: [Matplotlib-users] Failed pip install on OSX

2013-08-05 Thread Matthew Brett
Hi, On Sun, Aug 4, 2013 at 7:26 PM, Scott Lasley wrote: > > On Aug 4, 2013, at 4:47 PM, Matthew Brett wrote: > >> Hi, >> >> Congratulations on the new release. >> >> I just tried installing in a fresh installation of Python 2.7 from Python.org >> >> Am I right in thinking the recommended method

Re: [Matplotlib-users] Bug in Custom Dash List

2013-08-05 Thread Michael Droettboom
The problem is that a 0-length dash or space is undefined. In Agg, it causes an infinite loop (presumably because the line cursor never moves). Saving it to a PDF file and opening it in Acrobat Reader reveals a blank page (presumably because it's doing something smarter, but also basically th

Re: [Matplotlib-users] Bug in Custom Dash List

2013-08-05 Thread Benjamin Root
@mdboom, from git blame, this looks to be specifically introduced by you via 7e7b5320on May 15th, and you even added some tests for handling path clipping. Perhaps the choice of "<=" should have been just "<"

Re: [Matplotlib-users] Rendering SciPy docstrings as markup text within matplotlib

2013-08-05 Thread Michael Droettboom
docutils is the library that supports the format (restructuredtext) that these docstrings are written in. It *may* (I haven't looked) contain functionality to render as clean plain text. Mike On 08/05/2013 09:57 AM, federico vaggi wrote: Hi, SciPy (and NumPy) docstrings are written with a s

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

2013-08-05 Thread Michael Droettboom
On 08/03/2013 07:50 AM, Rita wrote: Same problem in Linux also. Here is what I did to fix it: Remove the freetype/fontconfig rpm from my local install (yum remove) and then place the proper PKG_CONFIG_PATH to point to my remote freetype/fontconfig. By remote, you mean self-built, rather than

[Matplotlib-users] Rendering SciPy docstrings as markup text within matplotlib

2013-08-05 Thread federico vaggi
Hi, SciPy (and NumPy) docstrings are written with a special kind of mark up: For example, the docstring for the russellrao distance function looks like this: '\nComputes the Russell-Rao dissimilarity between two boolean 1-D arrays.\n\nThe Russell-Rao dissimilarity between two boolean 1-D

Re: [Matplotlib-users] Change column number within legend

2013-08-05 Thread Tyrax
Hi Chao, I think I could make it work somehow but I thought that such a functionality would be really nice to have in general. Tyrax -- View this message in context: http://matplotlib.1069221.n5.nabble.com/Change-column-number-within-legend-tp41704p41709.html Sent from the matplotlib - users