Re: Tree plotting package?
- To: mathgroup at smc.vnet.net
- Subject: [mg13346] Re: [mg13233] Tree plotting package?
- From: "Jens-Peer Kuska" <kuska at linmpi.mpg.de>
- Date: Mon, 20 Jul 1998 02:50:02 -0400
- Sender: owner-wri-mathgroup at wolfram.com
Hi Sean, was MathSource closer to You than Your manuals ? The standard package DiscreteMath`Tree has a TreePlot[] function. Hope that helps Jens -----Original Message----- From: Sean Cleary <cleary at zimmer.csufresno.edu> To: mathgroup at smc.vnet.net Subject: [mg13346] [mg13233] Tree plotting package? >Does anyone know if there is an implementation of a Mathematica package >to draw nice two-dimensional pictures of trees? That is, to go from a >description of a tree as {x,{y,{z,a,b}}} or somesuch to a plot looking >like > > x > / \ > y z > / \ > a b > >I was not able to find anything in MathSource. It won't be hard to >write, it just seemed silly to work on if there is already something >good available. > >Thanks- > >Sean Cleary Department of Mathematics Peters Building 359 CSU Fresno >CA 93740 sean_cleary at csufresno.edu >http://zimmer.csufresno.edu/~cleary > > >