How to plot a tornado chart in Matlab?
19 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Tien Tran
am 26 Jun. 2016
Bearbeitet: Tien Tran
am 27 Jun. 2016
I want to perform a sensitive analysis for my model, therefore I need to plot a tornado chart. Can you help me to plot a chart like the following image on Matlab?
0 Kommentare
Akzeptierte Antwort
Star Strider
am 26 Jun. 2016
Use the barh function with the 'BaseValue' name-value pair argument.
2 Kommentare
Star Strider
am 26 Jun. 2016
See if the 'stacked' option instead of the default 'grouped' option gives you the result you want.
See the documentation for barh, bar and ‘Bar Series Properties’ (see the link on the page) for all the available options.
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Bar Plots finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!