We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e0b71e commit ce84a3dCopy full SHA for ce84a3d
1 file changed
benchmarking/bench_scripts/plot.py
@@ -160,7 +160,7 @@ def create_plot(
160
plt.xticks(x_ticks, fontsize=16) # Increase x-axis tick label font size
161
plt.yticks(y_ticks, fontsize=16) # Set y-axis ticks and increase font size
162
plt.grid(True, linestyle="--", alpha=0.7)
163
- plt.legend(title="Aligner and Width Configuration", fontsize=18)
+ plt.legend(title="Aligner and SIMD Configuration", fontsize=20)
164
plt.tight_layout()
165
166
slug_title = slugify(title)
0 commit comments