Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 374 Bytes

23299-TAC.rst

File metadata and controls

6 lines (5 loc) · 374 Bytes

mpl.rc_context no longer resets the value of 'backend'

matplotlib.rc_context incorrectly reset the value of :rc:`backend` if backend resolution was triggered in the context. This affected only the value. The actual backend was not changed. Now, matplotlib.rc_context does not reset :rc:`backend` anymore.