Hacker News new | ask | show | jobs
by kuro-kuris 3641 days ago
Yeah my initial idea was to build graphs based on emails about the same "event" and perhaps show the emails for the largest graph in addition to the option of getting the latest email. Any ideas how you would see this visually?
1 comments

I'm working with graphs myself. There's some good research on graph visualization, but most of it is behind paywalls. If you're a student you can probably get in. The hardest part is combining the graph (nodes & links) with labels. I think most people let the graph itself dictate the drawing, which is a mistake. The labels are probably more important, so the layout of the graph should be rectilinear. Visio does a good job of that. Also, it seems more important to layout the graph starting from the node the reader is focused on, rather than layout the whole graph like a static map, because the reader cares about the thing they're looking at and what it's related to most.