The margin control in plotting
4 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/154324/image.jpeg)
However, not enough space is outside of the axes,
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/154326/image.jpeg)
The axial-labels are not fully shown in the figure.
Could anyone kindly help me solve this problem?
0 Kommentare
Antworten (1)
Muhammad Usman Saleem
am 22 Jun. 2016
Bearbeitet: Muhammad Usman Saleem
am 22 Jun. 2016
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 Kommentare
Siehe auch
Kategorien
Mehr zu Graphics Objects finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!