Wgraph:Demo hide edgetypes

From FollowTheScore
Revision as of 19:12, 21 October 2007 by Gero (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
  • 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.
  • Nodes which only have hidden edges will not be displayed

{{#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"

}}