Better Web-Based Tables?

I recently have been doing more and more data visualization.  Mostly I have been leaning towards open source and web-based options (my current favorite is d3.js which primarily works with SVG elements). Charts and graphs I have had little issue with.  Where I ran into problems, oddly, was with tables. This begged the question: Do we need […]

Read more
D3 Organization Chart

I’ve done alot of network analysis in my career using various tools such as R, Python, Gephi, etc. however always ran into a problem of how to make much of the insights a bit more self-service. Yes, of course you can, as I have, make many plots, posters, or animations, however still lacked that je ne […]

Read more
Nationwide Hospital Voronoi Tessellation

This is an interactive voronoi diagram of U.S. hospitals. In brief, the algorithm bisects neighboring pairs of hospitals generating polygons. All points within a hospital’s polygon are nearest to that particular hospital. You may think of this area as their catchment area.

Read more