Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!cs.utexas.edu!uunet!olivea!oliveb!amdahl!JUTS!ruts!msh30 From: msh30@ruts.ccc.amdahl.com (Mark Hahn) Newsgroups: comp.sources.wanted Subject: Re: Wanted: description of tree display algorithm Keywords: trees, display Message-ID: <3a5102fK046v01@JUTS.ccc.amdahl.com> Date: 27 Dec 90 00:44:22 GMT References: <517@anaxagoras.ils.nwu.edu> Sender: netnews@ccc.amdahl.com Reply-To: msh30@RUTS.ccc.amdahl.com (Mark Hahn) Organization: Amdahl Corporation, Sunnyvale CA Lines: 9 In article <517@anaxagoras.ils.nwu.edu> neves@ils.nwu.edu (David Neves) writes: >I need to display a tree of information with variable sized nodes. I have >something that works now but it isn't very pretty. Does someone have an online description of a tree display algorithm or a reference to one? >-thanks, david In the July 1990 issue of IEEE Software, there is an article on "Drawing Dynamic Trees" by Sven Moen. It's not online, but the article does include source code in C, and it isn't very long. I haven't used it myself, but it sounds like it would work for your case.