Re:plotting slows down

2014-01-14 Thread Dave Angel
Steven D'Aprano Wrote in message: > On Mon, 13 Jan 2014 08:26:11 -0500, Dave Angel wrote: > >> norman.elli...@gmail.com Wrote in message: > >>> [code] >>> #!/usr/bin/python >>> from graphics import * >> >> First things first. what operating system are you using, and >> where did you get the

Re:plotting slows down

2014-01-13 Thread Steven D'Aprano
On Mon, 13 Jan 2014 08:26:11 -0500, Dave Angel wrote: > norman.elli...@gmail.com Wrote in message: >> [code] >> #!/usr/bin/python >> from graphics import * > > First things first. what operating system are you using, and > where did you get the mysterious graphics. py? Thanks for telling us >

Re:plotting slows down

2014-01-13 Thread Dave Angel
norman.elli...@gmail.com Wrote in message: > First let me say I have not done much python programming! > I am running Python 2.7.3. > I am trying to use python as a front end to a simple oscilloscope. > Ultimately I intend to use it with my micropython board. > > At the moment I am just developin