If you IPython, the qtconsole, or the notebook you will get matplotlib based plots.
Please search the mailing list for Tkinter. There wasn't much support for this type of GUI the last time it was proposed. Jason moorepants.info +01 530-601-9791 On Sun, Mar 13, 2016 at 7: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 > <https://groups.google.com/d/msgid/sympy/2fdca453-b342-4825-b6e4-94ee0147e662%40googlegroups.com?utm_medium=email&utm_source=footer> > . > 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/CAP7f1Aiy%2BPX1BYzdA-DwVN76agi0cA7zxSTfaDX%2BUwf%2BJ60Pgw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
