6 ms·
Can you draw the tree with the circles vertically staggered instead of directly adjacent, so the circles are vertically ordered by time? http://3.bp.blogspot.c
by Ironchefpython 14y ago
Can you draw the tree with the circles vertically staggered instead of directly adjacent, so the circles are vertically ordered by time?
http://3.bp.blogspot.com/_aHXMSfhY_hY/TFxP-Eoc3rI/AAAAAAAAAHQ/YGP_-35V8PQ/s1600/Screen+shot+2010-08-06+at+2.02.00+PM.png http://3.bp.blogspot.com/_aHXMSfhY_hY/TFxP-Eoc3rI/AAAAAAAAAH... is an example of similar data.
You could have multiple panes/columns of data, one for the graphical tree, one for the date for each node, one for the username for each node, and one for a node comment.
- r4pha 14y agoThat's a good idea. I will definately give it some thought. Thanks!