Vertical Title in subplot

6 ビュー (過去 30 日間)
RuiQi
RuiQi 2017 年 1 月 23 日
コメント済み: RuiQi 2017 年 1 月 23 日
How can I add a vertical title in subplot like in the image below ? I want the title Car at the left side of the plot to be bigger. Ignore the bolded title Car on the top.

採用された回答

KSSV
KSSV 2017 年 1 月 23 日
figure
subplot(1,3,1)
plot(1:10)
ylabel({'\fontsize{20}Car','\fontsize{12}Recall'})
subplot(1,3,2)
plot(1:10)
ylabel({'\fontsize{12}Recall'})
subplot(1,3,3)
plot(1:10)
ylabel({'\fontsize{12}Recall'})
  1 件のコメント
RuiQi
RuiQi 2017 年 1 月 23 日
cool thanks as always !

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeSubplots についてさらに検索

タグ

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by