>> perhaps it could also accept a Python function? (Using >> a Python function what I usually want, and I would like >> not to be forced to know anything about the context.)
On Mon, 21 Jul 2008, Michael SCHINDLER apparently wrote: > Note that the expression string does more than just providing any > function. It also indicates how to use it. I use for example things > like > "y(x) = f(x)" > "x(y) = f(y)" > "y2(x) = g(x)" > How would you propose to add these functionality to the case where > you give a function object? Of course, one could add more string > parameters to indicate where the function evaluates y, y2 or even x, > but does that simplify anything? OK, I am probably not understanding what you mean here by "how to use it". What functionality are you getting? Autosetting of columnnames? If so, I would add a parameter with ['x','y'] as the default. If you meant something else, I am not understanding. Alan ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ PyX-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pyx-user
