On 10/27/09 2:05 AM, Karolis Ramanauskas said:
>At this point I started optimizing drawing, so I implemented some cacheing,
>etc. and I see significant performance gains. Now my attention is on drawing
>multiple series as can be seen in the picture above. I decided that this is
>a great place to i
Just noticed I forgot to lock:
[plotBitmaps addObject:bitmap];
___
Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
He
attached is the .m file with relevant code...
KR2DScatterPlotViewPlot.m
Description: Binary data
___
Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at coco
Good day,
For the last few days I've been working on my own "2D Scatter Plot View" all
is going great and it looks nice:
http://i729.photobucket.com/albums/ww297/karolisr/Screenshot2009-10-27at12636AM.png
At this point I started optimizing drawing, so I implemented some cacheing,
etc. and I see