hello,
I would like to learn a way to draw a tree graph as the one attached.
As you can see the first node represents a total and the other child nodes various subtotals.
I would have the possibility:
- to label each node (e.g Total1, Subtotal1,Subtotal2 etc..)
- To add a value for the variable in each node
- To add another variable which represents the share of the variable over the overall total.
- To have each form colored, possibly based on a palette of colors
So there are two issue:
- how the dataset should be designed?
- are there procedures to draw such a graph?
Any suggestions, tips, codes are greatly appreciated
thank you very much in advance