Difference between revisions of "Wgraph:Demo hide edgetypes"

From FollowTheScore
Jump to: navigation, search
(New page: * Note that the hidden edges still influence the layout * as edge G-H carries a label its invisible line is longer than the others. Therefore the graph is higher than it needed to be for t...)
(No difference)

Revision as of 22:43, 9 October 2007

  • Note that the hidden edges still influence the layout
  • as edge G-H carries a label its invisible line is longer than the others. Therefore the graph is higher than it needed to be for the visible edges.

{{#wgraph:png|thumb=60|wgl|gdl|

 edge A B { type a }
 edge C D { type a }
 edge E F { type b }
 edge G H { type c label secret }
 edge I J {        }
 hide_edgetypes "a;c"

}}