Options for creating a statistics screen on a Mac with Python?

Arnaud Delobelle arnodel at googlemail.com
Sat May 16 15:21:37 EDT 2009


Phillip B Oldham <phillip.oldham at gmail.com> writes:

> On May 16, 2:15 pm, "Diez B. Roggisch" <de... at 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



More information about the Python-list mailing list