Till now, I have been using google charts and UIWebView to show graphs in my iPhone application.
I would like to start using CorePlot so that I do not need to be dependent on the internet connection to show my graphs. However, I am lost on how to use CorePlot for my applications.
Would someone be able to help me out with how I should use CorePlot?
Check this tutorial featured by google code’s site: http://www.switchonthecode.com/tutorials/using-core-plot-in-an-iphone-application
And this instructions are worth reading too: http://code.google.com/p/core-plot/wiki/UsingCorePlotInApplications
Hope it helps!