How to reverse one of the y-axis in a stackedplot?
Afficher commentaires plus anciens
I was able to obtain a stackedplot using 2 tables each containing different sets of data. However, I would like reverse tbl1's y axis so there are lower values at the top and higher values at the bottom, rather than vice versa, which is what automatically shows up.
Here is an example of the stacked plot:
stackedplot(tbl1, tbl2, 'XVariable',["x1", "x2"])
How do I reverse the y-axis of tbl1 in this stackedplot?
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Line Plots dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

