Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 362 Bytes

21042-AL.rst

File metadata and controls

5 lines (5 loc) · 362 Bytes

rcParams.copy() returns a new RcParams instance, rather than a dict

This makes the copied instance still validate inputs, and additionally avoids emitting deprecation warnings when using a previously copied RcParams instance to update the global instance (even if some entries are deprecated).