Tree Drawing System: Difference between revisions
Jump to navigation
Jump to search
m (Text replacement - "---- == Refe" to "---- == Refe") |
m (Text replacement - ". ----" to ". ----") |
||
Line 3: | Line 3: | ||
** a [[D3.js]]-based one such as http://bl.ocks.org/mbostock/4339184 | ** a [[D3.js]]-based one such as http://bl.ocks.org/mbostock/4339184 | ||
* <B>See:</B> [[Drawn Tree]]. | * <B>See:</B> [[Drawn Tree]]. | ||
---- | ---- | ||
---- | ---- |
Latest revision as of 02:48, 24 September 2021
A Tree Drawing System is a graph drawing system that applies a tree drawing algorithm to solve a tree drawing task.
- Example(s):
- a D3.js-based one such as http://bl.ocks.org/mbostock/4339184
- See: Drawn Tree.