plsp8
plsp8

Reputation: 19

Graph visualization libraries on iphone

Are there are any libraries that are available for visualizing graphs for iphone sdk? Something like this. There is no need for any animation. Simple laying out of graph is fine. Any pointers are appreciated!

Upvotes: 1

Views: 2595

Answers (2)

freshking
freshking

Reputation: 1864

I have created a simple but very effective implementation for graphs. Check it out:

https://github.com/freshking/DynamicGraphView

Upvotes: 0

Sharjeel Aziz
Sharjeel Aziz

Reputation: 8535

Core Plot is a plotting framework for Mac OS X and iPhone OS. It provides 2D visualization of data, and is tightly integrated with Apple technologies like Core Animation, Core Data, and Cocoa Bindings.

Upvotes: 2

Related Questions