MathGroup Archive 2009

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

Search the Archive

GraphPlot questions

  • To: mathgroup at smc.vnet.net
  • Subject: [mg97060] GraphPlot questions
  • From: robert prince-wright <robertprincewright at yahoo.com>
  • Date: Wed, 4 Mar 2009 07:12:21 -0500 (EST)

Does anyone know whether it is possible to have different Graphics objects as vertices for a GraphPlot? I would like to use Rectangle and Disk in the same plot but can't figure out how to modify statements like the one below so that it allows me to do this:

VertexRenderingFunction -> ({EdgeForm[Black], Yellow, Disk[#1, 0.05], 
    Black, Text[#2, #1]} &)

It seems like VertexRenderingFunction is a one shot deal. 


Robert



      


  • Prev by Date: Re: semi-implicit Runge-Kutta SIRUKE method
  • Next by Date: question about mathlink.h
  • Previous by thread: Re: custom coordinate systems in mathematica Help!
  • Next by thread: Re: GraphPlot questions