On 06.08.07, Andre Wobst wrote: > On 06.08.07, BK wrote: > > It's indeed very simple and after seeing your solution and looking again > > at the 'list' class I feel a little stupid for not figuring it out > > myself. I don't know about other scipy users (if there are any others > > using PyX, after all scipy comes with its own plotting module > > 'matplotlib') but for me it's exactly what I needed. > > Well, I do know that there are scipy users on that list. You're not > alone ... :-)
> > Rather than renaming the old 'list' class you could add the above class > > as something like a 'vector' or 'array' class. > Hmmm. Ok, both could be done. Still, even after a few days, I still > very much like the idea of using lists and points as the new names. > It would be nice to get some feedback from others (users and > developers ... :-) ). +1 for renaming the data into "points": I always have to look up how the current "list" is to be created. In most cases, I use a "zip(a, b)" for that, meaning that the new "lists" will make it more easy for me. I suggest, however, to use "coordinates" or "values" instead of "lists", as all names such as "array", "vector", "list", "lists" do not specify what is stored and thus do not indicate the logics of its use. Michael. -- Michael Schindler Laboratoire de Physico-Chimie Théorique. ESPCI. 10 rue Vauquelin, 75231 Paris cedex 05, France. Tel: +33 (0)1 40 79 45 97 Fax: +33 (0)1 40 79 47 31 http: www.pct.espci.fr/~michael ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ PyX-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pyx-user
