Rotate a figure created with the area function
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Markus
am 16 Feb. 2012
Bearbeitet: Cedric
am 15 Okt. 2013
Hi!
I have a figure created with the area function, something like:
Y = [1, 5, 3;
3, 2, 7;
1, 5, 3;
2, 6, 1];
area(Y)
grid on
colormap summer
set(gca,'Layer','top')
title 'Stacked Area Plot'
This creates a figure with green, light green and yellow areas oriented horizontally. I wish to create a figure that has vertical areas instead. How can I do that?
0 Kommentare
Akzeptierte Antwort
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu 3-D Scene Control 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!