Matplotlib and Illustrator

less than 1 minute read

Python + Matplotlib + Illustrator + Fonts

import matplotlib
matplotlib.rcParams['pdf.fonttype'] = 42
matplotlib.rcParams['ps.fonttype'] = 42

VIA THIS

Updated: