Package obitools :: Package tree :: Module svg
[hide private]
[frames] | no frames]

Module svg

source code

Functions [hide private]
 
displayTreeLayout(layout, width=400, height=400, radius=3, scale=1.0)
Convert a tree layout object in an svg file.
source code
Function Details [hide private]

displayTreeLayout(layout, width=400, height=400, radius=3, scale=1.0)

source code 
Convert a tree layout object in an svg file.
Parameters:
  • layout, - the tree layout object
  • width, - svg document width
  • height, - svg document height
  • radius, - default radius of node in svg unit (default 3)
  • scale, - scale factor applied to the svg coordinates (default 1.0)