graphinglib.MultiFigure.copy_with#

MultiFigure.copy_with(**kwargs) Self[source]#

Returns a deep copy of the MultiFigure with specified attributes overridden.

Parameters:
**kwargs

Public writable properties to override in the copied MultiFigure. The keys should be property names to modify and the values are the new values for those properties.

Returns:
MultiFigure

A new MultiFigure instance with the specified attributes overridden.