Group Abstract Group Abstract

Message Boards Message Boards

Edge and vertex styling using CommunityGraphPlot / GraphPlot

Posted 12 years ago
POSTED BY: Peanut Butter
Posted 12 years ago

you could use EdgeStyle as option of CommunityGraphPlot:

CommunityGraphPlot[
 RandomGraph[{60, 1500}, DirectedEdges -> True, 
  GraphLayout -> Automatic], 
 EdgeStyle -> Directive[Opacity[.1], Gray, Arrowheads[{{.01, 0.99}}]]]
POSTED BY: Jaebum Jung
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard