Skip to content

Instantly share code, notes, and snippets.

@trycycle
Last active January 10, 2018 01:51
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save trycycle/afb55ce9cdb4a674c7c82a4dba3ff5ab to your computer and use it in GitHub Desktop.
Seaborn/Matplotlibで生成する画像にType 1のフォントを埋め込む
import matplotlib.pyplot as plt
plt.rcParams['ps.useafm'] = True
plt.rcParams['pdf.use14corefonts'] = True
plt.rcParams['text.usetex'] = True
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment