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.
Average_Velocity_Streamwise.jpg
Thanks,

댓글 수: 3

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
Emily Browning 2019년 6월 21일
That causes the title to no longer be desplyaed in the viesing window
Average_Velocity_Streamwise.jpg
Adam Danz
Adam Danz 2019년 6월 21일
편집: Adam Danz 2019년 6월 21일
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

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

태그

질문:

2019년 6월 21일

편집:

2019년 6월 21일

Community Treasure Hunt

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

Start Hunting!

Translated by