Skip to content

Instantly share code, notes, and snippets.

@Zsailer
Last active May 30, 2018 21:39
Show Gist options
  • Save Zsailer/9ccfce3a8030426986c0fea972127d06 to your computer and use it in GitHub Desktop.
Save Zsailer/9ccfce3a8030426986c0fea972127d06 to your computer and use it in GitHub Desktop.
PhyloVega Example API
import phylovega as phy
tree = phy.Tree(data).encode(
nodes=[],
edges=[],
node_color=[],
edge_color=[],
node_shape=[],
node_size=[],
edge_width=[],
)
@Zsailer
Copy link
Author

Zsailer commented May 30, 2018

Goal: Altair-like API and renderer for Phylogenetic trees

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment