Hacker News new | ask | show | jobs
by pragetruif 5661 days ago
The visualization definitely wasn't done in R. I'm guessing he used Gephi (see, for example, http://gephi.org/2010/map-geocoded-data-with-gephi/).
2 comments

How can you tell that it definitely was not done in R? He says

> As a sanity check, I plotted points at some of the latitude and longitude coordinates. To my relief, what I saw was roughly an outline of the world.

His plot doesn't "know" about the world - he is just drawing curves between points in a plane (lat. and long.). I haven't used R, but I am sure that would be possible.

Because I use R quite often, and R just doesn't produce graphs that look like that :).

But yes, it's probably possible to draw an uglier version of the visualization. (I know you can draw the individual points on the plane, so drawing lines between points is probably available as well, though I'm not so sure about the great circles part.)

Ok. I believe you :) It just seemed simple enough that anything that could do graphics would be able to do it.
I bet you Gephi cannot handle more than tens of thousands of node.