I'm trying to change the text and arrow style in GraphPlot using the drawing tool, but the the vertex labels disappear when I do that:
GraphPlot[{Subscript[δ, 1] -> Subscript[X, 1], Subscript[δ, 2] -> Subscript[X, 2], Subscript[δ, 3] -> Subscript[X, 3], Subscript[δ, 4] -> Subscript[X, 4], Subscript[ξ, 1] -> Subscript[ξ, 2], {Subscript[ξ, 2] -> Subscript[ξ, 1], "\!\(\*SubscriptBox[\(ϕ\), \(21\)]\)"}, {Subscript[ξ, 1] -> Subscript[X, 1], "\!\(\*SubscriptBox[\(γ\), \(11\)]\)"}, {Subscript[ξ, 1] -> Subscript[X, 2], "\!\(\*SubscriptBox[\(γ\), \(21\)]\)"}, {Subscript[ξ, 2] -> Subscript[X, 3], "\!\(\*SubscriptBox[\(γ\), \(32\)]\)"}, {Subscript[ξ, 2] -> Subscript[X, 4], "\!\(\*SubscriptBox[\(γ\), \(42\)]\)"}}, VertexLabeling -> True, DirectedEdges -> True, VertexCoordinateRules -> {Subscript[ξ, 1] -> {0, 3}, Subscript[ξ, 2] -> {0, 0}, Subscript[X, 3] -> {Sqrt[3], 1}, Subscript[X, 4] -> {Sqrt[3], -1}, Subscript[X, 2] -> {Sqrt[3], 2}, Subscript[X, 1] -> {Sqrt[3], 4}, Subscript[δ, 1] -> {Sqrt[3] + 1, 4}, Subscript[δ, 2] -> {Sqrt[3] + 1, 2}, Subscript[δ, 3] -> {Sqrt[3] + 1, 1}, Subscript[δ, 4] -> {Sqrt[3] + 1, -1}}, ImageSize -> 320] results something like

when I use the drawing tool to make the text and arrow head bigger, the vertex labels disappear

Why that happens and how to get around that? I'm using version 8 on Mac. This also happens in version 8 on Windows 7.



