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...)
 
 
Line 1: Line 1:
 
* Note that the hidden edges still influence the layout
 
* 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.
 
* 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|
 
{{#wgraph:png|thumb=60|wgl|gdl|

Latest revision as of 19:12, 21 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.
  • 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"

}}