Center graph in figure window

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
madhan ravi on 20 Oct 2018
Edited: madhan ravi on 20 Oct 2018
figure()
subplot(3,1,2) 
plot(x,y)

Or

subplot(4,4,[6 11]) 
plot(x,y)

Products

Release

R2018b

Asked:

on 20 Oct 2018

Edited:

on 20 Oct 2018

Community Treasure Hunt

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

Start Hunting!