Embed fonts by default to avoid the Type 3 PDF font problems. (E.g. https://papercheck.icml.cc/papercheck.html) Done via this override: ```python rcParams = { "pdf.fonttype": 42, } ```
Embed fonts by default to avoid the Type 3 PDF font problems. (E.g. https://papercheck.icml.cc/papercheck.html)
Done via this override: