Skip to content

Commit 6ad3b20

Browse files
committed
Change ymax for precision graphs: 0.3
1 parent 294cf9a commit 6ad3b20

File tree

1 file changed

+1
-1
lines changed
  • scripts/incremental/benchmarking

1 file changed

+1
-1
lines changed

scripts/incremental/benchmarking/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ def scatter_plot(data, xlabel, ylabel, outfile, size):
325325
plt.plot(x,y, marker='x', linewidth=0.4, markersize=1, alpha=0.85, color=colors[i % len(colors)], linestyle=linestyles[i % len(linestyles)])
326326
plt.xlabel(xlabel)
327327
plt.ylabel(ylabel)
328-
plt.ylim(bottom=-0.005, top=0.19)
328+
plt.ylim(bottom=-0.005, top=0.3)
329329
plt.tight_layout(pad=0.4)
330330
plt.savefig(outfile)
331331

0 commit comments

Comments
 (0)