Skip to content

Commit

Permalink
fix legend position to not waste too much cpu
Browse files Browse the repository at this point in the history
  • Loading branch information
veprbl committed Feb 5, 2024
1 parent 7d3d526 commit d86f592
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions benchmarks/backgrounds/ecal_backwards.org
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ def setup_presentation_style():
'figure.titlesize': 9,
'figure.figsize': (4, 3),
'legend.fontsize': 7,
'legend.loc': 'upper right',
'xtick.labelsize': 8,
'ytick.labelsize': 8,
'pgf.rcfonts': False,
Expand Down

0 comments on commit d86f592

Please sign in to comment.