Center graph in figure window
Show older comments
Does anyone know how to center a graph in the figure window? As you can easily see...the top end of the y axis is touching the white frame containing the figure title...

Answers (1)
madhan ravi
on 20 Oct 2018
Edited: madhan ravi
on 20 Oct 2018
0 votes
figure()
subplot(3,1,2)
plot(x,y)
Or
subplot(4,4,[6 11])
plot(x,y)
Categories
Find more on Subplots in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!