Stop GIF plot from resizing
13 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentario
Richard Quist
el 2 de Mayo de 2022
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
Respuestas (1)
Ver también
Categorías
Más información sobre Annotations en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!