MathGroup Archive 2006

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

Search the Archive

GraphPlot display anomaly

  • To: mathgroup at smc.vnet.net
  • Subject: [mg72378] GraphPlot display anomaly
  • From: "zac" <replicatorzed at gmail.com>
  • Date: Sat, 23 Dec 2006 06:14:37 -0500 (EST)

Hi All,

try the followings with Mathematica 5.2:


Needs["DiscreteMath`GraphPlot`"];

GraphPlot[{1 -> 2},
    ImageSize -> {50, 50},
    DisplayFunction -> Evaluate[Display[$Display, #] &]
    ];


Q1. Why does it produce two output graphics?
Q2. Why does it not work without Evaluate[...]?
Q3. Why does it work with simply using  DisplayFunction ->
$DisplayFunction?

May it be that the implementation of option-passing was screwed up in
DiscreteMath`Graphplot?

Thanks,

Istvan Zachar


  • Prev by Date: Eigenvalues of the Laplacian on arbitrary plane domains
  • Next by Date: Re: terminate the NestWhile
  • Previous by thread: Eigenvalues of the Laplacian on arbitrary plane domains
  • Next by thread: Re: GraphPlot display anomaly