Skip to content

Instantly share code, notes, and snippets.

View stevenweaver's full-sized avatar

Steven Weaver stevenweaver

View GitHub Profile
@stevenweaver
stevenweaver / README.md
Created May 17, 2016 14:13 — forked from spond/README.md
Vanilla tree

Non-interactive tree using phylotree.js

This is an example of using phylotree.js settings to create a tree which is suitable for a static display: no clickable nodes, nothing is selectable, fixed sizes in both dimensions.

The Newick string is loaded from a file using an asynchronous d3.text call.