Re: tree graph with images as the vertices?
- To: mathgroup at smc.vnet.net
- Subject: [mg123595] Re: tree graph with images as the vertices?
- From: Bob Hanlon <hanlonr357 at gmail.com>
- Date: Mon, 12 Dec 2011 06:44:55 -0500 (EST)
- Delivered-to: l-mathgroup@mail-archive0.wolfram.com
- References: <201112110845.DAA29526@smc.vnet.net>
Use the option VertexShape
VertexShape -> {1 -> image1, 2 -> image2, 3 -> image3, 4 -> image4,
5 -> image5}
Bob Hanlon
On Sun, Dec 11, 2011 at 3:45 AM, J Davis <texasautiger at gmail.com> wrote:
> I am looking for a way to use TreeGraph (or a similar command) to
> generate a tree graph, but one where the vertices (not just the vertex
> labels) are images that I have. I have looked through the
> documentation and this forum but haven't found what I need.
>
> Thanks for any help.
>
> --JD
>
- References:
- tree graph with images as the vertices?
- From: J Davis <texasautiger@gmail.com>
- tree graph with images as the vertices?