Hightlightening a branch of the tree.

In[216]:=

g = RootedEmbedding[MK2[MK1[Lf], Lf]]

Out[216]=

⁃Graph:<3, 4, Undirected>⁃

In[217]:=

Coloring1 = {{1, 2}, {2, 3}, {1, 4}, EdgeColorPink} ; Coloring2 = {{1, 4}, EdgeColorHotPink} ;

The first coloring you write wins over the second one. If the first coloring is heavier and the second one lightier, the result is that the first coloring hightlights some part of the tree.

In[219]:=

ShowGraph[g, {Coloring2, Coloring1}, VertexNumber True]

[Graphics:../HTMLFiles/index_212.gif]

Out[219]=

⁃Graphics⁃

If the second coloring is empty, the first one is appplied.

In[220]:=

ShowGraph[g, {{}, Coloring1}, VertexNumber True]

[Graphics:../HTMLFiles/index_215.gif]

Out[220]=

⁃Graphics⁃


Created by Mathematica  (October 17, 2006)