MathGroup Archive 2008

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

Search the Archive

Re: Text does not show up in vertices of GraphPlot3D

  • To: mathgroup at smc.vnet.net
  • Subject: [mg87351] Re: Text does not show up in vertices of GraphPlot3D
  • From: Mark Westwood <markc.westwood at gmail.com>
  • Date: Tue, 8 Apr 2008 05:38:26 -0400 (EDT)
  • References: <ftcou5$kse$1@smc.vnet.net>

Hi

When I tried this I found that the settings for
VertexRenderingFunction over-rode those for VertexLabeling.  If I
excluded the setting of VertexRenderingFunction and set VertexLabeling
-> True, the labels were indeed shown.

>From this I deduce that vertex rendering over-rides vertex labelling
and that the two cannot simultaneously apply.

Regards

Mark


On 7 Apr, 10:19, P_ter <petervansumme... at gmail.com> wrote:
> 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



  • Prev by Date: Re: Printing Mathematica stuff via KPrinter
  • Next by Date: Re: RegionPlot color
  • Previous by thread: Text does not show up in vertices of GraphPlot3D
  • Next by thread: Re: Text does not show up in vertices of GraphPlot3D