Difference between revisions of "Wgraph:Demo height"

From FollowTheScore
Jump to: navigation, search
(New page: * A node with height=0 will not be shown at all * If height is 1..3 pixels no label will be shown * A small height in combination with big borderwidth may lead to unexpected results {{#wgr...)
 
(No difference)

Latest revision as of 22:38, 9 October 2007

  • A node with height=0 will not be shown at all
  • If height is 1..3 pixels no label will be shown
  • A small height in combination with big borderwidth may lead to unexpected results

{{#wgraph:svg|thumb=70|wgl|

 node A     {             }
 node B     { height  100 }
 node C     { height  10  }
 node D     { height   0  }
 node E     { height   4  }
 node F     { height   2  }
 nodetype * { label "This\nis\n%%" borderwidth 10 bordercolor gold }

}}