The margin control in plotting

조회 수: 4 (최근 30일)
Liu Liu
Liu Liu 2016년 6월 22일
편집: Muhammad Usman Saleem 2016년 6월 22일
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?

답변 (1개)

Muhammad Usman Saleem
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);

카테고리

Help CenterFile Exchange에서 Graphics Objects에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by