Phillip B Oldham <phillip.old...@gmail.com> writes: > On May 16, 2:15 pm, "Diez B. Roggisch" <de...@nospam.web.de> wrote: >> matplotlib should serve you well. > > Thanks, I'll check that out. > >> Or you use some web-based solution with a javascript-based chart library. > > I'd rather stay away from web-based solutions; since this is going to > be running 24/7 and has a fixed a screen size. I'd prefer something > that has few dependencies, if possible hooking into the OS X platform > for graphics.
* You could create a pdf/png and pipe the output through to Preview.app which can display it in full screen. * A simple and portable solution may be to use pygame -- Arnaud -- http://mail.python.org/mailman/listinfo/python-list