Loading...
Processing Forum
Recent Topics
All Forums
Screen name:
sonderformat
sonderformat's Profile
1
Posts
1
Responses
0
Followers
Activity Trend
Last 30 days
Last 30 days
Date Interval
From Date :
To Date :
Go
Loading Chart...
Posts
Responses
PM
Show:
All
Discussions
Questions
Expanded view
List view
Private Message
Circular Graph
[2 Replies]
16-Nov-2012 02:42 PM
Forum:
Programming Questions
Hi there,
I'm working on a graph visualization showing multiple connections between nodes.
I want to map them in the circle like
http://www.visualcomplexity.com/vc/project.cfm?id=717
My data (*.tsv) looks like:
1 <Name> 2 4 5
2 <Name> 1 3
3 <Name> 1
4 <Name> 5 1
5 <Name> 1 2 3
n ...
I read that file out with the TABLE class by Ben Fry.
My status is that I read the rowCount and draw a point for each row in a circle.
Fine. But how to draw the connections between the rows?
I smell that I have to create an array per row. This I get possibly done.
But then compare the arrays with each other and draw the bezier if there's a match?
I can't imagine that in code.
If somebody can push me I'd be super happy.
Also if somebody knows a tutorial about circular graphs would be great.
thanks,
n
«Prev
Next »
Moderate user : sonderformat
Forum