Effacer les filtres
Effacer les filtres

How to flip a Matlab tree plot upside down?

1 vue (au cours des 30 derniers jours)
Jonathan
Jonathan le 28 Oct 2018
Modifié(e) : Jonathan le 1 Nov 2018
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?

Réponse acceptée

madhan ravi
madhan ravi le 28 Oct 2018
yticklabels([1:10]) %an example
set ( gca, 'ydir', 'reverse' )
  2 commentaires
Jonathan
Jonathan le 1 Nov 2018
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!
madhan ravi
madhan ravi le 1 Nov 2018
Anytime buddy :)

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Sparse Matrices dans Help Center et File Exchange

Tags

Produits


Version

R2013a

Community Treasure Hunt

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

Start Hunting!

Translated by