style: Format code with linter

This commit is contained in:
Paul Gauthier (aider) 2024-08-14 06:21:48 -07:00
parent d8c8c51156
commit 1f59687e9d

View file

@ -70,7 +70,7 @@ def plot_over_time(yaml_file):
)
ax.set_title("LLM code editing skill by model release date", fontsize=20)
ax.set_ylim(0, 100) # Adjust y-axis limit to accommodate higher values
plt.xticks(fontsize=14, rotation=45, ha='right') # Rotate x-axis labels for better readability
plt.xticks(fontsize=14, rotation=45, ha="right") # Rotate x-axis labels for better readability
plt.tight_layout(pad=3.0)
print("Debug: Saving figures...")