graphing/plotting with python and interface builder
Diez B. Roggisch
deets at nospam.web.de
Sat Feb 23 08:54:13 EST 2008
Jacob Davis schrieb:
> Hi.
>
> I am developing for mac and using Xcode and Interface Builder 3.0. I
> can make a simple application, but I am having a hard time trying to
> figure out a good way to create a graph or plot for a class project.
>
> Does anybody have any tips on where to get started, or on how to do this?
>
> I have searched far for several days now, but I don't know if I am on
> the right track. Any help is much appreciated.
I use
http://developer.snowmintcs.com/frameworks/sm2dgraphview/index.html
under 10.4. I don't see why it shouldn't work under 10.5. I assume you
use pyobjc? I had to use the signature-decorator to make the
SM2DGraphDataSource-category work - but I'm not sure if pyobjc 2.0
changes anything in that respect.
Diez
More information about the Python-list
mailing list