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
- References:
- GraphPlot display anomaly
- From: "zac" <replicatorzed@gmail.com>
- GraphPlot display anomaly