Skip to content

Commit ce84a3d

Browse files
committed
fix: change simd plot key
1 parent 2e0b71e commit ce84a3d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

benchmarking/bench_scripts/plot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ def create_plot(
160160
plt.xticks(x_ticks, fontsize=16) # Increase x-axis tick label font size
161161
plt.yticks(y_ticks, fontsize=16) # Set y-axis ticks and increase font size
162162
plt.grid(True, linestyle="--", alpha=0.7)
163-
plt.legend(title="Aligner and Width Configuration", fontsize=18)
163+
plt.legend(title="Aligner and SIMD Configuration", fontsize=20)
164164
plt.tight_layout()
165165

166166
slug_title = slugify(title)

0 commit comments

Comments
 (0)