You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
API: forbid unsafe settings and keywords in AbstractMovieWriter.grab_frame
Several of the keyword arguments (dpi, bbox_inches) to savefig will change the
dimensions of the rendered figure or byte output (format). Changing these
mid-stream in generating a movie will in a best case result in an animation that
jumps around and in a worst case silently generate a completely corrupted
movie.
The rcparam savefig.bbox can have the same effect.
The low level AbstractMovieWriter.grab_frame is now strict and will error if
any possibly unsafe conditions are met.
closesmatplotlib#25608
Co-authored-by: Elliott Sales de Andrade <[email protected]>
0 commit comments