Skip to content

Commit

Permalink
matplotlib uses true type fonts.
Browse files Browse the repository at this point in the history
  • Loading branch information
james-choncholas committed Apr 22, 2024
1 parent 27ddbbe commit b40aacd
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/insetplotter.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
import json
import re

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

from mpl_toolkits.axes_grid1.inset_locator import zoomed_inset_axes
from mpl_toolkits.axes_grid1.inset_locator import mark_inset

Expand Down
3 changes: 3 additions & 0 deletions scripts/plotter-do-vs-sil.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
import json
import re

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

sentinalStr = "SeNtInAl"
tmpFile = "plotlines.tmp"
maxColumns = 7
Expand Down
3 changes: 3 additions & 0 deletions scripts/plotter-emp-vs-aby.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
import json
import re

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

sentinalStr = "SeNtInAl"
tmpFile = "plotlines.tmp"
maxColumns = 7
Expand Down
3 changes: 3 additions & 0 deletions scripts/plotter-mult-add.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
import json
import re

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

sentinalStr = "SeNtInAl"
tmpFile = "plotlines.tmp"
maxColumns = 7
Expand Down
3 changes: 3 additions & 0 deletions scripts/plotter-netio.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
import json
import re

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

sentinalStr = "SeNtInAl"
tmpFile = "plotlines.tmp"
maxColumns = 7
Expand Down
3 changes: 3 additions & 0 deletions scripts/plotter.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
import json
import re

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

sentinalStr = "SeNtInAl"
tmpFile = "plotlines.tmp"
maxColumns = 7
Expand Down

0 comments on commit b40aacd

Please sign in to comment.