Hi Stefan, On Fri, Nov 11, 2011 at 6:46 AM, [email protected] <[email protected]> wrote: > The proposal that I made in https://github.com/sympy/sympy/pull/673 may or > may not became part of sympy but I like it and it's already quite useful for > me. > > Here are some examples. I would like to know what do you think. The 3d stuff > runs only on the latest version of matplotlib _after_ fixing a bug > (mentioned in the commit history, but those will be squashed soon). > > The script to produce them is also attached (as the api is probably more > important than the visuals (the _series[index] stuff is just a workaround > until getters are written)).
I like this a lot, and I would suggest to get this into sympy as a new module, after fixing things that Aaron has pointed out. That way, people can start using it and improving it by sending pull requests to sympy. I am +1 to the plot() function, that calls either the new or old Plot() to do plotting. Or just use Plot and put it into a new module, and eventually (later) simply switch the default sympy.Plot from old to new. Either is fine with me. Ondrej -- You received this message because you are subscribed to the Google Groups "sympy" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sympy?hl=en.
