Commit eaa57d6
committed
feat(visualize): scale node size by degree (sqrt) so hubs read big
The old radius capped at degree ~17, so every well-connected node looked
the same size. Use 3.5 + sqrt(degree)*2.1 (clamped) → the heavily-linked
hubs (anthropic, agentic-systems, claude-code …) clearly stand out while
leaves stay small, giving the nebula a visible importance hierarchy.1 parent ec08e44 commit eaa57d6
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
243 | 243 | | |
244 | 244 | | |
245 | 245 | | |
246 | | - | |
| 246 | + | |
247 | 247 | | |
248 | 248 | | |
249 | 249 | | |
| |||
0 commit comments