Skip to content

Commit

Permalink
Merge pull request #370 from qipe-nlab/bugfix-font-not-found
Browse files Browse the repository at this point in the history
Bugfix: Font family 'Helvetica' not found
  • Loading branch information
marcosfrenkel committed Feb 20, 2023
2 parents 928face + 0405d2f commit eeb7703
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plottr/config/plottrcfg_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
'figure.dpi': 150,
'figure.figsize': (4.5, 3),
'font.size': 6,
'font.family': ['Helvetica', 'Arial', 'DejaVu Sans', 'Bitstream Vera Sans'],
'font.sans-serif': ['Helvetica', 'Arial', 'DejaVu Sans', 'Bitstream Vera Sans'],
'grid.linewidth': 0.5,
'grid.linestyle': '--',
'image.cmap': 'magma',
Expand Down

0 comments on commit eeb7703

Please sign in to comment.