Re: Is there a ready chart plotting view?
Re: Is there a ready chart plotting view?
- Subject: Re: Is there a ready chart plotting view?
- From: Dave Sopchak <email@hidden>
- Date: Fri, 28 Mar 2003 21:17:23 -0800
I just tried a quick test of NSBezierpath, throwing an array of 5471
points at it...putting the points in the array and executing
appendBezierPathWithPoints took about half a second on my 1.2GHz
upgraded Sawtooth, so not too bad at all...looks like the tools are up
to the task for 2D graphing.
The only snag was PB did NOT like me pasting in two 30,000 character
lines into the code to init two 1D arrays. Had to use TextWrangler. Bug
report?
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.