iphoneobjective-ccocoa-touchquartz-graphicscore-plot

What are the alternatives to Core-Plot for drawing graphs in iPhone SDK


Are there any alternatives to Core-Plot for drawing graphs in iPhone SDK?

I am having hard time integrating core-plot in my app. Lot of issues.

Can you please suggest some alternatives to core-plot?


Solution

  • Some of the alternatives that I found were:

    http://sebkade.wordpress.com/2010/05/06/basic-graph-class-for-iphone/

    http://www.shinobicontrols.com/ (discontinued)

    https://www.scichart.com/ (good alternative to Shinobi)

    https://github.com/sweetynebhwani/deSimpleChart

    https://github.com/danielgindi/Charts

    I hope this helps.