MathGroup Archive 2011

[Date Index] [Thread Index] [Author Index]

Search the Archive

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
>



  • Prev by Date: Terminate NDSolve by a condition
  • Next by Date: Re: Change x-axis scale
  • Previous by thread: tree graph with images as the vertices?
  • Next by thread: Re: tree graph with images as the vertices?