Re: [Matplotlib-users] ANN: mpltools 0.1 release

2012-07-10 Thread Tony Yu
On Tue, Jul 10, 2012 at 1:52 PM, John Hunter wrote: > > On Tue, Jul 10, 2012 at 12:49 PM, Damon McDougall < > damon.mcdoug...@gmail.com> wrote: > >> >> Would there be any interest in porting some of that functionality into >> the main mpl codebase? Like Ben said, that error function is nifty... :

Re: [Matplotlib-users] ANN: mpltools 0.1 release

2012-07-10 Thread John Hunter
On Tue, Jul 10, 2012 at 12:49 PM, Damon McDougall wrote: > > Would there be any interest in porting some of that functionality into > the main mpl codebase? Like Ben said, that error function is nifty... :) > > I also think the styles would be widely appreciated, and we might get more styles con

Re: [Matplotlib-users] ANN: mpltools 0.1 release

2012-07-10 Thread Damon McDougall
On Tue, Jul 10, 2012 at 01:44:41PM -0400, Tony Yu wrote: > On Tue, Jul 10, 2012 at 1:10 PM, Benjamin Root wrote: > > > > > > > On Tue, Jul 10, 2012 at 12:58 PM, Tony Yu wrote: > > > >> Announcement: mpltools 0.1 > >> == > >> > >> mpltools is a package of tools for matplot

Re: [Matplotlib-users] ANN: mpltools 0.1 release

2012-07-10 Thread Tony Yu
On Tue, Jul 10, 2012 at 1:10 PM, Benjamin Root wrote: > > > On Tue, Jul 10, 2012 at 12:58 PM, Tony Yu wrote: > >> Announcement: mpltools 0.1 >> == >> >> mpltools is a package of tools for matplotlib. For the most part, these >> tools are only loosely-connected in function

Re: [Matplotlib-users] ANN: mpltools 0.1 release

2012-07-10 Thread Benjamin Root
On Tue, Jul 10, 2012 at 12:58 PM, Tony Yu wrote: > Announcement: mpltools 0.1 > == > > mpltools is a package of tools for matplotlib. For the most part, these > tools are only loosely-connected in functionality, but there are two that > may prove particularly useful: > > S

[Matplotlib-users] ANN: mpltools 0.1 release

2012-07-10 Thread Tony Yu
Announcement: mpltools 0.1 == mpltools is a package of tools for matplotlib. For the most part, these tools are only loosely-connected in functionality, but there are two that may prove particularly useful: Styles and plot2rst --- The `style` package provi

Re: [Matplotlib-users] [matplotlib-users] How to plot digamma function (psi)

2012-07-10 Thread Fabien Lafont
Thanks! The problem came from the 1/2 ! For convenience I've found the function digamma on numpy *http://docs.scipy.org/doc/scipy/reference/generated/scipy.special.psi.html But it's quite hard to find it! Maybe we can ask to add digamma in the title between parenthesis? Fabien * 2012/7/10 Damon

Re: [Matplotlib-users] [matplotlib-users] How to plot digamma function (psi)

2012-07-10 Thread Damon McDougall
On Tue, Jul 10, 2012 at 08:57:24AM -0400, Benjamin Root wrote: > On Tue, Jul 10, 2012 at 7:05 AM, Damon McDougall > wrote: > > > On Tue, Jul 10, 2012 at 12:27:59PM +0200, Fabien Lafont wrote: > > > > > But It returns zero division error even when x is in ]0,1] > > > > I think it blows up at x = 0.

Re: [Matplotlib-users] [matplotlib-users] How to plot digamma function (psi)

2012-07-10 Thread Benjamin Root
On Tue, Jul 10, 2012 at 7:05 AM, Damon McDougall wrote: > On Tue, Jul 10, 2012 at 12:27:59PM +0200, Fabien Lafont wrote: > > Hello everyone, > > > > I try to plot the digamma function of (1/2 + 1/x) but I'm not sure that > I'm > > plotting the good one. > > > > I've tried: > > > > special.polygamm

Re: [Matplotlib-users] [matplotlib-users] How to plot digamma function (psi)

2012-07-10 Thread Damon McDougall
On Tue, Jul 10, 2012 at 12:27:59PM +0200, Fabien Lafont wrote: > Hello everyone, > > I try to plot the digamma function of (1/2 + 1/x) but I'm not sure that I'm > plotting the good one. > > I've tried: > > special.polygamma(0, (1/2 + 1/x)) > > and > > special.polygamma(1, (1/2 + 1/x)) You wan

[Matplotlib-users] [matplotlib-users] How to plot digamma function (psi)

2012-07-10 Thread Fabien Lafont
Hello everyone, I try to plot the digamma function of (1/2 + 1/x) but I'm not sure that I'm plotting the good one. I've tried: special.polygamma(0, (1/2 + 1/x)) and special.polygamma(1, (1/2 + 1/x)) but I don't have the same result as with mathcad. I've tried to code it like that: def F(x):

Re: [Matplotlib-users] clean way to build subplots with sharex only on same colomn and sharey only on same row?

2012-07-10 Thread Chao YUE
Hi Ben, I tried it. Installing the development version is much easier than I expect. and the subplots() function works very well as expect. it's too awesome. thanks a lot. cheers, Chao 2012/7/7 Benjamin Root > > > On Fri, Jul 6, 2012 at 5:39 PM, Chao YUE wrote: > >> dear all, >> >> I want t