How to flip a Matlab tree plot upside down?

The documentation for treeplot describes an example where a unique root node located at the top of the graph is parent to several "layers" of nodes in a descending order.
I'd like to somehow flip this graph about the horizontal axis so that the root node ends up at the base of the now reversed tree. Then I'd like to add labels to the nodes.
Any idea to get me started?

 采纳的回答

yticklabels([1:10]) %an example
set ( gca, 'ydir', 'reverse' )

2 个评论

Thank you, that did exactly what I needed. I particularly appreciate that the labels I added to the treeplot before flipping it stayed attached to the right nodes and were not flipped themselves. I had anticipated more complication in that regard!

请先登录,再进行评论。

更多回答(0 个)

类别

帮助中心File Exchange 中查找有关 Creating, Deleting, and Querying Graphics Objects 的更多信息

产品

版本

R2013a

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by