Skip to content

Commit

Permalink
Don't make lebench-plot.py depend on latex
Browse files Browse the repository at this point in the history
  • Loading branch information
fintelia committed Sep 2, 2020
1 parent f3dce93 commit e878b96
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tools/lebench-plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@

ind = np.arange(len(benchmarks))
width = 0.35
matplotlib.rc('font', size=10, family='serif')
matplotlib.rc('text', usetex=True)
matplotlib.rc('font', size=10, family='sans-serif')

fig, ax = plt.subplots(figsize=(8, 3.5))
ward_traditional_mitigation_cost = [data[bench][1] / data[bench][0] for bench in benchmarks]
Expand Down

0 comments on commit e878b96

Please sign in to comment.