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
- Follow-Ups:
- Re: GraphPlot display anomaly
- From: "zac" <replicatorzed@gmail.com>
- Re: GraphPlot display anomaly
- From: "zac" <replicatorzed@gmail.com>
- Re: GraphPlot display anomaly
- From: Andrzej Kozlowski <akoz@mimuw.edu.pl>
- Re: GraphPlot display anomaly
- From: "Chris Chiasson" <chris@chiasson.name>
- Re: GraphPlot display anomaly