Thanks for the pointer to the new egg installer of Enthought.
Nice app, which I will use.

But this is, IMHO, not what we need to move the python/numpy/scipy/mpl combo
into the more mainstream use.
Many potential users won't know what to do with the long list of packages
that they have never heard of.
I think it would be very useful to have one installer that gets a reasonable
distrubtion installed (like the old Enthought installer).
Isn't something like that in the works for the Mac?
We can even make a python/numpy/scipy/mpl and then a seperate one that also
includes ipython and wxpython, for example.

Or maybe a webpage where you can just select what eggs to install.
Would that be doable?
Anybody else think this is what we need?

Mark



Date: Fri, 11 May 2007 11:17:47 -0500
From: Robert Kern <[EMAIL PROTECTED]>
Subject: Re: [Matplotlib-users] use of enthought Python for
        matplotlib/numpy
To: matplotlib-users@lists.sourceforge.net
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=UTF-8

Giorgio Luciano wrote:
> I would add one box of donuts, since I'm trying to make my own
> distribution with numpy/scipy/matplotlib but with no success.
> and the problem is the same is for a classroom ;) If anyone knows also a
> portable distribution with this package I will add extra donuts ;)

While we at Enthought are not updating the all-in-one installer anymore,
we are
distributing up-to-date binaries as eggs.

  http://code.enthought.com/enstaller/

--
Robert Kern

"I have come to believe that the whole world is an enigma, a harmless
enigma
that is made terrible by our own mad attempt to interpret it as though it
had
an underlying truth."
  -- Umberto Eco




------------------------------

Message: 8
Date: Fri, 11 May 2007 11:48:59 -0500
From: "John Hunter" <[EMAIL PROTECTED]>
Subject: Re: [Matplotlib-users] matplolib equivalent of gnuplot's
        impulse
To: Emmanuel <[EMAIL PROTECTED]>
Cc: matplotlib-users@lists.sourceforge.net
Message-ID:
        <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

On 5/3/07, Emmanuel <[EMAIL PROTECTED]> wrote:
> With gnuplot one can do a plot like that :
>
> http://www.deqnotes.net/gnuplot/images/impulses.png
>
> It is using option "with impulse".
>  Is there an equivalent in matplotlib?


In [5]: t = arange(0.0, 2.0, 0.05)

In [6]: s = sin(2*pi*t)

In [7]: vlines(t, 0, s)
Out[7]: <matplotlib.collections



------------------------------

Message: 9
Date: Fri, 11 May 2007 19:05:04 +0200
From: "Antonino Ingargiola" <[EMAIL PROTECTED]>
Subject: Re: [Matplotlib-users] matplolib equivalent of gnuplot's
        impulse
To: "John Hunter" <[EMAIL PROTECTED]>
Cc: Emmanuel <[EMAIL PROTECTED]>,
        matplotlib-users@lists.sourceforge.net
Message-ID:
        <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

2007/5/11, John Hunter <[EMAIL PROTECTED]>:
> On 5/3/07, Emmanuel <[EMAIL PROTECTED]> wrote:
> > With gnuplot one can do a plot like that :
> >
> > http://www.deqnotes.net/gnuplot/images/impulses.png
> >
> > It is using option "with impulse".
> >  Is there an equivalent in matplotlib?
>
>
> In [5]: t = arange(0.0, 2.0, 0.05)
>
> In [6]: s = sin(2*pi*t)
>
> In [7]: vlines(t, 0, s)
> Out[7]: <matplotlib.collections

You are right! Very nice :-).

  ~ Antonio



------------------------------

Message: 10
Date: Fri, 11 May 2007 10:54:36 -0700 (PDT)
From: [EMAIL PROTECTED]
Subject: Re: [Matplotlib-users] SVG vs PNG
To: matplotlib-users@lists.sourceforge.net
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=ascii

Thanks everybody for the explanation of svg in Gimp.  That makes
sense.  Is there any vector based program that does what Gimp does?

> Did you try eps rather than ps?
>
> Eric

Yes, I tried eps.  Word won't recognize that neither.

As to the EMF format, I downloaded the package and attempted to apply the
patch.   Failed - probably because it's intended for 0.85 only.  I am
running 0.90 of MPL.  Has anybody added EMF support to MPL 0.90successfully?

Regards,



--
John Henry





------------------------------

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/

------------------------------

_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users


End of Matplotlib-users Digest, Vol 12, Issue 20
************************************************

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to