Re: Label vertices in Graph to display with GraphPlot
- To: mathgroup at smc.vnet.net
- Subject: [mg87241] Re: Label vertices in Graph to display with GraphPlot
- From: P_ter <petervansummeren at gmail.com>
- Date: Sat, 5 Apr 2008 04:22:51 -0500 (EST)
Hello Murray,
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.
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"};
- Follow-Ups:
- Re: Re: Label vertices in Graph to display with GraphPlot
- From: Murray Eisenberg <murray@math.umass.edu>
- Re: Re: Label vertices in Graph to display with GraphPlot