Is there a Python Gui that supports graphs?

Asked By 90 points N/A Posted on -
qa-featured

I'm looking to write a Python GUI that shows: a list of checkboxes, a graph (of the checkbox data).

Which Python library would be good for that (looking for simplicity, free of charge, basic requirements)? The main requirement is that user can modify the parts of the graph in any way he wants to.

SHARE
Answered By 0 points N/A #165033

Is there a Python Gui that supports graphs?

qa-featured
Hi Janet,
 
A complete python graphics and GUI library has been built on PyQt4. It finds extensive applications in math, science and engineering fields. This is very time-efficient due to its strong leverage for crunching numbers. The user can modify the data inputs to the graph during initialization or during the course of the work to obtain the end result. 
 
Regards,
Anyet

Related Questions