Skip to content

Commit 7e1d0b5

Browse files
committed
downscale plots more
1 parent e435229 commit 7e1d0b5

7 files changed

+1
-1
lines changed

plot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535

3636
def plot_results(records, benchmark, platform, outfile, plot_delta=False):
3737
import matplotlib.pyplot as plt
38-
fig, ax = plt.subplots(1, 1, figsize=(6, 4), dpi=75)
38+
fig, ax = plt.subplots(1, 1, figsize=(5.5, 4), dpi=75)
3939

4040
this_record = records[(benchmark, platform)]
4141
last_coords = {}
-1.3 KB
Loading
-1.48 KB
Loading
-1.2 KB
Loading
-1.7 KB
Loading
-765 Bytes
Loading
-451 Bytes
Loading

0 commit comments

Comments
 (0)