Stop GIF plot from resizing

조회 수: 6 (최근 30일)
Pelajar UM
Pelajar UM 2022년 4월 19일
댓글: Richard Quist 2022년 5월 2일
I am plotting the displacement of a 3D object. When I save it as GIF, the object size changes frame by frame, pushing away the colorbar further away (overall image size is the same, but colorbar is pushed out of the frame).
Is there a way to avoid this?
I tried with Resize = "off" or Clipping = "on" and they didn't work. I know you can define the OuterPosition in pixels, but I don't want to do that because I am using the resolution feautre in exportgraphics to allow the user to define a custom size.
  댓글 수: 1
Richard Quist
Richard Quist 2022년 5월 2일
It would help if you can share the code you're using that reproduces the problem, including how you are creating the plot and saving the GIF

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

답변 (1개)

Pelajar UM
Pelajar UM 2022년 4월 19일
Putting this out here in case someone else needs it. This will do the work:
ax.PositionConstraint = "innerposition";
  댓글 수: 1
Pelajar UM
Pelajar UM 2022년 4월 20일
Update: This works only in certain views. :(
As I rotate the object to its side, the problem reappears....

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

카테고리

Help CenterFile Exchange에서 2-D and 3-D Plots에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by