Skip to content

Commit

Permalink
Added comment
Browse files Browse the repository at this point in the history
  • Loading branch information
fredericlemoine committed Apr 4, 2017
1 parent 56da235 commit 115658e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions draw/radial.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ func NewRadialLayout(td TreeDrawer, withBranchLengths, withTipLabels bool) TreeL

/*
Draw the tree on the specific drawer. Does not close the file. The caller must do it.
This layout is an adaptation in Go of the figtree radial layout : figtree/treeviewer/treelayouts/RadialTreeLayout.java
( https://github.com/rambaut/figtree/ )
*/
func (layout *radialLayout) DrawTree(t *tree.Tree) error {
root := t.Root()
Expand Down

0 comments on commit 115658e

Please sign in to comment.