Is there any chance that a binomial coefficent and factorial function can
make their way into NumPy? I know these exist in Scipy, but I don't want to
have to install SciPy just to have something so "basic".
___
NumPy-Discussion mailing list
NumPy-Discuss
On Wed, Sep 30, 2009 at 8:57 AM, denis bzowy wrote:
> jah gmail.com> writes:
>
> >
> > Hi,Suppose I have a set of x,y,c data ... matplotlib.pyplot.contour() ).
> >
>
> JAH, is griddata() working and fast enough for you ?
> How many points are you contouring ?
On Mon, Sep 28, 2009 at 4:48 PM, wrote:
> On Mon, Sep 28, 2009 at 7:19 PM, jah wrote:
> > Hi,
> >
> > Suppose I have a set of x,y,c data (something useful for
> > matplotlib.pyplot.plot() ). Generally, this data is not rectangular at
> > all. Does there
Hi,
Suppose I have a set of x,y,c data (something useful for
matplotlib.pyplot.plot() ). Generally, this data is not rectangular at
all. Does there exist a numpy function (or set of functions) which will
take this data and construct the smallest two-dimensional arrays X,Y,C (
suitable for matplo