Skip to content

Instantly share code, notes, and snippets.

View iwate's full-sized avatar
🏠
Working from home

Yoshiyuki Taniguchi iwate

🏠
Working from home
View GitHub Profile
@iwate
iwate / README.md
Last active October 12, 2015 08:40 — forked from mbostock/.block
Force-Directed Graph

This simple force-directed graph shows character co-occurence in Les Misérables. A physical simulation of charged particles and springs places related characters in closer proximity, while unrelated characters are farther apart. Layout algorithm inspired by Tim Dwyer and Thomas Jakobsen. Data based on character coappearence in Victor Hugo's Les Misérables, compiled by Donald Knuth.

Compare this display to a force layout with curved links, a force layout with fisheye distortion and a matrix diagram.

using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
namespace WebApplication27
{
public static class WebsiteEnvironment
{
public static bool IsAvailable

Crafting a presentation can be difficult

Too many tools

tools