Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a visualization framework like JUNG for iOS?

Is there a visualization framework like JUNG for iOS?

I'd like to implement something similar to this.

like image 420
retrodrone Avatar asked Nov 05 '22 23:11

retrodrone


1 Answers

Best graph plotting library for iOS is Core plot. It is very powerful, and easy to understand.

But for simple graphs you can use s7graphview library also.

If you want to do it yourself, you can do custom drawing using Core graphics.

like image 65
Krishnabhadra Avatar answered Nov 11 '22 05:11

Krishnabhadra