Re: [sympy] 2D/3D graphics view GUI Sympy

40 views
Skip to first unread message

Jason Moore

unread,
Mar 15, 2016, 7:13:28 PM3/15/16
to sy...@googlegroups.com
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.


On Sun, Mar 13, 2016 at 7:06 AM, Nuno Lopes <l33...@alunos.uevora.pt> 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 sympy+un...@googlegroups.com.
To post to this group, send email to sy...@googlegroups.com.
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.

Aaron Meurer

unread,
Mar 16, 2016, 5:17:35 PM3/16/16
to sy...@googlegroups.com
SymPy does have better plotting, but you need to install matplotlib first.

Aaron Meurer
Reply all
Reply to author
Forward
0 new messages