Re: [matplotlib-devel] [Numpy-discussion] Announcing toydist, improving distribution and packaging situation

2010-01-03 Thread Gael Varoquaux
On Sun, Jan 03, 2010 at 03:05:54AM -0800, Nathaniel Smith wrote: > What I do -- and documented for people in my lab to do -- is set up > one virtualenv in my user account, and use it as my default python. (I > 'activate' it from my login scripts.) The advantage of this is that > easy_install (or pi

Re: [matplotlib-devel] [SciPy-dev] [Numpy-discussion] Announcing toydist, improving distribution and packaging situation

2010-01-03 Thread David Cournapeau
On Sun, Jan 3, 2010 at 3:27 AM, Andrew Straw wrote: >> > Typically, the dependencies only depend on the smallest subset of what > they require (if they don't need lapack, they'd only depend on > python-numpy-core in your example), but yes, if there's an unsatisfiable > condition, then apt-get wil

Re: [matplotlib-devel] [Numpy-discussion] Announcing toydist, improving distribution and packaging situation

2010-01-03 Thread Nathaniel Smith
On Tue, Dec 29, 2009 at 6:34 AM, David Cournapeau wrote: > Buildout, virtualenv all work by sandboxing from the system python: > each of them do not see each other, which may be useful for > development, but as a deployment solution to the casual user who may > not be familiar with python, it is u

Re: [matplotlib-devel] [Numpy-discussion] Announcing toydist, improving distribution and packaging situation

2010-01-03 Thread David Cournapeau
On Sun, Jan 3, 2010 at 8:05 PM, Nathaniel Smith wrote: > On Tue, Dec 29, 2009 at 6:34 AM, David Cournapeau wrote: >> Buildout, virtualenv all work by sandboxing from the system python: >> each of them do not see each other, which may be useful for >> development, but as a deployment solution to t

Re: [matplotlib-devel] Enhancement to matplotlib's PyQt4 backend

2010-01-03 Thread Darren Dale
On Sun, Jan 3, 2010 at 9:11 AM, Pierre Raybaut wrote: > 2009/12/1 Darren Dale : >> On Tue, Apr 28, 2009 at 8:18 AM, Pierre Raybaut wrote: >>> Hi all, >>> >>> I would like to contribute to matplotlib with this enhancement for the >>> PyQt4 backend: the idea is to add a toolbar button to configure

Re: [matplotlib-devel] Enhancement to matplotlib's PyQt4 backend

2010-01-03 Thread John Hunter
On Sun, Jan 3, 2010 at 9:28 AM, Darren Dale wrote: > Your patch file is backwards, it would revert your changes if applied > to the updated code. It doesn't matter, the patch is so small that the > changes can just be cut and pasted. Unfortunately, however, I will not > have time to review your c

Re: [matplotlib-devel] [SPAM] Re: Enhancement to matplotlib's PyQt4 backend

2010-01-03 Thread Pierre Raybaut
2010/1/3 Darren Dale : > On Sun, Jan 3, 2010 at 9:11 AM, Pierre Raybaut wrote: >> 2009/12/1 Darren Dale : >>> On Tue, Apr 28, 2009 at 8:18 AM, Pierre Raybaut >>> wrote: Hi all, I would like to contribute to matplotlib with this enhancement for the PyQt4 backend: the idea is t

Re: [matplotlib-devel] Enhancement to matplotlib's PyQt4 backend

2010-01-03 Thread Pierre Raybaut
2010/1/3 John Hunter : > On Sun, Jan 3, 2010 at 9:28 AM, Darren Dale wrote: > >> Your patch file is backwards, it would revert your changes if applied >> to the updated code. It doesn't matter, the patch is so small that the >> changes can just be cut and pasted. Unfortunately, however, I will not

[matplotlib-devel] [Matplotlib-users] define color cycle in matplotlibrc

2010-01-03 Thread Eric Firing
http://www.mail-archive.com/matplotlib-us...@lists.sourceforge.net/msg14772.html The above thread includes two reasonable requests: 1) add color cycle as an rcParam 2) add a line style cycle as well The first of these is easier to implement, although it requires a bit more than the patch provi

Re: [matplotlib-devel] Enhancement to matplotlib's PyQt4 backend

2010-01-03 Thread Gökhan Sever
On Sun, Jan 3, 2010 at 12:35 PM, John Hunter wrote: > On Sun, Jan 3, 2010 at 9:28 AM, Darren Dale wrote: > > > Your patch file is backwards, it would revert your changes if applied > > to the updated code. It doesn't matter, the patch is so small that the > > changes can just be cut and pasted.

Re: [matplotlib-devel] doc build problem with axes_grid

2010-01-03 Thread John Hunter
On Sat, Jan 2, 2010 at 12:34 AM, Eric Firing wrote: > Jae-Joon Lee wrote: >> The error happens because of the *.rst files under doc/examples that >> are not in sync with examples/*.py. >> Removing that directory (doc/examples) will solve the problem (the >> directory will be repopulated when you r

Re: [matplotlib-devel] doc build problem with axes_grid

2010-01-03 Thread Eric Firing
John Hunter wrote: > On Sat, Jan 2, 2010 at 12:34 AM, Eric Firing wrote: >> Jae-Joon Lee wrote: >>> The error happens because of the *.rst files under doc/examples that >>> are not in sync with examples/*.py. >>> Removing that directory (doc/examples) will solve the problem (the >>> directory will

Re: [matplotlib-devel] Enhancement to matplotlib's PyQt4 backend

2010-01-03 Thread John Hunter
On Sun, Jan 3, 2010 at 2:41 PM, Gökhan Sever wrote: > You seemed like forgetting to check-in the qt4_editor_options.svg, because I > get file not found error: > > I[2]: Cannot open file > '.../matplotlib/lib/matplotlib/mpl-data/images/qt4_editor_options.svg', > because: No such file or directory

Re: [matplotlib-devel] [Matplotlib-users] define color cycle in matplotlibrc

2010-01-03 Thread John Hunter
On Sun, Jan 3, 2010 at 2:39 PM, Eric Firing wrote: > 1) Should the the color_cycle be in the axes group?  Although it affects > lines, it is defined only at the Axes level, and affects only lines drawn by > plot. > > Alternative: since it affects only plot, should there be a new "plot" group > to

Re: [matplotlib-devel] [Matplotlib-users] define color cycle in matplotlibrc

2010-01-03 Thread Eric Firing
>> 2) It was pointed out that there is a strange connection between the color >> cycle and the lines.color rcParam. This connection looks to me like a bit >> of legacy that can be dropped with little risk of pain in user land, since >> the default would still be to have the initial color in the c

Re: [matplotlib-devel] [Numpy-discussion] Announcing toydist, improving distribution and packaging situation

2010-01-03 Thread Nathaniel Smith
On Sun, Jan 3, 2010 at 4:23 AM, David Cournapeau wrote: > On Sun, Jan 3, 2010 at 8:05 PM, Nathaniel Smith wrote: >> What I do -- and documented for people in my lab to do -- is set up >> one virtualenv in my user account, and use it as my default python. (I >> 'activate' it from my login scripts.

[matplotlib-devel] building of latex docs failing at barb_demo.pdf

2010-01-03 Thread Andrew Straw
Hi, With the recent regression fixed in Pygments, the doc auto-builder is closer to completing successfully. However, there's a new bug. The build ends with: LaTeX Warning: File `/home/mpl-chslave/slave-py25/build_docs/build/doc/build/pl ot_directive/mpl_examples/pylab_examples/barb_demo.pdf' not

Re: [matplotlib-devel] [Matplotlib-users] define color cycle in matplotlibrc

2010-01-03 Thread John Hunter
On Sun, Jan 3, 2010 at 3:54 PM, Eric Firing wrote: > The only problem is that lines.color is the default for LineCollection and > Line2D, both of which are fairly separate from Axes, so having them default > to rcParams['axes.color_cycle'][0] seems a little odd. Yes, I was worrying about the same

Re: [matplotlib-devel] [Matplotlib-users] define color cycle in matplotlibrc

2010-01-03 Thread Eric Firing
John Hunter wrote: > On Sun, Jan 3, 2010 at 3:54 PM, Eric Firing wrote: >> The only problem is that lines.color is the default for LineCollection and >> Line2D, both of which are fairly separate from Axes, so having them default >> to rcParams['axes.color_cycle'][0] seems a little odd. > > Yes, I

Re: [matplotlib-devel] [Numpy-discussion] Announcing toydist, improving distribution and packaging situation

2010-01-03 Thread David Cournapeau
On Mon, Jan 4, 2010 at 8:42 AM, Nathaniel Smith wrote: > On Sun, Jan 3, 2010 at 4:23 AM, David Cournapeau wrote: >> On Sun, Jan 3, 2010 at 8:05 PM, Nathaniel Smith wrote: >>> What I do -- and documented for people in my lab to do -- is set up >>> one virtualenv in my user account, and use it as