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
MNT: make sure we do not mutate input in Text.update
We take in a dictionary (called kwargs rather than collecting kwargs)
which we mutate in the method. We pop bbox and fontproperties keys
out of the user supplied dictionary (to make sure the precedence and
default behaviors are correct) which is propagated back out to user
code.
This makes an internal copy of the dictionary before we mutate it.
closes#18838
0 commit comments