You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Proportional node sizing and color coding by degree
- Edge thickness scales with co-attendance frequency
- Improved visual effects and interactivity
- Updated description with visualization details
Copy file name to clipboardExpand all lines: Graph Analysis/unified_analysis.py
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -414,7 +414,11 @@ def write_html_report(
414
414
<p class="explanation">People are connected if they attend the same meeting; a person's degree is how many unique people they co-attended with.</p>
415
415
416
416
<h3>Interactive Network Visualization</h3>
417
-
<p class="explanation">Visual representation of the co-attendance graph. Nodes represent people, edges represent co-attendance. Use mouse to zoom and pan. Hover over nodes to see details. Click and drag nodes to reposition.</p>
417
+
<p class="explanation">
418
+
Visual representation of the co-attendance graph. <strong>Nodes represent people</strong>, with size and color indicating degree (number of connections) - larger, darker nodes have more connections. <strong>Edges represent co-attendance</strong> - thicker, darker edges indicate more frequent co-attendance.
419
+
<br><br>
420
+
<strong>Interactions:</strong> Use mouse wheel to zoom, click and drag to pan, drag nodes to reposition. Hover over nodes or edges to see detailed information. Click on a node to highlight its connections.
0 commit comments