MathGroup Archive 2010

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

Search the Archive

Re: Include unconnected nodes in graph plot -- how?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg112420] Re: Include unconnected nodes in graph plot -- how?
  • From: Szabolcs HorvÃt <szhorvat at gmail.com>
  • Date: Wed, 15 Sep 2010 04:37:30 -0400 (EDT)

Thank you, this is a nice and easy workaround.

2010/9/14 Adriano Pascoletti <adriano.pascoletti at uniud.it>:
> I solve the problem declaring self-loops i -> i and using the
> option=C2 SelfLoopStyle -> None.
>
> For instance
>
> GraphPlot[{1 -> 1, 2 -> 2, 3 -> 3}, VertexLabeling -> True,
> =C2 SelfLoopStyle -> None]
>
> Hope it helps
>
> Adriano Pascoletti
>
> 2010/9/14 Szabolcs Horv=C3=A1t <szhorvat at gmail.com>
>>
>> On 2010.09.13. 15:26, Szabolcs Horv==E1t wrote:
>> > Hello,
>> >
>> > Is it possible to include unconnected nodes when plotting a graph
>> > (either using GraphPlot or some Combinatorica function)?
>>
>> To answer my own question, Combinatorica's ShowGraph does this.  But I
>> still wonder, is it possible with GraphPlot?
>>
>
>


  • Prev by Date: Re: Include unconnected nodes in graph plot -- how?
  • Next by Date: Re: Include unconnected nodes in graph plot -- how?
  • Previous by thread: Re: Include unconnected nodes in graph plot -- how?
  • Next by thread: Re: Include unconnected nodes in graph plot -- how?