Text does not show up in vertices of GraphPlot3D
- To: mathgroup at smc.vnet.net
- Subject: [mg87307] Text does not show up in vertices of GraphPlot3D
- From: P_ter <petervansummeren at gmail.com>
- Date: Mon, 7 Apr 2008 05:17:15 -0400 (EDT)
Hello,
when I take the last example in the documentation of GraphPlot3D (basic examples: the rendering) and use the following graph the labels do not show up. (the text comes from an application of Formal Concept Analysis to a consumer table for mobile phones). Anyway, they do now show up there with VertexLabeling-> True. Any idea?
gr1 = {"Gesprekken" -> "Gebruik-+", "Gesprekken" -> "Duurzaamheid-+", "Gebruik-+" -> "Draagbaarheid++","Gebruik-+" -> "SMS-+",
"Gebruik-+" -> "Lege knoop", "Duurzaamheid-+" -> "Accu++",
"Duurzaamheid-+" -> "Lege knoop",
"Draagbaarheid++" -> "Duurzaamheid++",
"Draagbaarheid++" -> "SMS--", "Lege knoop" -> "SMS--",
"SMS-+" -> "Duurzaamheid++", "SMS-+" -> 9, "Lege knoop" -> 9,
"Accu++" -> 9, "Accu++" -> "Gebruik+", "Duurzaamheid++" -> "Earth",
"SMS--" -> "Earth", 9 -> "Earth", "Gebruik+" -> "Earth"};
with friendly greetings,
P_ter