Title of a plot is not aligned properly in subplots

6 ビュー (過去 30 日間)
Mahesh
Mahesh 2014 年 9 月 17 日
コメント済み: Star Strider 2014 年 9 月 17 日
Using subplot I got maligned of title in a horizontal plot as shown in
while making blankplot. Could you please help me how to fix it. The code for the sub plot is
blankplot = subplot('position', [0.80 0.10 0.15 0.70]);
t01 = title('Accumul. scatter');
set(t01, 'FontSize',32);
axis('off');
it will be great if I can solve.

採用された回答

Star Strider
Star Strider 2014 年 9 月 17 日
Where is it supposed to be?
If you want 'Accumul. scatter' to be a super-title (centred above all the subplots), you need to get the 'Position' vectors for 'Data' and 'Autocorrelation' and calculate the 'Position' vector for 'Accumul. scatter' from them.
You might want to go with text instead. It’s likely simpler and easier.
  2 件のコメント
Mahesh
Mahesh 2014 年 9 月 17 日
Thanks for response.
Star Strider
Star Strider 2014 年 9 月 17 日
My pleasure!

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

その他の回答 (0 件)

カテゴリ

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

タグ

製品

Community Treasure Hunt

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

Start Hunting!

Translated by