Hi, I can not say anything about the equation editor, but I may try to help with the plotting module. Whenever you decide to try to make it work again just contact us and describe the problem. To clone it and use it you have to do (more or less) the following:
- install git - clone sympy from github.com/sympy/sympy.git - make a new branch - go onto that new branch (i.e. checkout it) - pull onto your new empty branch the branch in which the plotting module is developed (git pull https://github.com/Krastanov/sympy.git plotting) - play with it (You will need matplotlib installed. It would be also very useful to install ipython (which anyway you may need for other possible projects)) If you are working on a linux or mac system you can find step by step explanations in the "developer workflow" page in our documentation. Stefan -- 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.
