Wgraph:Demo hide nodetypes

From FollowTheScore
Revision as of 22:42, 9 October 2007 by Gero (talk | contribs) (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...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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

}}