From: John H. <jd...@gm...> - 2007-07-14 14:19:52
|
On 7/13/07, Eric Firing <ef...@ha...> wrote: > No, it is not your installation. You have identified an area that needs > work, after we settle on a possibly new import and namespace strategy. This is definitely something new -- help(pylab) used to display the rather extensive pylab doc string, which starts with in pylab.py: "" This is a matlab(TM) style interface to matplotlib. The following plotting commands are provided; some of these do not exist in matlab(TM) but have proven themselves to be useful nonetheless. The majority of them, however, have matlab analogs ...snip """ Are eggs doing something fishy here? This is a weird one. JDH |