
Managing Core Plot Graphs in iOS
This post gives an overview of how Core Plot graphs are managed in Niftybean's MyWorth personal net worth finance app for iPhone and iPod Touch. Some familiarity with the Google Code core-plot project is assumed. I cut my teeth on Core Plot with MyWorth and our use of the framework is not overly complex - the first version of this app displays either a 30 day graph or 12 month graph of the user's historical net worth.
Apart from the quality of the Core Plot libraries, other excellent factors for newcomers are the great documentation (especially the High Level Design Overview) and the high level of activity by Drew McCormack (the project's owner) on the coreplot-discuss group. I would recommend anyone looking at adding graphs to Objective-C apps consider this project.








