The margin control in plotting
2 ビュー (過去 30 日間)
古いコメントを表示
I am using the Matlab code to plot PDF figures, but not know how to control the margin outside the axes. For example, I need a figure like this

However, not enough space is outside of the axes,

The axial-labels are not fully shown in the figure.
Could anyone kindly help me solve this problem?
0 件のコメント
回答 (1 件)
Muhammad Usman Saleem
2016 年 6 月 22 日
編集済み: Muhammad Usman Saleem
2016 年 6 月 22 日
if your x and y labels are going outside the margin, then try to change their font size small
try this
xlabel('t1/Tn','FontSize',8);
ylabel('Fdlf1','FontSize',8);
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Annotations についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!