MathGroup Archive 2010

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

Search the Archive

edge labels

  • To: mathgroup at smc.vnet.net
  • Subject: [mg107899] edge labels
  • From: Andre Hautot <ahautot at ulg.ac.be>
  • Date: Tue, 2 Mar 2010 03:37:47 -0500 (EST)

I need to enlarge the size of the characters "0" and "1" in the display 
of the following binary tree :

TreePlot[{{1 -> 2, "0"}, {2 -> 4, "0"}, {3 -> 6, "0"}, {1 -> 3,  "1"}, 
{2 -> 5, "1"}, {3 -> 7, "1"}}, Top]

but I have no idea how to do that.  Any idea ?
Thanks in advance,
Andre



  • Follow-Ups:
  • Prev by Date: Select Maximum Value
  • Next by Date: Harmonic Numbers
  • Previous by thread: Re: Re: Select Maximum Value
  • Next by thread: Re: edge labels