Hi,
Does anyone have an example gui where the user enters a function in an edit box and the graph of the function is plotted?
Thanks,
David Arnold
College of the Redwoods
Eureka, CA
···
--
To unsubscribe, send email to wxPython-users+unsubscribe@googlegroups.com
or visit http://groups.google.com/group/wxPython-users?hl=en
Since matplotlib integrates with wxPython well, you should take a look
at their docs to see if it works for you:
http://matplotlib.sourceforge.net/api/pyplot_api.html
···
On May 4, 12:19 pm, David Arnold <dwarnol...@suddenlink.net> wrote:
Hi,
Does anyone have an example gui where the user enters a function in an edit box and the graph of the function is plotted?
Thanks,
David Arnold
College of the Redwoods
Eureka, CA
-------------------
Mike Driscoll
Blog: http://blog.pythonlibrary.org
--
To unsubscribe, send email to wxPython-users+unsubscribe@googlegroups.com
or visit http://groups.google.com/group/wxPython-users?hl=en
Mike Driscoll wrote:
Since matplotlib integrates with wxPython well, you should take a look
at their docs to see if it works for you:
http://matplotlib.sourceforge.net/api/pyplot_api.html
and look for the "embedded_in_wx" examples and/or wxmpl:
http://agni.phys.iit.edu/~kmcivor/wxmpl/
wxmpl makes it really easy.
-CHB
···
--
Christopher Barker, Ph.D.
Oceanographer
Emergency Response Division
NOAA/NOS/OR&R (206) 526-6959 voice
7600 Sand Point Way NE (206) 526-6329 fax
Seattle, WA 98115 (206) 526-6317 main reception
Chris.Barker@noaa.gov
--
To unsubscribe, send email to wxPython-users+unsubscribe@googlegroups.com
or visit http://groups.google.com/group/wxPython-users?hl=en