Skip to content

Commit

Permalink
adding buchheim darwing... so close
Browse files Browse the repository at this point in the history
git-svn-id: http://billmill.org/svn/personal_code/python/trees@159 c4aad215-931b-0410-ba74-c4b90e0b6ad6
  • Loading branch information
llimllib committed Apr 7, 2008
1 parent 3af1916 commit 7428cb9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion drawtree.py
Expand Up @@ -3,8 +3,11 @@
import reingold_thread; reload(reingold_thread)
from reingold_thread import reingold_tilford as rt
#from reingold_naive import reingold_tilford as rt
from buchheim import buchheim

t = rt(trees[5])
#print trees[5][0]
t = buchheim(trees[5])
#t = rt(trees[5])

r = 30
rh = r*1.5
Expand Down

0 comments on commit 7428cb9

Please sign in to comment.