mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 02:05:00 +00:00
style: Format code with linter
This commit is contained in:
parent
d8c8c51156
commit
1f59687e9d
1 changed files with 5 additions and 5 deletions
|
@ -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...")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue