Re: Combinatorica parameters
- To: mathgroup at smc.vnet.net
- Subject: [mg72276] Re: Combinatorica parameters
- From: "EepĀ²" <eepNOSPAM at tnlc.com>
- Date: Mon, 18 Dec 2006 06:55:33 -0500 (EST)
- References: <em0i89$cbo$1@smc.vnet.net>
"Dana DeLouis" <dana.del at gmail.com> wrote in message news:em0i89$cbo$1 at smc.vnet.net... >> How do I get the vertex points removed from a Combinatorica image? > > Hi. Not sure, but I don't think you can actually remove a vertex without > modifying the graph. Do these two options help hide the Vertices? > > ShowGraph[CompleteGraph[20], > VertexStyle -> Disk[0]]; This works--thanks! > (* Assuming a white background *) > > ShowGraph[CompleteGraph[20], > VertexStyle -> Disk[Small], > VertexColor -> White]; This actually makes them grey, oddly. > "Eep²" <eepNOSPAM at tnlc.com> wrote in message > news:elu41n$i3$1 at smc.vnet.net... >> How do I get the vertex points removed from a Combinatorica image? >> >> I've tried this but it doesn't remove the verts: >> >> ShowGraph[SetGraphOptions[CompleteGraph[20],{VertexStyle->Disk[None]}] >> >> The manual doesn't go into depth of Combinatorica's options that well... > :/