Difference between revisions of "Wgraph:Demo hide nodetypes"

From FollowTheScore
Jump to: navigation, search
(New page: A node will be hidden if at least one of the classes to which it belongs is listed in the <tt>hide_nodetypes</tt> command. {{#wgraph:png|thumb=60|wgl| node A {} node B { type x} node...)
 
(No difference)

Latest revision as of 22:42, 9 October 2007

A node will be hidden if at least one of the classes to which it belongs is listed in the hide_nodetypes command. {{#wgraph:png|thumb=60|wgl|

 node A {}
 node B { type x}
 node C {}
 node D { type y;z }
 node E {}
 hide_nodetypes x;y

}}