labels of stacked plot
37 ビュー (過去 30 日間)
古いコメントを表示
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 件のコメント
VBBV
2020 年 11 月 12 日
You can add xlabel just like plot function.
But it seems stackedplot does not allow ytickangle,
採用された回答
Adam Danz
2020 年 11 月 19 日
>The ylabels are aligned horizontally. I'd like to know how to align vertically.
> Also , how can we define x label?
2 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Line Plots についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!