Figure title overlapping plot
Ältere Kommentare anzeigen
Hi,
I am having issues reformating the loctaion of the plot so the title dose not overlap the plot area. I have attached an example below where the date is displated below the the plot area.

Thanks,
3 Kommentare
Adam Danz
am 21 Jun. 2019
Is this in app designer? Have you tried adjusting the position of the title?
th = title(...)
th.Position(2) = th.Position(2)+.01
Emily Browning
am 21 Jun. 2019
I'm assuming this is app designer.
It's a similar problem to this question posted a couple days ago
Try decreasing the height of the axis.
app.UIAxes.Position(4) = xxxx; %some values smaller than current value
Antworten (0)
Kategorien
Mehr zu Title finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
