# Matplotlib compatibility patch for Pyodide
import matplotlib
if not hasattr(matplotlib.RcParams, "_get"):
matplotlib.RcParams._get = dict.get
Changelog#
<latest version>: <date>#
<Added/modified/deleted>[](<relative link to changed file>)…
Full Changelog:
[<previous version>...<current version>](<link to diff as provided by GitHub>)
<previous version>: <…>#
<…>
<…>