labels of stacked plot
Mostrar comentarios más antiguos
Hi All,
I've been going through the examples available here https://in.mathworks.com/help/matlab/ref/stackedplot.html to generate a common x axis for plots
newYlabels = {'RH (%)',['T (' degreeSymbol 'F)'],'P (in Hg)'};
stackedplot(outdoors,'Title','Weather Data','DisplayLabels',newYlabels)
The ylabels are aligned horizontally. I'd like to know how to align vertically. Also , how can we define x label?
3 comentarios
VBBV
el 11 de Nov. de 2020
%if true
% code
% end
ytickangle(90);
Deepa Maheshvare
el 11 de Nov. de 2020
Editada: Deepa Maheshvare
el 11 de Nov. de 2020
VBBV
el 12 de Nov. de 2020
You can add xlabel just like plot function.
But it seems stackedplot does not allow ytickangle,
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Axis Labels en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!