SymPy does have better plotting, but you need to install matplotlib first. Aaron Meurer
On Sun, Mar 13, 2016 at 10:06 AM, Nuno Lopes <[email protected]> wrote: > Hello Developers ! > > I am Nuno Lopes and im second year of Computer Science in Universidade de > Evora, Portugal. > > As student of Computer Science I have a lots of Math Subjects and sympy > could be very helpfull in some of them. > > I searched for graphics view on sympy and i only found this: > >>>> from mpmath import * >>>> from sympy import * >>>> from sympy.plotting import plot >>>> x = symbols('x') >>>> p1 = plot(x*x) > 100 | > | . / > | \ / > | \ / > | \ / > | \ / > | \ . > | \ > 50.0165 | --------\--------------------------------------..------ > | \ / > | \ / > | \ / > | .. .. > | \ / > | .. .. > | .. .. > | .. .. > 0.03305 | .............. > -10 0 10 > > Maybe I did something wrong but i got this at first view and its not really > helpfull. > > One of things i think it could better Sympy its a graphical view of > functions 2D/3D and i was thinking of apply an idea of it, maybe using > Tkinter as GUI interface. > > I want to join this GSoC Sympy because i love Math and python was the first > language i learned i loved it so i would like to ear any advice you might > have. > > > -- > You received this message because you are subscribed to the Google Groups > "sympy" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/sympy. > To view this discussion on the web visit > https://groups.google.com/d/msgid/sympy/2fdca453-b342-4825-b6e4-94ee0147e662%40googlegroups.com. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "sympy" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/sympy. To view this discussion on the web visit https://groups.google.com/d/msgid/sympy/CAKgW%3D6LhB1kQBo%3DrSLP4%2BMwXocKQbfNFXMYUx09hWtUJLcuULQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
