|
From: Bill B. <wb...@gm...> - 2007-05-14 08:27:49
|
It seems like it would be a relatively easy thing for a Novice mode to be added to the Enstaller. The novice mode would just show you three happy buttons: install, upgrade, and uninstall. Under the hood it would be picking some particular set of packages for you. In fact even for experts it would be nice if there were some buttons that would select a sane set of standard packages from the list. There was just way too much stuff there the last time I tried it. I also had trouble telling what it was actually doing so I just went back to easy_install from the command line. Er, but this is probably a discussion for an enthought mailing list, not matplotlib... --bb On 5/14/07, Mark Bakker <ma...@gm...> wrote: > > 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 <rob...@gm...> > > Subject: Re: [Matplotlib-users] use of enthought Python for > > matplotlib/numpy > > To: mat...@li... > > Message-ID: <f224vf$blu$1...@se...> > > 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" < jd...@gm...> > > Subject: Re: [Matplotlib-users] matplolib equivalent of gnuplot's > > impulse > > To: Emmanuel <emm...@fa...> > > Cc: mat...@li... > > Message-ID: > > <88e...@ma... > > > Content-Type: text/plain; charset=ISO-8859-1; format=flowed > > > > On 5/3/07, Emmanuel <emm...@fa...> 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" <tri...@gm...> > > Subject: Re: [Matplotlib-users] matplolib equivalent of gnuplot's > > impulse > > To: "John Hunter" < jd...@gm...> > > Cc: Emmanuel <emm...@fa...>, > > mat...@li... > > Message-ID: > > <548...@ma...> > > Content-Type: text/plain; charset=ISO-8859-1; format=flowed > > > > 2007/5/11, John Hunter <jd...@gm...>: > > > On 5/3/07, Emmanuel < emm...@fa...> 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: kc1...@ya... > > Subject: Re: [Matplotlib-users] SVG vs PNG > > To: mat...@li... > > Message-ID: <214...@we...> > > 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 > > Mat...@li... > > 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 > Mat...@li... > https://lists.sourceforge.net/lists/listinfo/matplotlib-users > > |