MathGroup Archive 2006

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

Search the Archive

Re: GraphPlot display anomaly

  • To: mathgroup at smc.vnet.net
  • Subject: [mg72471] Re: GraphPlot display anomaly
  • From: "sigmundv" <sigmund at ostenfeld.dk>
  • Date: Sun, 31 Dec 2006 04:54:57 -0500 (EST)
  • References: <200612231114.GAA20908@smc.vnet.net><en2pg9$t6f$1@smc.vnet.net>

What is the problem here?

Needs["DiscreteMath`GraphPlot`"];

loads the package which provides the GraphPlot-function. Issuing the
command

>> GraphPlot[{1 -> 2}, ImageSize -> {50, 50}];

yields a plot of a line, while

>> GraphPlot[{1 -> 2}, ImageSize -> {50, 50}, DisplayFunction -> Identity];

suppresses the plot -- just like one would expect.

At the end maybe I should note that this all works in

>> $Version
>> 5.2 for Linux (June 20, 2005)

/Sigmund

zac wrote:
> Thanks for the answers so far.
>
> Yeah, the method indeed suppresses one of the outputs on my comp, but
> not both. However, the Identity function is intended to suppress ANY
> display. Thus: it does not solve the problem. Any other suggestions?
> 
> Istvan


  • Prev by Date: Re: Why doesn't DSolve find all the solutions of this pde
  • Next by Date: Troubleshooting Mathematic's Help
  • Previous by thread: Re: Re: GraphPlot display anomaly
  • Next by thread: Re: GraphPlot display anomaly