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!
Asked
Active
Viewed 2,532 times
2
-
possible duplicate of [Cocoa Graphing/Plotting Framework that Works on iPhoneOS](http://stackoverflow.com/questions/263472/cocoa-graphing-plotting-framework-that-works-on-iphoneos) – Brad Larson Jun 03 '10 at 02:49
-
Please look at the link I posted. I am interested in graph visualization. Not pie chart/bar graph etc. – plsp8 Jun 03 '10 at 06:04
-
Sorry about that, "graph visualization" can have different meanings depending on the context. In this case, you mean display of a mathematical graph of connected items, rather than a graph of data points. – Brad Larson Jun 03 '10 at 14:00
-
duplicate of [Looking for a graph layout framework for iOS](http://stackoverflow.com/questions/3692840/looking-for-a-graph-layout-framework-for-ios) which has a lot of useful answers based around talking Glen Low into releasing or licensing his port of GraphViz – Andy Dent Dec 11 '10 at 09:23
2 Answers
2
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.

Sharjeel Aziz
- 8,495
- 5
- 38
- 37
-
Does this do graph visualization? I checked out the link, it seems to be doing mostly line graphs/ bar graphs/pie charts. Let me know if I am missing anything. – plsp8 Jun 02 '10 at 18:50
-
Core Plot is the only one I know of that does graphs but this probably does not answer your question. Sorry about that. – Sharjeel Aziz Jun 02 '10 at 19:25
0
I have created a simple but very effective implementation for graphs. Check it out:

freshking
- 1,824
- 18
- 31